Google Tag Manager
Google Tag Manager (GTM) lets you manage tags and JavaScript snippets (like those for Intempt) without needing developer help.
Step 1: Navigate to the “Tags” section of your GTM account, and click “New” to create a new tag:
Step 2: Give your tag a name, like “Intempt”, then edit the Tag configuration:
Step 3: Search for “Custom HTML” and select it as the tag type:
Step 4: Create your source, click in the “Snippet” text box, and paste the snippet from your project definition page in Intempt:
To create a source, you should open the Integrations section -> Sources tab in the Intempt console and click on the "Create source" button:
And choose the Web source:
After creation, you will see the source definition page. The next step is click on "Copy" button in the snippet section:
And paste into your GTM HTML modal:
Step 5: Create and paste your Intempt project API key:
To create a new API key, you should open the API Keys section and click on "Create public key":
Enter a key name:
After creation, copy your generated key:
And paste into your snippet in GTM instead of the "YOUR_API_KEY" placeholder:
Step 6: Now add a trigger for “All Pages: Page View”:
Step 7: Next, click “Save” and "Submit" to publish your changes:
Updated 16 days ago