As an update, I put a breakpoint inside the core launch code (customEvent.js section), and the listener does get executed and the evaluateListener function is called, but my rule is never executed.
Has anyone been able to get this to work? I have code that is firing an event and a rule set up with a CustomEvent trigger listening to it. I have tired all sorts of different combinations with no luck. I wrote a listener by hand and it is getting invoked, so I know the event is being fired.I cou...
Quick update. I wrote an extension that has an action that will create a window-level object that has the various utility functions. Seems to work OK (VERY limited testing) - I was able to execute commands from the console. The only downside is you have to run the action in, say, a page load rule ...
I know Extensions have shared modules where they can be shared with other extension code. Can the same structure be used in a piece of custom javascript code deployed as an Action?We have been developing a set of utilities (similar to what we did in DTM) that we are calling "Useful Things Adobe Sho...
Oh - much pain, my friend. The format of the products string is an absolute nightmare.Worst case, they could make it possible to set the value in the action configuration and then we could do the heavy lifting from a data element definition. A "format product string" action would be better, but m...
We LOVE the idea of libraries. The ability to create one, add related rules to it and then promote them as a group is a big plus for Launch.I envision creating libraries named after the JIRA story that requests the work. Again, a huge step in being able to track requirements through implementatio...
One of the challenges we face in DTM is knowing when a tag is no longer firing. This can mean that it is now safe to remove the rule or that there is a problem because the tag really should be firing. We have to visit the impacted pages and see if all of our tags are firing. This is is particular...
A couple of us are working on developing rules changes in different DTM properties, and both are seeing the build date get updated when we reload our pages, but not all rule changes are being included. We use Akamai for our DTM files.I have had this happen with both Direct Call and Page Load rules....
We wrote a Chrome plugin to do better syntax and code checking in DTM. I was hoping to retire it with launch, but the current editor needs a lot of improvement, most notably Sarah's request to do syntax checking at the very least.Also, those of us who have obtained a certain level of maturity would...