Webpage

  • Webpage conditions can filter URLs from a page feed and the advertiser's web domain.

  • Multiple root nodes are allowed in an asset group, with their conditions evaluated using OR logic.

  • Webpage conditions are case-sensitive and are combined with AND logic when filtering.

  • Conditions within a webpage filter must all be of the same type.

Filters for URLs in a page feed and URLs from the advertiser web domain. Several root nodes with this dimension are allowed in an asset group and their conditions are considered in OR.

Fields

conditions[]

WebpageCondition

The webpage conditions are case sensitive and these are and-ed together when evaluated for filtering. All the conditions should be of same type. Example1: for URL1 = www.ads.google.com?ocid=1&euid=2 and URL2 = www.ads.google.com?ocid=1 and with "ocid" and "euid" as url_contains conditions, URL1 will be matched, but URL2 not.

Example2 : If URL1 has Label1, Label2 and URL2 has Label2, Label3, then with Label1 and Label2 as custom_label conditions, URL1 will be matched but not URL2. With Label2 as the only custom_label condition then both URL1 and URL2 will be matched.