View Source GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Resources_DoubleClickCampaignManagerSetting (google_api_search_ads360 v0.7.0)

DoubleClick Campaign Manager (DCM) setting for a manager customer.

Attributes

  • advertiserId (type: String.t, default: nil) - Output only. ID of the Campaign Manager advertiser associated with this customer.
  • networkId (type: String.t, default: nil) - Output only. ID of the Campaign Manager network associated with this customer.
  • timeZone (type: String.t, default: nil) - Output only. Time zone of the Campaign Manager network associated with this customer in IANA Time Zone Database format, such as America/New_York.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Resources_DoubleClickCampaignManagerSetting{
    advertiserId: String.t() | nil,
    networkId: String.t() | nil,
    timeZone: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.