Hi,
I've added the Keen.IO tag, and I can see the script being written, and even the window.Keen.configure call being ran, however, it doesn't seem to work!
From the Chrome Dev Console, I run an event like Keen.addEvent({testKey: 'testValue'}) but this never registers the event on the Keen IO server.
If I manually reconfigure the window.Keen object, passing in the config variables (which I have used in the Tag) via the Dev console, I can then see that window.Keen object is fully instantiated and then the previous Keen.addEvent works.
This makes me thing something is amiss with the Tealium automated configuration.
Also, can someone please advise how I would send KeenIO events dynamically? I tried the JS Code Extension, but I feel this loads too early, but, also because of the former issue with possible misconfiguration, I am not entirely confident that what I am doing is incorrect with the extension so at a bit of loss.
Many thanks
Sky
... View more