Is it possible to centralize the monitoring of the querystring list?

Cecile_Maindron
Level 10

Is it possible to centralize the monitoring of the querystring list?

Hello,

I have created a series of programs to report on asset downloads from the web. As we are sharing landing pages with other channels, I've added querystrings that I'm excluding so that success is never counted more than once.
However each time we are creating a new querystring, I need to manually amend all my programs.
Is there a way to create a super token that I could add at the folder level and each time I amend list, the change is cascaded down to all programs inside the folder.

0EM50000000SwAo.jpg

Cécile @ Talend
Tags (1)
2 REPLIES 2
Josh_Hill13
Level 10 - Champion Alumni

Re: Is it possible to centralize the monitoring of the querystring list?

Sure, you can have a Folder Token that is inherited by all programs underneath it. Just be careful because you can override that token at the program level.
Cecile_Maindron
Level 10

Re: Is it possible to centralize the monitoring of the querystring list?

I have tried to add a token that includes a list of querystrings region=FR;region=DACH... at the folder level but when I add querystring doesn't contain = token, this doesn't work. Does that mean that I cannot have a list of values inside my token but I need to create a token for each querystring to exclude?