Hello
Ages ago I bought a php script that used
inventory.overture.com website to get information
on keywords.
Now that overture has been scrapped does
anyone know if I can use the script on the
KeywordToolExternal url ?
This is the function that did the work with overture:
The new tool that I want to use is on this url:PHP Code:$rez=@file("http://inventory.overture.com/d/searchinventory/suggestion/?mkt=us&lang=en_US&term=".urlencode($_POST["keywords"]));
$rez=@implode("\r\n",$rez);
https://adwords.google.com/select/KeywordToolExternal
but I can not see how I can use it with a script.
Anyone got some ideas about this ?
Thanks
jeddi is offline Reply With Quote




Bookmarks