Google Analytics Site Content Showing Wrong URls - google-analytics

My Google Analytics properties are showing wrong urls in the site content section. For example my website url is https://www.olaywall.com/au but in Google analytics site content, the urls are showing https://www.olaywall.com/au//au/ for all web pages. Same thing is happening in my other google analytics properties.

Related

Getting Google Analytics to track redirects from my site

I have a Google Analytics query I am using the SEMeasy Double Agent plugin on my Wordpress site to redirect visitors to particular pages to certain external sites. The plugin detects if a visitor is using a mobile device or desktop. If desktop, it overlays the external site without redirecting so these visitors can be tracked via Google Analytics. But with mobile users, it redirects the visitor to the external page before Google Analytics registers the visit. My question is: can I change the code of my site so that Google Analytics registers this click before redirecting to the external site? Sorry but I have very limited coding experience, so simple answers would be great!

Google Analytics: How can I track my website being a referral path to other websites?

I have some links to other websites on my website and I would like to create reports on when they've been clicked on. I haven't been using Google Tag Manager or do not have any trackers in place. Is there a way to get still get such historical data?

Google analytics to track url of hosting Iframe content

I am hosting a site which offers some contents. Users in my site use this content and embed into their blogging/private site. SO I want to track all the sites which are embedding my site's content into their site. So how to use google analytics to track parent url via iframe.
Tks
Vil
You might be able to do something like figure out what the value of window.top is and then send that to GA as a custom dimension.

Can Google analytics be hosted on a different URL embedded in an Iframe

I have a website www.site.com that contains a iframe which embeds another site www.another.com which contains google analytics code. Now if a user navigated to my website at www.site.com will the google analytics code in the iframe for www.another.com track that user? If not is there a way to solve this?
Yes. There is extensive documentation about this over here.

Is it possible to display Google Analytics reporting interface in an IFRAME?

Has anyone had much luck in embedding the Google Analytics reporting interface in an IFRAME?
We'd like to add an "Analytics" tab to our CMS which displays the Google Analytics for each specific page. So, the user could view a page in the CMS, and see the analytics for that page right in the interface.
We have everything worked out, and we're bringing up the correct URL in the IFRAME. We get the Google login page, but when we log in, Google "busts" the IFRAME and loads the analytics page in the full window.
Is there anyway to keep Google Analytics reporting interface in an IFRAME?
Why not use the Google Analytics Data Export API to access the data and build your own reports?
It's not possible to IFRAME Google Analytics.
A work around to this is to build a chrome extension and append your codes/page into analytics site via content_scripts to put some "toolbar" on top or to do some modifications you want.
This is what I'm doing at the moment, sorry that I couldn't share the chrome extension code at the moment.

Resources