Hi, I'm currently facing an issue with `client.set` not being executed when called from a custom ma
Hi,
I'm currently facing an issue with
client.set
not being executed when called from a custom managed component in a custom action. It works, if I call it in an event handler for the default "Pageview" action, but not in any event handler for a custom action. In my example below, the value for the event "detailedPageview" is always null, for the "pageview" event the value is set after first execution.
0 Replies