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

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

Attributes

  • fileTypes ([String.t]): File types that will be returned. 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. Only one ID is allowed for the ADVERTISER_ID filter type. For INSERTION_ORDER_ID or LINE_ITEM_ID filter types, all IDs must be from the same Advertiser. Defaults to: null.
  • filterType (String.t): Filter type used to filter line items to fetch. Defaults to: null.

    • Enum - one of [ADVERTISER_ID, CAMPAIGN_ID, INSERTION_ORDER_ID, LINE_ITEM_ID]
  • version (String.t): SDF Version (column names, types, order) in which the entities will be returned. Default to 3. 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.