Split ab=3|cd=1|ef=1 in separate events (Processing Rules possible?)
Hi community,
I have a client that would like to count how many search results are the users getting, by they would like to count them by category. For example, if user gets 20 results, we would get something like:
- Category 1: 13 results
- Category 2: 3 results
- Category 3: 4 results
We are thinking in having an event of type counter for each category. But the thing is more categories would be created in future.
It's ok from our side to create new events every time they add a new category. But we would like to avoid changes in site code for assigning new events. Based on that, we tought in the option of sending all categories and values in a single eVar, then process it ans assign events using Processing Rules.
Is is possible? Do we have something like split funtion un Processing Rules? Any other option?
Thanks!