Install via Google Tag Manager
If your app already has Google Tag Manager installed you can use it to quickly install Upollo to analyze users.
Prerequisites
- You must have Google Tag Manager installed.
- Be identifying your users by using one of the following common integrations:
- Google Analytics with
gtag("set", "client_id", "u_123")
- Intercom with the
window.intercomSettings
user fieldsuser_id
andemail
.
- Google Analytics with
If you dont see an integration you use please let us know or consider using our Native Web Library.
Instructions
- Login to Google Tag Manager
- In "Tags" click "New"
- Set a name like "Upollo Script"
- Get your Upollo API key from the Access and Keys page
- In the "Tag Configuration" select "Custom HTML" and paste the script tag, adding your api key.
<script src="https://cdn.upollo.ai/tag/latest/bundle.min.js?key=YOUR_API_KEY"></script>
- "Triggering" select "All Pages"
- Save, Submit and Publish your changes