Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards

Data Collection (Launch) - Send data to two environments

Avatar

Employee

Hello,

 

We have a requirement where the data from the mobile app (tokens, events) need to be sent to prod and shadow prod environments simultaneously. How can this be configured on Launch ? Please let me know.

 

Thanks.

Vikas.

 

@_Manoj_Kumar_  

1 Reply

Avatar

Community Advisor

Hello @VikasCh10 

 

Launch won't allow you to send data to multiple location from one place.

However within the app you can send the data to your campaign directly without using launch.

 

Your ENDPOINT will be your instance URL

ENDPOINT/nms/mobile/1/registerIOS.jssp?
registrationToken=REGISTERRATION_TOKEN&mobileAppUuid=MOBILE_APPI_ID_FROM_AC&userKey=CUSTOMER_IDENTIFIER&deviceName=&deviceModel=&deviceBrand=&deviceManufacturer=&osName=&osVersion=&osLanguage=&additionalParams=%3CadditionalParams%3E%3Cparam%20name%3D%22deviceId%22%20value%3D%2253%22%20%2F%3E%3C%2FadditionalParams%3E

 

You can send a GET request to your ENDPOINT with the dynamic variables passed in the parameter. The same method can be used for the androidRegistration.

 


     Manoj
     Find me on LinkedIn