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

Ad server related settings of an advertiser.

Attributes

  • cmHybridConfig (type: GoogleApi.DisplayVideo.V1.Model.CmHybridConfig.t, default: nil) - The configuration for advertisers that use both Campaign Manager 360 (CM360) and third-party ad servers.
  • thirdPartyOnlyConfig (type: GoogleApi.DisplayVideo.V1.Model.ThirdPartyOnlyConfig.t, default: nil) - The configuration for advertisers that use third-party ad servers only.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DisplayVideo.V1.Model.AdvertiserAdServerConfig{
  cmHybridConfig: GoogleApi.DisplayVideo.V1.Model.CmHybridConfig.t() | nil,
  thirdPartyOnlyConfig:
    GoogleApi.DisplayVideo.V1.Model.ThirdPartyOnlyConfig.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.