Last updated
Was this helpful?
Last updated
Was this helpful?
Commanders Act Consent can be directly integrated with websites. The setup requires technical installation steps.
Following you will find the required steps to implement a standard Commanders Act Consent setup.
Choose the default account configuration mode for your account (see ).
Setup your Commanders Act Consent categories & vendors (see ).
Create one or multiple banner templates (see )
Deploy your Commanders Act Consent banner templates to the Commanders Act CDN or on premise target (see ).
Install Commanders Act Consent JavaScript tag (see below)
Manage onsite tags with Commanders Act Consent (see below).
To hard code Commanders act Consent on websites you need to add following JavaScript code to your website. This snippet should be added to the <head>
of your website.
{{ privacy_tag_url }}
has to be replaced with your privacy JavaScript tag URL. This URL can be found in the GENERATE & DEPLOY
tab of each privacy banner.
If, for some specific reasons, you cannot use our OnSite API, there's an alternative approach.
Commanders Act can manage onsite JavaScript tags by wrapping them in a script tag with a custom MIME type.
This Commander Act wrapper does only fire that wrapped JavaScript code in case a visitor provided consent for the specified privacy category ID.
The <script>
has to have type="text/tc_privacy"
.
{{ tag_javascript_code }}
has to be replaced with the JavaScript code of the tag you want to manage with Commanders Act Consent.
{{ vendor_id }}
has to be replaced with the vendor ID of the vendor related to the tag (Only available when native vendors are activated for the account).
Following examples shows how you would manage a Criteo Tag based on a Consent category named "retargetting".
"Retargetting" was assigned to sub-category ID 6. In case a sub-category is used you should never use the main category (2 in this case) to manage tags.
The Tag wrapper for the Criteo JavaScript tag might look like this (example shortened):
We recommend to use our , to trigger your tags only if user has accepted the related category. If you are looking for your categories ID's, please refer to the section ''
{{ category_or_subcategory_id }}
has to be replaced with the category or sub-category of the Commanders Act Consent category that should manage this tag (see ). Be careful when you create sub-categories associated to a category: you have to enter the sub-category ID in the attribute, not the category ID, as the user will be able to activate or deactivate only sub-categories and not the main category in the banner:
Steps to hard code Commanders Act Consent on websites.