Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

yws-searchmarketing · Yahoo! Search Marketing Developers

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 864 - 897 of 1164   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Show Message Summaries Sort by Date ^  
#864 From: "mcnealysm" <mcnealysm@...>
Date: Mon Mar 3, 2008 8:18 pm
Subject: Re: Difference between the results of the API and the results of my Sponsored Search
mcnealysm
Send Email Send Email
 
The sandbox environment is a testing environment only and is not
meant to match the numbers you see in your Sponsored Search account.

--- In yws-searchmarketing@yahoogroups.com, "lefebvre_seb"
<lefebvre_seb@...> wrote:
>
> Hi
> My result with API (sandbox) are less than the resultat of my
> Sponsored Search.
>
> example API:
>              [keywords]     => video
>              [market]       => FR
>              [impressions]  => 4782
>              [clicks]       => 121
>              [costPerClick] => 0.15
>
> Sponsored Search:
>              [keywords]     => video
>              [market]       => FR
>              [impressions]  => 501 650
>              [clicks]       => 1279
>              [costPerClick] => 0.15
>
> The difference is large.
> Why?
>
> thank you.
>

#865 From: "mcnealysm" <mcnealysm@...>
Date: Mon Mar 3, 2008 8:20 pm
Subject: Re: Rgd: Problem with BasicReportService Missing Adgroup Average Position
mcnealysm
Send Email Send Email
 
Please provide more information about this issue. What report are you
pulling? Are you receiving an error message? If so, what is it?

--- In yws-searchmarketing@yahoogroups.com, ravinder reddy
<ravinder561@...> wrote:
>
> Hi,
>
>           We are unable to get Adgroup level average position
through BasicReportService. But we are getting keyword level average
position.
>  Could you tell me what might be the problem?
>
>  Thanks & Regards
>  -----------------------------
>   K.Ravinder Reddy
>   Software Engineer
>   NetElixir Inc.
>   http://www.netelixir.com
>
>
>
> ---------------------------------
>  Forgot the famous last words? Access your message archive online.
Click here.
>

#866 From: "mat" <tbfg206@...>
Date: Mon Mar 3, 2008 9:15 am
Subject: Trying to connect to the live service
tbfg206
Send Email Send Email
 
I am trying to connect to the live service but when I call the
LocationService function
getMasterAccountLocation();

with the url location
https://global.marketing.ews.yahooapis.com/services/V3/LocationService

I get the following error message:
Wrong namespace for service.

Any ideas what I am doing wrong?

#867 From: "mat" <tbfg206@...>
Date: Thu Mar 6, 2008 5:17 pm
Subject: Re: Trying to connect to the live service
tbfg206
Send Email Send Email
 
--- In yws-searchmarketing@yahoogroups.com, "mat" <tbfg206@...> wrote:
>
> I am trying to connect to the live service but when I call the
> LocationService function
> getMasterAccountLocation();
>
> with the url location
> https://global.marketing.ews.yahooapis.com/services/V3/LocationService
>
> I get the following error message:
> Wrong namespace for service.
>
> Any ideas what I am doing wrong?
>

I fixed the problem, the code to output the location service url
needed to be updated, getLocationServiceAddress as the url structure
of the sandbox differs from the url structure of the live service.

To jake who mailed me I was unable to mail you back as the email
bounced. What I would suggest is to take the example code from here:
http://searchmarketing.yahoo.com/developer/docs/V3/sample_code/index.php

and plug in your sandbox values you received in your welcome email.

#868 From: "spike121232002" <yahoo@...>
Date: Thu Mar 6, 2008 7:38 pm
Subject: LocationService Problems
spike121232002
Send Email Send Email
 
We are trying to upgrade to V3 and I cannot access the location
service. My code builds, but when I try to instantiate the location
service I get the error "Invalid URI: The format of the URI could not
be determined." I am referencing the wsl
http://searchmarketing.yahoo.com/developer/docs/V3/wsdl-
sandbox/V3/LocationService.wsdl. According to the sample code
YahooEWSClient.cs this should work. Debugging further I found there is
a dynamically generated file called Reference.cs contains the
constructor and the url is infact invalid.

Reference.cs Constructor:
/// <remarks/>
         public LocationServiceService() {
             this.Url
= "@hostport_LocationService@/services/V3/LocationService";
}


