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.

is_error

Evaluates to true if value is an error.

Syntax

is_error(value)

value can be an expression, any data type, or any Search Ads 360 variable.

Examples

  • Returns "1.067,30" if that’s a valid numeric format for the advertiser. Otherwise, it converts "1.067,30" to a valid format:

    if(
       is_error(to_number("1.067,30")),
       substitute(
          substitute("1.067,30", ".", ""),
          ",", "."), 
       "1.067,30"
    )
  • Returns true if the number format is invalid for the current advertiser:
    Is_error(to_number("1.0,67"))

  • Returns true if the specified formula column is invalid for the current context::
    Is_error(c:”PLARevenue”)

Was this helpful?

How can we improve it?

Need more help?

Try these next steps:

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