type property

String? type
getter/setter pair

The type of correction that was applied to the creative. Possible string values are:

  • "CORRECTION_TYPE_UNSPECIFIED" : The correction type is unknown. Refer to the details for more information.
  • "VENDOR_IDS_ADDED" : The ad's declared vendors did not match the vendors that were detected. The detected vendors were added.
  • "SSL_ATTRIBUTE_REMOVED" : The ad had the SSL attribute declared but was not SSL-compliant. The SSL attribute was removed.
  • "FLASH_FREE_ATTRIBUTE_REMOVED" : The ad was declared as Flash-free but contained Flash, so the Flash-free attribute was removed.
  • "FLASH_FREE_ATTRIBUTE_ADDED" : The ad was not declared as Flash-free but it did not reference any flash content, so the Flash-free attribute was added.
  • "REQUIRED_ATTRIBUTE_ADDED" : The ad did not declare a required creative attribute. The attribute was added.
  • "REQUIRED_VENDOR_ADDED" : The ad did not declare a required technology vendor. The technology vendor was added.
  • "SSL_ATTRIBUTE_ADDED" : The ad did not declare the SSL attribute but was SSL-compliant, so the SSL attribute was added.
  • "IN_BANNER_VIDEO_ATTRIBUTE_ADDED" : Properties consistent with In-banner video were found, so an In-Banner Video attribute was added.
  • "MRAID_ATTRIBUTE_ADDED" : The ad makes calls to the MRAID API so the MRAID attribute was added.
  • "FLASH_ATTRIBUTE_REMOVED" : The ad unnecessarily declared the Flash attribute, so the Flash attribute was removed.
  • "VIDEO_IN_SNIPPET_ATTRIBUTE_ADDED" : The ad contains video content.

Implementation

core.String? type;