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 it possible to use 2 versions of clickstream at the same time using import as? Some older version exists and we have no intentions to change it, now we need to use the new version for other tasks.
We tried to use multiple apps but it seems clickstream only init once with one single app id and recording events to different app is not possible. We tried import as clickstream2 but it seems only first app will auto record events.
I believe that clickstream is non-invasive so it should just observe and process the page events, why import as trick does not work?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Is it possible to use 2 versions of clickstream at the same time using import as? Some older version exists and we have no intentions to change it, now we need to use the new version for other tasks.
We tried to use multiple apps but it seems clickstream only init once with one single app id and recording events to different app is not possible. We tried import as clickstream2 but it seems only first app will auto record events.
I believe that clickstream is non-invasive so it should just observe and process the page events, why import as trick does not work?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions