如何以编程方式获取Amazon Marketing Services(AMS)赞助的活动? [英] How to get Amazon marketing services (AMS) sponsored campaign programmatically?

查看:100
本文介绍了如何以编程方式获取Amazon Marketing Services(AMS)赞助的活动?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

问候!!

目标是通过赞助产品API(如果可能)获得Amazon Marketing Service(AMS)赞助的产品活动

并请提出针对AMS赞助的广告系列是否有其他不同的api。

And please suggest if there is any different set of apis for AMS sponsored campaigns.

我已经关注

https://advertising.amazon.com/API

https://advertising.amazon.com/API

我已经按照指南中的所有说明进行操作,但是我没有

I have follow all the instruction given in the guidelines but with that I am not getting campaigns for AMS sponsored product.


当前,我正在将 scope:cpc_advertising:campaign_management用于
获得广告系列,但与此同时我没有针对AMS的广告系列。

currently I am using "scope:cpc_advertising:campaign_management" to get campaigns but with that I am not getting campaigns for AMS.

我是否通过其他范围来获取AMS广告系列?如果是的话,参数应该是什么?

Do I pass different scope to get AMS campaigns? And if yes what should be the parameters?

有什么方法可以获取AMS赞助产品广告系列吗?

Is that any way to get AMS sponsored products campaigns?

PS:我仅使用AMS帐户的登录详细信息。而且我也知道赞助产品和AMS赞助产品。

PS : I am using login details of AMS account only. And I am also aware with sponsored products and AMS sponsored products.

请问您能帮我获得一些有关AMS赞助活动的信息吗?

Could you please help me to get some information for AMS sponsored campaigns?

谢谢,
James

Thanks, James

推荐答案

在此处使用curl调用下载广告系列报告。

Downloading campaigns report using curl call is here.

curl -X POST \
  https://advertising-api.amazon.com/v1/campaigns/report \
  -H 'Amazon-Advertising-API-Scope: REPLACE_YOUR_PROFILE_ID' \
  -H 'Authorization: REPLACE_YOUR_ACCESS_TOKEN' \
  -H 'Cache-Control: no-cache' \
  -H 'Content-Type: application/json' \
  -H 'Host: advertising-api.amazon.com' \
  -H 'cache-control: no-cache' \
  -d '{
 "campaignType": "sponsoredProducts",
 "reportDate": "20181205"
 }'

希望这有助于下载。

这篇关于如何以编程方式获取Amazon Marketing Services(AMS)赞助的活动?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