The Most Active and Friendliest
Affiliate Marketing Community Online!

“Propeller”/  Direct Affiliate

Adwords conversion tracking?

mi2

Member
Hi, recently I started test adword campaign but cant understand how track which keyword is converting or atleast which keyword is clicking to offer link. Any idea?
 
Hi, recently I started test adword campaign but cant understand how track which keyword is converting or atleast which keyword is clicking to offer link. Any idea?

Sure. Click on Tools -> Conversions and create your conversion code there.

You then want to place this code on something that runs after a conversion has taken place. This could for example be on thank-you page.

Let me know if that make sense.
Fred
 
Sure. Click on Tools -> Conversions and create your conversion code there.

You then want to place this code on something that runs after a conversion has taken place. This could for example be on thank-you page.

Let me know if that make sense.
Fred

Hi Thank you but I am running CPA offer so I dont have thank you page or similar, I have landing page with a button. Can you understand what I mean?
 
use js.

Create a simple function, which can fire your Adwords tag on click.

Something like this:

functions tracking(){
adwords code;
}

<button onclick="tracking();" />Button text </button>

Btw you can make it through js \ jquery.

I have this one:
Code:
<script>
function goals(name, deposit_amount){
  switch(name){
    case 'firstcampaign':
      pixels fired
    break;
  }
}
</script>

Also you can ping me in PM - I will try to help you set up it
 
banners
Back