I’m migrating to Cacheable App Iframe. I was able to extract the AutoConvert urlParameter
as query strings, but this won’t work for Cacheable App Iframes, and I’d like to figure how to do it?
The AutoConvert docs say
When the macro is created in the editor, the URL string that triggered the autoconvert will be captured and inserted as a parameter on the macro body. You must define the name of this parameter by providing a string value for ‘urlParameter’. This allows you to access the URL that triggered the autoconvert.
How do I access the URL that triggered the autoconvert when using Cacheable App Iframe?