Simple Machines Community Forum

SMF Support => SMF 2.0.x Support => Topic started by: ontbijtkoe on April 02, 2013, 12:58:27 PM

Title: Google Adwords conversion
Post by: ontbijtkoe on April 02, 2013, 12:58:27 PM
Hi,

I was wondering where to put the google conversion code from google adwords if i want to track registrations.
Title: Re: Google Adwords conversion
Post by: vbgamer45 on April 02, 2013, 01:04:09 PM
Completed registrations? Or just if they get to the register page?
Title: Re: Google Adwords conversion
Post by: ontbijtkoe on April 02, 2013, 01:05:36 PM
Well I don't expect a lot of people to abort the registration. But completed would be nicer. Just need to be sure it works though
Title: Re: Google Adwords conversion
Post by: vbgamer45 on April 02, 2013, 01:13:42 PM
Register.template.php would be used if you want to track them to the registration page.
Title: Re: Google Adwords conversion
Post by: ontbijtkoe on April 02, 2013, 02:08:32 PM
where can i find this file?

Edit:

nvm found it

Themes/Default

Another question though. when i add the code. the font increases. any idea's?


<!-- Google Code for game of thrones Conversion Page -->
<script type="text/javascript">
/* <![CDATA[ */
var google_conversion_id =
var google_conversion_language = "
var google_conversion_format =
var google_conversion_color = "
var google_conversion_label = "
var google_conversion_value =
/* ]]> */
</script>
<script type="text/javascript" src="//www.googleadservices.com/pagead/conversion.js">
</script>
<noscript>
<div style="display:inline;">
<img height="1" width="1" style="border-style:none;" alt="" src="//www.googleadservices.com/pagead/conversion/955230422/?value=0&amp;label=qM-VCJK73wQQ1tG-xwM&amp;guid=ON&amp;script=0"/>
</div>
</noscript>
Title: Re: Google Adwords conversion
Post by: Chalky on April 13, 2013, 08:54:22 AM
Have you tried inspecting the element with Firefox or Chrome?  That should give you a clue where the larger font is coming from.