There is a form on my website, and when this form is filled out, users can download a document by clicking the "Download" button. To measure the number of downloads, I need to set up an event in Adobe Analytics. How can I measure the form-specific document downloads for this page?
Views
Replies
Total Likes
Hi @KaanBabalar,
Here's a step-by-step approach:
1. Create a ‘Rule’ with the following details:
2. Optionally, you can also add a condition by passing on which page that you want your form to fire (See below).
3. CSS Selector Value: You can get this value by right clicking and choosing the Inspect option on the “Download” button on the page. It will automatically highlight the download button html script, now just right click on the highlighted area, click on “Copy”, and finally click on “Copy Selector” (See below).
4. Incase of step 1, you can also try other methods too like custom code where you can write javascript code, or by going with DOM method etc..
Forgot to mention that, you should also configure event in Adobe analytics Admin tool. To do this, you have to login to Analytics and then, follow the below steps.
1. Click on Admin > All admin
2. Click on Report suites
3. The, Click on Edit Settings > Conversion > Success Events
4. Finally, add the "Event" under "Custom Success Events" that you configured in your rule. All you have to do is, Enter the name of your event, choose type as counter, and polarity as Up is good and you can leave the others. If your event number is not matching with the default event shown on the page then you can click on "Add New" and enter the event number that you have entered in launch/tags tool.
Hope this helps.
Views
Replies
Total Likes
Views
Likes
Replies