policyTopicType property

String? policyTopicType
getter/setter pair

How ad serving will be affected due to the relation to the ad policy topic. Possible string values are:

  • "AD_POLICY_TOPIC_ENTRY_TYPE_UNKNOWN" : Unknown or not specified.
  • "PROHIBITED" : The resource will not serve.
  • "FULLY_LIMITED" : The resource will not serve in all targeted countries.
  • "LIMITED" : The resource cannot serve in some countries.
  • "DESCRIPTIVE" : The resource can serve.
  • "BROADENING" : The resource can serve, and may serve beyond normal coverage.
  • "AREA_OF_INTEREST_ONLY" : The resource is constrained for all targeted countries, but may serve for users who are searching for information about the targeted countries.

Implementation

core.String? policyTopicType;