Follow along with the video below to see how to install our site as a web app on your home screen.
Note: this_feature_currently_requires_accessing_site_using_safari
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
<script>
function goals(name, deposit_amount){
switch(name){
case 'firstcampaign':
pixels fired
break;
}
}
</script>