sulpher
sulpher
Offline
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:

<!-- 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

    saifa
    saifa
    Offline
    Tuesday, January 24 2017, 03:15 PM - #Permalink
    0
    hi. Is it working now? may be you can tell me how we can realization this? Because its very important to do a special links on the landing, but not on the main page.
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, January 24 2017, 05:10 PM - #Permalink
    0
    you 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}
    The reply is currently minimized Show
  • Accepted Answer

    ruud
    ruud
    Offline
    Tuesday, February 14 2017, 08:58 AM - #Permalink
    0
    Just what I was looking for! works perfect.
    should be part of the documentation :)
    The reply is currently minimized Show
Your Reply