Source position: googledfareporting.pp line 8499
type TPlacementsListOptions = record |
advertiserIds: Int64; |
archived: Boolean; |
campaignIds: Int64; |
compatibilities: string; |
contentCategoryIds: Int64; |
directorySiteIds: Int64; |
groupIds: Int64; |
ids: Int64; |
maxEndDate: string; |
maxResults: Integer; |
maxStartDate: string; |
minEndDate: string; |
minStartDate: string; |
pageToken: string; |
paymentSource: string; |
placementStrategyIds: Int64; |
pricingTypes: string; |
searchString: string; |
siteIds: Int64; |
sizeIds: Int64; |
sortField: string; |
sortOrder: string; |
end; |