Code:
LocationServiceService _locationService = new LocationServiceService();

#869 From: "mat" <tbfg206@...>
Date: Thu Mar 6, 2008 9:00 pm
Subject: ForecastService
tbfg206
Send Email Send Email
 
I am having trouble figuring out exactly what this is returning. When
I compare a keyword from the web with the values returned from the
Forecast API, all the values are different! I have set the locale to
the same market.

Could someone shed some light on the discrepancy?
Thanks

#870 From: "spike121232002" <yahoo@...>
Date: Thu Mar 6, 2008 9:33 pm
Subject: Re: LocationService Problems
spike121232002
Send Email Send Email
 
I figured out my own problem. I realized that location service won't
work for sandbox enviornment, you must hardcode location service url
in sandbox.

--- In yws-searchmarketing@yahoogroups.com, "spike121232002"
<yahoo@...> wrote:
>
> We are trying to upgrade to V3 and I cannot access the location
> service. My code builds, but when I try to instantiate the
location
> service I get the error "Invalid URI: The format of the URI could
not
> be determined." I am referencing the wsl
> http://searchmarketing.yahoo.com/developer/docs/V3/wsdl-
> sandbox/V3/LocationService.wsdl. According to the sample code
> YahooEWSClient.cs this should work. Debugging further I found
there is
> a dynamically generated file called Reference.cs contains the
> constructor and the url is infact invalid.
>
> Reference.cs Constructor:
> /// <remarks/>
>         public LocationServiceService() {
>             this.Url
> = "@hostport_LocationService@/services/V3/LocationService";
> }
>
>
> Code:
> LocationServiceService _locationService = new
LocationServiceService();
>

#872 From: "anujsinghal.mca7" <anujsinghal.mca7@...>
Date: Fri Mar 7, 2008 5:48 am
Subject: Re: Trying to connect to the live service
anujsinghal....
Send Email Send Email
 
hi,

you r only using the sandbox test account for this link...
http://searchmarketing.yahoo.com/developer/docs/V3/sample_code/index.
php

u set with the url location

https://global.marketing.ews.yahooapis.com/services/V3/LocationServic
e

which is wrong for sandbox account...

for sandbox account u r using this url location...

https://sandbox.marketing.ews.yahooapis.com/services/V3/LocationServi
ce

and u r using only your test account's username, password, licence
key, master accountID, & account ID.(not your production account
Details)

and i thimk this information is really useful for u.

regards,
Anuj singhal


--- In yws-searchmarketing@yahoogroups.com, "mat" <tbfg206@...>
wrote:
>
> --- In yws-searchmarketing@yahoogroups.com, "mat" <tbfg206@> wrote:
> >
> > I am trying to connect to the live service but when I call the
> > LocationService function
> > getMasterAccountLocation();
> >
> > with the url location
> >
https://global.marketing.ews.yahooapis.com/services/V3/LocationServic
e
> >
> > I get the following error message:
> > Wrong namespace for service.
> >
> > Any ideas what I am doing wrong?
> >
>
> I fixed the problem, the code to output the location service url
> needed to be updated, getLocationServiceAddress as the url
structure
> of the sandbox differs from the url structure of the live service.
>
> To jake who mailed me I was unable to mail you back as the email
> bounced. What I would suggest is to take the example code from
here:
>
http://searchmarketing.yahoo.com/developer/docs/V3/sample_code/index.
php
>
> and plug in your sandbox values you received in your welcome email.
>

#873 From: "mat" <tbfg206@...>
Date: Fri Mar 7, 2008 8:38 am
Subject: Re: Trying to connect to the live service
tbfg206
Send Email Send Email
 
