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
I need to have two different calls to the identify method, one for google analytics and one for Pendo.
I make the first call using the following logic:
plugins: {all: false,"google-analytics": true}
In the second call I'm using the following logic:
plugins: {all: false,pendo: true}
Error:
It seems that Analytics stores the traits object in the local storage, so when I make the identify call for Pendo, it saves the treats in the local storage, if I refresh the page, the identify call for google analytics will send the Pendo treats to Google Analytics.
The text was updated successfully, but these errors were encountered:
I have two plugins installed:
I need to have two different calls to the
identify
method, one for google analytics and one for Pendo.I make the first call using the following logic:
In the second call I'm using the following logic:
Error:
It seems that Analytics stores the
traits
object in the local storage, so when I make the identify call for Pendo, it saves the treats in the local storage, if I refresh the page, the identify call for google analytics will send the Pendo treats to Google Analytics.The text was updated successfully, but these errors were encountered: