Multiple Thank You pages with one Contact form - PPC
-
Hi everyone,
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 25Example
http://www.maindomain.com/landing-page-1 redirects tohttp://www.maindomain.com/thank-you-1http://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 -
Hi Ray,
Sorry to bug you again. I installed the conversion code on the one unique thank you page and the campaign is not picking it up. I used the Google Tag manager to verify it and it is set ok. Not perfect but ok.
Any ideas on what I could be doing wrong? I followed the steps found here perfectly..https://support.google.com/adwords/answer/1722054?hl=en
Thanks
Carla
-
You're correct, make sure your Google Analytics and Adwords accounts are connected properly. Then you'll be able to dissect the analytics by Ad content, keywords, campaigns, ad groups, landing pages, ect.
Make sure your tracking code and conversion pixel are all setup properly.
Google Help: https://support.google.com/adwords/answer/1722021?hl=en
-
Thanks Ray for getting back to me so quickly. Yes all ads are under one account.
I get what you are saying now. Google Adwords automatically associates Keyword used ==> landing page ==> conversion page.
Please let me know if this is correct. I just installed the tracking code on the single thank you page.
Thanks Again
-
You should only need to install 1 tracking code to track all of your conversions through Google Adwords. The campaigns are all under a single account, correct? If so, ensure that your conversion pixel is installed properly and you'll be good for any campaigns running in your Adwords account.
I definitely recommend setting up some expected funnels that your visitors would go through. It'll help a lot with identifying where a visitor abandons the process and what you need to improve upon for the most effective campaign.
-
Hi Ray,
Thanks for letting me know about 1 unique thank you page. Do you recommend I install all 25 conversion tracking codes on the 1 thank you page to measure PPC conversions and for SEO conversiones, do you recommed I use funnels? I am currently using funnels via Google Analytics for SEO conversion measurement
Thanks!
-
Hi Carla_Dawson,
I'm not sure I follow your info exactly, but why would you need 25 unique thank you pages to track Adwords conversions?
1 Thank you page is enough with proper tracking installed and you'll be able to see the stats for each landing page right in Adwords / Analytics.
If you need to redirect to unique Thank You pages, then CF7 makes it very easy to change the redirect. You would need the 25 different contact forms, but you should be able to copy/paste the forms in WordPress, to make that process easier.
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
-
Photos or Video Best for Landing Pages?
My real estate brokerage firm is promoting a listing via advertising on LinkedIn. The advertising links to a landing page: http://www.nyc-officespace-leader.com/MidtownLawOfficeSublet3300SFBelowMarket Rather than photos, the landing page has a 1 minute video. So far we have had about 10 visits to the page. Visitors leave the landing page after a few seconds. So they are not looking at the video. Would it be better to replace the video with photos? Or is engagement generally better with video? My thinking is that business owners may not have the patience or the time for a video and they would more likely have the time and willingness to click on photos. I would be willing to test this further, but at $5/click it could get costly! Any thoughts?
Conversion Rate Optimization | | Kingalan1
Thanks,
Alan Rosinsky1 -
I've got one good offer (I think) from one site that i want to advertise my site and i have few questions
Hi guys, I've got one good offer (I think) from one site that i want to advertise my site and i have few
Conversion Rate Optimization | | WayneRooney
questions. How can i test the results of the ads ?
Do i check all the datas only trough Google analytics ?
Can i check the CPM or the CPC with Google analytics ? Any tips or recommended tools will be more then welcome. Thanks guys0 -
Microsites vs. one site
My client has created a product that he wants to market to two, very different, audiences. The goal is to funnel them through the site and get them to purchase. My question is about the best SEO strategy on how to do this effectively. Since they are distinct audiences with little in common we've recommended building two microsites, and optimizing each with unique content and different keyword focus. I realize it will be harder to optimize two sites rather than one, but it seems to make sense from a user perspective. But once the users goes to a "non-audience specific" page, like any page that is about the product or company and not about the audience, should we build yet a third website that houses the "company/product pages" and channel the conversions there in order to avoid having duplicate content on the two other sites? Or should we put the same "company pages" on both the Audience A and Audience B websites, only vary the text so it doesn't look like duplicate content. Or is the microsite strategy flawed all together? Please keep in mind this is a brand new product and it has national scope. There is no local focus. We will be building their rankings entirely from scratch. I REALLY appreciate any insights you may have. We have been going around and around about this. Thanks
Conversion Rate Optimization | | ptdodge0 -
Gravity forms - thoughts?
anybody have an opinion as to whether gravity forms is worth the money? is it pretty popular? thanks for any thoughts!! Matthew
Conversion Rate Optimization | | Mrupp440 -
Google Analytics e-commerce tracking on multiple pages
Hi, I work in the airline industry and we are trying to implement Google analytics on our site. We are at the stage of getting e-commerce tracking setup. The problem we face is that we have multiple receipt pages (booking confirmation pages in our case) instead of just one as most carts would have. These are completely independent of each other. My question is can I use the same e-commerce tracking code on each page or do I need to setup multiple trackers. I reviewed the documentation here: https://developers.google.com/analytics/devguides/collection/analyticsjs/ecommerce#multitracker however I'm unsure if multiple trackers are needed when using it on multiple pages or is this just for multiple trackers on the same booking confirmation page. any help on this would be greatly appreciated
Conversion Rate Optimization | | aerlingus0 -
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 -
Proper Landing Pages for PPC ads
One of our sites is for a local Promotional Products company that focuses on local big businesses to set up accounts with. We are trying to grow our customer base with this site through use of a PPC campaign, but are unsure of where to send them. We were thinking about a page with content about what we do and our contact information, or putting together videos with this information to send them to. Does anyone have any advice for a killer landing page that not only is good for getting conversions for promotional products through PPC, but also could get us organic traffic? Thanks in advance for the help!
Conversion Rate Optimization | | ClaytonKendall0 -
Landing Page for High Ticket Items
Hi Everyone 🙂 We are an auto dealership and our website is designed to capture leads. I'm looking into designing some landing pages and I understand that we should test anything we try, but I don't really know where to start. Basically, we want to capture name, email, and phone # on our page. What sort of incentive should I offer people to provide us with their information? Typically, auto dealers offer up a "Free Quote" incentive. I'm wondering if anyone else has an idea for something else to try. Thanks!
Conversion Rate Optimization | | kylesuss0