Thanks,
I got it connecting to the sandbox and the live service. My problem
now is that the data coming out is not what I expect:(
Have you dealt with the ForecastService?


--- In yws-searchmarketing@yahoogroups.com, "anujsinghal.mca7"
<anujsinghal.mca7@...> wrote:
>
> hi,
>
> you r only using the sandbox test account for this link...
> http://searchmarketing.yahoo.com/developer/docs/V3/sample_code/index.
> php
>
> u set with the url location
>
> https://global.marketing.ews.yahooapis.com/services/V3/LocationServic
> e
>
> which is wrong for sandbox account...
>
> for sandbox account u r using this url location...
>
> https://sandbox.marketing.ews.yahooapis.com/services/V3/LocationServi
> ce
>
> and u r using only your test account's username, password, licence
> key, master accountID, & account ID.(not your production account
> Details)
>
> and i thimk this information is really useful for u.
>
> regards,
> Anuj singhal
>
>
> --- In yws-searchmarketing@yahoogroups.com, "mat" <tbfg206@>
> wrote:
> >
> > --- In yws-searchmarketing@yahoogroups.com, "mat" <tbfg206@> wrote:
> > >
> > > I am trying to connect to the live service but when I call the
> > > LocationService function
> > > getMasterAccountLocation();
> > >
> > > with the url location
> > >
> https://global.marketing.ews.yahooapis.com/services/V3/LocationServic
> e
> > >
> > > I get the following error message:
> > > Wrong namespace for service.
> > >
> > > Any ideas what I am doing wrong?
> > >
> >
> > I fixed the problem, the code to output the location service url
> > needed to be updated, getLocationServiceAddress as the url
> structure
> > of the sandbox differs from the url structure of the live service.
> >
> > To jake who mailed me I was unable to mail you back as the email
> > bounced. What I would suggest is to take the example code from
> here:
> >
> http://searchmarketing.yahoo.com/developer/docs/V3/sample_code/index.
> php
> >
> > and plug in your sandbox values you received in your welcome email.
> >
>

#874 From: ravinder reddy <ravinder561@...>
Date: Sat Mar 8, 2008 11:28 am
Subject: Re: Re: Rgd: Problem with BasicReportService Missing Adgroup Average Position
ravinder561
Send Email Send Email
 
Hi,
     we are getting adgroup report through BasicReportService. we are not getting any error. But we are getting xml report in that report average position field itself is not there. But when we are getting keyword report for the same. we are getting keyword average position. i think the api itself is not giving adgroup avg Position.

----- Original Message ----
From: mcnealysm <mcnealysm@...>
To: yws-searchmarketing@yahoogroups.com
Sent: Monday, 3 March, 2008 12:20:18 PM
Subject: [yws-searchmarketing] Re: Rgd: Problem with BasicReportService Missing Adgroup Average Position

Please provide more information about this issue. What report are you
pulling? Are you receiving an error message? If so, what is it?

--- In yws-searchmarketing @yahoogroups. com, ravinder reddy
<ravinder561@ ...> wrote:
>
> Hi,
>
> We are unable to get Adgroup level average position
through BasicReportService. But we are getting keyword level average
position.
> Could you tell me what might be the problem?
>
> Thanks & Regards
> ------------ --------- --------
> K.Ravinder Reddy
> Software Engineer
> NetElixir Inc.
> http://www.netelixi r.com
>
>
>
> ------------ --------- --------- ---
> Forgot the famous last words? Access your message archive online.
Click here.
>




Forgot the famous last words? Access your message archive online. Click here.

#876 From: "lefebvre_seb" <lefebvre_seb@...>
Date: Fri Mar 14, 2008 12:09 pm
Subject: connection about production environment
lefebvre_seb
Send Email Send Email
 
Hello,
I got it connecting to the sandbox but no to the production environment
When I am trying to connect to the production environment, I have
getting "Account not found".

I take the example code from
http://searchmarketing.yahoo.com/developer/docs/V3/sample_code/php.php#code

and i replace
define("EWS_LOCATION_SERVICE_ENDPOINT",
"sandbox.marketing.ews.yahooapis.com");
by
define("EWS_LOCATION_SERVICE_ENDPOINT",
"global.marketing.ews.yahooapis.com");

and
i replace account's username, password, licence's key, master
accountID, & account ID by the values received in my email.

Any ideas what I am doing wrong?

Seb

#877 From: "mcnealysm" <mcnealysm@...>
Date: Fri Mar 14, 2008 6:43 pm
Subject: Systems maintenance on 3/14/2008
mcnealysm
Send Email Send Email
 
Please be advised that we will be conducting systems maintenance
starting Friday 3/14/08 at 7:00 pm PST and ending Saturday 3/15/08 at
2:00 am PST. Please don't be alarmed if you experience an interruption
of service during this maintenance window.

#878 From: "mat" <tbfg206@...>
Date: Sat Mar 15, 2008 8:39 pm
Subject: Re: connection about production environment
tbfg206
Send Email Send Email
 
--- In yws-searchmarketing@yahoogroups.com, "lefebvre_seb"
<lefebvre_seb@...> wrote:
>
> Hello,
> I got it connecting to the sandbox but no to the production environment
> When I am trying to connect to the production environment, I have
> getting "Account not found".
>
> I take the example code from
>
http://searchmarketing.yahoo.com/developer/docs/V3/sample_code/php.php#code
>
> and i replace
> define("EWS_LOCATION_SERVICE_ENDPOINT",
> "sandbox.marketing.ews.yahooapis.com");
> by
> define("EWS_LOCATION_SERVICE_ENDPOINT",
> "global.marketing.ews.yahooapis.com");
>
> and
> i replace account's username, password, licence's key, master
> accountID, & account ID by the values received in my email.
>
> Any ideas what I am doing wrong?
>
> Seb
>

Check you are not accidentally using the sandbox login details as they
differ from the live login details.

#879 From: "lefebvre_seb" <lefebvre_seb@...>
Date: Mon Mar 17, 2008 8:02 am
Subject: Re: connection about production environment
lefebvre_seb
Send Email Send Email
 
thank, but i use well the live login details.
a other idea?

--- In yws-searchmarketing@yahoogroups.com, "mat" <tbfg206@...> wrote:
>
> --- In yws-searchmarketing@yahoogroups.com, "lefebvre_seb"
> <lefebvre_seb@> wrote:
> >
> > Hello,
> > I got it connecting to the sandbox but no to the production
environment
> > When I am trying to connect to the production environment, I have
> > getting "Account not found".
> >
> > I take the example code from
> >
>
http://searchmarketing.yahoo.com/developer/docs/V3/sample_code/php.php#code
> >
> > and i replace
> > define("EWS_LOCATION_SERVICE_ENDPOINT",
> > "sandbox.marketing.ews.yahooapis.com");
> > by
> > define("EWS_LOCATION_SERVICE_ENDPOINT",
> > "global.marketing.ews.yahooapis.com");
> >
> > and
> > i replace account's username, password, licence's key, master
> > accountID, & account ID by the values received in my email.
> >
> > Any ideas what I am doing wrong?
> >
> > Seb
> >
>
> Check you are not accidentally using the sandbox login details as they
> differ from the live login details.
>

#880 From: "lefebvre_seb" <lefebvre_seb@...>
Date: Mon Mar 17, 2008 2:40 pm
Subject: Re: connection about production environment
lefebvre_seb
Send Email Send Email
 
it's good.
Before, I used this Account ID received in my email.
"Your Account ID linked to this key is xxxxx
(this is a shell account used only to contain your API key)"

Now i use Account ID of my Sponsored Search and it's OK.

Thank you.

Seb

--- In yws-searchmarketing@yahoogroups.com, "mat" <tbfg206@...> wrote:
>
> --- In yws-searchmarketing@yahoogroups.com, "lefebvre_seb"
> <lefebvre_seb@> wrote:
> >
> > Hello,
> > I got it connecting to the sandbox but no to the production
environment
> > When I am trying to connect to the production environment, I have
> > getting "Account not found".
> >
> > I take the example code from
> >
>
http://searchmarketing.yahoo.com/developer/docs/V3/sample_code/php.php#code
> >
> > and i replace
> > define("EWS_LOCATION_SERVICE_ENDPOINT",
> > "sandbox.marketing.ews.yahooapis.com");
> > by
> > define("EWS_LOCATION_SERVICE_ENDPOINT",
> > "global.marketing.ews.yahooapis.com");
> >
> > and
> > i replace account's username, password, licence's key, master
> > accountID, & account ID by the values received in my email.
> >
> > Any ideas what I am doing wrong?
> >
> > Seb
> >
>
> Check you are not accidentally using the sandbox login details as they
> differ from the live login details.
>

#881 From: "lefebvre_seb" <lefebvre_seb@...>
Date: Mon Mar 17, 2008 3:28 pm
Subject: Re: ForecastService
lefebvre_seb
Send Email Send Email
 
The values returned from the Forecast API are approximately 31 times
lower than the values returned by the web.
I think that the values from the Forecast API are by day.

--- In yws-searchmarketing@yahoogroups.com, "mat" <tbfg206@...> wrote:
>
> I am having trouble figuring out exactly what this is returning. When
> I compare a keyword from the web with the values returned from the
> Forecast API, all the values are different! I have set the locale to
> the same market.
>
> Could someone shed some light on the discrepancy?
> Thanks
>

#882 From: "sophink1314" <sophink1314@...>
Date: Tue Mar 18, 2008 9:13 am
Subject: Can you chat with me online now?
sophink1314
Send Email Send Email
 
Dear friend,

We live in the same area.I am nice woman that would like to chat with
you. We can enjoy the good times together.

If you would like to see my pictures and videos, please check:

http://www.beep.com/memberdateien/members/onlinechat/readyforyournow.html

#883 From: "w_skullbocks" <w_skullbocks@...>
Date: Tue Mar 25, 2008 11:15 am
Subject: Forecast Service Response
w_skullbocks
Send Email Send Email
 
Hello,

When I try to access getForecastForKeyword in ForecastService. The
results which I receive for each keyword is 1000 impressions and 500
clicks.

The same result shows for all the keywords I try t query.

Please help me out.

Thank you very much

Skullbocks

#884 From: "Lucas Pettinati" <lucasp@...>
Date: Wed Mar 26, 2008 9:31 pm
Subject: Wanted: Earn $100 -- SF Bay Area Developers needed for YDN User Study
lucaspettinati
Send Email Send Email
 
Hello!

Yahoo! is looking for developers interested in participating in a 60-minute-long
user
research session that will be held at Yahoo!'s Sunnyvale, California campus next
week. If you
are chosen to participate, you will be paid $100 at the end of your scheduled
session.  Plus,
your participation will help us build tools and services that are easier for
developers to use.

If you are interested in participating, please complete the survey at
http://surveylink.yahoo.com/wix/p4524344.aspx.

Note:  This survey gathers personal information needed to schedule participants.
Yahoo! will
not release any of the personal information collected from you, but may share
aggregated
responses with its partners pursuant to the Yahoo! Privacy Policy. (Please read
Yahoo!'s
Privacy Policy to learn how we use the personal information collected in this
survey.) By
participating in this survey, you affirm that you are at least 13 years of age.

Thanks for your help!

#885 From: "mcnealysm" <mcnealysm@...>
Date: Wed Mar 26, 2008 11:37 pm
Subject: System Maintenance on March 27
mcnealysm
Send Email Send Email
 
On Thursday, March 27, we will be conducting system maintenance on our
East Coast servers from 7:00 PM - 8:00 PM PDT. During this window,
please don't be alarmed if you experience service degradation and/or
downtime when accessing the ForcastService.

#886 From: "mikecraigj" <mikecraigj@...>
Date: Thu Mar 27, 2008 4:34 pm
Subject: Switching from Sandbox to Production
mikecraigj
Send Email Send Email
 
Hi everyone -

I got the sandbox 'YahooEWSClient' working fine - now I've got my
live license key etc, so I'm trying to make this work on the
production environment.

* I am entering all login details correctly, replacing the sandbox
details.

* I am changing:
define
("EWS_LOCATION_SERVICE_ENDPOINT",  "sandbox.marketing.ews.yahooapis.co
m");
to:
define
("EWS_LOCATION_SERVICE_ENDPOINT",  "global.marketing.ews.yahooapis.com
");

*I am then trying to run the script, but I get the following error
generated:

Warning: SoapClient::SoapClient
(https://global.marketing.ews.yahooapis.com/services/V4/LocationServic
e?wsdl) [function.SoapClient-SoapClient]: failed to open stream: HTTP
request failed! HTTP/1.1 404 Not Found

Warning: SoapClient::SoapClient() [function.SoapClient-SoapClient]:
I/O warning : failed to load external
entity "https://global.marketing.ews.yahooapis.com/services/V4/Locatio
nService?wsdl"


...has anyone got any idea what could be wrong??? I presumed all i
needed to do was change over my sandbox login details to my live
ones - plus change the location_service_endpoint from 'sandbox'
to 'global' - and it should work!

Any help much appreciated!!

Thanks.

#887 From: "mikecraigj" <mikecraigj@...>
Date: Fri Mar 28, 2008 3:39 pm
Subject: Re: Switching from Sandbox to Production
mikecraigj
Send Email Send Email
 
...problem solved! V4 production environment isnt live yet (didnt
know this!). Nevermind, just a shame that took me hours to figure out!

M.



--- In yws-searchmarketing@yahoogroups.com, "mikecraigj"
<mikecraigj@...> wrote:
>
> Hi everyone -
>
> I got the sandbox 'YahooEWSClient' working fine - now I've got my
> live license key etc, so I'm trying to make this work on the
> production environment.
>
> * I am entering all login details correctly, replacing the sandbox
> details.
>
> * I am changing:
> define
>
("EWS_LOCATION_SERVICE_ENDPOINT",  "sandbox.marketing.ews.yahooapis.co
> m");
> to:
> define
>
("EWS_LOCATION_SERVICE_ENDPOINT",  "global.marketing.ews.yahooapis.com
> ");
>
> *I am then trying to run the script, but I get the following error
> generated:
>
> Warning: SoapClient::SoapClient
>
(https://global.marketing.ews.yahooapis.com/services/V4/LocationServic
> e?wsdl) [function.SoapClient-SoapClient]: failed to open stream:
HTTP
> request failed! HTTP/1.1 404 Not Found
>
> Warning: SoapClient::SoapClient() [function.SoapClient-SoapClient]:
> I/O warning : failed to load external
>
entity "https://global.marketing.ews.yahooapis.com/services/V4/Locatio
> nService?wsdl"
>
>
> ...has anyone got any idea what could be wrong??? I presumed all i
> needed to do was change over my sandbox login details to my live
> ones - plus change the location_service_endpoint from 'sandbox'
> to 'global' - and it should work!
>
> Any help much appreciated!!
>
> Thanks.
>

#890 From: "adrian_philipp" <adrian_philipp@...>
Date: Sun Apr 6, 2008 2:09 am
Subject: Creating a new ad with Yahoo API AdService
adrian_philipp
Send Email Send Email
 
Hi everyone,

When I try to create a new ad by using AdService::addAd I get a failure message
after
submitting a 'shortDescription' with exactly 70 chars length
(editorialReasonCode 38, 'Exceeds the character limit').

By chopping the last character (a 69 char length 'shortDescription') the submit
works but in
the response XML I find the same "shortDescription" with an added dot at the
end. There is
definitely no dot at the end in the request XML sent to Yahoo! API.

It's no problem to edit the short description in the Yahoo! SM web interace.
There I'm able to
replaced the mysterious dot with the character I wanted to be there.

Did someone experienced a similar behavior?

Thanks very much in advance,

Adrian

#891 From: "jian_nan" <jian_nan@...>
Date: Wed Apr 9, 2008 7:26 pm
Subject: BasicReportService, getReportOutputUrl
jian_nan
Send Email Send Email
 
Hi there,

I am new to Yahoo API and trying to use Sandbox BasicReportService to
get report URL, could any of you post sample code for doing this? I
couldn't find sample code for using BasicReportService from Yahoo
website...


thanks a lot
JN

#892 From: "j.kalu" <kaluj@...>
Date: Sat Apr 12, 2008 9:39 pm
Subject: Login failed for "user" for LocationServices
j.kalu
Send Email Send Email
 
I am under a big time crunch to get this working and would greatly
appreciate your help!!!

I am new to web services and have just inherited an app that runs in
production on the V3 WSDL and has a working credentials.  When I try
to point the Web Reference at the Sandbox for either V3 or V4, I get
the above error.  I would think that if the credentials work for
production, they should work for the sandbox, right?

This is the wsdl url I am using:
https://sandbox.marketing.ews.yahooapis.com/services/V3/LocationServic
e?wsdl

I also tried
https://sandbox.marketing.ews.yahooapis.com/services/V4/LocationServic
e?wsdl

And my EWS_LOCATION_SERVICE_ENDPOINT is
http://sandbox.marketing.ews.yahooapis.com/services/V3/LocationService

Please help!  The credentials works in production.  Do I need another
set of credentials for sandbox?
Thanks!!!
Julie

#893 From: "mcnealysm" <mcnealysm@...>
Date: Wed Apr 16, 2008 5:46 pm
Subject: EWS V.4.0.0 Has Been Released in Production
mcnealysm
Send Email Send Email
 

 

On April 15, 2008, Yahoo! Search Marketing released EWS Version 4.0.0 in our production environment. Version 4.0.0 is a major version release and includes features that are backward-incompatible. We urge you to complete your development on Version 4.0.0 as soon as possible, as we plan to deprecate EWS Version 3.2.0 on July 15, 2008.

New Features
EWS Version 4.0.0 supports a new variable minimum bids feature, which may significantly impact your bidding strategy. As part of this change, minimum bids are no longer fixed for all keywords--they may be higher or lower than $.10.

EWS Version 4.0.0 is configured to work with this new variable minimum bid system. Thus, if you do not upgrade to EWS Version 4.0.0, you may not be able to manage your account to its full potential.

What Do I Need to Do?
Prior to launching your new code into production, we strongly urge you to start experimenting with Version 4.0.0 in the EWS sandbox to safely make any required changes to your client application and test your implementation. Then, launch your new code into production as soon as possible.

Please note that the EWS documentation, available on the Technology Solutions Portal, explains the new features in more detail.

Questions?
For more information about our versioning process, please read our Versioning FAQs here.

If you have further questions, please contact your Technical Account Manager or ews-help@....


#894 From: "mcnealysm" <mcnealysm@...>
Date: Wed Apr 16, 2008 8:42 pm
Subject: Re: Login failed for "user" for LocationServices
mcnealysm
Send Email Send Email
 
The credentials that work in the Production environment will NOT work
in the Sandbox environment. You will need another set of credentials.
The Sandbox credentials are usually provided in the same package as
your Production credentials.

-mcnealysm

--- In yws-searchmarketing@yahoogroups.com, "j.kalu" <kaluj@...>
wrote:
>
> I am under a big time crunch to get this working and would greatly
> appreciate your help!!!
>
> I am new to web services and have just inherited an app that runs
in
> production on the V3 WSDL and has a working credentials.  When I
try
> to point the Web Reference at the Sandbox for either V3 or V4, I
get
> the above error.  I would think that if the credentials work for
> production, they should work for the sandbox, right?
>
> This is the wsdl url I am using:
>
https://sandbox.marketing.ews.yahooapis.com/services/V3/LocationServic
> e?wsdl
>
> I also tried
>
https://sandbox.marketing.ews.yahooapis.com/services/V4/LocationServic
> e?wsdl
>
> And my EWS_LOCATION_SERVICE_ENDPOINT is
>
http://sandbox.marketing.ews.yahooapis.com/services/V3/LocationService
>
> Please help!  The credentials works in production.  Do I need
another
> set of credentials for sandbox?
> Thanks!!!
> Julie
>

#895 From: "jeffmcsheff1980" <jeffmcsheff1980@...>
Date: Fri Apr 18, 2008 11:11 am
Subject: Is There A Yahoo Equivalent of Google Adwords Editor?
jeffmcsheff1980
Send Email Send Email
 
I'm looking to see if there is any software out there that has been
developed in order to upload bulk changes and manage/optimise account
more easier , just like the google adwords editor tool ?

#896 From: "Bryan" <bryanjj123@...>
Date: Tue Apr 22, 2008 1:24 am
Subject: Minimum Bids
bryanjj123
Send Email Send Email
 
How does 3.2.0 deal with keywords which have min bids not equal to
$.10? I have received errors saying my new bids are too low, but there
is no way to check what the minimum bid is without upgrading to 4.0.

#897 From: "jth_ewsapi" <justinh@...>
Date: Tue Apr 22, 2008 3:42 am
Subject: Re: Minimum Bids
jth_ewsapi
Send Email Send Email
 
3.2.0 is not compatible with the new min bid scheme. You will need to
upgrade to 4.0.



--- In yws-searchmarketing@yahoogroups.com, "Bryan" <bryanjj123@...>
wrote:
>
> How does 3.2.0 deal with keywords which have min bids not equal to
> $.10? I have received errors saying my new bids are too low, but there
> is no way to check what the minimum bid is without upgrading to 4.0.
>

Messages 864 - 897 of 1164   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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