Hi, Any amazon affiliates here? I want to know how to add my affiliate associate id to an amazon link, and I want to do this programatically using PHP. I already know PHP coding. What I want is format of link which amazon uses to generate associate links. Suppose my associate id is: abcdef-21 Then how do I add it to an amazon link for proper tracking? Also, can same affiliate id be used for other countries? Suppose I signed up at amazon.in, then can I use same associate id on amazon.com, or is that different? Thanks
@JEET I found this on Stackoverflow (dated back to 2018 though): https://www.amazon.com/gp/product/B002GZX2DE/?tag=XXXXXX-21 Like I said it was valid back then, not sure about today. B002GZX2DE (or whatever) is your product ID ?tag= is where you put your aff. ID
In case you haven't figured it out, here's an article that can help you, they suggest a couple of tools. And when it comes to tracking, the easiest way for me is through an affiliate dashboard, like this one, because it shows all the data in one place. Good luck!
@Edna Welburg That is the manual way of copy pasting associate links. I forgot to mention that I wanted this done programatically. I wanted the format where I can programatically add/replace the associate ID in amazon product page links. Like generate affiliate link on the fly when I have the product page link. I will do this with PHP. I know coding. I needed the format of the associate link which amazon uses. Sorry about the confusion. Thanks