You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The sample Amazon DSP: Campaign request is for a dspAudience report instead of a dspCampaign report. I'm wondering a copy/paste from the Audience page's sample went awry?
Description of what the documentation should say
Since it's on the campaign page, I was hoping to find an example that pulls dspCampaign info (ideally one that still pulls by lineItem and order, but not sure if that's possible)
The text was updated successfully, but these errors were encountered:
Describe the bug
The sample Amazon DSP: Campaign request is for a dspAudience report instead of a dspCampaign report. I'm wondering a copy/paste from the Audience page's sample went awry?
URL of the content
https://advertising.amazon.com/API/docs/en-us/guides/reporting/v3/report-types/campaign#amazon-dsp-campaign-summary-report-grouped-by-line-item-and-order
Description of what the documentation currently says
Amazon DSP: Campaign summary report grouped by line item and order
curl --location 'https://advertising-api.amazon.com/reporting/reports'
--header 'Content-Type: application/vnd.createasyncreportrequest.v3+json'
--header 'Amazon-Advertising-API-ClientId: amzn1.application-oa2-client.xxxxxxx'
--header 'Amazon-Advertising-API-Scope: xxxxxxxxx'
--header 'Authorization: Bearer Atza|xxxxxxxxxx'
--data
{ "name":"TEST", "startDate":"2024-03-05", "endDate":"2024-03-10", "configuration":{ "adProduct": "DEMAND_SIDE_PLATFORM", "groupBy":["lineItem", "order"], "columns":["lineItemName", "lineItemId", "lineItemComments", "lineItemType", "omsLineItemId", "orderName", "orderId", "orderCurrency", "omsProposalId"], "reportTypeId":"dspAudience", "timeUnit":"SUMMARY", "filters": [{"field":"advertiserId","values":["......."]}], "format":"GZIP_JSON" } }
Description of what the documentation should say
Since it's on the campaign page, I was hoping to find an example that pulls dspCampaign info (ideally one that still pulls by lineItem and order, but not sure if that's possible)
The text was updated successfully, but these errors were encountered: