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...
Show off your group to the world. Share a photo of your group with us.

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 109 - 141 of 1087   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
109
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...
ysm_monkey
Offline Send Email
Jun 8, 2006
5:54 pm
110
Greetings, I am getting a high number of failed reports this week. <ActionsResponse accountId="XXXXXXXX" xmlns="urn:/ows/aws/1.2"> <GetReportResponse...
Terry Cox
tropicalterry
Offline Send Email
Jun 19, 2006
2:34 pm
111
I've been getting those too....
acronym_media
Offline Send Email
Jun 19, 2006
4:52 pm
112
By the way, if I request the report again, it usually comes in fine. ... week....
acronym_media
Offline Send Email
Jun 19, 2006
5:05 pm
113
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! :-(...
Terry Cox
tropicalterry
Offline Send Email
Jun 19, 2006
7:51 pm
114
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...
jr74067
Offline Send Email
Jun 20, 2006
5:34 pm
115
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...
dnsh_nryn
Offline Send Email
Jun 23, 2006
4:54 pm
116
Did you ever work this out imloren777, if so, how did you address. We just ran into the same thing......
webcodrr
Offline Send Email
Jun 26, 2006
7:35 pm
117
Can't get any reports for yesterday, July 2nd. "Report no available" is the response every time. Any word on this, yahoo?...
kdwmoney94309
Offline Send Email
Jul 3, 2006
4:14 pm
118
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...
luigitfn
Offline Send Email
Jul 4, 2006
6:48 am
119
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...
webcodrr
Offline Send Email
Jul 5, 2006
3:27 pm
120
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 ...
henriflokstra
Offline Send Email
Jul 6, 2006
8:01 am
122
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...
Michael
mylesmg
Offline Send Email
Jul 13, 2006
3:26 pm
123
... 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...
Michael
mylesmg
Offline Send Email
Jul 13, 2006
9:53 pm
124
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...
Michael
mylesmg
Offline Send Email
Jul 13, 2006
10:02 pm
125
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 ...
Yahoo! Search Marketi...
ysm_monkey
Offline Send Email
Jul 13, 2006
10:44 pm
126
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 :-)...
Michael
mylesmg
Offline Send Email
Jul 13, 2006
11:29 pm
129
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...
Michael
mylesmg
Offline Send Email
Jul 14, 2006
5:46 pm
130
... 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...
Michael
mylesmg
Offline Send Email
Jul 14, 2006
6:14 pm
131
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...
Yahoo! Search Marketi...
ysm_monkey
Offline Send Email
Jul 14, 2006
6:33 pm
132
... 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...
Michael
mylesmg
Offline Send Email
Jul 14, 2006
7:37 pm
133
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...
zaskar_racer
Offline Send Email
Jul 14, 2006
7:56 pm
134
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,...
Yahoo! Search Marketi...
ysm_monkey
Offline Send Email
Jul 14, 2006
8:02 pm
135
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...
Yahoo! Search Marketi...
ysm_monkey
Offline Send Email
Jul 14, 2006
8:31 pm
136
You may want to check permissions on the folder. Make sure that it exists, and that the script has the perms to write....
Michael
mylesmg
Offline Send Email
Jul 14, 2006
8:38 pm
137
Any idea why the following request is resulting in an E1002 error? [debug] Request [debug] POST /services/V1/CampaignService HTTP/1.0 Host:...
Michael
mylesmg
Offline Send Email
Jul 17, 2006
4:41 pm
138
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)...
Yahoo! Search Marketi...
ysm_monkey
Offline Send Email
Jul 17, 2006
6:40 pm
139
Yes, it's definitely not easy using NuSOAP. That's a great answer though, so I'll take care of it even if it means rewriting nusoap....
Michael
mylesmg
Offline Send Email
Jul 17, 2006
7:03 pm
140
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, ...
Matt Plummer
ysm_monkey
Offline Send Email
Jul 17, 2006
8:11 pm
141
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...
msoohoo3
Offline Send Email
Jul 17, 2006
8:39 pm
Messages 109 - 141 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