Hey everybody, a new member of forum is here <—
I’ve been doing affiliate marketing for about 6 months already and I recently decided to take it to the next level as I see there is a lot of potential for growth.
So, I decided to sign up with Ads Bridge and setup my very fist campaign.
It was a bit difficult to make sense of these postback URL, URL tokens & parameters but I almost got a hang of it.
But I’m stuck on something else.
I’m hosting my squeeze pages somewhere else(not on AdsBridge) and in order to connect my squeeze page with AdsBridge there is a little JavaScript code that I need to paste into my call-to-action button on the squeeze page.
AdsBridge says “Add the piece of code or the click URL below to call to action button(s) on your landing page in order to pass data further. For generating click URL specific for the campaign go to the “Tracking pixel” section.”
`<a href="javascript:void(0)" onclick="window.open(decodeURIComponent( window.location.href.substr(window.location.href.lastIndexOf('aref=')+5)), '_self');"> </a>
`
That snippet.
But the problem is, that my call-to-action button referees to the actual product I’m promoting which I assume that’s how it’s supposed to be right?
I’ve this “See The Method NOW” button which takes the user to the offer I’m promoting.
`<div>
<a href=“trkur2(dot)com/592971/23716" target="_self">
<span class="elButtonMain">See The Method NOW!</span>
</a>
</div>`
So, I’m confused with this, does it want me to insert that JS code WITHIN my call-to-action button code like this?
`<div>
<a href=“trkur2(dot)com/592971/23716" target="_self">
<span class="elButtonMain">See The Method NOW!</span>
</a>
<a href="javascript:void(0)" onclick="window.open(decodeURIComponent( window.location.href.substr(window.location.href.lastIndexOf('aref=')+5)), '_self');"> </a>
</div>`
OR
It wants me to completely get rid of my offer reference and replace my old “<a href…” attribute with this JavaScript snippet like this?
`<div>
<a href="javascript:void(0)" onclick="window.open(decodeURIComponent( window.location.href.substr(window.location.href.lastIndexOf('aref=')+5)), '_self');"> </a>
</div>
<span class="elButtonMain">See The Method NOW!</span>
</a>
</div>`
I hope this makes sense to anyone reading
I’m eager to get my campaign started as I’ve already setup my ad campaigns with different squeeze pages etc…
I just need to solve this problem and I’m good to go, any input is much appreciated
I’ve been doing affiliate marketing for about 6 months already and I recently decided to take it to the next level as I see there is a lot of potential for growth.
So, I decided to sign up with Ads Bridge and setup my very fist campaign.
It was a bit difficult to make sense of these postback URL, URL tokens & parameters but I almost got a hang of it.
But I’m stuck on something else.
I’m hosting my squeeze pages somewhere else(not on AdsBridge) and in order to connect my squeeze page with AdsBridge there is a little JavaScript code that I need to paste into my call-to-action button on the squeeze page.
AdsBridge says “Add the piece of code or the click URL below to call to action button(s) on your landing page in order to pass data further. For generating click URL specific for the campaign go to the “Tracking pixel” section.”
`<a href="javascript:void(0)" onclick="window.open(decodeURIComponent( window.location.href.substr(window.location.href.lastIndexOf('aref=')+5)), '_self');"> </a>
`
That snippet.
But the problem is, that my call-to-action button referees to the actual product I’m promoting which I assume that’s how it’s supposed to be right?
I’ve this “See The Method NOW” button which takes the user to the offer I’m promoting.
`<div>
<a href=“trkur2(dot)com/592971/23716" target="_self">
<span class="elButtonMain">See The Method NOW!</span>
</a>
</div>`
So, I’m confused with this, does it want me to insert that JS code WITHIN my call-to-action button code like this?
`<div>
<a href=“trkur2(dot)com/592971/23716" target="_self">
<span class="elButtonMain">See The Method NOW!</span>
</a>
<a href="javascript:void(0)" onclick="window.open(decodeURIComponent( window.location.href.substr(window.location.href.lastIndexOf('aref=')+5)), '_self');"> </a>
</div>`
OR
It wants me to completely get rid of my offer reference and replace my old “<a href…” attribute with this JavaScript snippet like this?
`<div>
<a href="javascript:void(0)" onclick="window.open(decodeURIComponent( window.location.href.substr(window.location.href.lastIndexOf('aref=')+5)), '_self');"> </a>
</div>
<span class="elButtonMain">See The Method NOW!</span>
</a>
</div>`
I hope this makes sense to anyone reading
I’m eager to get my campaign started as I’ve already setup my ad campaigns with different squeeze pages etc…
I just need to solve this problem and I’m good to go, any input is much appreciated