Data Collection (Launch) - Send data to two environments | Community
Skip to main content
Employee
July 30, 2025
Question

Data Collection (Launch) - Send data to two environments

  • July 30, 2025
  • 1 reply
  • 373 views

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

_Manoj_Kumar_
New Participant
July 31, 2025

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