google_api_double_click_bid_manager v0.1.0 GoogleApi.DoubleClickBidManager.V1.Model.Parameters View Source

Parameters of a query or report.

Attributes

  • filters ([FilterPair]): Filters used to match traffic data in your report. Defaults to: null.
  • groupBys ([String.t]): Data is grouped by the filters listed in this field. Defaults to: null.

    • Enum - one of
  • includeInviteData (boolean()): Whether to include data from Invite Media. Defaults to: null.
  • metrics ([String.t]): Metrics to include as columns in your report. Defaults to: null.

    • Enum - one of
  • type (String.t): Report type. Defaults to: null.

    • Enum - one of [TYPE_ACTIVE_GRP, TYPE_AUDIENCE_COMPOSITION, TYPE_AUDIENCE_PERFORMANCE, TYPE_CLIENT_SAFE, TYPE_COMSCORE_VCE, TYPE_CROSS_FEE, TYPE_CROSS_PARTNER, TYPE_CROSS_PARTNER_THIRD_PARTY_DATA_PROVIDER, TYPE_ESTIMATED_CONVERSION, TYPE_FEE, TYPE_GENERAL, TYPE_INVENTORY_AVAILABILITY, TYPE_KEYWORD, TYPE_LINEAR_TV_SEARCH_LIFT, TYPE_NIELSEN_AUDIENCE_PROFILE, TYPE_NIELSEN_DAILY_REACH_BUILD, TYPE_NIELSEN_ONLINE_GLOBAL_MARKET, TYPE_NIELSEN_SITE, TYPE_NOT_SUPPORTED, TYPE_ORDER_ID, TYPE_PAGE_CATEGORY, TYPE_PETRA_NIELSEN_AUDIENCE_PROFILE, TYPE_PETRA_NIELSEN_DAILY_REACH_BUILD, TYPE_PETRA_NIELSEN_ONLINE_GLOBAL_MARKET, TYPE_PIXEL_LOAD, TYPE_REACH_AND_FREQUENCY, TYPE_REACH_AUDIENCE, TYPE_THIRD_PARTY_DATA_PROVIDER, TYPE_TRUEVIEW, TYPE_TRUEVIEW_IAR, TYPE_VERIFICATION, TYPE_YOUTUBE_VERTICAL]

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.DoubleClickBidManager.V1.Model.Parameters{
  filters: [GoogleApi.DoubleClickBidManager.V1.Model.FilterPair.t()],
  groupBys: [any()],
  includeInviteData: any(),
  metrics: [any()],
  type: 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.