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
Does anyone know if this wrapper allows for the ability to unload and then load a separate Segment.com writeKey based on the router path? I can't find any documentation on unloading plugins
What we're trying to do is exclude Segment.com from loading marketing (google ads, Bing etc.) on App paths.
What makes this hard to do with NextJS is that it will persist the script across marketing/app pages and you cannot do a analytics.load("") update call in analytics.js because segment re-writes these functions (I think)
The text was updated successfully, but these errors were encountered:
Hi All,
Does anyone know if this wrapper allows for the ability to unload and then load a separate Segment.com writeKey based on the router path? I can't find any documentation on unloading plugins
What we're trying to do is exclude Segment.com from loading marketing (google ads, Bing etc.) on App paths.
What makes this hard to do with NextJS is that it will persist the script across marketing/app pages and you cannot do a analytics.load("") update call in analytics.js because segment re-writes these functions (I think)
The text was updated successfully, but these errors were encountered: