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 your group to be featured on the Yahoo! Groups website? 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 301 - 330 of 1087   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
301
Hello all ... I am submitting a addReportRequestWithAccountAggregation() for my account. In the returned XML, there seems to be quite a bit of variance on...
don.frazier
Offline Send Email
Dec 4, 2006
6:33 pm
302
Hey Don, I'd suggest creating a list of all possible columns up front, as they are documented in the Reports section of the online documentation. Then just...
Yahoo! Search Marketi...
ysm_monkey
Online Now Send Email
Dec 4, 2006
6:49 pm
303
Thank you monkey. Upon reviewing the documentation again, I see the following: "KeywordSummary A generated report that contains a pre-determined set of...
don.frazier
Offline Send Email
Dec 5, 2006
5:08 pm
304
Hey Don, We'll take your thoughts into consideration for improving either the docs or API. Thanks, -Y!SM Monkey...
Yahoo! Search Marketi...
ysm_monkey
Online Now Send Email
Dec 5, 2006
9:26 pm
305
Don, Someone pointed out to me that you can use the TSV format for reports to achieve your desired solution. The columns will be consistent, and it sounds...
Yahoo! Search Marketi...
ysm_monkey
Online Now Send Email
Dec 6, 2006
6:55 pm
306
Thank you Monkey. If only it were so easy. The TSV file has some additional header information that lists the report parameters. This precedes the actual...
don.frazier
Offline Send Email
Dec 7, 2006
4:46 pm
307
I am attempting to implement Yahoo's new EWS API and I've run into a roadblock. When .NET attempts to deserialize the SOAP message, it Throws-up on Date...
y_trafficstrategies
y_trafficstr...
Offline Send Email
Dec 13, 2006
8:23 pm
308
I'm guessing it's choking on the milliseconds. But I don't know enough about .NET implementations to provide a suggestion on a fix. There are probably other...
Yahoo! Search Marketi...
ysm_monkey
Online Now Send Email
Dec 13, 2006
11:14 pm
309
The only problems I've had in .NET (so far) regarding time was initializing the report request structure. The problem involved the timezone and I got it to...
Brian Graves
verde160
Offline Send Email
Dec 14, 2006
12:03 am
310
Thanks for the replies. The problem is not with sending dates to Yahoo, that works fine. The problem is when I get data from Yahoo. For instance, when I call...
y_trafficstrategies
y_trafficstr...
Offline Send Email
Dec 14, 2006
5:13 pm
311
Here's what I use to get the campaign start date in VB.NET: Dim dtStartDate As New Date dtStartDate = campaign.startDate _____ From:...
Brian Graves
verde160
Offline Send Email
Dec 14, 2006
6:11 pm
312
It ain't pretty but I use this anywhere I need to get a "date" from a Panama report. public static DateTime PanamaDate(string date) { string[] parts =...
don.frazier
Offline Send Email
Dec 14, 2006
10:24 pm
313
Does anyone have sample code that shows how to initiate a Keyword Report for all clients under a master account? I'm having issues with the different WSDL's. ...
Terry Cox
tropicalterry
Online Now Send Email
Dec 15, 2006
8:14 pm
314
... Did you look at the sample code (does not show any reporting calls) that calls the LocationService and then the various campaign-mgtm services? You simply...
Yahoo! Search Marketi...
ysm_monkey
Online Now Send Email
Dec 15, 2006
9:44 pm
315
Is that sample code up to date with the WSDL's? I downloaded the LocationService and ReportService production WSDL's, and ported the sample code over to VB.NET...
Terry Cox
tropicalterry
Online Now Send Email
Dec 15, 2006
11:17 pm
316
Hi, We can't get any keyword data for December 14th (for non-upraded accounts.. the old API); ie, Category Detail reports are empty. This happens every now and...
kdwmoney94309
Offline Send Email
Dec 18, 2006
4:29 pm
317
Is this the correct format for a single day BasicReportRequest for December 13, 2006 if both myself and accounts are in the Eastern Time Zone? ...
Terry Cox
tropicalterry
Online Now Send Email
Dec 20, 2006
6:40 pm
318
When I attempt to call BasicReportServiceService.addReportRequestForAccountID() on the sandbox my .NET class throws a "System.Net.WebException: The request ...
y_trafficstrategies
y_trafficstr...
Offline Send Email
Dec 21, 2006
10:44 pm
319
The URL you have below is incorrect. It's "BasicReportService", not "ReportService". Also, the best way to test in your browser is to request the WSDL by...
Yahoo! Search Marketi...
ysm_monkey
Online Now Send Email
Dec 21, 2006
11:26 pm
320
Whenever I call getCampaignDailySpendLimit in the Budgeting service, I get the following exception error: "Missing Header: accountID." There is no accountID...
verde160
Offline Send Email
Dec 27, 2006
6:45 pm
321
Terry, Did you ever found out the answer about string6? ... WSDL's, ... defined ... Marketing ... calls) ... result as ... account...
Tom Kucia
tkucia
Online Now Send Email
Jan 2, 2007
9:42 pm
322
I am trying to create a C# wrapper for the production APIs using the wsdl.exe tool and am getting an error. Here is the command line that I am using to do...
mcnisiv
Offline Send Email
Jan 3, 2007
7:47 pm
323
I'm trying to create a basic report using C# but I'm getting an error that says I'm missing a username,password, or accountid. Below is an abbreviated version...
bart.miller
bart.miller@...
Send Email
Jan 4, 2007
12:32 pm
324
I'm getting the same thing. IE7 gives me a nasty warning but shows me the XML. You can view source on this, save it to some.wsdl and then generate pointing...
don.frazier
Offline Send Email
Jan 4, 2007
4:31 pm
325
You might try posting more code. In this example, you never created the objects for some of the properties. have you reviewed the samples? ... error that...
don.frazier
Offline Send Email
Jan 4, 2007
4:47 pm
326
string6 seems to be an early type that is no longer in any of the production wsdls. Update your code to use the new object type. ... within...
don.frazier
Offline Send Email
Jan 4, 2007
4:53 pm
327
I'm trying to run the getKeywordsByAccountID method in KeywordServiceService and I keep getting this error message back from Yahoo: "Not enough message parts...
y_trafficstrategies
y_trafficstr...
Offline Send Email
Jan 4, 2007
5:17 pm
328
just checked the doco ... try this instead: http://ysm.techportal.searchmarketing.yahoo.com/docs/wsdl/V1/LocationS ervice.wsdl ... going ... the ... ...
don.frazier
Offline Send Email
Jan 4, 2007
6:06 pm
329
Hey guys, I think the issue is the hostname you are using. 'marketing.ews.yahooapis.com' isn't the right host to use, and I expect a change to be made on the...
Yahoo! Search Marketi...
ysm_monkey
Online Now Send Email
Jan 4, 2007
6:12 pm
330
Thanks monkey. Perhaps the "wsdl" links on pages such as http://ysm.techportal.searchmarketing.yahoo.com/docs/reference/service s/BasicReportService.asp could...
don.frazier
Offline Send Email
Jan 4, 2007
6:27 pm
Messages 301 - 330 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