Something that was a potential security concern in DTM is become a breaking defect in Launch. If I have a page that doesn't load on the typical "http" or "https" protocol, I would need to specify a protocol in my embed code, so this:<script src="//assets.adobedtm.com/9310dd7d04eb33be499693ff5cc9558f...
The archives created for manual deployments contain redundant folders (redundant in a self-hosting environment where you already know where you want to host the file and usually have a specific folder for it), and creates chaos for people using deployment tools or a CMS for publishing (regardless of...
Currently, when you upgrade an extension, you get this notice:This has scared quite a few clients off of upgrading, because there really is NO going back. Especially for Adobe extensions, there is a strong need to be able to revert in case of issues (not to be snarky, but appMeasurement/VisitorID co...
It'd be wonderful to have a console code snippet (similar to DTM's "localStorage.setItem('sdsat_stagingLibrary', true)") or even have it added to the Launch Switcher plugin (which currently requires the user navigate to Launch's Environments page).Use case: if we want a third party to be able to tes...
In current versions of the SDK (v4 and AEP), trackAction events do not include the name of the Screen or State the action occurred on - by default the pageName parameter is populated by the App Version, and this appears to be discarded on processing.Because of this, there is no out-of-the-box way to...
Prompted by Embedding third party JS Tracking for my siteIn some cases you just need to embed a script on your site. Yes, you could do it via a "Core - Custom Code" action but I also wonder if it warrants a "Generic Embed" extension. If the provider of the script is a small company who will likely n...
Would be great to be able to edit or unpublish Libraries in Adobe Launch. In learning the tool and getting more advanced with it, it is easy to make mistakes or just not have the optimal setup right from the beginning. For example, in our instance, we have 4 separate libraries that are in the publ...
As a developer, I would like to create an App that uses OAuth to properly identify a user to perform Launch API actions on their behalf. Currently, JWT is the only Authentication/Integration method supported. But the limitation is that we can't properly identify the user performing the action and ...
As a Launch API user, I would love to have place to attach my own metadata to a Launch resource when creating/updating it. As an example, I might want to create a data element by posting to the standard endpoint, POST /properties/:property_id/data_elementsIn addition to the normal, required parame...
It would be a a great feature to have something like a "timeline" showcasing what orders may overlap.Ex. Many page view events all have the same order. When creating the rule and selecting the event, you can see what if another rule is set to the same order.DOM Loaded Event<-----------"order 10" has...