Hey!
I am using the Piwik Tagmanager with the Consent Manager using a 3rd party Consent Banner (User Centrics, UC).
The Piwik Pro Base Tag fires on pageview (begins to load the page) with analytics consent set.
I’m using the UC API (UC_UI_VIEW_CHANGED) to push a DL event to track trackMainFormView events.
On UC consent_status event i have a custom JS to map the UC consents to the piwik consents:
ppms.cm.api(
"setComplianceSettings",
{consents: {
analytics:
{
status: consent_analytics
},
...
Now the issue is, in the Piwik Consent Report i see this:
(consented traffic having an IP address, no consent traffic having no IP address)
Visitors are marked as no consent visitors while having an IP address.
In other words,
All Visitors: 16,000
No Consent Visitors: 16,000
Analytics Consent Visitors: 3.000
Shouldn’t No Consent Visitors be 13.000?
How is the no consents category defined?
It seems to be defined as event scoped but should be session scoped.
Thanks,
Sebastian