View Source GoogleApi.DisplayVideo.V3.Model.RemarketingConfig (google_api_display_video v0.37.0)

Settings that control the whether remarketing is enabled for the given identified advertiser.

Attributes

  • advertiserId (type: String.t, default: nil) - Output only. The ID of the advertiser.
  • remarketingEnabled (type: boolean(), default: nil) - Output only. Whether the Floodlight activity remarketing user list is available to the identified advertiser.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DisplayVideo.V3.Model.RemarketingConfig{
  advertiserId: String.t() | nil,
  remarketingEnabled: boolean() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.