Currently a user can modify marketing rules, fully configure report suites, but they cannot expire marketing channel reporting without being a product administrator. Given that the expiration of marketing channels happens at a report suite level, it shouldn't require product level administration.Can...
Hi @reddy24097613 , you'll need to repeat the pattern to match the length of the list.So in this case you have 5 items in the list so it would look like the following:^([^,]),([^,]),([^,]),([^,]),([^,])$
Hi @Sebastiane_Edberg_ , Not sure if occurrences is sufficient for the use you are mentioning unless you are sure to set the evar to expire on each hit. As an alternative, to reduce evars and allow cleaner reporting, have you considered just one evar for direction and then an event for when someone ...
Hi @dinesh_kumar_r , as implied in the referenced link, s.products is configured in code (before it reaches Adobe's tracking servers and the report suite configurations). Either the developers are setting this value directly in external javascript or it is being set by your tag management (DTM or La...
Okay, I think I understand better what you are trying to do. With classifications you can either group similar values or parse values that have a pattern. (I initially thought you were grouping those values into a single variable)In particular, you are breaking apart a comma delimited list.If the or...
Now that I think about it, Data Warehouse must be available only after processing, since it includes values that are only set during processing (e.g. context data). It seems most likely that the conditional rule is failing. You may also want to do a Data Feed export on the variable(s) in question to...
Hi @erichami , how did you wind up filtering the numbers? Did you just create a "Does Not Contain" condition for every number 0-9? Just curious, but not sure about the actual answer. It is processed separately then the Analytics Reports/API so it seems plausible that it could have data that was filt...
Hi @reddy24097613 , It depends on how static these values are. If they are completely static, it would be best to give a very explicit regular expression:^(?:IS-1234|070120|876875765988)$and^(?:D|Preferred 150|cox-internet-with-panoramic-wifi|DAR168C|B0DAF9BC7740)$ If they are meant to be more dynam...