Example asp or .net code to create dynamic landing page
Discuss Example asp or .net code to create dynamic landing page in the Google Adwords - More forum on SEO Chat. Example asp or .net code to create dynamic landing page Discuss Google Adwords, Google Adsense, Yahoo Publisher Network, and MSN AdCenter.
BuySellLinks.com is a new Text Link Advertising Brokerage by the founder of LinkAdage that offers high-end text links and a premier membership base. We screen all advertisers and publishers and their web pages to make sure we are offering a service that works for everyone. Our plug-in is super easy to install but if you are hands off, w e offer free installation.
Tired of dealing with shady text link buyers and/or sellers? Try BuySellLinks.
Receive the tools necessary to be the rock star of your field. Our 12-month program teaches you the evolving world of multi-channel marketing as well as the complex issues and opportunities found in the industry.
Posts: 2,728
Time spent in forums: 2 Weeks 3 Days 14 h 25 m 42 sec
Reputation Power: 466
? huh? a "dynamic" page means usually that it's pulled say from an mySQL dbase to enter various fields on the page with items stored therein. this can happen using ANY scripting language etc, yes, like ASP or .NET or php or whatever...there are hundreds of scripting languages out there.
so...I'm not following. if someone clicks on an advert on a page, then they'll be taken to that advertisers page on your site - is that what you mean? to sell the visitor that product? pretty simple -- in fact totally basics when it comes to building a dynamic site.....
???
Jim
__________________ Jim Rudnick MCSD
Canadian SEO
Twitter: JVRudnick
Posts: 79
Time spent in forums: 14 h 54 m 29 sec
Reputation Power: 4
Quote:
Originally Posted by JVRudnick
? huh? a "dynamic" page means usually that it's pulled say from an mySQL dbase to enter various fields on the page with items stored therein. this can happen using ANY scripting language etc, yes, like ASP or .NET or php or whatever...there are hundreds of scripting languages out there.
so...I'm not following. if someone clicks on an advert on a page, then they'll be taken to that advertisers page on your site - is that what you mean? to sell the visitor that product? pretty simple -- in fact totally basics when it comes to building a dynamic site.....
???
Jim
Sorry, let me try and clarify.
I am currently running a PPC campaign. I have about 20 ads running for different products.
I want to create 1 file that is a landing page. Depending on which ad sent the visitor to the landing page, i want the content to match the product of the PPC ad.
Any examples for this type of landing page?
Last edited by jrod11 : December 29th, 2009 at 06:30 PM.
Although instead of replacing a sentence, I want to replace an entire set of contenent and images depending on which keyword sends the user to the landing page.
Although instead of replacing a sentence, I want to replace an entire set of contenent and images depending on which keyword sends the user to the landing page.
You can do so with that code. You can put any type of html into the output line. you could replace everything between the </head> and </body> tags.
Like it suggests in teh article, maybe you could go to elance, or freelancer.com and put a job request. I bet you could get a programmer to do this for you for less than $100 in the language of your choice.
Posts: 420
Time spent in forums: 1 Week 2 Days 5 h 30 m 55 sec
Reputation Power: 261
Not a big task.
You need to format your urls differently for different campaigns.
For Google PPC in UK - use site.com/landingpage.php?src=google&area=uk
similarly for a yahoo pub add running in canada you may have - com/landingpage.php?src=yahoo&area=ca
Now you may tell your code to get the parameters from url identified by src and area. based on these change your content.
using some thing like this - Request.QueryString("src")
I am in not mood to write out the code. Just back from vacation and totally sleepy and yeah this is a PHP guy.
Posts: 79
Time spent in forums: 14 h 54 m 29 sec
Reputation Power: 4
Quote:
Originally Posted by NewDelhiSEO
Not a big task.
You need to format your urls differently for different campaigns.
For Google PPC in UK - use site.com/landingpage.php?src=google&area=uk
similarly for a yahoo pub add running in canada you may have - com/landingpage.php?src=yahoo&area=ca
Now you may tell your code to get the parameters from url identified by src and area. based on these change your content.
using some thing like this - Request.QueryString("src")
I am in not mood to write out the code. Just back from vacation and totally sleepy and yeah this is a PHP guy.
Thanks for the input. That is exactly what I am trying to do, but i'm not really trying to Geo target at all. Also, i would love to be using PHP, but our company uses microsoft servers.
Posts: 2,574
Time spent in forums: 3 Weeks 4 Days 6 h 52 m 19 sec
Reputation Power: 647
Quote:
Originally Posted by jrod11
Still hoping to find an example JS or asp file to do this. Don't want to hire a programmer
Anyone?
The code you originally supplied will do exactly what you are asking, and it is Java script like you request. So what is the issue? If you dont know how to modify it, try going to the devshed forums: http://www.devshed.com/
ask there, although any one who helps would prefer you put some effort in yourself, rather than just asking someone to do it for you...
Posts: 79
Time spent in forums: 14 h 54 m 29 sec
Reputation Power: 4
Quote:
Originally Posted by googler
The code you originally supplied will do exactly what you are asking, and it is Java script like you request. So what is the issue? If you dont know how to modify it, try going to the devshed forums: http://www.devshed.com/
ask there, although any one who helps would prefer you put some effort in yourself, rather than just asking someone to do it for you...
Was just looking for one that replaces entire areas of content, not just a few words. Why reinvent the wheel if it has already been done before?