registry property

String? registry
getter/setter pair

The registry provides unique creative identifiers. Possible string values are:

  • "UNIVERSAL_AD_REGISTRY_UNSPECIFIED" : The Universal Ad registry is unspecified or is unknown in this version.
  • "UNIVERSAL_AD_REGISTRY_OTHER" : Use a custom provider to provide the Universal Ad ID.
  • "UNIVERSAL_AD_REGISTRY_AD_ID" : Use Ad-ID to provide the Universal Ad ID.
  • "UNIVERSAL_AD_REGISTRY_CLEARCAST" : Use clearcast.co.uk to provide the Universal Ad ID.
  • "UNIVERSAL_AD_REGISTRY_DV360" : Use Display & Video 360 to provide the Universal Ad ID.
  • "UNIVERSAL_AD_REGISTRY_CM" : Use Campaign Manager 360 to provide the Universal Ad ID.

Implementation

core.String? registry;