I can't believe that nobody else has had to solve this issue in the past so I'm hoping the community can help. With that said, we are configuring several of our page components with smart content based on a query parameter. Internally, we are using all lower case identifiers, but we have several customers that are generating links in their applications and occasionally, the parameter value they are sending us is NOT all lower case, so the smart content is not getting applied as expected. Example:
Is there a way to configure the smart content item to convert the parameter to all lower case? I had considered trying to force the parameter to lower case in a module but the query string is read only.
We really don't want to have to create a smart content rule for different cases of the same words, so any help would be much appreciated.
Join us on March 27th at 12 PM for the Digital Essentials Lab, an interactive session designed to redefine your digital strategy!
Engage with expert Jourdan Guyton to gain actionable insights, participate in live Q&A, and learn strategies to boost your business success. Don't miss this opportunity to connect and grow—reserve your spot today!
Correct, the smart content filter is lower case, ie: 'alpha'. In my OP, i meant that only some of our customers are generating URLS that are NOT all lower case.
When the incoming url parameter matches the case of the filter, the smart content is applied.
When the incomine url parameter does NOT match the filter, the smart content is NOT applied, such as when the paramter is: projectid=ALPHA or