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
Solved! Go to Solution.
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.
what do you need:
a) an option to download current setting of processing rules?
b) help to setup the processing rules?
Copy "contextData" to eVar/prop: Copy a Context Data Variable to an eVar
Views
Replies
Total Likes
Option A
a) an option to download current setting of processing rules?
and their mapping to rules and actions
Views
Replies
Total Likes
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.
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
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies