Expand my Community achievements bar.

Guidelines for the Responsible Use of Generative AI in the Experience Cloud Community.
SOLVED

How to configure assets insight and add Adobe Analytics Extension?

Avatar

Level 5

Hi,

 

We need to integrate asset insights. https://experienceleague.adobe.com/docs/experience-manager-learn/assets/advanced/asset-insights-laun...

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.

 

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

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.

View solution in original post

1 Reply

Avatar

Correct answer by
Employee Advisor

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.