How to configure assets insight and add Adobe Analytics Extension? | Community
Skip to main content
Adobe Employee
February 13, 2023
Solved

How to configure assets insight and add Adobe Analytics Extension?

  • February 13, 2023
  • 1 reply
  • 1138 views

Hi,

 

We need to integrate asset insights. https://experienceleague.adobe.com/docs/experience-manager-learn/assets/advanced/asset-insights-launch-tutorial.html?lang=en#rule-image-tracker-action-asset-insights-js

Referred the above to document to integrate but first to integrate we need to add the adobe analytics extension. I need to know the process to add adobe analytics extension in cloud manager. Also, we don't have sites in our project. Can we get the insight of the image without using it in the pages? We publish the assets to DM can we get the insight of assets that is used in DM?

 

Please share if there's any relevent document that I can refer.

 

Thank You.

 

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 Nirmal_Jose

Trying to decode what you mentioned - You have AEM Assets and DM license and you do not use AEM Sites. You want to implement insights on the assets. 

 

As mentioned in the document AEM Asset insights is a reference implementation

 

1. Have the AA report suite defined

2. Have the right javascript snippet loaded on the page via Launch.

3. Ensure the img tag has data-aem-asset-id=‘image.UUID’ and data-trackable=‘true’  present for Asset Impressions. For Asset Click Insights, in addition to the above data attributes present at the <img> tag, the parent <a> tag must have a valid href value should be present.

4. Configure the AEM Asset Reporting Sync Job Scheduler and Assets Insights Report to get the data back to AEM Assets/ Else you can get the info in AA.

As you can see, the data in AA is captured using uuid (not based on filename). If your website is external to AEM, ensure 2&3 is done correctly to start streaming the data back to AA via Launch.

I am not sure of the ask of AA integration into Cloud manager. If it is anything about getting insights of your deployment pipeline, you have to use CM API endpoints and capture the data.

1 reply

Nirmal_Jose
Adobe Employee
Nirmal_JoseAdobe EmployeeAccepted solution
Adobe Employee
February 13, 2023

Trying to decode what you mentioned - You have AEM Assets and DM license and you do not use AEM Sites. You want to implement insights on the assets. 

 

As mentioned in the document AEM Asset insights is a reference implementation

 

1. Have the AA report suite defined

2. Have the right javascript snippet loaded on the page via Launch.

3. Ensure the img tag has data-aem-asset-id=‘image.UUID’ and data-trackable=‘true’  present for Asset Impressions. For Asset Click Insights, in addition to the above data attributes present at the <img> tag, the parent <a> tag must have a valid href value should be present.

4. Configure the AEM Asset Reporting Sync Job Scheduler and Assets Insights Report to get the data back to AEM Assets/ Else you can get the info in AA.

As you can see, the data in AA is captured using uuid (not based on filename). If your website is external to AEM, ensure 2&3 is done correctly to start streaming the data back to AA via Launch.

I am not sure of the ask of AA integration into Cloud manager. If it is anything about getting insights of your deployment pipeline, you have to use CM API endpoints and capture the data.