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 to share photos of your group with the world? 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 387 - 416 of 1087   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
387
We used to have only a single master account and the API worked fine for us. Now we have multiple master accounts and we are always getting a "xxxxxxxx is not...
verde160
Offline Send Email
Feb 2, 2007
5:40 pm
388
No, you do not need a new license key but you will have to change the way you package your SOAP by adding some additional headers. Start here for further...
sagittarian
Offline Send Email
Feb 2, 2007
5:45 pm
389
I have asked this in many other threads with no response. We have no record of a security key with our accounts. The only account specific id we have is the...
jdbov
Offline Send Email
Feb 2, 2007
6:13 pm
390
I looked at the posting you suggested. Are you saying that I have to use onBehalfOfUsername and onBehalfOfPassword for particular master accounts to be able...
verde160
Offline Send Email
Feb 2, 2007
6:13 pm
391
This has indeed been answered before. The Search Marketing APIs (DTCXML or EWS) are not self-service. You must have a license key to use them, for what I...
Yahoo! Search Marketi...
ysm_monkey
Online Now Send Email
Feb 2, 2007
6:22 pm
392
Yes, OnBehalfOf is the way to go in this case. Once you have multiple master accounts, you are essentially behaving as an agency. This is debatable, but is...
Yahoo! Search Marketi...
ysm_monkey
Online Now Send Email
Feb 2, 2007
6:24 pm
393
Yes, I am definately interested. I wrote a web service in .NET 2.0 (VS2005) that accesses the Yahoo API but has no reference to OnBehalfOfAuthorizations....
verde160
Offline Send Email
Feb 2, 2007
6:36 pm
394
Ah, but it would be soooo much easier if you also including onBehalfOfUsername and onBehalfOfPassword in the WSDL and then just wrote the specs to state that...
sagittarian
Offline Send Email
Feb 2, 2007
6:43 pm
395
One last thing to add to this, in VS.NET 2005, if you create web references the way MS wants you to, the code isn't even available to be altered since they do...
sagittarian
Offline Send Email
Feb 2, 2007
6:48 pm
396
So to implement this, I have to change the WSDL and also change it each time the API changes? Why isn't it in the WSDL? ... just ... headers, ... to ... ...
verde160
Offline Send Email
Feb 2, 2007
6:48 pm
397
Did you read the entire thread that I pointed you towards earlier? It explains in detail that tasks that need to be accomplished. Mind you, this is for .NET...
sagittarian
Offline Send Email
Feb 2, 2007
6:54 pm
398
Yes, I read the whole thing. I have to change the WSDL and add the OBO class to my code. The problem is that I have to change the WSDL each time the API is...
verde160
Offline Send Email
Feb 2, 2007
7:26 pm
399
You do not have to alter the WSDL but you do have to alter the code generated by the WSDL.exe utility. If you are using the latest VS.NET 2K5 way of adding a...
sagittarian
Offline Send Email
Feb 2, 2007
7:41 pm
400
Yes, I'm using VS2005. Will that commandline generate the OBO headers that I need in my WSDL? And if it does, will I be able to access other master accounts...
verde160
Offline Send Email
Feb 2, 2007
7:48 pm
401
No, the command line just generates a C# file representing ALL of the imported web services. You will then have to alter this file as per the earlier discussed...
sagittarian
Offline Send Email
Feb 2, 2007
7:58 pm
402
Hi Guys... would anyone have an sample vb.net code used to run reports through ews? If so I would be grateful as im a bit stuck in the mud at the moment! Am I...
Justin Meighan
justin_meighan
Offline Send Email
Feb 3, 2007
10:28 am
403
Here is the code im using: Dim location As New LocationServiceService Dim masteraccountid As New masterAccountID masteraccountid.Text = New String() {"123"} ...
Justin Meighan
justin_meighan
Offline Send Email
Feb 3, 2007
2:12 pm
404
... Yes I have used this as a reference since I started this project. However there is nothing here that says where our license key resides. We have someone...
jdbov
Offline Send Email
Feb 5, 2007
5:23 pm
405
Correct. License keys are not standard issue. They have a set amount of quota available and that requires a discussion with the Y!SM Technical Sales team. ...
Yahoo! Search Marketi...
ysm_monkey
Online Now Send Email
Feb 5, 2007
5:53 pm
406
Hi all, I'm a PHP contractor writing an application to aggregate affiliate marketing data from various search engines and affiliate networks. I've finished...
hscbaj
Offline Send Email
Feb 7, 2007
1:47 pm
407
Hi there, The DTC api will be no more in a couple of weeks. You need to build your application to use the new API. To get access to this you need to talk to ...
Justin Meighan
justin_meighan
Offline Send Email
Feb 7, 2007
3:34 pm
408
I tried to add the code you mentioned to the generated CS file but I get a compilation error on "SoapHttpClientProtocolBase" when I try to build the DLL....
verde160
Offline Send Email
Feb 7, 2007
4:48 pm
409
Sorry about that, change that to "System.Web.Services.Protocols.SoapHttpClientProtocol" SoapHttpClientProtocolBase is another Base class that I use for web ...
sagittarian
Offline Send Email
Feb 7, 2007
5:03 pm
410
Thanks...I was able to build the library. Unfortunately, when I use the onBehalfOfUserName and onBehalfOfPassword in the locationservice, I get a "login...
verde160
Offline Send Email
Feb 7, 2007
6:44 pm
411
what do you mean DTC API is no more?? Yahoo is not ready for other regions (other than US) like EU and Japan?? DTC API needs to be supported for those regions...
Sundarajan Nathikudi
rajansundar
Offline Send Email
Feb 7, 2007
7:05 pm
412
Ok, here is the break down as found here: http://ysm.techportal.searchmarketing.yahoo.com/docs/gsg/requests.asp# header Element Description ... (1)...
sagittarian
Offline Send Email
Feb 7, 2007
7:09 pm
413
Okay...my code matches the requirements. Do you know why I'm still getting a "Login failed for user: masterlogin" exception when I try to call the...
verde160
Offline Send Email
Feb 7, 2007
7:19 pm
414
I'm willing to bet that you are not entering the correct credentials for the header values. Please double check. The Username, password and lilicense headers...
sagittarian
Offline Send Email
Feb 7, 2007
7:29 pm
415
FYI, if you're gonna need much more help figuring this out, then I'm gonna have to start charging you! ;) ... credentials ... and ... is ... in ... still ... ...
sagittarian
Offline Send Email
Feb 7, 2007
8:02 pm
416
You are absolutely correct. I had the login values switched. It works now! Thanks a bunch! =) ... credentials ... and ... changes is ... in ... still ... ...
verde160
Offline Send Email
Feb 7, 2007
9:06 pm
Messages 387 - 416 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