18 January 2021 at 20:23
#43239
Razz
Participant
cookie_flags were not set to SameSite=None;Secure. Changing that solved my issue. In the (Google Analytics) Cookie tracking code replace:
gtag('config', 'OUR_GA_ID');
by gtag('config', 'OUR_GA_ID', {cookie_flags: 'SameSite=None;Secure'});
Google Analytics ID has been replaced below by OUR_GA_ID
How to Get Support
After you register and login to the site, you may post all plugin support questions in the Support Forum.
If you need to provide private info, please create a ticket and then reply to it using Set as private reply option.
Sign Up
Support is only provided to registered users.
Please login or sign up for a free account.Sign Up Now
Please login or sign up for a free account.Sign Up Now