Plugin Author
Aert
(@aahulsebos)
Hi @iq1x, Thomas,
We can’t start, or stop a plugin, based on consent.
We can, however, stop activating certain scripts found in the plugin, which has the same result.
To find the needed scripts, we need some more information. Do you have a website we can look at, so we can have a look?
I will install the plugin at my end, so I can have a look at the back-end,
regards Aert
Plugin Author
Aert
(@aahulsebos)
Hi @iq1x,
You can disable Install ActiveCampaign Code in the plugin, then proceed to add the code to our script center, under
Integrations -> Script Center -> Block: Scripts to add services, for example, Facebook Pixel, Hotjar, etcetera.
The code can be found under Settings -> Tracking in your ActiveCampaign account.
Hope this helps,
regards Aert
-
This reply was modified 5 years, 10 months ago by
Aert. Reason: tags
Thread Starter
iq1x
(@iq1x)
Hi Aert,
but what if I want to use the plugin and not integrate the code manually.
(This has two advantages for me: 1. it will update automatically 2. Forms are automatically available.)
How can I submit the usage of the tracking to consent from the user?
Thomas
Plugin Author
Aert
(@aahulsebos)
Hi @iq1x,
You can set enable tracking as default in ActiveCampaign, and go to the Script Center and add:
activecampaign-subscription-forms,
to the block “URL’s of scripts that need to be blocked”. This is a brute force block, but seems to work,
regards Aert
-
This reply was modified 5 years, 10 months ago by
Aert.
Thread Starter
iq1x
(@iq1x)
Hi,
do I have to add exactly that:
activecampaign-subscription-forms,
with comma and no additional information?
Does this stop the tracking in general also or just the subscription forms?
Thomas
Plugin Author
Aert
(@aahulsebos)
Hi @iq1x,
This will stop any tracking done by the plugin. You can also add an HTML field to your form with:
<div class="cmplz-blocked-content-notice cmplz-accept-cookies" style="text-align: left; cursor: pointer;">
Click here to accept cookies before sending the form.</div>
As I did here: https://yandex.sites.qsandbox.com/ (pw: 000)
regards Aert
Thread Starter
iq1x
(@iq1x)
Hi Aert,
is the comma nessarry???
The plugin tracks any activities on the website.
Does (activecampaign-subscription-forms,) this as well?
Thomas
Plugin Author
Aert
(@aahulsebos)
Hi @iq1x,
I add the comma automatically so I won’t forget for the following script, but it’s not necessary.
This stops all tracking by the plugin, as all scripts in the plugin folder are blocked before consent.
regards Aert
Plugin Author
Aert
(@aahulsebos)