... Per the documentation, you must login via the ServiceLocator to find the server to use for the rest of your calls. The url: ...
1131
muzu2468
Jul 22, 2010 4:52 pm
Thanks for the reply and trying to help. As I could not find a sample report in java on Yahoo, I found and downloaded the program 'BasicReportServiceDemo.java'...
1132
jileshl@...
jileshl...
Jul 22, 2010 4:53 pm
I would like to integrate Yahoo Japan, with my application, I did understand that I would need to sign up and have minimum deposit of 3000 JPY. However I would...
1133
Joshua J. Kugler
pedahzur
Jul 22, 2010 8:44 pm
Sorry, I can't help with language specific questions...all my experience with Yahoo's EWS has been via Python. My call looks like this: login() # which sets...
1134
shine mathew
pshinemathew
Aug 10, 2010 1:48 pm
Hi, I would like to download the daily report from YSM with the help of API functions. I have both sandbox account and production environment access ...
1136
syed
jaanu80
Sep 22, 2010 1:00 pm
Hi, I am new to YahooSearchMarketing API's. Can anyone present me the code from where i can retrieve all the campaigns in a given account. I have Account...
1137
Joshua J. Kugler
pedahzur
Sep 22, 2010 5:23 pm
... What language are you using? j -- Joshua Kugler Part-Time System Admin/Programmer http://www.eeinternet.com - Fairbanks, AK PGP Key: http://pgp.mit.edu/...
1138
Ilye
gomezemanuel87
Oct 21, 2010 5:54 pm
I retrieved a campaign from the marketing api, but it doesn't contain any data about stats of the campaign. I used getCampaignsByAccountID from...
1139
Joshua J. Kugler
pedahzur
Nov 1, 2010 11:26 pm
... Unlike Google Adwords, there is no "campaign stats" call. You have to run a report, pull the report, and extract the information from there. j -- Joshua...
1140
reedpowell
Nov 2, 2010 4:52 am
Unless this is an international account, you want to be using the AdCenter API not the EWS API. All three engines provide the performance stats the same way -...
1141
Ilye
gomezemanuel87
Nov 4, 2010 10:38 pm
Thank you both for answer, I execute the CampaignSummary report from ReportService and it only gave me this stats <report name="Prueba"...
1142
syed
jaanu80
Dec 7, 2010 1:59 pm
Hi, I am very much new to YSM, i am using Yahoo API 7.0.0 version Java Based. am using the service locator to authenticate and trying to getAccount and...
1143
rajesh_kommuri
Dec 7, 2010 10:42 pm
hi, here iam getting the E1005 Exception while login into the YSM from my Java client with EWSConfigurator and ServiceLocator. iam setting the...
1144
rajesh_kommuri
Dec 8, 2010 3:22 pm
hi, here iam getting the E1005 Error for the credentials which are working fine for the PHP. and the The userid and password has multiple master accounts. the...
1145
rajesh_kommuri
Dec 10, 2010 7:41 am
hi, here iam getting E1038 Error Message while accessing the Service. infact it is working fine with a client from Sweeden but getting error while accessing...
1146
quayman0001
Dec 14, 2010 7:53 pm
Below is C# sample code for pulling a report with the V7 BasicReportService. I am posting it because I couldn't find anything similar when I was writing it,...
1147
labedtrax
Jan 11, 2011 6:48 pm
Hello there, could anyone obtain a complete Java example for usage of the "BasicReportService"? I want to get AccountSummary reports. Thank you labtrax...
1148
labtrax
labedtrax
Jan 16, 2011 6:52 pm
Hello, I got it myself. This it is what I've done: 1. Added to ServiceLocator.java public BasicReportService getReportService() throws Exception{ ...
1149
rajesh_kommuri
Mar 16, 2011 8:40 pm
hi, here iam getting exception for new keywords adding as keywords Canonical search text is not unique. how to provide different canoncial texts for keywords. ...
1150
labtrax
labedtrax
Mar 16, 2011 8:40 pm
Hello, got it myself. It's kind of sticky (google adwords api is a bit more convenient ;) My aim was to get the cost summary per account. So here is what I've...
1151
jdephix
Mar 17, 2011 9:46 am
Hi you can't provide canonical texts as they are automatically set by Yahoo: http://developer.searchmarketing.yahoo.com/docs/V7/reference/data/Keyword.php ...
1152
geniusking.tw
May 5, 2011 6:42 am
Hello, I use BudgetingService updateAccountDailySpendLimit to update the account's daily budget. There is no response and the update is fail! does anybody can...
1153
brianpgraves
May 5, 2011 6:43 am
Is the BasicReportService(V6) down right now? I'm unable to run any reports right now. It's been working fine for the past few months but today I always get...
1154
jdephix
May 5, 2011 7:26 am
Brian, Can you use other services (campaign, adgroups etc)? Where are your accounts located? Check out this page:...
1155
jdephix
May 5, 2011 9:06 am
Just dumping ideas: Are you accessing US/Canada based accounts? If so read this for more info: http://developer.searchmarketing.yahoo.com/announcements.php Can...
1156
geniusking.tw
May 6, 2011 7:24 am
I find the solution... http://developer.searchmarketing.yahoo.com/docs/V7/reference/services/BudgetingService.php#updateAccountDailySpendLimit the document is...
1157
haltarac
Aug 19, 2011 5:45 pm
We are receiving this error on all our Panama API calls: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building...
1158
David Rockoff
drock3800
Aug 19, 2011 6:02 pm
This is an issue with old SSL certificates. Â We've just fixed the problem and EWS should now be back up and running. Â Please clear your DNS/cache to process...
1159
haltarac
Aug 19, 2011 6:40 pm
It is all good now. Thanks....
1160
soullessban
Jun 28, 2012 1:04 pm
Hi! I'm not sure if these questions. Where Are the wsdl file to download? Use this link to download attempted to that // ...