Hello sir, Anybody gives me a sample code for yahoo Sponsored Search Ads. http://developer.yahoo.com/search/boss/boss_api_guide/ch12s02.html This link does not...
Hello sir, http://yboss.yahooapis.com/ysearch/ads?q={keywords}&ads.Type=BOSS_SAMPLE_TYPE Making a call to BOSS API to get Search results and a Token - This...
Hello Sir, This is my code you can run it in anywhere. The error is "Please provide valid token". Could you able to help me using this information. <?php ...
Hello Please do NOT share your Partner ID with the group There are two steps to calling the BOSS Ads Step 1 - Call for Algo and a token together. You can only...
Hi Ajoybaby, The basic idea is that you cannot use the Token from the server. It has to be passed to the Client browser and then called used JS. This ensures...
Hello Sir, I am not understanding specific pieces of the JS . Could you please help me to solve this issue. There is no sample code. Its just a function name. ...
Hello Sir, I didn't get any reply from you. Could you please give me the code how to retrieve JSON ads by using this token. I can able to parse that jason. ...
Hello sir, Could you please give me the code for how to get the JSON ads using this token. After that i can able to parese that JSON. Kindly give me a reply ...
Hello Ajoybaby I am very confused on what part of the code snippet you are not following. All you need to do is plugin your server url in the SEARCH_HOST. And...
Hello Sir, I understand something from that code. I think i almost reached my result. Now my issue is my fetch_ads(callback_function, token, ""); is not...
Hello Sir, Now i try a different method i am using the url like this $keyword="dvd"; $url = "http://yboss.yahooapis.com/ysearch/web,ads"; $args = array(); ...
Hi Andres/Ajoy Can you explain which language you are coding in? Have you tried running a different language to see if it is a language specific issue? I...
Hello Sir, I am using PHP for getting yahoo ads. If you check have a working code in PHP could you please kindly share with us.:) Also thank you for your...
Hi Rahul, We are also using PHP and experiencing the same Rate Limit issue only with the ads service. Already open a support ticket but I didn't get any answer...
we found out that the solution is The solution is to change the following line of the below PHP code: $args["ads.partner"] = "YOUR PARTNER ID GOES HERE"; to...
Hello Sir, This is the error do you have any idea. _ads({"bossresponse":{"responsecode":"400","reason":"query missing for 'dmads' source"}})HTTP/1.1 400 Bad...
Hello sir, http://yboss.yahooapis.com/ysearch/ads?q={keywords}&ads.Type=BOSS_SAMPLE_TYPE Making a call to BOSS API to get Search results and a Token - This...