Hello all ... I am submitting a addReportRequestWithAccountAggregation() for my account. In the returned XML, there seems to be quite a bit of variance on...
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...
Thank you monkey. Upon reviewing the documentation again, I see the following: "KeywordSummary A generated report that contains a pre-determined set of...
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...
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...
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...
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...
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...
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...
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 =...
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. ...
... 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...
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...
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...
When I attempt to call BasicReportServiceService.addReportRequestForAccountID() on the sandbox my .NET class throws a "System.Net.WebException: The request ...
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...
Whenever I call getCampaignDailySpendLimit in the Budgeting service, I get the following exception error: "Missing Header: accountID." There is no accountID...
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...
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@...
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...
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...
I'm trying to run the getKeywordsByAccountID method in KeywordServiceService and I keep getting this error message back from Yahoo: "Not enough message parts...
just checked the doco ... try this instead: http://ysm.techportal.searchmarketing.yahoo.com/docs/wsdl/V1/LocationS ervice.wsdl ... going ... the ... ...
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...
Thanks monkey. Perhaps the "wsdl" links on pages such as http://ysm.techportal.searchmarketing.yahoo.com/docs/reference/service s/BasicReportService.asp could...