Hi,
I was wondering where to put the google conversion code from google adwords if i want to track registrations.
Completed registrations? Or just if they get to the register page?
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
Register.template.php would be used if you want to track them to the registration page.
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&label=qM-VCJK73wQQ1tG-xwM&guid=ON&script=0"/>
</div>
</noscript>
Have you tried inspecting the element with Firefox or Chrome? That should give you a clue where the larger font is coming from.