Leiste mit Community-Erfolgen erweitern.

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

Diese Konversation wurde aufgrund von Inaktivität geschlossen. Bitte erstellen Sie einen neuen Post.

GELÖST

Re : How to track pages within iframe using Adobe Analytics

Avatar

Level 1

Hello everyone - How should i setup the adobe analytics to capture data through iframe from single or multiple webpages. Any suggestions? Thanks in advance. @Andrey_Osadchuk @HemanginiS @yuhuisg 

1 Akzeptierte Lösung

Avatar

Korrekte Antwort von
Community Advisor
  1. Go to your favourite search engine.
  2. Search for "adobe analytics iframe".
  3. Click the most likely result, usually the first.

Use AppMeasurement with iframes | Adobe Analytics

Lösung in ursprünglichem Beitrag anzeigen

2 Antworten

Avatar

Level 3

I have had a similar tracking problem.
If you have iframes embedded in your webpage here is what you need to know:

 

Most frames come with their own piece of code <html> and because of this nature they are not treated as part of the original web page elements by the DOM.

 

You would need to add the Adobe Launch tracking  <script></script> on the iframe code. Treating the iframe as a single web page that you would like to track as part of your website's web pages.

 

If you are using a dataLayer, include that object on the iframe code base as well.

 

I hope this will help fix your issue.

 

Many Thanks!

Avatar

Korrekte Antwort von
Community Advisor
  1. Go to your favourite search engine.
  2. Search for "adobe analytics iframe".
  3. Click the most likely result, usually the first.

Use AppMeasurement with iframes | Adobe Analytics