View Source GoogleApi.DisplayVideo.V1.Model.AdvertiserCreativeConfig (google_api_display_video v0.35.0)

Creatives related settings of an advertiser.

Attributes

  • dynamicCreativeEnabled (type: boolean(), default: nil) - Whether or not the advertiser is enabled for dynamic creatives.
  • iasClientId (type: String.t, default: nil) - An ID for configuring campaign monitoring provided by Integral Ad Service (IAS). The DV360 system will append an IAS "Campaign Monitor" tag containing this ID to the creative tag.
  • obaComplianceDisabled (type: boolean(), default: nil) - Whether or not to disable Google's About this Ad feature that adds badging (to identify the content as an ad) and transparency information (on interaction with About this Ad) to your ads for Online Behavioral Advertising (OBA) and regulatory requirements. About this Ad gives users greater control over the ads they see and helps you explain why they're seeing your ad. Learn more. If you choose to set this field to true, note that ads served through Display & Video 360 must comply to the following: Be Online Behavioral Advertising (OBA) compliant, as per your contract with Google Marketing Platform. In the European Economic Area (EEA), include transparency information and a mechanism for users to report illegal content in ads. If using an alternative ad badging, transparency, and reporting solution, you must ensure it includes the required transparency information and illegal content flagging mechanism and that you notify Google of any illegal content reports using the appropriate form.
  • videoCreativeDataSharingAuthorized (type: boolean(), default: nil) - By setting this field to true, you, on behalf of your company, authorize Google to use video creatives associated with this Display & Video 360 advertiser to provide reporting and features related to the advertiser's television campaigns. Applicable only when the advertiser has a CM360 hybrid ad server configuration.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DisplayVideo.V1.Model.AdvertiserCreativeConfig{
  dynamicCreativeEnabled: boolean() | nil,
  iasClientId: String.t() | nil,
  obaComplianceDisabled: boolean() | nil,
  videoCreativeDataSharingAuthorized: boolean() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.