Replies: 1 comment
-
To send events from the frontend client side, you can use the API destination, which sends original walkerOS events. import { destinationWebAPI } from '@elbwalker/destination-web-api';
elb('walker destination', destinationWebAPI, {
custom: {
url: 'YOUR_SGTM_URL',
transport: 'beacon',
},
}); See how to use if you want to load it via script. Or the You can also use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to send events to SSTM and not planning to use GA4. Can I do this using WalkerOS?
Beta Was this translation helpful? Give feedback.
All reactions