GoogleApi.DisplayVideo.V3.Model.IdFilter (google_api_display_video v0.39.0)
View SourceA filtering option that filters entities by their entity IDs.
Attributes
-
adGroupAdIds
(type:list(String.t)
, default:nil
) - YouTube Ads to download by ID. All IDs must belong to the same Advertiser or Partner specified in CreateSdfDownloadTaskRequest. -
adGroupIds
(type:list(String.t)
, default:nil
) - YouTube Ad Groups to download by ID. All IDs must belong to the same Advertiser or Partner specified in CreateSdfDownloadTaskRequest. -
adGroupQaIds
(type:list(String.t)
, default:nil
) - Optional. YouTube Ad Groups, by ID, to download in QA format. All IDs must belong to the same Advertiser or Partner specified in CreateSdfDownloadTaskRequest. -
campaignIds
(type:list(String.t)
, default:nil
) - Campaigns to download by ID. All IDs must belong to the same Advertiser or Partner specified in CreateSdfDownloadTaskRequest. -
insertionOrderIds
(type:list(String.t)
, default:nil
) - Insertion Orders to download by ID. All IDs must belong to the same Advertiser or Partner specified in CreateSdfDownloadTaskRequest. -
lineItemIds
(type:list(String.t)
, default:nil
) - Line Items to download by ID. All IDs must belong to the same Advertiser or Partner specified in CreateSdfDownloadTaskRequest. -
lineItemQaIds
(type:list(String.t)
, default:nil
) - Optional. Line Items, by ID, to download in QA format. All IDs must belong to the same Advertiser or Partner specified in CreateSdfDownloadTaskRequest. -
mediaProductIds
(type:list(String.t)
, default:nil
) - Media Products to download by ID. All IDs must belong to the same Advertiser or Partner specified in CreateSdfDownloadTaskRequest.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DisplayVideo.V3.Model.IdFilter{ adGroupAdIds: [String.t()] | nil, adGroupIds: [String.t()] | nil, adGroupQaIds: [String.t()] | nil, campaignIds: [String.t()] | nil, insertionOrderIds: [String.t()] | nil, lineItemIds: [String.t()] | nil, lineItemQaIds: [String.t()] | nil, mediaProductIds: [String.t()] | nil }