axeptio / Developer Hub
Créer un compte gratuit
Blog
Tarifs
Contact
Search…
axeptio / Developer Hub
English
How to use Axeptio
FAQ
GDPR and ePrivacy
Axeptio Cookie Solution
SDK
SDK Integration
SDK Slim
Publishing the project
Our Formulas
Free Version
Pro Version
Resellers program
Cookies Steps
Welcome Screen
Others steps
Continue without accepting
Customization
Customize Axeptio
Choose Your Images
Appearance of the Widget Button
Hide the widget button
Site integration
CMS Integration
Registering User choices
Special cases SPA or React
Contextual consent
Contextual consent wall
Technical Integration
Google Tag Manager
Setup of your GTM account
Trigger the 3rd party scripts with Google Tag Manager
Advanced setup with Google Tag Manager
Specific case : blocking trigger
Gtag and Google Consent Mode
Manage your cookies in custom mode
Google Ads
Google Analytics
Axeptio Javascript SDK
Marketing Consents
Marketing Consents Module
Advanced Integration
Mandatory consent
Advanced Settings
Consents Register
How to activate your coupon
Multilingual
A/B Testing
Dedicated Database
Duration of consents conservation
Webhooks
RESTful API
API Client Documentation
API Documentation
Powered By
GitBook
Trigger the 3rd party scripts with Google Tag Manager
Our solution can be easily and effectively integrated to any TMS
Our solution can be easily and effectively integrated into any TMS (Tag Management System) such as Google Tag Manager.
1. Video Presentation - Axeptio tag
2. Add an Axeptio tag
Once you finished your cookie configuration on Axeptio back-office, we provide a script such as :
1
<
script
>
2
window
.
axeptioSettings
=
{
3
clientId
:
"5c11ff5ce95cd64112feab79"
,
4
};
5
6
(
function
(
d
,
s
)
{
7
var
t
=
d
.
getElementsByTagName
(
s
)[
0
],
e
=
d
.
createElement
(
s
);
8
e
.
async
=
true
;
e
.
src
=
"//static.axept.io/sdk.js"
;
9
t
.
parentNode
.
insertBefore
(
e
,
t
);
10
})(
document
,
"script"
);
11
</
script
>
Copied!
Create a new tag in Google Tag Manager and choose "custom HTML". Copy/paste the given code in the dedicated window (the top one).
3. Modify your other tags
4. Modifying your existing triggers
axeptio_activate_nomdelabalise
exemples :
axeptio_activate_intercom
axeptio_activate_google_analytics
axeptio_activate_facebook_pixel
axeptio_activate_adwords
To be sure you're not making any mistakes, Axeptio can generate those keys in the back-office at the end of the "Integration on your website" page.
Be careful, you'll still need to activate the triggers on the Google Tag Manager side.
This way, Axeptio will have total control on other scripts !
Don't forget to save and publish (the top-right button) and name your new version.
It's done ! It's over... Good job !
Previous
Setup of your GTM account
Next
Advanced setup with Google Tag Manager
Last modified
1yr ago
Copy link
Contents
1. Video Presentation - Axeptio tag
2. Add an Axeptio tag
3. Modify your other tags
4. Modifying your existing triggers