adobe recommendations template
Is it possible or is there a way, when creating Adobe Recommendations templates, to have a certain piece of code or whatever targeted section of the code, to be excluded from rendering inside of Recommendations?
For example:
I do not want to hard code the number inside of this string
blahblah-blah-19-blah
I want to EXCLUDE this 'section' (the number 19) of the string to allow the outside to update that number dynamically, like so
blahblah-blah-[*$*]-blah
Is this even possible inside of a Recos template?