• 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: Pass Google referral data through forms

Pass Google referral data through forms 11 years 3 months ago #26894

  • paul30
  • paul30's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 5
  • Thank you received: 1
Has anyone been able to get a form to pass google referral data into the admin email?

I want to track,

Source :

Medium :

Term :

Content :

Campaign :

Segment :

Visits :

Have tried adding code in the javascript declarations tab, adding code to hidden form default values, but getting nowhere fast.

So far only thing I have got to work is the HTTP Referrer script :

//<code>
return $_SERVER;
//</code>

But I need to get the google data too, anyone got any ideas how to achieve this?
The administrator has disabled public write access.
The following user(s) said Thank You: hpotzus

Pass Google referral data through forms 11 years 3 months ago #26903

  • paul30
  • paul30's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 5
  • Thank you received: 1
Still working on this with no luck :( Been trying out various bits of code... this does not work but any ideas if I am on the right track?

//<code>
$utm_source_value = JRequest::getVar('utm_source');
return $utm_source_value;
//</code>
The administrator has disabled public write access.

Pass Google referral data through forms 10 years 9 months ago #28648

Any luck with this?
The administrator has disabled public write access.
  • 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!