google_api_double_click_search v0.4.0 GoogleApi.DoubleClickSearch.V2.Model.ReportRequestReportScope View Source

The reportScope is a set of IDs that are used to determine which subset of entities will be returned in the report. The full lineage of IDs from the lowest scoped level desired up through agency is required.

Attributes

  • adGroupId (type: String.t, default: nil) - DS ad group ID.
  • adId (type: String.t, default: nil) - DS ad ID.
  • advertiserId (type: String.t, default: nil) - DS advertiser ID.
  • agencyId (type: String.t, default: nil) - DS agency ID.
  • campaignId (type: String.t, default: nil) - DS campaign ID.
  • engineAccountId (type: String.t, default: nil) - DS engine account ID.
  • keywordId (type: String.t, default: nil) - DS keyword ID.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.DoubleClickSearch.V2.Model.ReportRequestReportScope{
  adGroupId: String.t(),
  adId: String.t(),
  advertiserId: String.t(),
  agencyId: String.t(),
  campaignId: String.t(),
  engineAccountId: String.t(),
  keywordId: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.