We are trialling some AMP landing pages and have added the analytics code to our landing pages. These landing pages pass users on to a standard form page.
Our main analytics is showing large volumes of traffic to these AMP landing pages with an acceptable bounce rate, but zero conversions - even though the campaigns are showing the ad group that uses the AMP pages as landing pages have conversions.
Am I missing something?
Based from this thread, when you input a canonical destination URL for a creative, the ad server can switch it to the AMP version of the URL (with trafficker consent) using the AMP URL API. The ad server can also embed code required by the creative to pre-fetch and pre-connect to the landing page. Ad servers like DoubleClick for Publishers (DFP) are integrating such features over the next couple of quarters to make trafficking of AMP landing pages easy.
Also, from this documentation:
Type attribute value: googleadwords
Adds support for Google AdWords conversion tracking and remarketing. See more details in the AdWords help center for conversion tracking and remarketing. Both tags can be used independent of each other.
Related
I have a website lets say http://www.example.com which is on shopware and uses google analytics to determine site traffic. I have designed a landing page which is placed at http://www.example.com/landing/index.html. Can I use the same tracking id that I have on other pages on my landing page? Will it appear under all website data section or will it create another automatically?
Actual website is not at example . com its just for reference purpose.
Yes, of course. The Google Analytics web tracker is client side code, it does not really care if your pages have been created by a shop system or by manually entering code somewhere. By the time it is displayed in the browser it's all just HTML.
The data will show up in "All Website data" (which is the only view GA ever creates automatically, everything else you need to set up yourself as needed).
I have the following code setup to track clicks on specific links on a specific page of our site:
My Link Text
These links go to a CGI script which logs users into a given service. The login form also has our Google Analytics tracking code on it.
I have several links like this on my page with different labels. Our CMS puts the Google Analytics universal tracking code below the content of our site. I can't put this in the header.
I've tested it and checked in GA the next day, however it is showing nothing for event stats.
Is there something I'm missing.
Though there is no redirection not any error in landing pages.
But in reporting, while selecting landing pages against source of traffic, every landing page ends with "/homepage"
EG :
google / organic |
http://www.knexusgroup.com/show/blog/successful-business-to-business-marketing-campaigns/homepage
This "/homepage" is coming on all landing pages of websites.
how to solve this problem to get correct data in analytics.
I would suggest to check Default page value in View Settings. It may have /homepage there, remove it.
My wife and I run a WordPress blog that utilizes the AMP plugin. AMP versions of posts are automatically created. Though I may have read somewhere that AMP caches can be shared with anyone, it did not occur to me until now that other sites can display our AMP content as a cached page of their site and we never get credit for the visit.
Just today, a blogger friend mentioned that she saw traffic in her Google Analytics from https://cdn.ampproject.org/v/www.mommypotamus.com/how-to-buy-a-non-toxic-mattress/amp/?amp_js_v=5
This is a cached version of our web page located at http://www.mommypotamus.com/how-to-buy-a-non-toxic-mattress/amp/
She is seeing referral traffic from a third party site containing our content. We have no Google Analytics record for this traffic or that third party page. So my question is:
Am I losing the credit for traffic passing through third party sites? And how are people even getting to them?
This matters because we just launched AdThrive ads on our site last week, and with mobile being approx 70% of traffic, we are losing money due to AMP. I realize that some ad networks are already compatible with AMP, but AdThrive is not, due to the fact that they employ real-time bidding on ad spots, which delivers maximum earnings to the publisher.
Maybe more sites are sharing cached versions of our AMP pages, but we know at least that Google Cache is doing so and AmpProject is doing so. How is that content tracked in GA? If it isn't, how is that supposed to be okay?
AMP is starting to feel like I've given someone permission to scrape all my content and outrank my actual site with my own content.
cdn.ampproject.org is a cache that belongs to Google. This cache is used for all views that happen in search and google news and many other apps including Bing etc. You are definitely not losing credit since they will all show you as the author and creator.
On my site I have feature for users, that they can embed video on their page with iframe. Now I'm tracking classic page view and iframe view same way. So my analytics stats are not correct. I wanna separate this tracking to know how much of visitors I have on page and how much of them on iframe. I'm using google analytics.
I'm looking forward what do you suggest.
BTW: I am using special url for embeded video but still on the same domain.
Since you've got a special URL for the embedded video, you could use filters to include or exclude that URL for a Google Analytics profile, and keep the same analytics code on every page.
I'd recommend:
Keeping one profile unfiltered, showing all traffic
One profile that filters out the iframe URL
One profile that only shows the iframe URL
More info about Google Analytics accounts & profiles
Can you add a simple GET-Parameter in your URLs? For example: http://www.website.com/video.flv?type=embedded
or
http://www.website.com/video.flv?type=extern
Unfortunately I don't know exactly, how Google Analytics handles same URLs with various GET-Parameter.
Other way is using a simple redirect script or htaccess rule.