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
Is your feature request related to a problem? Please describe.
Due to GDPR magento cookie consent is no use as visitors need to be able to choose between categories so we use alternative cookie consent methods and disabled magento built in cookie function. This means that the pixel will always trigger and use cookies even if users choose no to consent.
Describe the solution you'd like
Option to either use Magento built in consent, or alternative method and if alternative method is chosen to be able to set which cookie to look for and the value of it.
e.g. Cookie to look for: 'cookieyes-analytics'
Value for consent: 'yes'
Describe alternatives you've considered
using GTM for creating the pixel data or modifying the code to include additional script to prevent script running.
Additional context
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Due to GDPR magento cookie consent is no use as visitors need to be able to choose between categories so we use alternative cookie consent methods and disabled magento built in cookie function. This means that the pixel will always trigger and use cookies even if users choose no to consent.
Describe the solution you'd like
Option to either use Magento built in consent, or alternative method and if alternative method is chosen to be able to set which cookie to look for and the value of it.
e.g. Cookie to look for: 'cookieyes-analytics'
Value for consent: 'yes'
Describe alternatives you've considered
using GTM for creating the pixel data or modifying the code to include additional script to prevent script running.
Additional context
The text was updated successfully, but these errors were encountered: