下图中出现的相关URL,是以北美站为例

亚马逊广告各实体间关系>>>

1. 广告API对接准备
1.1 申请亚马逊开发者帐号和广告API访问帐号
(略)API申请如有问题,可以入群交流。
1.2 生成访问广告API的access token
1.3 生成访问授权码(generate an authorization code)
说明:访问授权码是为了生成访问广告api时的access token
1) Paste the authorization URL determined above into your browser's address bar. Navigate to the URL.
地址如下:
https://www.amazon.com/ap/oa?client_id=YOUR_LWA_CLIENT_ID&scope=advertising::campaign_management&response_type=code&redirect_uri=YOUR_RETURN_URL
2) Sign in using the Amazon account that has permission to access Amazon Ads services for the products you want to advertise. (This is an Advertiser account, which may not be the same as the Amazon Developer account you used to create the LwA client.)
拥有广告访问权限亚马逊帐号访问上述地址,在登录店铺情况下,将出现下图授权:
3) You will be redirected to a consent form:

4)You will be redirected to the redirect_uri that you specified previously, with query parameters appended to the URL. Copy the address from your browser's address bar, and note the value of the code parameter (the xxxx in the example below):
复制下code的值,该值就是 authorization code
1.4 生成访问授权码(generate an authorization code)
生成access token和 refresh token(Create access and refresh tokens)
1)、Post 提交如下报文

本文详细介绍了如何进行亚马逊广告API的对接流程,包括申请开发者和广告API访问帐号,生成accesstoken和refreshtoken,以及使用refreshtoken刷新accesstoken的过程。此外,还提到了访问权限、限制和注意事项,为开发者提供了全面的指南。
https://www.amazon.com/?code=xxxxxxxxxxxxxxxxxxx&scope=advertising%3A%3Acampaign_management

5357

被折叠的 条评论
为什么被折叠?



