Expand my Community achievements bar.

Ability to Download Processing Rules in a list

Avatar

Level 10

8/30/23

Description - 

Add the ability to Download processing rules to a file for a given report suite.

 

Why is this feature important to you -

We make extensive use of processing rules and I need to share those rules with developers and sometimes analysts who do not (and should not) have access to processing rules in Admin. Currently I open all the rules and take a screen capture. It would be nice to be able to simply download the list.

 

How would you like the feature to work -

Add a download link. This would download the rules, in order for the given report suite. Something like:

1Tracking Codes      
  condition     
        
  always execute     
   OverwriteTracking Code 43With wb.ecd (Context Data) 
    If wb.ecd (Context Data)is set
   OverwriteCampaignWith wb.ecd (Context Data) 
    If wb.ecd (Context Data)is set
   OverwriteTracking Code 43With wb.src (Context Data) 
    If wb.src (Context Data)is set
   OverwriteCampaignWith wb.src (Context Data) 
    If wb.src (Context Data)is set
2Set Ref Module Variables      
  condition     
   Allwb.mmodule (context Data)is set  
  always execute     
   OverwriteModule 17 (Prop17)with wb.mmodule 
    if wb.mmoduleis set
   OverwriteModule 18 (Prop18)with wb.mmodule_wb.mlink 
    if wb.mlinkis set
   OverwriteReferring Page+Module 34 (Prop34)With wb.mpage_mb.mmodule 

 

Current Behaviour -

Not able to download the list so far as I can tell.

1 Comment

Avatar

Community Advisor

8/30/23

This would help for reviewing rules to make sure everything is still accurate in a easier to consume / faster method.