本文介绍了使用亚马逊 ASIN 编号创建链接以通过用户设置链接正确的国家/地区(例如 amazon.com、.co.uk、.jp)?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我有一个数据库,想将亚马逊产品与其 asin 链接.
例如 iPhone 4S 的 B005UEF678,将是
For example B005UEF678 for iPhone 4S, would be
amazon.com/dp/B005UEF678 in the US,
but amazon.de/dp/B005UEF678 in germany.
实际上我不知道哪个 URL 是正确的,因为用户可能来自任何国家?
Actually I don't know which URL is the right, since the user could be from any country?
你会如何解决这个问题?
How would you solve this problem?
API?在用户语言中切换大小写?
API? Switch Case in Userlanguage?
谢谢
我使用 PHP 的方式.
byt he way I use PHP.
推荐答案
有一个名为 asin 的 ASIN Short URLs 服务.信息.您可以通过 Amazonlink 或使用以下语法轻松生成您的 URL:
there is a servie for ASIN Short URLs called asin.info.You can easily generate your URLs by Amazonlink or with this syntax:
http://asin.info/a/{asincode}
它会将用户重定向到适合国家/地区的产品.
It will redirect the user to the product for the right country.
希望对您有所帮助.
这篇关于使用亚马逊 ASIN 编号创建链接以通过用户设置链接正确的国家/地区(例如 amazon.com、.co.uk、.jp)?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!