Data Layer Value Produces No Results when Part of An Array
Hello experts!
I am trying to capture a simple value from my data layer into an eVar. It is part of any array and does not produce any results only "Unspecified"
the path is data.page.category.categories[1]
as you see i need the value from the 1 of the array but it does not fetch any results. Other data layer objects are fine. What is the trick to fetching this array value?
I have tried variations such as
data.page.category.categories.1
page.category.categories[1]
etc... to no avail.
Any suggestions?
It seems it ought to be fairly straightforward and not require custom code, right?