Hi,
Our Adobe Analytics page tracking is done based on a direct call that occurs [Direct call = adobeDirect]. This leads to a digitalData JS object that contains page level sProps. The implementation is being managed from Adobe Launch.
For other events that I want to track such as Clicks on Page Menus, Form Submissions, can I manage this by having a single Direct Call for both these type of events and using digitalData.event object to populate the values based on interaction?
Right now, I have a common direct call called adobeDirectEvent. Do I need to separate this out ?
OR in my rules, I need to add conditions to the Direct Call?
Example:
Direct Call = adobeDirectEvent
AND
%Page Menu% matches Regex .*
Can anyone help with this?
Thanks.