Open godanny86 opened 6 years ago
@artdirk curious if you have additional thoughts on this enhancement
Hi @godanny86, I'm so sorry I haven't responded to this (I somehow missed the notification I received when you opened this issue last month).
From speaking with our business partners, it sounds like tracking shares and downloads will be much more valuable to them than tracking clicks from the Search Results to the Asset Details page.
With this noted, I was thinking that tracking clicks on the share and download links themselves from the Search Results and Asset Details pages might be enough, but my fear is that these metrics would be unreliable because we should not assume that people will always follow through when they click on the share and download links.
Please let me know your thoughts on this...thanks!
Thanks @artdirk! I think if we put the tracking on the Modal buttons themselves then that will work. Interesting enough Asset Insights does not have a concept of "Downloads" only impressions and clicks IIRC. We could collect a "click" only when the download button is clicked, but not sure if this is more of a hack. A generic Analytics solution could also be used.
Hi @godanny86, I just wanted to follow up on this and see if you were thinking of adding support for an analytics suite or other reporting options to the core Asset Share Commons code, or if this is something that we should look into implementing on our end. Thanks!
Baseline data that we may want to track:
Hi @godanny86, if we could also track the user ID or name of the person taking the above actions that would be perfect. Our business partners want to be able to track who is doing what to help them make better decisions regarding their asset shares and the assets they publish. Thanks!
Hi @godanny86 and @artdirk
I'm just exploring ASC for the first time today and was wondering what happened with this feature?
Is there currently any way OOTB to grab reports containing upload/download activities, change events to binary or metadata, login history etc?
Thanks!
Hello, I am just looking into information on ASC and any kind of analytics or reporting that is available or has been added since this post originated.
Hi @peter-g-ensemble and @amahoney949,
Sorry for the delay in reporting back on this request, and we ended up using some Adobe Consulting hours to develop custom code to support our analytics needs.
@godanny86, I have not looked at the ASC code for a while and do not know if you've developed any type of OOTB solution to support Adobe Analytics?
Thanks!
Hi @peter-g-ensemble and @amahoney949,
Sorry for the delay in reporting back on this request, and we ended up using some Adobe Consulting hours to develop custom code to support our analytics needs.
@godanny86, I have not looked at the ASC code for a while and do not know if you've developed any type of OOTB solution to support Adobe Analytics?
Thanks!
Hi ar80001-BRONGA,
So you worked directly with Adobe or 3rd party Adobe consultant? Can you provide the general scope of your project, just so I can see what's possible? Such as, did you develop custom code to build analytics into Asset Share Commons directly? OR, build code to send ACS data back to AEM and then develop custom code in AEM to build analytics reports with the AEM Reports tool? Were you able to capture ASC site, asset download data?
I threw a line out internally to Adobe consulting folks that have implemented this for real -- but in general
data-asset-share-*
attributes that often have interesting info (since they help the JS with functionality) ... for example data-asset-shate-asset
is well used, and contains the pull path to the relevant asset (based on the context).
Integration of AEM Asset Insights.
Interesting enough Downloads is a metric that most customers would be interested in. This is not something AFAIK that is ootb with Asset Insights. Not sure what is the most appropriate way to handle.