如何通过产品广告 API 生成的我网站上的链接获得亚马逊购买的积分?

发布于 2024-11-01 17:32:10 字数 180 浏览 0 评论 0原文

我正在使用亚马逊产品广告 api 来搜索亚马逊产品,并在找到该产品时显示该产品的链接。我如何获得来自我网站的销售积分?我注册了 Amazon Associates 计划,但在我看来,您似乎必须“生成”这些链接并跟踪它们,当我的应用程序可能生成数千个购买链接时,这实际上并不可行......所以我知道有一定是我在这里缺少的东西。任何帮助将不胜感激!

I'm using the Amazon product advertising api to search for amazon products and displaying a link to the product if its found. How can I get credit for a sell that comes from my website? I signed up for the Amazon Associates program but everywhere I look it seems like you have to "generate" these links and keep track of them and thats not really feasible when my app can potentially generate thousands of buy links... So I know theres got to be something I'm missing here. Any help would be greatly appreciated!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

从此见与不见 2024-11-08 17:32:10

您可以在 US< 上检查生成的链接/a> 网站和 英国网站及其链接检查工具。这将告诉您是否获得购买信用。它不会告诉您是否获得 API 积分。

产品 API 记录在此处 - 您应该使用“DetailPageURL”响应属性网址。

您可以像这样构建自己的链接,并添加正确的值:

"http://www.amazon.co.uk/exec/obidos/ASIN/#{asin}/ref=nosim/#{uk_associate_id}"

注意 - 该 URL 适用于英国网站。如果您生成自己的链接,它们将不会计入您的 API 使用积分。请参阅此处了解更多详情。

希望有帮助。

You can check generated links on the US site and the UK site with their link checker tool. This will tell you if you get credit for purchases. It won't tell you if you get API credits.

The Product API is documented here - you should use the "DetailPageURL" response attribute for the URL.

You can build your own links like this, subbing in the correct values:

"http://www.amazon.co.uk/exec/obidos/ASIN/#{asin}/ref=nosim/#{uk_associate_id}"

Note - that URL is for the UK site. If you generate your own links, they won't count towards your API usage credit. See here for more details.

Hope that helps.

始终不够 2024-11-08 17:32:10

如您所知,当您订阅亚马逊产品广告 API 程序时,您将获得 AssociateTag、AccessKeyId 以及验证发送到亚马逊的每个请求所需的密钥。

因此,当有人访问您的网站,选择亚马逊产品(显示在您的网站上)并单击“结帐”链接时,您将该客户重定向到亚马逊网站,以便让他们处理付款流程。交易完成后,亚马逊知道这笔销售来自您的网站(因为结账请求包括您的标签和密钥),此时您可以从亚马逊获得一些钱。

我希望这能解决您的问题。

As you know, when you subscribe to the Amazon Product Advertising API program, you get an AssociateTag, and AccessKeyId and a secret key that is required to authenticate every request sent to Amazon.

So, when someone goes to your site, chooses an Amazon product (displayed on your site) and clicks on the "check out" link, you redirect that customer to Amazon site in order to let them handle the payment process. When the deal is done, Amazon knows that this sell came from your site (because the request to check out included your tag and key) and that's when you get some money from Amazon.

I hope this answers your problem.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文