How to Track Vine Form Submits in Google Analytics
In Google Analytics you can process, analyze and use in reports a special event that Vine can send when the submit button of a form is clicked.
In order for the Vine event to be sent, please select Google Analytics in the form settings and then fill in the Event Category and Event Action fields.

Universal Analytics (analytics.js )
If you are using the analytics.js script for Universal Google Analytics, you will receive an event having the category and action you define in the Event Category and Event Action fields.

And the event's label will be equal to that of the button.

Universal Analytics (gtag.js)
If you are using the gtag.js script for Universal Google Analytics, you will receive the following two events. One is the same as for analytics.js(UA) and one is the gtag.js style event:
For example,

Please note that the gtag.js style event will not have the label set:

You can use either of these events for your reports as they are sent simultaneously and both signal a button submit but using different formats.
GA4 Analytics (gtag.js)
If you are using GA4 then you will receive an event having the name combined from the Event Category and Event Action fields as "eventcategory_eventaction".
For example,

Comments
0 comments
Please sign in to leave a comment.