Notification

Welcome to the help center for Search Ads 360, a platform for managing search marketing campaigns.  While the help center is available to the public, access to the Search Ads 360 product is available only to subscribing customers who are signed in. To subscribe or find out more, contact our sales team.

starts_with

Evaluates to true if haystack begins with needle.

Syntax

starts_with(haystack, needle)

haystack and needle can be any of the following:

  • A String constant, such as "GDN".
  • A Search Ads 360 variable that is a String, such as Keyword, Campaign, Engine_status, and so on.
  • An expression or formula column that returns a String.

Case insensitive

Text comparisons are case insensitive. That is, starts_with("gdn", "GDN") evaluates to true.

Empty character

If you include an expression or formula column in this function, the expression or formula column could evaluate to an empty string.

Be aware that all Strings start with an empty (zero-length) String. That is, starts_with("GDN", "") evaluates to true.

Note that starts_with("", "GDN") evaluates to false. That is, an empty String does not start with non-empty Strings.

Examples

  • [starts_with("hook", "fishhook")] is false.

  • If a keyword contains "hoopers", and is contained in a campaign that starts with "US", display "US brand":
    [if(and(contains(keyword, "hoopers"), starts_with(campaign, "US")), "US brand", "non-brand")]

Was this helpful?

How can we improve it?

Need more help?

Try these next steps:

true
Search
Clear search
Close search
Main menu
18334175848006397455
true
Search Help Center
true
true
true
true
true
263
false
false