WebpageConditionOperator

  • UNPECIFIED, UNKNOWN, EQUALS, and CONTAINS are enums used for the webpage condition operator.

  • EQUALS signifies the argument web condition is equal to the compared web condition.

  • CONTAINS signifies the argument web condition is part of the compared web condition.

The webpage condition operator in webpage criterion.

Proto definition

Enums

CONTAINS

The argument web condition is part of the compared web condition.

EQUALS

The argument web condition is equal to the compared web condition.

UNKNOWN

Used for return value only. Represents value unknown in this version.

UNSPECIFIED

Not specified.