| auditRequests | Request for audit information. Only one audit request is allowed per entity type per audit snapshot. This is an array holding following elements: entityType: Type of the entity for which you want to generate audit snapshot. entityIds: list of Ids of the entity type for which you want to generate audit snapshot. Note: 1) Max size of entityId list is 10. 2) Entity Ids should not be duplicate. 3) This field is required and must not be left empty fromDate: The starting date of the time frame for which you want snapshot of selected entities. toDate: The end date of the time frame for which you want snapshot of selected entities | auditRequests:string entityType: string entityIds: numeric fromDate: date toDate: date | Y | entityType possible values:
campaign
adGroup
keyword
adItem
bidMultiplier
placement
sbaProfile
adGroupMedia
category
entityIds: A valid entity id.
The entityIds are:
campaign: campaignId
adGroup: adGroupId
keyword: keywordId
adItem: adItemId
bidMultiplier: campaignId
placement: campaignId
sbaProfile: sbaProfileId
adGroupMedia: adGroupMediaId
category: categoryBidId
fromDate: Format is yyyy-MM-dd
toDate: Format is yyyy-MM-dd
|