Perl SDK Now Available on CPAN Trying to get your Perl application to actually use a web service more complex than "what's the weather in Boston?" We feel...
Greetings, I am getting a high number of failed reports this week. <ActionsResponse accountId="XXXXXXXX" xmlns="urn:/ows/aws/1.2"> <GetReportResponse...
Usually. I now have it set to try three times in a row, and on occasion it bombs all three, albeit rarely. Now I'm more worried about my monthly quota! :-(...
Hi, I'm trying to get the same information that I can get with the web interface report "Local Keyword Summary", but using API. I where looking on the DTC-XML...
Hello, I have been using the Yahoo Search Engine API for two weeks and I have hit a problem. I would be grateful for any advice or help you could offer. I am...
Hi, i have emailed yahoo support twice, without any answer, i have a problem, i cannot seem to get my reports out of the API system any longer, it has worked...
Hello, We have also been having a lot of errors in retrieving reports. Anyone else having issues? Category detail seems to be giving us the most issues. Anyone...
What errors is everyone having? We have these the most: (with the command: getCategoryDetail) - Your report contains a large amount of data and is being ...
Is anyone else using Nusoap to interface with the new EWS? If so, how did you get by nusoap not properly receiving the wsdl input parameters in the opData...
... Okay, I guess I figured out my own question. It can be done with NuSOAP, although it's a little tricky. Actually, for most people it probably wouldn't be...
Does anyone know of a way to reset the sandbox so that all activity will be deleted and we can start fresh. It's a drag to have to change data in the code all...
Hey Michael, There is currently no way to clean out the account data in the sandbox. Your best bet is to delete all the components and then ignore deleted ...
Yes, that helps me understand. Thank you. Unfortunately, that is not great. Seems like it should automatically clean itself out, but what do I know anyways :-)...
Is it really possible that I have reached my account limit in the sandbox? How are we supposed to make changes to our software if we don't have access? I...
... Also, there is no possible way that I have used my quota today. I got this error on my first request. Here is what the website says: "Quotas for the...
Hey Michael, This error relates to the account size caps, not your usage quota. As discussed in a previous note, you should delete components in your account...
... Thanks. So I'm assuming that the only way to delete the campaigns (these are the culprits) is to run a query against the API to pull their IDs and then run...
This is my first attempt at running the new API. I'm using PHP5 on my local machine (OSX). When I download the sample PHP5 example from the documentation...
Correct. You must use IDs to delete or modify components. If you don't store the IDs already, then you must use the 'getters' to fetch them. In this case,...
Busy day today! Sounds like a file permissions problem. Make sure that wherever on the filesystem you are running the code from, you have permissions to write...
Hey Michael, The problem is that the name element cannot be left empty. You must either: 1) Omit the field from the update 2) Use <name xsi:nil="true"/> 3)...
Cool, glad to help. Note that php5 and its built-in SOAP extensions seem to work great. Granted, this is not always an upgrade option for everyone. Best, ...
Hi, We're looking for a report that includes keyword data aggregated daily for a date range. The closest we can find is the keyword summary report except we'd...