You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While using the library piano-analytics-js in a NextJS project, privacyDefaultMode value is ignored. PA will load and set a "pa_privacy" cookie with "optin" value, confirmed by pa.getConfigurationMode('privacyDefaultMode').
This code from the documentation has no effect, even before the import line :
While using the library piano-analytics-js in a NextJS project, privacyDefaultMode value is ignored. PA will load and set a "pa_privacy" cookie with "optin" value, confirmed by pa.getConfigurationMode('privacyDefaultMode').
This code from the documentation has no effect, even before the import line :
If I replace the import line line by a script that injects in the head of the page the script 'https://tag.aticdn.net/piano-analytics.js', it's OK.
Maybe there is an other way to define default value for this library...
The text was updated successfully, but these errors were encountered: