Earlier, I have introduced how to implement Element Visibility in Google Tag Manger. For details, please refer to Google Tag Manager Practical Guide:Element Visibility . In this section, I will introduce the implementation of the same tracking on adobe launch.
Adobe Launch uses the Enters Viewport for tracking.
Let’s take a look at the specific setup process.
Setup Process
1、Create a Rule
Create a Rule in Adobe Launch and name it Element Visibility:
2、Set EVENTS
Create an EVENTS and select Enters Viewport for the Event Type:
Here we are still positioning by CSS, move the mouse to the position to be tracked, then right-click and select Inspect to view the source code, and right-click the cursor at the source location. click copy> copy selector, Then paste here;
3、Set ACTIONS
Create the first ACTIONS and do the following:
It should be noted that the value assigned by event here needs to be enabled in Adobe Analytics before being used.
Create a second ACTIONS and configure it as follows:
The end result is:
4、Test and Publish
The event has been triggered: