• Resolved pascal2023

    (@pascal2023)


    How can you enter a code in the Compliance Plugin under Assistant that deactivates the plugin before the user accepts it? Is there a possibility?

    Alternatively I can add tracking pixel code but it would be easier if I could use the HFCM plugin where all the codes are already in there.

Viewing 1 replies (of 1 total)
  • Plugin Contributor jarnovos

    (@jarnovos)

    Hi @pascal2023,

    You can follow the steps provided in this article under section 3.2 for information on blocking these scripts with the Complianz Script Center.

    Or you could directly adjust these scripts for consent within HFCM, which can be done by adjusting the opening <script> tag as shown below.

    // Functional
    <script type="text/javascript" data-category="functional"></script>
    
    // Statistics
    <script type="text/plain" data-category="statistics"></script>
    
    // Marketing
    <script type="text/plain" data-category="marketing"></script> 

    Kind regards, Jarno

Viewing 1 replies (of 1 total)
  • The topic ‘code in the Compliance Plugin under Assistant that deactivates the plugin before’ is closed to new replies.