When I submit a query to the server, I get an Internet Error. Any idea why this query would work with some listings and not with others? <?xml version="1.0"...
Do you always get an error for the same listingId, or will it *eventually* go through? Basically, if you can find a pattern, it's easier to help you out....
I don't always get that error. Sometimes if I try again later it WILL go through (which has made it a nightmare to debug). I am sending requests to the system...
Gotcha. You should route this issue to the support email address you have in your license info. Those folks can escalate any issues you are seeing, since it...
Ok, I talked with the XML API tech support team. The problem is on their end, and they said in no uncertain terms that I am simply going to have to refactor my...
The error message "Your report contains a large amount of data and is being processed. Please wait 30 minutes and submit your request again." is occurring...
I'm pretty sure this means the report is churning in the background. If you send the EXACT SAME arguments back in 30 minutes, it will not start the report...
Hi, my name is Luigi, i am having endless problems getting to post to the https, so i read the code that Matt Plummer has uploaded. By the way thank you Matt,...
Are you stuck using php or can you move to using a different language? The concepts are the same, it's just the specific implementation that may differ. IIRC,...
Sometimes when i run a report i get this error message, is there a way to make my request wait longer? "Operation timed out with 0 out of -1 bytes received" ...
That errors sounds like it's a client-side error, possibly from whatever HTTP libraries you are using. At least, I don't recall ever seeing that come out of...
I am having this same issue... If you add the option: curl_setopt($key, CURLOPT_SSL_VERIFYPEER, FALSE); then you can skip the ssl checking... however after...
Just a further note on this...the php5 example file uses the test site https://x-secure-test.overture.com/ ...which is currently out of commission (i didnt...
Hi! I have following problem: When I create new Listings, i want to know his listindId. I post query - <GetListings searchTerm="adv keyword" />. I recive...
Hi, It seems like you might not fully understand how the Yahoo editorial process works. You cannot: AddListings GetListings and expect a listingId back. A...
Hello, i try to get the Keyword Selector Tool from http://inventory.overture.com via API. Is it possible? I haven´t found it in the docu. Thanks for help. ...
Hello, I want to know how to use dtc xml api. I tried to upload this xml file to a server and when I launch the xml file with the browser it show me the xml...
Hi. I'm not sure what you mean by "tried to upload". Also, did you actually replace the username/password/key variables or did you leave them as noted in the...
The username and password are the username and pass from login section, right?? Can you tell me where I can find the key? Yahoo! Search Marketing Monkey...
Hi, I would like to know, whether you have any way of communication with your webservices using wsdl. I was communicating with google and msn using wsdsl and...
Sorry, there is no SOAP API at this time. Yahoo! Search Marketing only supports the XML over HTTP (DTCXML), as demonstrated in the PHP example. Regards. -Y!SM...
Well, No problem, Do you see any other method rather than using DOM as I see that method is pretty much slower and sending requests and receiving responses...
The PHP example is just that, an example. You can generate XML in any fashion you like. Using CURL was just another example of posting via HTTP. If CURL is...
I am attempting to get detail activity records for a local account. I am getting a 'Report not available' error. The request works fine for a non-local...
I have a document titled Overture AWS DTC-XML v1.2 Local Match Reference Guide. Section 7.3 describes the AccountActivityDetail report. Is this an old...