{
"dimension": "DATE",
"endDate": "2020-01-02",
"filter": {
"pageIds": [
"page1_id"
],
"sources": [
"ADS"
]
},
"maxResult": 1000,
"metrics": [
"ORDERS",
"SALES",
"UNITS",
"VIEWS",
"VISITORS",
"VISITS"
],
"paginationToken": "string",
"startDate": "2020-01-01"
}curl --location 'https://www.amazon.com/ap/oa/stores//insights' \
--header 'Content-Type: application/vnd.GetInsightsForStoreRequest.v1+json' \
--data '{
"dimension": "DATE",
"endDate": "2020-01-02",
"filter": {
"pageIds": [
"page1_id"
],
"sources": [
"ADS"
]
},
"maxResult": 1000,
"metrics": [
"ORDERS",
"SALES",
"UNITS",
"VIEWS",
"VISITORS",
"VISITS"
],
"paginationToken": "string",
"startDate": "2020-01-01"
}'{}