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
Using the existing registerEventListener or registerEventFilterer methods, publishers should be able to register their own event listener to track SwG events.
For example:
subscriptions.registerEventListener(function(event){// Send event to publisher server});
I think exposing the entire eventManager object might be too much as that could be used to push new events instead of just registering the listener.
The text was updated successfully, but these errors were encountered:
The linked issue seems fixed, and I just tried it one of out pubs, and it seems to work well - am I correct that we can consider this launched and document as needed on devsite? Syntax seems to be:
Using the existing
registerEventListener
orregisterEventFilterer
methods, publishers should be able to register their own event listener to track SwG events.For example:
I think exposing the entire
eventManager
object might be too much as that could be used to push new events instead of just registering the listener.The text was updated successfully, but these errors were encountered: