Send ActiveCampaing Event information with GTM via a Google Cloud Functions proxy.
Send Event Tracking data to ActiveCampaign with Google Tag Manager and a Google Cloud Function. You will need to setup:
- The Google Cloud Function
- The GTM Tracking with the ActiveCampaign Event Tracking Template
- A way to identify the user (User identifiers: Email, ActiveCampaign User Hash, ActiveCampaign Contact ID)
Use this query string attached to your Cloud Functions URL
?action=trackEvent&eventName=EVENTNAME&eventData=EVENTDATA&contactId=CONTACTID
Replace EVENTNAME, EVENTDATA and CONTACTID with your dummy data