About InGo
InGo is a social marketing platform designed to help event organisers grow their events by leveraging the power of word-of-mouth and social media. By turning attendees into advocates, InGo enables events to achieve significant increases in registrations and engagement.
More information can be found: https://ingo.me/
The Integration
Gevme is ready for your InGo application. Once you have your InGo's widget, please follow steps to add it to your GTM.
Set up a new tag in your GTM
Step 1. Create a new script in your GTM under custom HTML
Step 2: Paste the InGo Widget within.

3. Under Triggering Type
Add your GTM to Gevme
In Gevme, go to Event Settings / Event Pages / Google Tag Manager and paste your GTM value there.
Upon successful registration, the Gleanin widget should appear on the Confirmation page.
The outcome
Should you apply the tag on the Confirmation Page, the pop up will appear when your attendees complete their registration form and reached the confirmation page.
Confirmation Page WITHOUT InGo Application![]() |
Confirmation Page WITH InGo Application![]() |
Page URL
Subject to the Widgets that you receive from InGo, you can create different Triggers
Landing Page We suggest to fire this widget prior to Gevme's Landing Page | ![]() |
Form This is for data population and may not be visible. | ![]() |
Confirmation Page | ![]() |
Data Layer in the Confirmation Page
A data layer is a JavaScript object that is used to pass information from your website to your Tag Manager container. You can then use that information to populate variables and activate triggers in your tag configurations.
Gevme Data Layer
There is a Javascript window object available at the Gevme confirmation page which is ready for use for GTM or GA as a data layer.
Confirmation page URL (event-id would be replaced with the actual event ID): https://www.gevme.com/event-id/registration/confirmation
The format of the object is:
- order_id: This is Gevme Order ID - Integer
- order_total_amt: This is Gevme order total amount
- num_tickets: It is the total number of tickets in this order
- attendee_id : Array with all attendee's ticket number. Please note that the ticket number is unique across the platform.
- ticket_names: Array with all ticket names
Usage of the Javascript Object: window.gevme_confirmation.order_id
Below screenshot to show the structure of the gevme_confirmation data object structure.