Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

affiliate.js - which affiliate programs do you support? #24

Closed
amwohl opened this issue Jun 28, 2021 · 2 comments
Closed

affiliate.js - which affiliate programs do you support? #24

amwohl opened this issue Jun 28, 2021 · 2 comments
Assignees
Labels

Comments

@amwohl
Copy link

amwohl commented Jun 28, 2021

Can I add affiliate tags to anything other than Amazon? Can I add tags to eBay, Walmart, Alibaba?
Also, do you support tracking IDs for Amazon?

@russellsteadman
Copy link
Owner

Hi @amwohl!

  • Affiliate.js is platform agnostic. It isn't built to "support" vendors (e.g. Amazon or eBay), rather it is built to support dynamic URL transformations (e.g. website.com/product -> website.com/product?tag=my-tag).
  • Certain "tracking" identifiers require server-side generation. Affiliate.js is a client-side tool for performing changes to anchor links dynamically (i.e. <a href="...">...</a>). If these "tracking" identifiers require server-side generation, you would need to create a server-side script for doing so. Regardless, Affiliate.js would still be able to transform the URLs to add in those identifiers using the modify function.

Did this answer your questions?

@russellsteadman
Copy link
Owner

Question closed. Please create a new issue for further questions and reference issue #24.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants