0
When we add {affiliate_link} token, we get full URL like https://www.mysite.com/?atid=1
Such approach let us to forward visitor on home page only. In some cases it's much more effective to promote special products like
https://www.mysite.com/extensions/productname/?atid=1
What is expected is to use the following approach:
Such feature let site integrator to add more marketing materials and promote specified products.
Would be great if you shall release such feature soon.
Regards,
Eugene.
Such approach let us to forward visitor on home page only. In some cases it's much more effective to promote special products like
https://www.mysite.com/extensions/productname/?atid=1
What is expected is to use the following approach:
<!-- Use the token {affiliate_link} to add a link were you want and remove this comment. E.g. href="https://www.mysite.com/[path]/{affiliate_link}" -->
Such feature let site integrator to add more marketing materials and promote specified products.
Would be great if you shall release such feature soon.
Regards,
Eugene.
Responses (3)
-
Accepted Answer
-
Accepted Answer
0you can already do this if you use the {atid} token instead of the full {affiliate_link}
this will give you just the ID, which you can place in any link. like this:
https://www.mysite.com/extensions/productname/?atid={atid} -
Accepted Answer
Your Reply
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »