adobe / adobe/alloy

Feature Request: Allow duplicate IMS org ID in Launch configuration

Open
#757 4 comments 0 reactions 0 assignees View on GitHub
Alloy
Dominant language
JavaScript
Stars
104
Forks
60
Avg merge
2d 9h
Merged PRs (30d)
5

Description

We have a use case where we want to send the event to two different Edge configurations, based on whether or not the user consented to cookies. Currently it seems as there is no way to do this.

**Allow duplicate IMS org ID across Alloy instances**
The 2 edge configurations we have are under the same IMS org ID - but they're simply configured differently (different AA report suites etc)

**Hot-switch / change configuration in the "Send Event" action**
To avoid having 2 rules of every single tracking type, it would be great if you could in the "Send Event" action somehow target what configuration ID you are targeting, possibly through a Data Element.

```
return hasConsent ? alloy : alloyCookieless;
```

Contributor guide

Open the contributing guide

Research direction

Start by reviewing how IMS org IDs are validated in Launch configuration and how the Send Event action selects an Edge configuration. Done means two Alloy instances can use the same IMS org ID and Send Event can target the consent-dependent configuration described in the issue.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
web-dev
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.