Hello team,
we have requirement of PDF tracking where few links with pdf extension and few are without pdf extension like below
https://www.abc.com/abc-pqr/view.cgi?f=223388.pdf
https://www.abc.com/abc/pqr-xyz/travel/australia.pdf
https://www.abc.com/abc/pqr-xyz/travel
This URL are auto redirect where PDF download.
If I want to implement custom event tracking to know how many clicks for pdf download what are the option.
Solved! Go to Solution.
Views
Replies
Total Likes
Generally, it's already tracking out of the box but here are some steps to ensure it is.
Beyond this, you can actually setup link listeners for a specific PDF. Such as abc.pdf. There are different ways such as creating custom code to listen or using a CSS selector likea[src*="abc.pdf?"], a[src*="abc.pdf#"], a[src$="abc.pdf"] (not been tested)
Generally, it's already tracking out of the box but here are some steps to ensure it is.
Beyond this, you can actually setup link listeners for a specific PDF. Such as abc.pdf. There are different ways such as creating custom code to listen or using a CSS selector likea[src*="abc.pdf?"], a[src*="abc.pdf#"], a[src$="abc.pdf"] (not been tested)
Adobe Analytics Extensions can be set up in LinkTracking.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies