Download & Extend

Save Google analitics info in Webform Submission page

Project:Google Analytics Contact Form, Webform, Rules Email
Version:6.x-1.4
Component:Code
Category:feature request
Priority:normal
Assigned:Unassigned
Status:active
Issue tags:GA tokenizer info in Subimission table results, Save GA tokenizer info into DB

Issue Summary

I found the solution to integrate Ga Tokenizer with Contact Save module (to save info in DB and not only in email result; see here for details: http://drupal.org/node/1132968)

Now I need to save Ga Tokenizer Info in Webform Submission result table.

Someone have ideas about?

Thanks!
Bye!

Ps I'm using Webfrom 3.x

Comments

#1

I am running Drupal 6.22, Webform 6.x-3.14, and Google Analytics Contact Form 6.x-1.4. I have MySQL access and can run custom queries and reports against the database directly, if need be.

I absolutely love having the Google Analytics Information on the webform emails. This is incredibly helpful for SEO and managing AdWords campaigns.

Right now I am doing this with the data from this module, every day:
* I export the previous day's form submissions as a CSV file from the Webform> Results> Download function.
* I add columns to that CSV file for Source, Campaign, Medium, Content, and Term.
* I click through each of the webform emails that I received yesterday and fill in those fields.
* I merge this data into a master spreadsheet.

This process gives me this valuable data in a form that I can analyze in Excel. I would love to have the Google Analytics Contact Form data stored in a table in Drupal that I can query/export. It would be ideal if the Webform Results Download could view this data, too, or if there were a new report that could merge and export both data sets.

I think that is what this issue is asking for, and my post is just a clarification.