To allow tracking of use and completion of Tribe forms by your customers, tags can be added that will be registered with the GoogleTagManager.
Note: addBlocker uBlock will interfere with the functioning of this connector, events might not arrive at the Google Tag Manager when this addblocker is active.
To use the GoogleTagManager the connector has to be enabled and a user-defined tag has to be added to the submit button of the form that the you want to track.
Connector
To active the connector go to the Tribe CRM marketplace in the right top corner, and select the Googe Tag Manager connector in the E-mail marketing catagory.
When activating the GoogleTagManager connector a “Container ID” needs to be specified.
The container ID can be found in your Google Tag Manager enviroment.
Log in to your Google Tag Manager account and open a container. In the top right corner (next to the Submit and Preview buttons) you’ll see some short text that starts with GTM- and then contains some letters/numbers. That’s your Google Tag Manager ID.
Enter the complete ID including the GTM in the Google Tag Manager activation page.
If the container ID is accepted, the connector is activated and ready to use.
Webform
After activating the GoogleTagManager connector, an extra option will be available in the properties of the Send-button a Tribe CRM forms
A Button Id needs to be specified, which will be added in the GoogleTag events that will be send to the GoogleTagManager.
Events
When the GoogleTagManager connector is active then the following events will be send to GoogleTagManager, using the container id provided in the connector activation properties:
-
- On loading of a form:
{
event: “form-view”,
formId: “b93431b0-d096-414f-b663-2dc2
}
Where “formId” is the uuid of the form, as displayed in the url for the form page link - On successful submission of the form:
{
event: “form-submit”,
buttonId: “sendButton123”
}
Where “sendButton123” is your id provided in the form design send button options.
- On loading of a form: