Amazon 帐户的关联 tag/id 在哪里?
Where is the associate tag/id for an Amazon account?
这是 API 访问所需的信息:
access_key = <your access key>
secret_key = <your secret key>
associate_tag = <your associate id>
我知道 here 有一个以 -20
结尾的值,但我不确定我是要包括还是排除 20?文档没有这方面的信息。
关联 ID 也称为跟踪 ID,可在上面发布的 link 中找到。
The associate tag is the term used by the API for the ID of the account where clicks are tracked and sales commissions are credited. You can have several attached to your associate account for your own internal tracking reasons (for each marketing campaign or section of your website or whatever). When a user clicks the link supplied by the API with your associate tag embedded in the URL, that tracking ID is credited with that click in associate central.
来源:Amazon Forum
这是 API 访问所需的信息:
access_key = <your access key>
secret_key = <your secret key>
associate_tag = <your associate id>
我知道 here 有一个以 -20
结尾的值,但我不确定我是要包括还是排除 20?文档没有这方面的信息。
关联 ID 也称为跟踪 ID,可在上面发布的 link 中找到。
The associate tag is the term used by the API for the ID of the account where clicks are tracked and sales commissions are credited. You can have several attached to your associate account for your own internal tracking reasons (for each marketing campaign or section of your website or whatever). When a user clicks the link supplied by the API with your associate tag embedded in the URL, that tracking ID is credited with that click in associate central.
来源:Amazon Forum