google analytics - How to track Registration form fields with Custom Variables in GA -
i have registration form default fields , 1 drop down 5 values 1 - 5 , field mandetory.
how track values thorugh custom variables successful registered users?
what other options if cont track through cv's?
custom variables pretty thing of past - universal analytics has custom dimensions conceptually different , not suited store form input. plus there danger form contains info can used identify person, , it's against googles terms of service store in google analytics.
one possible way solve create spreadsheet on google drive , publish webapp store form data along anonymized id per user; same user id set session based custom dimension in google analytics. using google analytics spreadsheet add-on or bit of bespoke google apps script pull relevant metrics per id spreadsheet create reports.
Comments
Post a Comment