function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Mike KozakMike Kozak 

Passing Google Analytics Campaign Data to Salesforce via Force.com Form

I'm trying to figure out how to replicate the process for sending Google Analytics campaign data to Salesforce detailed in this blog post: http://www.e-nor.com/blog/google-analytics/integrate-salesforce-and-google-analytics

The example shown is for a simple webform. I'm trying to figure out if I can make it work using VisualForce. Righ now I've only changed the <input type="hidden"> to <apex:inputHidden>. I've had no success using this approach. 

Any solutions to this? Other ways to pass Google Analytics campaign tagging data through my Force.com form? 

Thanks!
Sergey ZuevSergey Zuev
Hi,
You can use GAconnector app (http://gaconnector.com?crm=Salesforce) to achieve this (full disclosure - I've created it).

Regards,
Segrey