{
"country": "US",
"asin": "B0DR3BRJZL",
"startDate": "2025-04-27",
"endDate": "2025-04-29"
}curl --location --request POST 'https://openapi.xiyouzhaoci.com/v1/asins/advertisingChange/trends/daily' \
--header 'Content-Type: application/json' \
--data-raw '{
"country": "US",
"asin": "B0DR3BRJZL",
"startDate": "2025-04-27",
"endDate": "2025-04-29"
}'{
"asin": "B0DR3BRJZL",
"country": "US",
"trends": [
{
"date": "2025-04-27",
"added": [
{
"campaignId": "A08974722PNZN1JDAA5SI",
"campaignName": "SP活动-A5SI",
"campaignType": "sp"
}
],
"removed": []
},
{
"date": "2025-04-28",
"added": [
{
"campaignId": "A030319038WZLIGKCLQ55",
"campaignName": "SP活动-LQ55",
"campaignType": "sp"
}
],
"removed": []
},
{
"date": "2025-04-29",
"added": [
{
"campaignId": "A02517703FL8FY3FX414A",
"campaignName": "SP活动-414A",
"campaignType": "sp"
},
{
"campaignId": "A095667514IL702KQFE1Z",
"campaignName": "SP活动-FE1Z",
"campaignType": "sp"
},
{
"campaignId": "A0082125KRACTKBHRCRD",
"campaignName": "SP活动-RCRD",
"campaignType": "sp"
}
],
"removed": []
}
]
}