Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Coffee Break: Join us on Wednesday, April 5th at 10am PT to chat with Ben Gaines, Director of Product Management for Adobe Analytics. Ben will be online to answer your Analytics and Adobe Summit questions.

Allow Processing Rules to parse and set parsed values

Avatar

Level 7

07-08-2012

Allow Processing Rules to parse and set parsed values.

 

Similar to what the St. Bernard tool does, allow processing rules to parse a delimited value and set the parsed value into another variable (regular or context).

 

Example 1: For xxxx_yy_zzzzz, look for the value between the first and second underscore and set that value into prop1. Result: prop1 = yy.

 

Example 2: For xxxx_yy_zzzzz, look for the value from the beginning of the string until the second underscore and set that value into prop1. Result: prop1 = xxxx_yy.

 

Yes, basically its regular expressions.

1 Comment