how to extract keywords from Google SPonsored links

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
eshban
Forum Contributor
Posts: 184
Joined: Mon Sep 05, 2005 1:38 am

how to extract keywords from Google SPonsored links

Post by eshban »

I need some information.

I want to know that is there any way to track keywords of "SPONSORED LINKS " appeared in Google or Yahoo etc.
Like

i visit http://www.google.com and in search box i write "autoresponder". On top and on right side i found some SPONSORED LINKS. But when i right click on the sponsored links and see its properties to check its destination url and keywords against that ad, it wont show me full information. Because google has encrypt it.

I want to track from url that what are the keywords bind with the url and what is the destination path of url.

Sample URLs

Code: Select all

http://www.google.com.pk/pagead/iclk?sa=l&ai=BYUMLhWS9RsX2MqOYmwPKzp33DI-UlSD_y4fxAtCHqQWwkB8IABABGAEoAjgAUKOp_swCYMvctAWYAZ2HAaAB59yb_gPIAQGAAgGpAmZKpb-iWaw-2QOr5gE8fapaCA&adurl=http://www.replyfocus.com/overview.html
how can i do this
User avatar
onion2k
Jedi Mod
Posts: 5263
Joined: Tue Dec 21, 2004 5:03 pm
Location: usrlab.com

Post by onion2k »

You can't get any useful data out of that link. It's either encrypted in which case getting anything would take an incredibly long time (years just to do 1 link) or hashed in which case it's completely impossible to work out what it refers to.
Post Reply