• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: Google Analytics Goal Tracking

Google Analytics Goal Tracking 15 years 11 months ago #7345

Hello,

I'm using the RSform Pro to generate leads on a site, and what to enter the thank you page in Google Analytics as a goal.

But I notice it has the same URL as the unfilled form page.

So how do I make the thank you page unique so GA can tell it from the form page?

Thanks,

Mike
http://www.intemarket.com
The administrator has disabled public write access.

Re:Google Analytics Goal Tracking 15 years 10 months ago #7457

  • alex
  • alex's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 443
  • Thank you received: 3
Hello Michael,

we are working on a RSForm!Pro plugin that once installed will allow you to add a google analytics field to your form, which will track results and you'll be able to setup goals then.

Just follow this link http://www.rsjoomla.com/joomla-plugins/rsform-pro.html. We'll release it soon.
The administrator has disabled public write access.

Re:Google Analytics Goal Tracking 13 years 10 months ago #13686

Hello,

I've the same question: I use RSForm Pro and I installed the Google Analytics Plugin. But the Thank You page has the same URL. How can I track results and set goals in Google Analytics?

Thank you!

Mieke
The administrator has disabled public write access.

Re:Google Analytics Goal Tracking 13 years 10 months ago #13871

  • redmar
  • redmar's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 10
  • Thank you received: 3
Hi Mieke,

I had the same problem and made a ticket. I got a quick response with the following solution:
A workaround for this would be to place a code line like this one:

$u .= '&complete=1';

in the "Scripts called after form process" area which will add the "&complete=1"
to the URL of the Thank You message and so you will be able to have different
URLs for the form and the page to which it redirects when it is submitted. Thus
you can place the analytics code in the message and you will be able to set the
thank you page as a goal.
Because we use Search Engine Friendly URLS we had to change the code to:

$u .= '?complete=1';

For us this is the perfect solution! In Google you can now set the goal to your form page and add ?complete=1 after the URL.

Good luck!
The administrator has disabled public write access.
The following user(s) said Thank You: DevByStarlight, duncdiddly
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!