Hi, is your problem resolved? I encountered exactly the same issue when upgrading from V5 to V6. Thanks...
1100
sreenu_daram
Feb 19, 2010 11:32 pm
Could you please provide me sample code set BlockedDomainList for Account. I am getting 'Account cannot be accessed at this location.' Error....
1101
zhanga05
Feb 19, 2010 11:32 pm
When do the addReportRequest call in v6 without specifying the accountID as None, I got "E1009, Message: Account not found"; The accountID field is specified...
1102
billharrelson
Feb 19, 2010 11:33 pm
Could someone post an example message for requesting a report? I'm having some difficulty generating one that is acceptable. Thanks....
1103
josephsilvestercorrey...
josephsilves...
Feb 19, 2010 11:48 pm
I am trying to integrate the YAhoo EWS code in my site.The php version that iam using is 5.3.1. When trying to run the script its showing SOAP error and iam...
1104
mcnealysm
Feb 22, 2010 7:00 pm
Please take a look at the following sample code: http://developer.searchmarketing.yahoo.com/docs/V6/sample_code/index.php While there is no specific sample...
1105
mcnealysm
Feb 22, 2010 7:01 pm
Hello, You are not accessing the account at the correct EWS endpoint. The endpoint to hit should be fetched using the LocationService as described at the URL...
1106
mcnealysm
Feb 22, 2010 7:04 pm
Sending a NULL value is achieved by passing... <v1 xsi:nil="true"/> no <v1 xsi:null="1"/> Details can be found at the following URL: ...
1107
Dreadjr
Feb 26, 2010 4:19 am
If I have 50 previously submitted reports for a given masterAccount/user and call the addReportRequest() method, does it throw an error, if so which one? if...
1108
shettytejesh
Mar 5, 2010 10:12 pm
I am using V6 sample code and testing different bulk service operation. I have changed the sample code to return feedback file for success and also failures. ...
1109
reedpowell
Mar 5, 2010 10:12 pm
I agree that a collection of just XML SOAP request/EWS response document for each of the methods would be great. I don't use any of the client libraries...
1110
Daniel Kasak
d_kasak
Mar 5, 2010 10:12 pm
... It uses standard zip format - the output of 'file some_report.zip' is: 'Zip archive data, at least v2.0 to extract'. However we have identified an issue...
1111
Dreadjr
Mar 5, 2010 10:47 pm
How do the report slots work? If i have 50 reports already submitted. When i try and submit another one does it throw an error or does it push the first one...
1112
reedpowell
Mar 5, 2010 11:14 pm
There was a subtle change in v6 dealing with capitalization of most items, so if you look closely you'll see that it is looking for "ReportName" and you have...
1113
Aroma
afw340
Mar 12, 2010 8:58 pm
Can anyone give me a .Net sample to download a report? Thanks! Awan...
1114
Bill Harrelson
billharrelson
Apr 9, 2010 10:46 pm
Thanks Reed, Very helpful. I notice that you are using "OnBehalfOf" in your template, and I can't find any documentation on which sets of un/pw/master account...
1115
ke1g_nh
Apr 9, 2010 10:46 pm
I looked at a bunch of code samples, and none is for V7. The XML samples for BasicReport are for v5. context: I've been asked to upgrade a v5 script to v7...
1116
belchermatt87
Apr 9, 2010 10:46 pm
Hi all, I'm currently working on migrating some Perl scripts which use the version 5 API, to Java on the version 6 API. However, I'm coming across a few issues...
1117
ekhanh101
Apr 9, 2010 10:46 pm
Can someone show me how generate and download reports using V7 and C#? Is there some sample code I can look at? Thanks! I was able to add the webservice, by...
1118
dalandmontgom
Apr 9, 2010 10:46 pm
I am upgrading to v6 from v5. All works in v6 except addreportrequest. I am using python to make the soap call and I get a 500 error. What am I doing wrong?...
1119
Dino Bico
bico.dino@...
Apr 9, 2010 10:46 pm
Hi Guys I'm using Yahoo Service Marketing API version 7 and Visual Studio 2008 for your information. Problem occurs when I'm making .addReportRequest call on...
1120
Dino
bico.dino
Apr 9, 2010 10:47 pm
Hi Guys I'm using Yahoo Service Marketing API version 7 and Visual Studio 2008 for your information. Problem occurs when I'm making .addReportRequest call on...
1121
martyn.daniel@...
martyn.danie...
Apr 9, 2010 10:47 pm
Hi, I am new to programming and I'm still learning about it. I trying to try out the .Net API Sample Code and I got to the following point and I'm not sure how...
1122
Dino
bico.dino
Apr 9, 2010 10:47 pm
Hi Guys I'm using Yahoo Service Marketing API version 7 and Visual Studio 2008 for your information. Problem occurs when I'm making .addReportRequest call on...
1123
Dino
bico.dino
Apr 9, 2010 10:47 pm
Hi Guys I'm using Yahoo Service Marketing API version 7 and Visual Studio 2008 for your information. Problem occurs when I'm making .addReportRequest call on...
1124
drock3800
Jun 4, 2010 10:31 pm
does anyone know when EWS v6 will be deprecated?...
1125
Joshua J. Kugler
pedahzur
Jun 10, 2010 6:00 pm
... According to http://advertising.microsoft.com/learning-center/microsoft-transition-center/api "Our goal is to complete this transition prior to the 2010...
1126
reedpowell
Jun 14, 2010 6:34 am
I asked this exact question of the EWS API tech support people a few weeks ago, and their answer was that there were no current plans to deprecate V6. Makes...
1127
reedpowell
Jun 16, 2010 6:45 pm
The structure of your XML looks good, but I think V6 is pickier about declaring some of the datatypes and namespaces - here is what I am using: <?xml...
1128
nico.ouds
Jun 28, 2010 2:31 pm
Hi, In Sandbox, most off function return Error 1002. for example : These functions work : - CampagneService : addCampagne - CampagneService : addCampagne -...