trackingfeature setting value
Hi,
In the page properties, we have a "View in Products" button that includes a trackingFeature attribute with the value aem:cifpage:preview. This setup works perfectly fine with the older AEM SDK.
However, after switching to the new SDK, the trackingFeature value is no longer being set when using the same aem:cifpage:preview value. While debugging the core code, I noticed that if I remove the colons (e.g., use aemcifpagepreview instead), the value is set correctly and everything works as expected.
This issue seems to be related to how the new SDK handles colon characters. Below is a reference to the file where this behavior is observed:
Attached below is a screenshot showing the working state when using the value without colons.
