Moz Q&A is closed.
After more than 13 years, and tens of thousands of questions, Moz Q&A closed on 12th December 2024. Whilst we’re not completely removing the content - many posts will still be possible to view - we have locked both new posts and new replies. More details here.
Tracking a Deposit Page Through Google Analytics: Which is a better way?
-
Good day to all,
I do have game download website (Works like Google Play and Steam) and currently working on the deposit page which is payable by fund transfer and Paypal. The thing is I do not have a confirmation page that I can use to track all incoming successful and unsuccessful conversions for this deposit page. My question is, which is better to use for this kind of tracking a goal in Google Analytics? Are we going to use a virtual page or and event tracking method? How can I track users that visit the deposit page that weren't able to do a deposit attempt?
Thanks for answering this question. Have a good day ahead.
-
Thanks for this, Aaron.
I am currently weighing both virtual confirmation pages and event tracking method. Never tried the event tracking method though. As far as my knowledge about virtual pages, they will not trigger the conversion if the attempt is failed.
-
I would most likely use event tracking as it means you don't need to move the user to another page. You can program it into the website to send the data as it happens.
Here is a good page about setting up event tracking Click here
Just wanted to add that than you could setup goal tracking from the event itself once setup. This will allow you to track conversions better or non conversions.
Got a burning SEO question?
Subscribe to Moz Pro to gain full access to Q&A, answer questions, and ask your own.
Browse Questions
Explore more categories
-
Moz Tools
Chat with the community about the Moz tools.
-
SEO Tactics
Discuss the SEO process with fellow marketers
-
Community
Discuss industry events, jobs, and news!
-
Digital Marketing
Chat about tactics outside of SEO
-
Research & Trends
Dive into research and trends in the search industry.
-
Support
Connect on product support and feature requests.
Related Questions
-
Will Landing Page Design with Large Areas of White Background Enjoy a Higher Conversion Rate?
My designer has created a landing page with a dark background. Text is white and other colors. Does a dark background impact the conversion rate? Is it better to have a white background? I am concerned that a dark background may distract visitors. The landing page is: http://www.nyc-officespace-leader.com/MidtownLawOfficeSublet3300SFBelowMarket We plan on using this landing page for LinkedIn advertising. Thanks!!
Conversion Rate Optimization | | Kingalan10 -
Overlay / modal for product pages - bad or good for SEO?
Hi all, I am considering using full overlays/modals for an e-commerce site for all our product pages (category/listing pages will be "normal", the product page will come over the listing page as an overlay/modal when you click on the product). Those “product overlays” will also be accessible directly with own URL (if need to be linked to for ex.). All the literature I find out there treats overlays and modals as “marketing” ones (ads, sign-ups, etc.) and is generally critical to overlays when it comes to SEO, while also saying that an overlay that has to do with good UX should not hurt the SEO of our site. What do you think? Will all product pages as overlays be considered as good UX by the search engines and therefore not be negatively impacted, SEO speaking? Or should we stay clear of overlays and create “normal” product pages? Thanks in advance! Arnaud NB: The reason we want to create those overlays are for design and UX purposes, and try to increase our conversion rate.
Conversion Rate Optimization | | Arnaud_Fo0 -
Show Unique User Goal Completions in Analytics Instead of Totals
Hello Everyone, Currently within Google Analytics, I have a mostly unfiltered view and several goals setup. One of my goals is tracking the download of an eBook (setup to track visits to the 'success' page of the download). At the moment (as I understand it), that tracks "TOTAL" goal completions. So, if the same user/person downloads the eBook twice, I will see 2 goal completions. What I'm trying to figure out is how to generate a report or view or something that tells me how many "unique" users have downloaded the eBook. Is this possible to do? And, can I do it using past data or do I have to setup a new filter that would only track unique users going forward? Thanks in advance.
Conversion Rate Optimization | | Elite-Rob0 -
Has anyone ever used Adwords' Forwarding Numbers as a Call Tracking Service?
Hi, I was taking over a client's Adwords account from a previous agency. It appears the former agency added the Google Forwarding Number (for call tracking on call extensions) and added it to the client's website. Therefore, if anyone calls that number from the website, it would register within Adwords (just not as a conversion but as a click under "call extensions") The problem: you can't filter by phone number (the same number calling +1 would indicate spam) you can filter by device (so tablet / computer) can be considered spam generally. Questions: Anyone ever used this before? Your thoughts? Does anyone know if there is spam coming from mobile devices now-a-days? Please tell me what I'm missing. Any advice / anyone else seen this / done this? Thanks Moz Community, Cole
Conversion Rate Optimization | | ColeLusby0 -
Is it possible to set a Goal conversion tracking from a subdomain to a root domain?
Hi Mozzers, Here is an issue I am going through: I have a root domain(www.example.com) that is the core website where you are able to schedule a service I have a subdomain (sub.example.om) that is part of content strategy offering free tips and follows a different branding strategy. There are internal links from sub to root domain I have a GA subdomain tracking code installed on every page for both domains I would love to set goal tracking on GA for visitors coming to my subdomain, then going to root domain and then schedule a sevices? Is this possible? If it is, can someone show me a How To because I tried it anddidn't work? Thanks mozzers!
Conversion Rate Optimization | | Ideas-Money-Art0 -
How can I track the traffic source/keyword of form submissions?
I'm using Google Analytics on www.nhfinehomes.com and would like to track the source of leads submitted via form submissions. Ideally, I could track if the lead originated from organic search (and what keyword phrase), PPC, referral links, etc. Is this possible with Google Analytics and if so, can anyone point to some documentation on how to do this or better yet someone who can help me set this up? This site is running ASP.NET and uses JQuery so there is not a 'traditional' thank you page that I can reference. I'm not a programmer and do not pretend to be one! Thanks in advance. Link
Conversion Rate Optimization | | LinkMoser0 -
Have Google Shopping show site listings instead of Amazon and eBay listings
An e-commerce site I'm currently working with also has storefronts on eBay and Amazon. When searching Google Shopping, their Amazon and eBay product listings come up but NOT their primary site's listings. Can anyone shed some light on how to a) feed the main site's products to Google Shopping and subsequently b) have Google remove the eBay and Amazon listings? Obviously, this would be a boon to business and hey wouldn't have to pay the Amazon and eBay fees associated with each sale. Thanks for any help!
Conversion Rate Optimization | | Nobody15330770827561 -
Need help Tracking PPC vs Organic and respective ROI
So I have a client who uses PPC and Organic SEO to drive traffic. Once a user gets to the site, the most common action is to fill out a form. I have Auto Tagging enabled in Adwords so all PPC clicks have "gclid" in the url. I am also grabbing the Google Cookie and parsing it out to determine if the visitor is PPC or Organic. So I have an if statement in my form code to pass PPC vs organic through the form for tracking purposes: $url = 'http://' . $_SERVER['SERVER_NAME'] . $_SERVER['REQUEST_URI']; if (false !== strpos($url,'gclid')) { ?> Essentially this is saying: If gclid is in the url, or if the cookie contains PPC
Conversion Rate Optimization | | tjsherrill
set the Web field as PPC Else
Set it as Organic. this is working about 80% of the time. I am trying to raise the accuracy. any ideas where I might be missing some data? thanks0