Skip to content

Install via Google Tag Manager

Last updated: March 18, 20265 min readIntermediateBrandDeveloper

If you use Google Tag Manager, you can deploy the Arqam360 consent widget as a custom HTML tag. This keeps all your scripts managed in one place.

1

Create a new tag

In GTM, go to Tags → New → Custom HTML.

2

Paste the embed code

Add the Arqam360 script tag in the HTML field.

3

Set trigger to 'All Pages'

Configure the tag to fire on All Pages (Consent Initialization trigger preferred).

4

Set priority to high

Set tag firing priority to a high number (e.g., 999) so it loads before other tags.

5

Publish

Save and publish your GTM container.

javascript
<script src="https://cdn.arqam360.com/widget-v2.js" data-key="YOUR_API_KEY"></script>
GTM custom HTML tag setup
Creating a custom HTML tag in Google Tag Manager.
Arqam360 automatically fires Google Consent Mode v2 signals. When deployed via GTM, ensure the Arqam360 tag fires BEFORE any Google tags to set the default consent state.

Testing in GTM Preview

Use GTM's Preview mode to verify the tag fires correctly. You should see the Arqam360 tag in the 'Tags Fired' section and the consent banner on your site.

Was this article helpful?