This post is for users of the Digital Point Keyword Tracker tool. When Microsoft replaced it’s MSN search with Bing.com the results stopped working on the Keyword Tracker. The tracker has not worked since the end of May.
Today, an angel posted code to fix the problem.
Once logged in to the Keyword tracker, go to “Edit Preferences” at the top.
Within the preferences, find the field for “URL To Advanced Usage Script“. You should have specified the name of a script that you stored on your own server (for Microsoft and Yahoo searches).
Edit this script replacing the following line of text:
$data = get_page (’search.msn.com’, ‘/results.aspx?q=’ . urlencode ($_REQUEST[’q']) . ‘&first=’ . $start . ‘&count=10&format=rss’);
with
$data = get_page (’www.bing.com’, ‘/search?q=’ . urlencode ($_REQUEST[’q']) . ‘&first=’ . $start . ‘&count=10&format=rss’);
Please note that the quotes above should be straight quotes rather than curly quotes.
. You can copy the code from the DP post for details.
If you have any questions you are welcome to post them in the comments section.
|
|
Published on July 23rd, 2009 | Posted by admin |




Leave a Comment