You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I mentioned this to Benedikt Wedenik as well, so thumbs up for it. Though this is only the ACDL itself and not the Launch extension built around it. Not sure if there is now a separate github space for it.
Expected Behaviour
Given an ACDL push like so:
Then there should be an ACDL data element type that when provided with the key
eventInfo.foo
, the data element returns"bar"
.The Data Layer Computed State data element type is not able to read
eventInfo
, becauseeventInfo
does not persist in the data layer.Actual Behaviour
There is no such data element to retrieve
eventInfo
fields.Steps to Reproduce
See "Expected Behaviour".
Platform and Version
All platforms, all versions.
Sample Code that illustrates the problem
See "Expected Behaviour".
The text was updated successfully, but these errors were encountered: