Interested in sharing your feedback about the Google Ads API?
Sign up to be invited to participate in user research!
WebpageConditionOperator
The webpage condition operator in webpage criterion.
Enums |
UNSPECIFIED
|
Not specified. |
UNKNOWN
|
Used for return value only. Represents value unknown in this version. |
EQUALS
|
The argument web condition is equal to the compared web condition. |
CONTAINS
|
The argument web condition is part of the compared web condition. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-05-29 UTC.
[null,null,["Last updated 2024-05-29 UTC."],[[["The webpage condition operator defines the relationship between a webpage condition in your campaign and the webpages you want to target."],["This operator has options like `EQUALS` for exact match and `CONTAINS` for partial match of web conditions."],["`UNSPECIFIED` and `UNKNOWN` values are used for system purposes and should not be used directly in campaign setup."]]],["The webpage condition operator defines how webpage conditions are compared. `EQUALS` indicates the compared web condition is identical to the argument. `CONTAINS` signifies that the argument web condition is a subset of the compared condition. `UNSPECIFIED` means the condition is not defined. `UNKNOWN` is a return value indicating the condition is unknown within the current version. These enums provide a framework for assessing relationships between different webpage conditions.\n"]]