Open AreSee opened 3 years ago
Hi,
I have the following code:
test
I used the script-tag method, i think its right so?
But, 1 of 2 Cookies ist always set from google: This one: _ga_22JLETJRER
and this is blocked: _ga
... When i change this:
// Known cookie name. name: '_ga',
To this: name: '_ga',
name: '_ga',
then both are blocked.
I dont know why.
Hello,
In the old version of Google Analytics it works perfect using the formatted UA_XXXXXXXXX_X. In the new version of Google Analytics 4 that uses the format: G-XXXXXXXXXX, it does not work.
Hi,
I have the following code:
test
I used the script-tag method, i think its right so?
But, 1 of 2 Cookies ist always set from google: This one: _ga_22JLETJRER
and this is blocked: _ga
... When i change this:
To this:
name: '_ga',
then both are blocked.
I dont know why.