Search the web
Sign In
New User? Sign Up
yws-searchmarketing · Yahoo! Search Marketing Developers
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 66 - 95 of 1087   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
66
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"...
Michael
mylesmg
Online Now Send Email
Mar 1, 2006
4:17 pm
67
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....
Yahoo! Search Marketi...
ysm_monkey
Offline Send Email
Mar 1, 2006
8:05 pm
68
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...
Mike
mylesmg
Online Now Send Email
Mar 1, 2006
9:12 pm
69
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...
Yahoo! Search Marketi...
ysm_monkey
Offline Send Email
Mar 1, 2006
10:13 pm
70
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...
Michael
mylesmg
Online Now Send Email
Mar 4, 2006
10:01 pm
71 John
americanboun...
Offline Send Email
Mar 6, 2006
8:43 pm
72
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...
hmcclungiii
Offline Send Email
Mar 9, 2006
9:36 pm
73
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...
Yahoo! Search Marketi...
ysm_monkey
Offline Send Email
Mar 9, 2006
9:59 pm
74
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,...
luigitfn
Offline Send Email
Mar 14, 2006
10:13 pm
75
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,...
Yahoo! Search Marketi...
ysm_monkey
Offline Send Email
Mar 15, 2006
5:37 pm
76
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" ...
luigitfn
Offline Send Email
Mar 20, 2006
9:35 am
77
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...
Matt Plummer
ysm_monkey
Offline Send Email
Mar 20, 2006
6:12 pm
78
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...
damernic1
Offline Send Email
Mar 24, 2006
8:01 pm
79
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...
damernic1
Offline Send Email
Mar 25, 2006
10:08 pm
80
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...
stranger198011
Offline Send Email
Mar 31, 2006
1:31 pm
81
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...
Yahoo! Search Marketi...
ysm_monkey
Offline Send Email
Mar 31, 2006
9:02 pm
82
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. ...
d.k1987
Offline Send Email
Apr 6, 2006
7:57 am
83
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...
silviuhagea
Offline Send Email
Apr 21, 2006
11:33 am
84
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...
Yahoo! Search Marketi...
ysm_monkey
Offline Send Email
Apr 21, 2006
6:37 pm
85
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...
Hagea Silviu
silviuhagea
Offline Send Email
Apr 21, 2006
6:41 pm
86
You have to be a licensed user to have a license key. http://searchmarketing.yahoo.com/af/yws.php -Y!SM Monkey...
Yahoo! Search Marketi...
ysm_monkey
Offline Send Email
Apr 21, 2006
7:27 pm
87
i am a licensed user. i logged in and I don't know from where I can get the key. ... section, ... them as ... this xml ... ...
silviuhagea
Offline Send Email
Apr 24, 2006
8:10 pm
88
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...
ursomprakash
Offline Send Email
Apr 25, 2006
12:35 am
89
... SoapClient("https://adcenterapi.msn.com/adcenterapi.asmx?wsdl",array('UserName' ... Great question. I too would LOVE to use SOAP with WSDL....
Michael
mylesmg
Online Now Send Email
Apr 25, 2006
3:08 pm
90
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...
Yahoo! Search Marketi...
ysm_monkey
Offline Send Email
Apr 25, 2006
5:41 pm
91
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...
ursomprakash
Offline Send Email
Apr 25, 2006
11:53 pm
92
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...
Yahoo! Search Marketi...
ysm_monkey
Offline Send Email
Apr 26, 2006
2:04 am
93
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...
imloren777
Offline Send Email
Apr 26, 2006
7:10 pm
94
The AccountActivityDetail is for non-local accounts. There are local-specific reports for local match accounts. -Y!SM Monkey...
Yahoo! Search Marketi...
ysm_monkey
Offline Send Email
Apr 26, 2006
9:38 pm
95
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...
imloren777
Offline Send Email
Apr 26, 2006
10:17 pm
Messages 66 - 95 of 1087   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help