Dynamic content and query strings

Is there a way to grab the entire URL including all of the query parameters using dynamic content?

I know i can build it out using {{dc:url:full_path}}?param1={{dc:url:param key=“param1”}}&param2={{dc:url:param key=“param2”}} etc etc, but i need it for a particular use case where there are a ton of parameters. Hoping for a simple solution?

Thanks!

Hey @TristanP,

Thanks for writing in! Regretfully we do not have a way of getting the absolute URL including the parameters. We only have the {{dc:url:full_path}} dynamic content. It may be possible with custom PHP code which is beyond the scope of our support already.

Best Regards.

Could you please submit a feature request for this?

Hi @TristanP,

In addition to my colleague’s reply. You can create your own custom Dynamic Content tag where you can return the value you are expecting. Please go through the following thread which explains how to write custom dynamic content tags.

Hope it helps.
Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.