Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Coffee Break: Join us on Wednesday, April 5th at 10am PT to chat with Ben Gaines, Director of Product Management for Adobe Analytics. Ben will be online to answer your Analytics and Adobe Summit questions.
SOLVED

Adobe Experience SDK : how to dynamically set a reportSuite

Avatar

Level 2

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

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

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

2 Replies

Avatar

Correct answer by
Employee Advisor

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

Avatar

Level 2
That's exactly what I was looking for. Thanks!