File Views Metric in Adobe Analytics | Community
Skip to main content
July 14, 2022
Solved

File Views Metric in Adobe Analytics

  • July 14, 2022
  • 1 reply
  • 922 views

Hello, novice user here. Our organization is using AA to evaluate internal SharePoint site usage metrics across various sites. We have PPT files (playbooks) embedded within different sites and would like to be able to measure the number of views and/or unique viewers for each file. After much searching I'm unable to find any guidance for building dimensions/metrics for file views. I'm curious to see if anyone else has had a similar requirement. Thanks!

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Jennifer_Dungan

I think the problem is going to come from the fact that files are not webpages... they don't have Javascript, they don't have cookies, etc...

 

Adobe's "file" tracking is generally limited to "downloads", which is essentially when a user clicks on a link with a file format (in this case ".ppt") and it tracks it similar to a "exit" link (but as a download rather than an exit....

 

However, SharePoint has a lot of different ways to download a file, and they aren't limited to clicking on a link... there are actual controls like "download the file" which don't actually have the file reference in something Adobe can read natively.... plus, this doesn't get you views on the file.

 

One thing you could try (and I can't guarantee this will work the way you expect cause I've literally never tried it), but you could create something like a no-js image request and embed it in the file (basically it's a 1x1 white pixel) (similar to what you would add to a newsletter that can't have Javascript on it)... but there are some risks:

 

1. I don't know if you can have a pixel per slide, or if all images would "load" as soon as the file is opened

2. If the user is offline, even if the tracking works in normal situations, offline views would be lost

3. Because there are no cookies, UVs and Vs would be inflated

 

This is certainly an interesting challenge, but not one that I have ever had to deal with before... Good Luck.

1 reply

Jennifer_Dungan
Community Advisor and Adobe Champion
Jennifer_DunganCommunity Advisor and Adobe ChampionAccepted solution
Community Advisor and Adobe Champion
July 14, 2022

I think the problem is going to come from the fact that files are not webpages... they don't have Javascript, they don't have cookies, etc...

 

Adobe's "file" tracking is generally limited to "downloads", which is essentially when a user clicks on a link with a file format (in this case ".ppt") and it tracks it similar to a "exit" link (but as a download rather than an exit....

 

However, SharePoint has a lot of different ways to download a file, and they aren't limited to clicking on a link... there are actual controls like "download the file" which don't actually have the file reference in something Adobe can read natively.... plus, this doesn't get you views on the file.

 

One thing you could try (and I can't guarantee this will work the way you expect cause I've literally never tried it), but you could create something like a no-js image request and embed it in the file (basically it's a 1x1 white pixel) (similar to what you would add to a newsletter that can't have Javascript on it)... but there are some risks:

 

1. I don't know if you can have a pixel per slide, or if all images would "load" as soon as the file is opened

2. If the user is offline, even if the tracking works in normal situations, offline views would be lost

3. Because there are no cookies, UVs and Vs would be inflated

 

This is certainly an interesting challenge, but not one that I have ever had to deal with before... Good Luck.