Adobe Experience SDK : how to dynamically set a reportSuite | Community
Skip to main content
Level 2
January 6, 2021
Solved

Adobe Experience SDK : how to dynamically set a reportSuite

  • January 6, 2021
  • 1 reply
  • 1518 views

Hello, 

 

Best wishes for 2021! 

 

On our app, we are migrating from the old SDK to the new one : Adobe Experience SDK. 

 

Our APP has the same code for each country (deployed in 9 countries), and the reportSuite (one for each country) is set dynamically inside the code (in a config file I guess). 

It seems that we can't do the same thing with the new SDK -> which would mean to have 9 Mobile Properties in Launch (maybe 18 with the devs report suites!) which would be exactly the same.
That would make each change really tedious to test and publish to prod. 

Is there a way to set the report suite dynamically inside the code ? 

 

Thanks a lot, 

Alex

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by khurshid

You can update the configuration programmatically or using a file. See Configuration - Adobe Experience Platform Mobile SDKs (gitbook.io).

1 reply

khurshid
Adobe Employee
khurshidAdobe EmployeeAccepted solution
Adobe Employee
January 8, 2021

You can update the configuration programmatically or using a file. See Configuration - Adobe Experience Platform Mobile SDKs (gitbook.io).

aduhemAuthor
Level 2
January 11, 2021
That's exactly what I was looking for. Thanks!