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.
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 -
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 -
Multiple Thank You pages with one Contact form - PPC
Hi everyone,
Conversion Rate Optimization | | Carla_Dawson
I am running a PPC (Google Adwords Campaign) and it is pretty big. I have about 25 landing pages each with a Contact Form. I need the contact form to go to a unique thank you page for each landing page to measure conversions via Google Adwords. In other words I need the contact form on submission to redirect to a specific and unique thank you page that I can define. The contact form needs to be the same for all landing pages to avoid having to produce 25 landing pages. I am ok with producing 25 Example
http://www.maindomain.com/landing-page-1 redirects tohttp://www.maindomain.com/thank-you-1 http://www.maindomain.com/landing-page-2 redirects tohttp://www.maindomain.com/thank-you-2 http://www.maindomain.com/landing-page-3 redirects tohttp://www.maindomain.com/thank-you-3 Can someone help me with this?
Thanks https://wordpress.org/plugins/contact-form-7/0 -
Landing page on a separate domain?
I want to start a PPC campaign for an ecommerce site, but my ads are rejected due to my URL being offensive. The name works great from a branding perspective, but it has kept me from being listed in certain directories and advertisements. I thought about buying a separate domain to host the landing pages for the PPC campaign where the user would then be redirected to my product page for purchasing. Is this a good idea? Would you recommend another approach?
Conversion Rate Optimization | | RaginCajun0 -
Same review across multiple pages
Hello, I would like to add reviews on some pages of my website, so it could eventually show up in the google search results with some nice stars. The problem is that the same review will be shown on multiple pages: Example: Reviews about France Reviews about French Riviera Reviews about Monaco (The review is about Monaco but as it's a town on the French riviera and in France i would like to use it to calculate an "Aggregate Rating" for the parent destinations...) Do you think that the use of the same review (with microdata) across multiple pages could be interpreted as a spammy way to get stars in the SERP and eventualy result in lower positions ? Or should I just use the Aggregate Rating without the reviews ? Many thanks for your answers, BR from France Evgueni
Conversion Rate Optimization | | 3vgueni0 -
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