type property

String? type
getter/setter pair

The type of the field.

Required. Possible string values are:

  • "TYPE_UNKNOWN" : The type is unspecified. This is an unused value.
  • "STRING" : The field type is text.
  • "LONG" : The field type is whole number.
  • "GPA_SERVED_IMAGE_URL" : The field type is image url
  • "GPA_SERVED_ASSET_URL" : The field type is asset url.
  • "COUNTRY_CODE_ISO" : The field type is the ISO 3166-2 alpha-2 codes. It is two-letter country codes defined in ISO 3166-1 published by the International Organization for Standardization.
  • "FLOAT" : The field type is decimal.
  • "CM360_KEYWORD" : The field type is custom CM360 ad tag parameter.
  • "CM360_SITE_ID" : The field type is CM360 site ID.
  • "BOOL" : The field type is boolean.
  • "EXIT_URL" : The field type is exit url.
  • "DATETIME" : The field type is datetime.
  • "CM360_CREATIVE_ID" : The field type is CM360 creative ID.
  • "CM360_PLACEMENT_ID" : The field type is CM360 placement ID.
  • "CM360_AD_ID" : The field type is CM360 ad ID.
  • "CM360_ADVERTISER_ID" : The field type is CM360 advertiser ID.
  • "CM360_CAMPAIGN_ID" : The field type is CM360 campaign ID.
  • "CITY" : The field type is cities.
  • "REGION" : The field type is region.
  • "POSTAL_CODE" : The field type is postal code.
  • "METRO" : The field type is metro code.
  • "CUSTOM_VALUE" : The field type is custom value.
  • "REMARKETING_VALUE" : The field type is remarketing value.
  • "GEO_CANONICAL" : The field type is accurate geographic type.
  • "WEIGHT" : The field type is weight.
  • "STRING_LIST" : The field type is a list of values.
  • "CREATIVE_DIMENSION" : The field type is creative dimension.
  • "USERLIST_ID" : The field type is CM/DV360 Audience ID.
  • "ASSET_LIBRARY_DIRECTORY_HANDLE" : The field type is AssetLibrary directory path.
  • "ASSET_LIBRARY_VIDEO_HANDLE" : The field type is AssetLibrary video file path.
  • "ASSET_LIBRARY_HANDLE" : The field type is AssetLibrary path.
  • "THIRD_PARTY_SERVED_URL" : The field type is third party served url.
  • "CM360_DYNAMIC_TARGETING_KEY" : The field type is CM dynamic targeting key.
  • "DV360_LINE_ITEM_ID" : The field type is DV360 line item ID.

Implementation

core.String? type;