How to download Rules and Data Elements from Adobe Launch Properties? | Community
Skip to main content
Umamaheswari_Yakkala
Community Advisor
Community Advisor
February 14, 2022
Solved

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

  • February 14, 2022
  • 3 replies
  • 4594 views

Hi Team, 

 

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

 

Thank You

 

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 pradeep_nextrow

@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).

3 replies

Gokul_Agiwal
Community Advisor
Community Advisor
February 14, 2022

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. 

 

 

pradeep_nextrow
pradeep_nextrowAccepted solution
Level 4
February 16, 2022

@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).

Adobe Employee
March 1, 2022

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