0
Hi,

I need to have a banner (html code) in marketing material that will display image and when someone click to the banner, banner will redirect to "buy" page and that referral action will be referred to Affiliate user/id. Here is my try:

<a href="https://www.enjoyberry.com/buy"><img src="https://www.enjoyberry.com/images/banner/banner-1-min.jpg" alt="banner-1" class="img-responsive" /></a>


but this code above to not capture affiliate ID and click to the banner link.


I know that I should use the following code:


<a href="/affiliate_link"><img src="/https://www.enjoyberry.com/images/banner/banner-2-min.jpg alt="banner-1" class="img-responsive""/></a>



but this code do not open "buy" page that I need.

So simply, can you tell me what should be the code that will track banner that open desired page in this case "buy" page?

Thank you,
Branko

Accepted Answer

Wednesday, April 25 2018, 01:22 PM - #Permalink
0
to make this test, did you use a browser that had already been used before with another affiliate account?
make sure you make the tests with "clean" browsers, with no cookies.
The reply is currently minimized Show
Responses (3)
  • Accepted Answer

    Wednesday, April 25 2018, 10:16 AM - #Permalink
    0
    it's not the first code nor the second. You need this:

    <a href="https://www.enjoyberry.com/buy?atid={atid}"><img src="https://www.enjoyberry.com/images/banner/banner-1-min.jpg" alt="banner-1" class="img-responsive" /></a>
    The reply is currently minimized Show
  • Accepted Answer

    Wednesday, April 25 2018, 10:40 AM - #Permalink
    0
    Perfect, that worked out. Thank you.

    May I ask you one more question:
    I just tried to test this code and for the test purpose place this code on the following link: https://www.innovationmindcenter.com/banner-berry
    when I clicked on it I do not see that this user {atid} has information that someone clicked on that link/count the referrals link:
    Sreenshot:
    https://www.screencast.com/t/o7f5p9yum5
    https://www.screencast.com/t/o7f5p9yum5
    The reply is currently minimized Show
  • Accepted Answer

    Wednesday, April 25 2018, 09:24 PM - #Permalink
    0
    Thank you so much for your time and support regarding this matter.
    The reply is currently minimized Show
Your Reply