FAQ
How long can the data for Interaction Analytics be accessed in the Admin Interface?
For both Interaction Analytics & Consent Analytics, the data for the last 90 days can be accessed in the Admin Interface.
How do you handle bot traffic?
Events triggered by bots will be recognized and counted by our product and appear in your Raw Data Download CSV with "browser" = “bot”. The dashboard in your Admin Interface won't include any bot traffic for accurate KPI measurement. Information on which bots are detected for Interaction Analytics can be found in the following FAQ.
How do you handle page reloads?
In case the page is being reloaded, resulting in the CMP being shown again to the user, we count a second CMP_SHOWN
.
How can I calculate the Interaction and Acceptance rates across platforms (web / app)?
When using a configuration for app and web, the Interaction Analytics graphs already show the combined values. In the raw data, however, a distinction is made between the first layer (L1) and the second layer (L2) for web. In order to manually calculate a common rate for web and app from the raw data (also for different configurations), the following formulas result:
Interaction Rate across platforms
\(\frac{\texttt{ACCEPT_ALL_L1}+\texttt{ACCEPT_ALL_L2}+\texttt{ACCEPT_ALL}+\texttt{DENY_ALL_L1}+\texttt{DENY_ALL_L2}+\texttt{DENY_ALL}+\texttt{SAVE_L1}+\texttt{SAVE_L2}+\texttt{SAVE}}{\texttt{CMP_SHOWN}}\)
Accept Rate across platforms
\(\frac{\texttt{ACCEPT_ALL_L1}+\texttt{ACCEPT_ALL_L2}+\texttt{ACCEPT_ALL}}{\texttt{ACCEPT_ALL_L1}+\texttt{ACCEPT_ALL_L2}+\texttt{ACCEPT_ALL}+\texttt{DENY_ALL_L1}+\texttt{DENY_ALL_L2}+\texttt{DENY_ALL}+\texttt{SAVE_L1}+\texttt{SAVE_L2}+\texttt{SAVE}}\)