Use Response Token inside Profile Script
Hello, I would like to be able to use response token data inside a profile script.
My task is to use "activity.name" as a profile script value so that I can count the amount of time this activity was seen and apply frequency capping.
for example, if activity views are < x, display activity, otherwise don't.
return activity.name;
simply using this is not returning anything.

