All Questions
66 questions
2
votes
1
answer
1k
views
Usage of Google tag manager inside iFrame
I have developed an e-commerce site using Angular 9. There are some third-party web applications that make use of my application. For the purpose of this question, these look like the following:
App1(...
1
vote
0
answers
352
views
How to get Google Analytics & Google Tag Manager to work on website embedded in Iframe?
I am trying to use Google Analytics GA4 and Google Tag Manager on my website.
My website is embedded in an Iframe inside another website. I see that GTM is connected when I look through the network ...
1
vote
0
answers
69
views
Why I get errors when I try to display google analytics in Iframe?
I use Iframe to display google analytics in my website based on angular 12.
Here is the component where iframe is used:
Typescript:
export class UserReportComponent implements OnInit {
URL: string;...
0
votes
0
answers
165
views
knowing the orders that done through a specific link in my online store
I have an online store and I do a lot of campaigns
But I'm having a hard time figuring out how do I know this customer came from which campaign?
Google Analytics gives me general information about the ...
2
votes
1
answer
63
views
My chrome extension iframes my website. So if I add Google Analytics to my website, will my chrome extension get it by default?
I have a webapp and a chrome extension of the same webapp. In popup.html, my extension just iframes my webapp as follows. My question is, if I add Google Analytics in webapp, will my extension ...
0
votes
1
answer
312
views
Why does the Google Analytics events are not working when the site is loaded via Iframe?
I have 2 websites A and B
A has google analytics in it. A is loaded in B via Iframe. When I access A directly I can see GA events being pushed but when I access A via the iframe in B I cannot see the ...
0
votes
0
answers
2k
views
How do I add event listeners to (YouTube) videos embedded in React app? (We have no control of video HTML)
We have a NextJS/React application that is receiving HTML from our CMS. That HTML is coming from a TinyMCE editor on our backend and can and will include various embeds, such as YouTube videos, other ...
-1
votes
1
answer
302
views
Running GTM Event Tracking in an iFrame on a 3rd party domain
I'm inserting an iFrame into a 3rd party website as part of a browser extension and want to track the interaction of what the user clicks on, along with getting stats of its usage using GA and GTM ...
8
votes
1
answer
7k
views
Google Analytics blocked in IFrame due to "SameSite" & "Secure" setting of cookies
We're running a service on our-site.com. Our customers can either use the service "stand alone" by simply linking from their-site.com to our-site.com/customer-service or by embedding our service via ...
0
votes
1
answer
350
views
Google Analytics hardcoded events (NO GTM) not showing in an IFRAME
I set up a Google Analytics tag for my website, and I'm trying to fire custom events, but it's not working. The event is fired from an IFRAME, and it's not capturing in google analytics. If I'm using ...
2
votes
1
answer
1k
views
Send gtag event from cross domain to parent domain
I'm trying to setup a send event from a iframe originated on my domain and placed on other domain (not mine). I placed the analytics code on the iframe.
<script async src="https://www....
1
vote
0
answers
36
views
capture incorporating domain name inside iframe on gtag event_label
OK! Let me explain my need:
I have a domain which produces an iframe that is available to other users embed on their sites.
Here is the code rendered by that iframe:
<html>
<head>
<...
0
votes
0
answers
392
views
Google Analytics & Tag Manager in page with iFrame counting page views and users twice
First time working with GA and GTM. I have a wordpress site where there is a cross domain iFrame in one of the pages (booking system from external company).
The parent page contains the following:
&...
0
votes
1
answer
1k
views
Sending Google Analytics Event from click of button in Iframe
We are trying to send a Google Analytics event from a booking form that is within an Iframe when the Book button is clicked. In order to accomplish this, we need to figure out a few problems.
Getting ...