Export Processing Rules (Context data to simplify data collection) | Community
Skip to main content
amitcj
March 5, 2019
Solved

Export Processing Rules (Context data to simplify data collection)

  • March 5, 2019
  • 5 replies
  • 4454 views

i need to export all the processing rules in the context data to simplify data elements and dimension. Can anyone advise me how to do this?

example :  s.context.Data['section']="sales" map to evar2, evar3, prop5

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 Urs_Boller

in the "Report Suite Manager" there is a "donwload" option, just select the desired report suite and hit "download". But I haven't seen the processing rules there when I just had a quick view... maybe you can find it somewhere.

if not, do you have access to the API analytics-1.4-apis/README.md at master · AdobeDocs/analytics-1.4-apis · GitHub  , maybe Swagger https://adobedocs.github.io/analytics-1.4-apis/swagger-docs.html

there is a handy function called "ReportSuite.viewProcessingRules" which might help you to get desired data.

5 replies

Urs_Boller
Community Advisor
Community Advisor
March 5, 2019

what do you need:

a) an option to download current setting of processing rules?

b) help to setup the processing rules?

Urs_Boller
Community Advisor
Community Advisor
March 5, 2019

Copy "contextData" to eVar/prop: Copy a Context Data Variable to an eVar

amitcj
amitcjAuthor
March 5, 2019

Option A

a) an option to download current setting of processing rules?

and their mapping to rules and actions

Urs_Boller
Community Advisor
Urs_BollerCommunity AdvisorAccepted solution
Community Advisor
March 5, 2019

in the "Report Suite Manager" there is a "donwload" option, just select the desired report suite and hit "download". But I haven't seen the processing rules there when I just had a quick view... maybe you can find it somewhere.

if not, do you have access to the API analytics-1.4-apis/README.md at master · AdobeDocs/analytics-1.4-apis · GitHub  , maybe Swagger https://adobedocs.github.io/analytics-1.4-apis/swagger-docs.html

there is a handy function called "ReportSuite.viewProcessingRules" which might help you to get desired data.

analystadmin
Level 2
June 28, 2020

Hi @amitcj 

Processing rules export is available in the 1.4 API, like @urs_boller described.

 

Alternatively, I built a code-free tool that downloads your Processing Rules via the 1.4 API. 

See here for more info

Analyst Admin Processing Rules Export

 

Hope this helps!

Miguel