In this section we will cover form tracking, assuming we want to track subscriptions on the blog:
See it? Subscriptions, this is where we want to track subscriptions, This is a form structure. We can track by event or eVar, Here, let’s set two at the same time.
Create a Rule
Create a Rule in Adobe Launch and name it Subscription:
Set Event
Open the event, select Submit in the event type:
Then return to the blog, move the mouse to the Subscribe button, right-click and select Inspect:
Right-click on the displayed code and select Copy> Copy selector:
It should be noted here that the line of code where the button is located needs to be type = submit, only then will it be triggered.
Then paste into Elements matching the CSS selector:
Save!
Set Action
To create the first Action, do the following settings:
Next, you need to open the success event and eVar in the report suite in Adobe Analytics. Assuming we have created event2 and eVar6, if you do n’t know how to create them, please see 19 Click Tracking Implementation for details.
Then do the following configuration:
Save!
Create a second Action, save it after doing the following configuration.
Publish and Test
Before I entered the email, I clicked a few times and saw that it didn’t trigger sending data.
Then enter your email and try it:
As you can see, we have tracked successfully. If you can’t see the picture clearly, please zoom in.