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 your group to be featured on the Yahoo! Groups website? 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 321 - 350 of 1087   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
321
Terry, Did you ever found out the answer about string6? ... WSDL's, ... defined ... Marketing ... calls) ... result as ... account...
Tom Kucia
tkucia
Online Now Send Email
Jan 2, 2007
9:42 pm
322
I am trying to create a C# wrapper for the production APIs using the wsdl.exe tool and am getting an error. Here is the command line that I am using to do...
mcnisiv
Offline Send Email
Jan 3, 2007
7:47 pm
323
I'm trying to create a basic report using C# but I'm getting an error that says I'm missing a username,password, or accountid. Below is an abbreviated version...
bart.miller
bart.miller@...
Send Email
Jan 4, 2007
12:32 pm
324
I'm getting the same thing. IE7 gives me a nasty warning but shows me the XML. You can view source on this, save it to some.wsdl and then generate pointing...
don.frazier
Offline Send Email
Jan 4, 2007
4:31 pm
325
You might try posting more code. In this example, you never created the objects for some of the properties. have you reviewed the samples? ... error that...
don.frazier
Offline Send Email
Jan 4, 2007
4:47 pm
326
string6 seems to be an early type that is no longer in any of the production wsdls. Update your code to use the new object type. ... within...
don.frazier
Offline Send Email
Jan 4, 2007
4:53 pm
327
I'm trying to run the getKeywordsByAccountID method in KeywordServiceService and I keep getting this error message back from Yahoo: "Not enough message parts...
y_trafficstrategies
y_trafficstr...
Offline Send Email
Jan 4, 2007
5:17 pm
328
just checked the doco ... try this instead: http://ysm.techportal.searchmarketing.yahoo.com/docs/wsdl/V1/LocationS ervice.wsdl ... going ... the ... ...
don.frazier
Offline Send Email
Jan 4, 2007
6:06 pm
329
Hey guys, I think the issue is the hostname you are using. 'marketing.ews.yahooapis.com' isn't the right host to use, and I expect a change to be made on the...
Yahoo! Search Marketi...
ysm_monkey
Offline Send Email
Jan 4, 2007
6:12 pm
330
Thanks monkey. Perhaps the "wsdl" links on pages such as http://ysm.techportal.searchmarketing.yahoo.com/docs/reference/service s/BasicReportService.asp could...
don.frazier
Offline Send Email
Jan 4, 2007
6:27 pm
331
I'd suggest NOT using the WSDL hosted in the tech portal. Those are meant for reference, not for actual use in your code. The wsdl link I just sent is much...
Yahoo! Search Marketi...
ysm_monkey
Offline Send Email
Jan 4, 2007
6:30 pm
332
Hi, Which endpoint are you posting to? -Y!SM Monkey...
Yahoo! Search Marketi...
ysm_monkey
Offline Send Email
Jan 4, 2007
6:31 pm
333
Then only samples I'm aware of are located here: http://ysm.techportal.searchmarketing.yahoo.com/docs/sample_code/net.asp But that code doesn't compile and is...
bart.miller
bart.miller@...
Send Email
Jan 4, 2007
6:58 pm
334
I'm posting to the sandbox. the url is https://sandbox.marketing.ews.yahooapis.com/services/V1/KeywordService ... ...
y_trafficstrategies
y_trafficstr...
Offline Send Email
Jan 4, 2007
10:33 pm
335
You are missing the "includeDeleted" boolean, which is required. You can set as false if you like: <includeDeleted>false</includeDeleted> ...
Yahoo! Search Marketi...
ysm_monkey
Offline Send Email
Jan 5, 2007
1:41 am
336
Excellent! I was using an out of date WSDL file. Got the latest, regenerated the proxy classes, and it works. Thanks for your help ... ...
y_trafficstrategies
y_trafficstr...
Offline Send Email
Jan 5, 2007
10:53 pm
337
Here's some additional code that may provide more info. And as mentioned earlier if there are any samples available please provide links to those. Yahoo has...
bart.miller
bart.miller@...
Send Email
Jan 7, 2007
1:42 am
338
I'm setting up for On-behalf-of Authorizations, as described at http://ysm.techportal.searchmarketing.yahoo.com/docs/gsg/auth.asp#onbeha lfof. Unfortunately,...
hmcclungiii
Offline Send Email
Jan 7, 2007
3:45 pm
339
If the WSDL contains a header, it become mandatory per SOAP specs. So optional headers cannot be put into the WSDL, they must be manually injected by the...
Yahoo! Search Marketi...
ysm_monkey
Offline Send Email
Jan 7, 2007
7:35 pm
340
That is hard to swallow to say the least. Who cares if it is required in the header? It is much easier to simply pass a null string as the value of required...
hmcclungiii
Offline Send Email
Jan 7, 2007
11:48 pm
341
I have a hard time understanding why (presumably) the largest 1% of accounts don't get 100% support too. Maybe .... ah ... who cares about politics. Anyway...
don.frazier
Offline Send Email
Jan 8, 2007
7:06 pm
342
... Yeah, don't get me wrong here. In my personal opinion, the 1% that need the OBO (on behalf of) commands tend to be a bit more technically adept and can...
Yahoo! Search Marketi...
ysm_monkey
Offline Send Email
Jan 8, 2007
7:26 pm
343
Just a couple of more questions: 1) Do you have a sandbox user ID? It seems you are using the types from the sandbox URLs. The message may be indicating an...
don.frazier
Offline Send Email
Jan 8, 2007
8:02 pm
344
Here's a sample OBO property class ... Note the IsNullable=true setting that only adds this header to the request when it is present. ...
don.frazier
Offline Send Email
Jan 8, 2007
8:08 pm
345
This is a bit unfortunate. Now we will have to run adgroup and keyword reports to get the day's data. Google has a more effective way of handling this...
ddogg_82
Offline Send Email
Jan 9, 2007
7:50 pm
346
"The keywords in that Ad Group should be thematically similar so that your Ad Group represents some sort of a concept." -- I agree, so that our keywords, which...
hmcclungiii
Offline Send Email
Jan 10, 2007
2:50 am
347
Guys, I hope this helps some of the HTTP/XML based request generators. Here is an example SOAP envelope to make an ON Behalf of Authorization to get the Master...
Ganesan Narayanan Sol...
ganesh1977_2000
Online Now Send Email
Jan 10, 2007
4:22 pm
348
Guys, One more thing I found about the basic reporting service keyword performance report and that is if when you use <startDate> and <endDate> to pull the...
Ganesan Narayanan Sol...
ganesh1977_2000
Online Now Send Email
Jan 10, 2007
6:31 pm
349
Ganesh, what timezone is the account you are trying to manage in?...
Matt Plummer
ysm_monkey
Offline Send Email
Jan 10, 2007
7:30 pm
350
How to I change a keyword that has a sponsoredSearchMaxBid so that it no longer has a "custom" bid? I would like for the keyword to use the default AdGroup...
zaskar_racer
Offline Send Email
Jan 11, 2007
3:02 pm
Messages 321 - 350 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