google_api_double_click_search v0.2.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 (String.t): DS ad group ID. Defaults to: null.
  • adId (String.t): DS ad ID. Defaults to: null.
  • advertiserId (String.t): DS advertiser ID. Defaults to: null.
  • agencyId (String.t): DS agency ID. Defaults to: null.
  • campaignId (String.t): DS campaign ID. Defaults to: null.
  • engineAccountId (String.t): DS engine account ID. Defaults to: null.
  • keywordId (String.t): DS keyword ID. Defaults to: null.

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: any(),
  adId: any(),
  advertiserId: any(),
  agencyId: any(),
  campaignId: any(),
  engineAccountId: any(),
  keywordId: any()
}

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.