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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Click here for the latest updates on Groups Message search

Messages

  Messages Help
Advanced
Messages 670 - 707 of 1113   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
670
Hello, I've got a problem with this method which return a "Parameter ReportType is missing" error. I'am using the .NET framework 2.0 and I have run the...
fmeriot
Offline Send Email
Aug 1, 2007
8:34 am
675
Enterprise Web Services Version 1.0.0 will be removed from production towards the end of August. To prepare for this, experiment with the new version ...
mcnealysm
Offline Send Email
Aug 7, 2007
9:13 pm
676
Hi there, I tried quite some time ago to access this API and gave up, as I could not even autenticate with it! I now have a valid username, password and...
justin_meighan
Offline Send Email
Aug 8, 2007
10:53 am
677
Hi Justin, It does take a little doing to get going. Buried in the documentation is this little bit that you will likely need to incorporate: ...
chronofish
Offline Send Email
Aug 8, 2007
6:27 pm
678
Hi CF, Thanks for the reply. I've moved on a bit from this post but am still banging my head against this API. My approach now is to connect to the account...
Justin Meighan
justin_meighan
Offline Send Email
Aug 9, 2007
9:53 am
680
Hi there, Does anyone know if its possible to get a keyword report that has day by day keyword data, but also has the content match data included? In the old...
justin_meighan
Offline Send Email
Aug 16, 2007
11:01 am
681
Keyword reports with do not include the tacticID element (signifying SS or CM) because CM does not exist at the keyword level. This element is only available...
mcnealysm
Offline Send Email
Aug 16, 2007
10:44 pm
682
Towards the end of August, Yahoo! Search Marketing is planning to launch a new version of the Enterprise Web Services (EWS) Marketing API. EWS Version 2.2.0...
mcnealysm
Offline Send Email
Aug 16, 2007
10:48 pm
684
Is there a planned date when the current version will be turned off? Can you share that with us? ... services...
don.frazier
Offline Send Email
Aug 17, 2007
2:40 pm
685
I've found that most of my reports that I'm accessing are in US date format (mm/dd/yy), however I have a few European accounts where the date format is...
chronofish
Offline Send Email
Aug 17, 2007
5:13 pm
687
Hello, I have problem with KeywordService.addKeyword function here is my SOAP dump, can anybody show me the problem? ... <?xml version="1.0"...
vanja K.
vanja_kid
Offline Send Email
Aug 21, 2007
12:12 pm
688
Hello, can anybody help me and show my mistake, KeywordService.addKeyword function is not working for me :( I am using PHP4 and NuSOAP ...
vanja K.
vanja_kid
Offline Send Email
Aug 21, 2007
12:20 pm
690
This issue should now be resolved. Please let me know if you're still getting this error. ... the ... Team.</faultstring> ... ...
mcnealysm
Offline Send Email
Aug 21, 2007
9:39 pm
691
Are you still experiencing this problem? ... am ... version="1.0" ... <license>447FED41806739761</license> ... <keyword> ... <adGroupID>16943389</adGroupID> ...
mcnealysm
Offline Send Email
Aug 21, 2007
9:42 pm
692
it works, it works. Thanks a lot for fix :)...
vanja K.
vanja_kid
Offline Send Email
Aug 21, 2007
9:50 pm
693
The format is always mm/dd/yyyy from API perspective. If you are seeing something different, please post your XML with the credentials masked. -mcnealysm ... ...
mcnealysm
Offline Send Email
Aug 24, 2007
1:05 am
694
mcnealysm, I am trying to determine the date format of report. Not the date format of the API to request the date. For example: I issue a basicReport request...
chronofish
Offline Send Email
Aug 24, 2007
2:40 am
695
First thank you for the link, because I cannot find it from http://developer.yahoo.com/searchmarketing/ ...... I've tried to run it at the first glance and the...
nothize
Offline Send Email
Aug 24, 2007
3:47 am
696
Can java.text.DateFormat.getDateInstance(SHORT, Locale) be used to obtain a DateFormat instance to parse the date, if the market ID can derive the Locale?...
nothize
Offline Send Email
Aug 24, 2007
3:57 am
697
I've just tested that for all market ids in this list http://searchmarketing.yahoo.com/developer/docs/V2/reference/constants/m\ arkets.php . ... String[]...
nothize
Offline Send Email
Aug 24, 2007
4:44 am
698
Oh the language code should not be all "en", it does matter........ Besides the market id, the language code has to be "matched" first. But if the same market...
nothize
Offline Send Email
Aug 24, 2007
4:53 am
699
Nothize, Thanks for your reply. It helps clarify what I need which is the "local" for a given MasterID. Also, my tests show that EU is coming back as...
chronofish
Offline Send Email
Aug 24, 2007
2:06 pm
700
Hey take a look!! http://searchmarketing.yahoo.com/developer/docs/V2/gsg/services.php#setting_locales ...
nothize
Offline Send Email
Aug 26, 2007
5:30 pm
701
What about retrieving a report in XML format? Some XML reports give the campaign ID and the account ID as well! Check here for details: ...
nothize
Offline Send Email
Aug 26, 2007
5:47 pm
702
http://searchmarketing.yahoo.com/developer/docs/changelog.php [Quote begins] Enterprise Web Services: Release Notes This release of the Enterprise Web Services...
nothize
Offline Send Email
Aug 26, 2007
6:12 pm
703
Does something like this: http://google-apility.sourceforge.net/ Exist for the Yahoo API? Thanks, Vladimir Kornea Delivery.com...
vladkornea_delivery
vladkornea_d...
Offline Send Email
Aug 27, 2007
7:25 pm
704
Not to my knowledge. I took the example code and wrapped a class (YahooEWS) around it. I then abstracted my business rules into a class that utilizes the ...
chronofish
Offline Send Email
Aug 27, 2007
7:37 pm
705
http://sourceforge.net/projects/phpews/ ... I ... as...
Michael
mylesmg
Online Now Send Email
Aug 28, 2007
8:21 pm
706
I should probably let everyone know that it is I who wrote the classes and documentation. I'm imperfect,and so is my code. ... it. ... handy ... that...
Michael
mylesmg
Online Now Send Email
Aug 28, 2007
8:25 pm
707
Michael, This is exciting news. Thank you for making your efforts available under the GPL. As soon as I've understood the Yahoo API well enough to determine...
Vladimir Kornea
vladkornea_d...
Offline Send Email
Aug 28, 2007
10:24 pm
Messages 670 - 707 of 1113   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help