Hi everyone and welcome to yws-searchmarketing, the group for Yahoo! Search Marketing Web Services. This group supports software developers who want to create...
Hi, Thanks for setting up this group! I'm having trouble getting started with the Search Marking API. The POST request for this service is not normal. Must I...
... -- ... Hi Zach, I believe you've already worked this out with our team, but I'd like to follow up... The POST is quite normal. The issues you are having...
Agreed. For future reader's benefit: I was assuming that you'd URL encode that 2nd argument. Silly me. Only the <val> part of xml=<val> should be URL encoded....
Would you normally encode the keys (name in name/value pair) too? I can't recall, honestly. The value of that "_D:blahblah.submit" key is an empty string, so...
I have been looking all over but I can not find any reference material to the CreateAccount command. All I can find is that it exists. Does anyone have any...
Hi, Is there any way to get account name (from account id or some other way) using the API? I can get a list of all my accounts using "GetAccountIds", but I...
Senor YSM, Thanks for the speedy reply. I've got the latest documentation (1.2.1 released July 2005) and it makes no mention of this operation. In fact, now...
If you were doing a GET and you had an "&" in the name of one of your pairs, you'd have to encode that... or you'd have to define that as illegal by spec. I'm...
Hey Keith, You can't do that. The search term is the primary piece of a listing, and it cannot be modified. You will have to add a new listing with the new...
Also, (from doc dated Feb 2005 -- I haven't seen the April 2005 version that Keith is referring to): "Use GetAccountName to retrieve the text name for a...
Hey Zach, I'm not aware of any bulk method for this. You'll have to do 'em 1 at a time. Unless you have a ridiculous number of accounts, I doubt you'll run...
Monkey, Thanks for the advice. I am building an application that needs to download all accounts at the get-go, which is why I'd like to get the names. Is the...
Zach, We're working on consolidating the commands into a single doc. We'll keep you posted. Thanks, Senor YSM ... the ... Marketing ... do 'em 1 ... you'll ......
Zach, We've modified the tech doc to include the appropriate commands so you don't have to alternate between the two. What's the best email address to forward...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the yws-searchmarketing group. File :...
yws-searchmarketing@y...
Jul 28, 2005 10:21 pm
23
Hey Keith, I uploaded some sample code to the group. Just read the README and give it a whirl. -Y!SM Monkey...
Awesome, thanks for the quick reply senor! Perhaps you could post it to the Files section of this group for everyone's benefit? (OK, there looks like there's...
Hi Keith, Try zero-padding your date fields. So instead of passing "2005-9-6", use "2005-09-06". Barring that, a valid "dateTime" field may also require the...
Hey Keith, What errors are you getting? If you can post the sample XML (don't include your user/pass/key!!) being posted, plus the response XML, that'd help a...
Hi all, I'm trying to request a Search Term Summary report. I've run this request successfully in the past, but today when I try to run the report, I'm getting...