I would like to explicitly define the return types of each Data Element. Preferably, this could be done using a TypeScript interface, JSON schema or similar.Potential types: number, string, array, Promise (for async actions), boolean, any (default) or custom object (requiring input schema). A void/u...
I would like to be able to see the type of the Data Element in the Data Elements List Page. An additional column could be added which shows the Data Element Type (similar as it was to DTM). For this the value from the "Data Element Type" field in the Data Element could be used.In addition to that a ...
I would like to drag and drop successfully built (green dot) libraries through the publish process. I think the swim lane design affords this pretty well and would save some clicks and scrolling.
I've submitted a forum post asking about how to set List Variables via Launch UI (linked below), and the response was that this needs to be done via Custom Code. Setting of Adobe Analytics List Variables in Launch? I'm requesting that this functionality be built into Launch to maximize the options ...
It seems that disabling ClickMap in the Analytics Extension is not enough. You actually have to modify the AppMeasurement.js (which only works if you are not using the CDN): Stopping Activity Map Link TrackingPlease ad an option to really disable it through the UI.Duplicate of: Ability to Turn Off/O...
Since Launch extensions can be made by anybody, and there can be more than one Launch extension that does the same thing (for example, I believe as of right now there are like 4 extensions that build Adobe Analytics s.products value now), I think it is a good idea for extension to have a rating syst...
Currently, if there is no library assigned to a dev or staging environment, it 404s. This can (reasonably) bother developers and break analytics testing on dev/staging/QA servers.Ideally, if an environment does NOT have a library currently on it, it would just use whatever is currently upstream in p...
Linking Production Launch code to DTM is really helpful and a thoughtful feature. One less hassle to handle.If there is a possibility to enhance the linking functionality, we recommend to build the same linking functionality to Staging environment in Launch and DTM as we have it in production.This w...
Right now an extension developer can only save settings for the currently viewed item, whether that's the extension configuration page or a rule action. It'd be nice if developers could dynamically create or update data elements, rules, actions, etc. Use cases:I'm allowing multiple accounts to be ad...
One of the principles behind Launch is to bundle only what you need to keep the library light and fast for the end user. While developing extensions I've made sure to keep as few items loaded and kept the settings objects as small as possible. But there are also times where I want to save settings/p...