If https://sandbox.marketing.ews.yahooapis.com/services/V1/LocationServi ce? is the wsdl for the LocationService that for the sandbox, what is the wsdl for the...
The production web services are not yet available, as we have not launched the new platform. This means the location of the production WSDLs is not available....
In the Budgeting FAQ there's a question about Estimated Account Depletion. Will this be available in the next version? I don't see it anywhere in the current...
Do you have any documentation on what is not working in .NET? The reason I need to use the Web reference is because our application is in VB.NET and my concern...
Sorry Jeff, not sure why that made it into the FAQ. There is no such thing available in the API. The FAQ entry has been removed. Thanks for the heads up. ...
http://ysm.techportal.searchmarketing.yahoo.com/docs/sample_code/net.asp http://ysm.techportal.searchmarketing.yahoo.com/blog.asp?ID=19 The README in the...
Hi, I tried to add a campaign to the new sandbox environment using the new account info(MasterAccountID, AccountID, username, password, license) sent. Although...
Will each customer need their own MasterAccountID and AccountID? Isn't the current API only using the AccountID? Is there any documentation that describes the...
Are you reading the documentation in the portal?? http://ysm.techportal.searchmarketing.yahoo.com/docs/gsg/index.asp Check out the "overview" links for the...
The addCampaign command works, so I'm not sure what is going on. We've just uploaded sample XML for CampaignService that was executed against the new sandbox...
Has anyone had any luck with the Forecast Service ? I'm having trouble making it do what I want to do. ... Pass the tool a keyword, with a max bid, Response ...
I'm not able to test this right now, but I notice a few things you can try... ... The command is getForecastForKeywords, you are capitalizing 'Cast'. ... ...
I would like to use the web interface at https://x-secure.overture.com and there are 3 fields that must be filled to receive a response. * * <xs:attribute...
I read all the documentation as to why use it. The problem is that this is the only service that I can make request to and get a response from. When I am...
Pavlo, So you are calling the LocationService, but you aren't doing anything w/ the results. This is your problem. There is no point in calling a service...
This request is still very wrong. Are you hand-coding your XML or using a toolkit? I'm not sure how a toolkit can generate XML that is so far off from the...
Your suggestion is a good one - I had that thought fow some time, but the thing is that I am using the output to build a new URL to reference wsdl in my...
I'm using NuSoap and a little bit of hand coding. This is PHP 4. $word = "<ForecastKeyword><keyword>Web Hosting</keyword></ForecastKeyword>"; $keywordparams =...
Is there a sample request for the Forecast service somewhere ? If so I'll make the code write the XML to spec, I had to do that for the Google API. ... From:...