Web SDK page view event with Adobe Client Data Layer
Hi,
I want to send data to Adobe Analytics by setting a new Web SDK property. I have the Adobe Client Data Layer implemented on all pages of the domain I want to track. I have installed the Adobe Client Data Layer extension on Data Collection so I can use the data layer values to set the different rules.
First thing I want to track are page views. Every time a page loads the data layer's event key receives the value "x". I have used this value as the firing event for the page view rule with the following configuration:
- Extension: Adobe Client Data Layer
- Event type: Data Pushed
- Listen to: Specific Event
- Time scope: All
This configuration works well as expected with a basic configuration and I can see the page view event being sent to the Edge. But it doesn't work properly if I add a condition to the rule based on a cookie value. I think this problem might be related to timing, but I though there won't be any problem with timings when setting the time scope to "all".
Did I misunderstand the time scope functionallity? Any recommendation on timeout settings or whatever?