google_api_double_click_bid_manager v0.3.0 GoogleApi.DoubleClickBidManager.V1.Model.DownloadRequest View Source

Request to fetch stored inventory sources, campaigns, insertion orders, line items, TrueView ad groups and ads.

Attributes

  • fileTypes ([String.t]): File types that will be returned. Acceptable values are: - "AD" - "AD_GROUP" - "CAMPAIGN" - "INSERTION_ORDER" - "LINE_ITEM" - "INVENTORY_SOURCE" Defaults to: null.

    • Enum - one of
  • filterIds ([String.t]): The IDs of the specified filter type. This is used to filter entities to fetch. At least one ID must be specified. Defaults to: null.
  • filterType (String.t): Filter type used to filter entities to fetch. Defaults to: null.

    • Enum - one of [ADVERTISER_ID, CAMPAIGN_ID, INSERTION_ORDER_ID, INVENTORY_SOURCE_ID, LINE_ITEM_ID, PARTNER_ID]
  • version (String.t): SDF Version (column names, types, order) in which the entities will be returned. Default to 3.1. 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.DoubleClickBidManager.V1.Model.DownloadRequest{
  fileTypes: [any()],
  filterIds: [any()],
  filterType: any(),
  version: 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.