コミュニティアチーブメントバーを展開する。

Join us on September 25th for a must-attend webinar featuring Adobe Experience Maker winner Anish Raul. Discover how leading enterprises are adopting AI into their workflows securely, responsibly, and at scale.

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

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 受け入れられたソリューション

Avatar

正解者
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).

元の投稿で解決策を見る

3 返信

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

正解者
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