Jump to content

Track conversions adwords

Featured Replies

Posted

Has anyone experience with tracking adwords interactions? Specifically I want to know how many registrations and purchases in the end have been performed from adwords users. Is that supported by IPB?

  • Author

@bfarber Do you have an idea or know someone in your team who can answer this? Not sure if this question is suited for the client area's support system.

This is not something we can provide support for through the client area really, sorry.

@inkredible through adwords you should be able to set a specific page that when a user gets to that it shows a conversion. (I know you can do it in analytics). I set mine to show a conversion when they reach a specific page. Namely:

/register/?do=validating

Which means they successfully registered and are awaiting email validation. I hope that helps you.

  • Author
On 15.5.2017 at 7:22 PM, Morrigan said:

@inkredible through adwords you should be able to set a specific page that when a user gets to that it shows a conversion. (I know you can do it in analytics). I set mine to show a conversion when they reach a specific page. Namely:

/register/?do=validating

Which means they successfully registered and are awaiting email validation. I hope that helps you.

Hm you mean conversion goals. Yes I could setup an url and everyone who visited this URL is considered as successful conversion. I am using FURLs in my forum and that means it would be "/forum/register/" as the registration process is POSTing the form to the same url when a registration has been sent. We don't use email validation so I can't use your solution either :(. Do you have an idea?

Open globalTemplate and put your code inside of following template condition:

{{if \IPS\Request::i()->controller == 'register' AND \IPS\Request::i()->do == 'validate'}}
	Tracking code
{{endif}}

... or 'validating'. Depends on your needs.

Edited by Apfelstrudel

Archived

This topic is now archived and is closed to further replies.

Recently Browsing 0

  • No registered users viewing this page.