0
Hi
I am brand new to the program and I am not sure if it fits my needs.
I basically need affiliates to promote 4 products you can find in this link
https://ascoltando.org/events/si-plans.html
The 4 subscription plans are set via emerald.
As far as I managed to get the soft going, I was pretty excited but I can't get it to do what I need.

So.
I would like the back-end to generate unique and different referral links to each of the products.
so... for example, Plan 1 called ITAL-101 (sid=1) would take the following link
https://ascoltando.org/events/si-plans.html?view=empayment&sid=1&lmarazzo
While Plan 2 called Ital-102 (sid=2) would take
https://ascoltando.org/events/si-plans.html?view=empayment&sid=2&lmarazzo

I managed to make the tracker work but it's tedious that I have to generate each link one by one while the program should do it itself.
Please let me know if you can login and fix what I need. or make a video. OR if the program cant do that, I would like a refund.

Accepted Answer

Thursday, January 25 2018, 07:40 PM - #Permalink
0
hello,
yes, we already have this option. you need to use the token {atid}

like this for example:

index.php/events/si-plans.html?view=empayment&sid=1&atid={atid}
The reply is currently minimized Show
Responses (3)
  • Accepted Answer

    Thursday, January 25 2018, 01:40 AM - #Permalink
    0
    I dont know how to give you credentials hidden...
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, January 25 2018, 12:07 PM - #Permalink
    0
    hello

    the program generates one link per ACCOUNT, but you can use the identifier (?atid=X) on any link you want.

    do you know what I mean?

    you want each product to be associated with a different affiliate account?
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, January 25 2018, 04:35 PM - #Permalink
    0
    Germinal

    I went to Marketing Material and I generated this code but it keep breaking it.


    <a href="/Index.php/events/si-plans.html?view=empayment&sid=1&?atid=X"><img src="https://ascoltando.org/images/Made-In-Italy.jpg"/></a>


    I would like for every user to have the 4 links to the 4 plans I mentioned above. If you don't have this feature, it would be easy to make. I would suggest something similar to
     {affiliate_link} 
    but specific only to the magic word. Something like
     {tracking_ID} 

    This way I can come up with a url like:
     Index.php/events/si-plans.html?view=empayment&sid=1&{Tracking_ID} 


    Otherwise, I would have to manually generate 4 URLs per affiliate. This is not convenient.
    The reply is currently minimized Show
Your Reply