Hello, I've got a problem with this method which return a "Parameter ReportType is missing" error. I'am using the .NET framework 2.0 and I have run the...
Enterprise Web Services Version 1.0.0 will be removed from production towards the end of August. To prepare for this, experiment with the new version ...
Hi there, I tried quite some time ago to access this API and gave up, as I could not even autenticate with it! I now have a valid username, password and...
Hi CF, Thanks for the reply. I've moved on a bit from this post but am still banging my head against this API. My approach now is to connect to the account...
Hi there, Does anyone know if its possible to get a keyword report that has day by day keyword data, but also has the content match data included? In the old...
Keyword reports with do not include the tacticID element (signifying SS or CM) because CM does not exist at the keyword level. This element is only available...
Towards the end of August, Yahoo! Search Marketing is planning to launch a new version of the Enterprise Web Services (EWS) Marketing API. EWS Version 2.2.0...
I've found that most of my reports that I'm accessing are in US date format (mm/dd/yy), however I have a few European accounts where the date format is...
Are you still experiencing this problem? ... am ... version="1.0" ... <license>447FED41806739761</license> ... <keyword> ... <adGroupID>16943389</adGroupID> ...
The format is always mm/dd/yyyy from API perspective. If you are seeing something different, please post your XML with the credentials masked. -mcnealysm ... ...
mcnealysm, I am trying to determine the date format of report. Not the date format of the API to request the date. For example: I issue a basicReport request...
First thank you for the link, because I cannot find it from http://developer.yahoo.com/searchmarketing/ ...... I've tried to run it at the first glance and the...
Can java.text.DateFormat.getDateInstance(SHORT, Locale) be used to obtain a DateFormat instance to parse the date, if the market ID can derive the Locale?...
I've just tested that for all market ids in this list http://searchmarketing.yahoo.com/developer/docs/V2/reference/constants/m\ arkets.php . ... String[]...
Oh the language code should not be all "en", it does matter........ Besides the market id, the language code has to be "matched" first. But if the same market...
Nothize, Thanks for your reply. It helps clarify what I need which is the "local" for a given MasterID. Also, my tests show that EU is coming back as...
http://searchmarketing.yahoo.com/developer/docs/changelog.php [Quote begins] Enterprise Web Services: Release Notes This release of the Enterprise Web Services...
Not to my knowledge. I took the example code and wrapped a class (YahooEWS) around it. I then abstracted my business rules into a class that utilizes the ...
I should probably let everyone know that it is I who wrote the classes and documentation. I'm imperfect,and so is my code. ... it. ... handy ... that...
Michael, This is exciting news. Thank you for making your efforts available under the GPL. As soon as I've understood the Yahoo API well enough to determine...