Expand my Community achievements bar.

SOLVED

How to download Rules and Data Elements from Adobe Launch Properties?

Avatar

Community Advisor

Hi Team, 

 

Is there any way to download Rules and Data Elements from Adobe Launch Properties?

 

Thank You

 

1 Accepted Solution

Avatar

Correct answer by
Level 5

@Umamaheswari_Yakkala This is not available ootb. But this is possible. You should be using APIs for this. Here is the API documentation for getting the Data elements - https://developer.adobelaunch.com/api/reference/1.0/data_elements/fetch/

You can use it in excel (VBA scripts to list down all the data elements and rules) if you want to analyze and optimize and take action. I have seen this approach working better than listing them in a simple web page (using HTML and JS which is an easier option, but leads to no big action).

View solution in original post

3 Replies

Avatar

Community Advisor

Hi @Umamaheswari_Yakkala 

 

What exactly you're looking for? 

 

In case if you're looking to use rules and data elements from one property to another property then there is option to Copy from one property to another property. 

gokula_0-1644877738169.png

gokula_1-1644877801799.png

 

 

Avatar

Correct answer by
Level 5

@Umamaheswari_Yakkala This is not available ootb. But this is possible. You should be using APIs for this. Here is the API documentation for getting the Data elements - https://developer.adobelaunch.com/api/reference/1.0/data_elements/fetch/

You can use it in excel (VBA scripts to list down all the data elements and rules) if you want to analyze and optimize and take action. I have seen this approach working better than listing them in a simple web page (using HTML and JS which is an easier option, but leads to no big action).

Avatar

Employee

There's a Node project for downloading everything of a Launch property. But looks like it hasn't been updated for a while. Worth a try if there are a lot of data elements to be downloaded.

https://github.com/adobe/reactor-downloader