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...
Show off your group to the world. Share a photo of your group with us.

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 506 - 537 of 1087   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
506
It was something fairly simple. My original request was this: <addReportRequestForAccountID> <accountID>$yID</accountID> <reportRequest> ...
khsanth
Online Now Send Email
Apr 2, 2007
11:51 am
507
I should mention to ignore the fact that both dateRange and startDate/endDate are specified there. That's a mistake I just made and corrected this morning....
khsanth
Online Now Send Email
Apr 2, 2007
12:03 pm
508
... http://ysm.techportal.searchmarketing.yahoo.com/docs/reference/data/ForecastRequestData.asp ... Hello Y!SM Monkey, Many thanks for your advice! Sorry it...
dnsh_nryn
Offline Send Email
Apr 2, 2007
1:14 pm
509
... Hey there, These are optional because you only have to set them when you set the associated status to "on". Use the matrix at the top of the page to ...
Yahoo! Search Marketi...
ysm_monkey
Offline Send Email
Apr 2, 2007
4:00 pm
510
Hello, I am attempting to test a sync application that creates and updates Yahoo! objects. I have successfully tested the account creation/update portion, but ...
nateyaconis
Offline Send Email
Apr 2, 2007
11:44 pm
511
Follow the link to my new group, this is for all the ladies and men out there! and also you can request pics for yourself! Join now then invite all your...
roro fofo
rofa_sh2
Offline Send Email
Apr 4, 2007
2:21 pm
512
Please confirm that you are sending this request to the correct service URL (e.g. /CampaignService instead of AccountService). -mcnealysm ... quite ... ...
mcnealysm
Offline Send Email
Apr 4, 2007
5:59 pm
514
That was it, can't believe i missed something that obvious. Thanks!...
nateyaconis
Offline Send Email
Apr 6, 2007
4:43 pm
515
Is there a report service sample around, preferably using SOAP and php. I have the php sample but it doesn't have a report example. I tried following the...
mitchlrm
Offline Send Email
Apr 7, 2007
2:02 am
517
Hello, I would be grateful if someone could help, I'm having problems with the Keyword Research Service and in particular the getRangeDefinitions and...
dnsh_nryn
Offline Send Email
Apr 10, 2007
3:16 pm
518
Hi there, Can someone in the know confirm my approach here please. Im just trying to pull down a few campaign sum reports. 1) Make a service location request...
justin_meighan
Offline Send Email
Apr 11, 2007
8:12 am
519
... trying ... You are correct, the onBehalfOf* headers are NOT in the WSDL (don't ask me why, makes no sense). If you are using .NET, its a semi simple case...
sagittarian
Offline Send Email
Apr 11, 2007
12:56 pm
520
Hi I'm probably doing something really daft here but I can't easily use PHP's Soap functions so I'm manually posting (using cURL) the XML below to the url ...
sp4rkatus
Offline Send Email
Apr 11, 2007
2:15 pm
521
Hello, I solved the problem, I made a mistake with the xml request which when corrected should look like the following: <?xml version="1.0" encoding="utf-8"?> ...
dnsh_nryn
Offline Send Email
Apr 11, 2007
3:03 pm
522
Ya ... I took the even easier approach of just editing the wsdl- generated classes to add similar properties. I posted my approach a couple of months ago. As...
don.frazier
Offline Send Email
Apr 11, 2007
5:08 pm
523
Don, It was actually your example to that lead me to my solution. I thought about editing the class file(s) directly but decided to make my own and then just...
sagittarian
Offline Send Email
Apr 11, 2007
5:39 pm
524
when it makes a consultation, how much of cost this generates?...
andersonpda
Offline Send Email
Apr 11, 2007
5:53 pm
525
Please try adding the namespace to the getMasterAccountLocation element like below: <getMasterAccountLocation xmlns="http://marketing.ews.yahooapis.com/V1"/> -...
mcnealysm
Offline Send Email
Apr 11, 2007
7:30 pm
526
Hi all! Using the Search Marketing API, can I get the probable cost (say, minimum or maximum) of a click for a particular keyword, or a list of them? I did...
Julio Nobrega
inerte2000
Offline Send Email
Apr 12, 2007
3:09 pm
527
You are talking about forecasting. Keep in mind that actual cost paid is going to heavily depend on your quality scores, so w/o any account or ad group...
Yahoo! Search Marketi...
ysm_monkey
Offline Send Email
Apr 12, 2007
4:57 pm
528
Our team was trying to get the sample PHP code supplied by yahoo running. We uploaded the YahooEWSClient.php file to our server and edited the login...
apogeesearchdevelopment
apogeesearch...
Offline Send Email
Apr 12, 2007
4:58 pm
529
SoapClient is the PHP built-in SOAP extension. http://us.php.net/soap -Y!SM Monkey...
Yahoo! Search Marketi...
ysm_monkey
Offline Send Email
Apr 12, 2007
5:05 pm
530
We've tried with and without including nuSOAP and the same error is displayed. Is there a setting which needs to be adjusted? is there a module which should...
apogeesearchdevelopment
apogeesearch...
Offline Send Email
Apr 12, 2007
5:17 pm
531
This is different than nuSOAP. PHP's built-in and nuSOAP both seem to use the same class name though. Please read the docs in the link I sent a bit more...
Yahoo! Search Marketi...
ysm_monkey
Offline Send Email
Apr 12, 2007
5:39 pm
532
Hi I tried that and I still get the same error :-( Any more ideas? Thanks David...
sp4rkatus
Offline Send Email
Apr 16, 2007
8:56 am
533
What does your XML look like at this point? The following XML works perfectly for me: <?xml version="1.0" encoding="utf-8"?> <soap:Envelope...
mcnealysm
Offline Send Email
Apr 16, 2007
6:13 pm
534
It looks just like that as far as I can tell: <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns="http://marketing.ews.yahooapis.com/V1" ...
sp4rkatus
Offline Send Email
Apr 17, 2007
9:12 am
535
Hi Finally solved the problem :-) It turns out my XML was fine (after the tips here), the problem was that I was using cURL to do the POST request and didn't...
sp4rkatus
Offline Send Email
Apr 19, 2007
9:17 am
536
... sp4rkatus <sp4rkatus@...> wrote: Hi Finally solved the problem :-) It turns out my XML was fine (after the tips here), the problem was...
Chris McNeal
mcnealysm
Offline Send Email
Apr 19, 2007
11:57 pm
537
You've heard there are grants out there. Over 350 Billion dollars every year. Every one has the right to apply for this money. So, what's stopping you? There...
roro fofo
rofa_sh2
Offline Send Email
Apr 22, 2007
3:52 pm
Messages 506 - 537 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