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...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 541 - 572 of 1164   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Show Message Summaries Sort by Date ^  
#541 From: "dnsh_nryn" <djn94@...>
Date: Wed May 2, 2007 8:36 am
Subject: Re: What is an E7001 : Unexpected CRM error?
dnsh_nryn
Send Email Send Email
 
Hello,

I'm still getting the E7001 Unexpected CRM error. In the
documentation regarding SOAP faults they ask the user to send the
request again. However doing this results in an E4001 "Username is
already in use" error message - the username I use in the first
attempt has already been recorded by Panama thus the second attempt is
blocked.

I'm running out of usernames to test the addUser function :o)

Is this internal error something to do with the format of my XML request?

Cheers, Dinesh


--- In yws-searchmarketing@yahoogroups.com, "mcnealysm"
<mcnealysm@...> wrote:
>
> Are you still getting this error message?
>
> --- In yws-searchmarketing@yahoogroups.com, "dnsh_nryn" <djn94@>
> wrote:
> >
> > Hello,
> >
> > I'm sorry if this appears to be a question with an obvious answer, I
> > can't find the answer in the Yahoo Panama API documentation. What
> is a
> > CRM and what causes a CRM error? From the documentation it appears
> to
> > be an internal error.
> >
> > I get an E7001 Unexpected CRM error when I send the following XML
> > request for the addUser function, User Management Service:
> >
> > <?xml version="1.0" encoding="utf-8"?>
> > <SOAP-ENV:Envelope
> >  xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
> >  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
> >  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> >  xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
> >  xmlns:tns="http://marketing.ews.yahooapis.com/V1">
> >  <SOAP-ENV:Header>
> >   <username> --- my username --- </username>
> >   <password> --- my password --- </password>
> >   <license> --- my license --- </license>
> >   <masterAccountID> --- my master account id --- </masterAccountID>
> >   <accountID> --- account id --- </accountID>
> >  </SOAP-ENV:Header>
> >  <SOAP-ENV:Body>
> >   <addUser xmlns="http://marketing.ews.yahooapis.com/V1">
> >    <username> --- my username --- </username>
> >    <userInfo>
> >     <email> --- my email address --- </email>
> >     <firstName>Dinesh</firstName>
> >     <lastName>Narayan</lastName>
> >     <locale>en_US</locale>
> >     <timezone>America/Los_Angeles</timezone>
> >     <workPhone>00-1222-7788</workPhone>
> >    </userInfo>
> >    <address>
> >     <address1>Philosophoweg. 19</address1>
> >     <city>Duisburg</city>
> >     <country>DE</country>
> >     <postalCode>47051</postalCode>
> >    </address>
> >   </addUser>
> >  </SOAP-ENV:Body>
> > </SOAP-ENV:Envelope>
> >
> > Thanks in advance for reading this and for your help.
> > Cheers, Dinesh
> >
>

#542 From: "mcnealysm" <mcnealysm@...>
Date: Wed May 2, 2007 5:22 pm
Subject: Re: What is an E7001 : Unexpected CRM error?
mcnealysm
Send Email Send Email
 
Please post the complete XML response you're receiving.

--- In yws-searchmarketing@yahoogroups.com, "dnsh_nryn" <djn94@...>
wrote:
>
> Hello,
>
> I'm still getting the E7001 Unexpected CRM error. In the
> documentation regarding SOAP faults they ask the user to send the
> request again. However doing this results in an E4001 "Username is
> already in use" error message - the username I use in the first
> attempt has already been recorded by Panama thus the second attempt
is
> blocked.
>
> I'm running out of usernames to test the addUser function :o)
>
> Is this internal error something to do with the format of my XML
request?
>
> Cheers, Dinesh
>
>
> --- In yws-searchmarketing@yahoogroups.com, "mcnealysm"
> <mcnealysm@> wrote:
> >
> > Are you still getting this error message?
> >
> > --- In yws-searchmarketing@yahoogroups.com, "dnsh_nryn" <djn94@>
> > wrote:
> > >
> > > Hello,
> > >
> > > I'm sorry if this appears to be a question with an obvious
answer, I
> > > can't find the answer in the Yahoo Panama API documentation.
What
> > is a
> > > CRM and what causes a CRM error? From the documentation it
appears
> > to
> > > be an internal error.
> > >
> > > I get an E7001 Unexpected CRM error when I send the following
XML
> > > request for the addUser function, User Management Service:
> > >
> > > <?xml version="1.0" encoding="utf-8"?>
> > > <SOAP-ENV:Envelope
> > >  xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
> > >  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
> > >  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> > >  xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
> > >  xmlns:tns="http://marketing.ews.yahooapis.com/V1">
> > >  <SOAP-ENV:Header>
> > >   <username> --- my username --- </username>
> > >   <password> --- my password --- </password>
> > >   <license> --- my license --- </license>
> > >   <masterAccountID> --- my master account id ---
</masterAccountID>
> > >   <accountID> --- account id --- </accountID>
> > >  </SOAP-ENV:Header>
> > >  <SOAP-ENV:Body>
> > >   <addUser xmlns="http://marketing.ews.yahooapis.com/V1">
> > >    <username> --- my username --- </username>
> > >    <userInfo>
> > >     <email> --- my email address --- </email>
> > >     <firstName>Dinesh</firstName>
> > >     <lastName>Narayan</lastName>
> > >     <locale>en_US</locale>
> > >     <timezone>America/Los_Angeles</timezone>
> > >     <workPhone>00-1222-7788</workPhone>
> > >    </userInfo>
> > >    <address>
> > >     <address1>Philosophoweg. 19</address1>
> > >     <city>Duisburg</city>
> > >     <country>DE</country>
> > >     <postalCode>47051</postalCode>
> > >    </address>
> > >   </addUser>
> > >  </SOAP-ENV:Body>
> > > </SOAP-ENV:Envelope>
> > >
> > > Thanks in advance for reading this and for your help.
> > > Cheers, Dinesh
> > >
> >
>

#543 From: "ghollins2000" <ghollins@...>
Date: Wed May 2, 2007 8:38 pm
Subject: How do I know what a keyword's minimum bid is?
ghollins2000
Send Email Send Email
 
Hi,
   I am getting errors back like:

[E2081]--Sponsored Search maximum bid is below the allowed minimum bid
for a keyword: 0.1

When trying to add a new keyword to an ad group.

Does the allowable minumum bid vary per keyword, or does it depend on
what market the keyword is in? (I doubt that 0.1 means 0.1 Yen and 0.1
dollars)....

I didn't see a way to get a keyword's minimum bid off of the Keyword
object, but is there another way I don't know about?

Thanks,
Galen

#544 From: Chris McNeal <mcnealysm@...>
Date: Wed May 2, 2007 11:58 pm
Subject: Re: How do I know what a keyword's minimum bid is?
mcnealysm
Send Email Send Email
 
The minBid depends on the market the keyword is in. In the US, the minBid is .10 while the minBid in the JP market is 9.

ghollins2000 <ghollins@...> wrote:
Hi,
I am getting errors back like:

[E2081]--Sponsored Search maximum bid is below the allowed minimum bid
for a keyword: 0.1

When trying to add a new keyword to an ad group.

Does the allowable minumum bid vary per keyword, or does it depend on
what market the keyword is in? (I doubt that 0.1 means 0.1 Yen and 0.1
dollars)....

I didn't see a way to get a keyword's minimum bid off of the Keyword
object, but is there another way I don't know about?

Thanks,
Galen



Ahhh...imagining that irresistible "new car" smell?
Check out new cars at Yahoo! Autos.

#545 From: "mcnealysm" <mcnealysm@...>
Date: Thu May 3, 2007 12:31 am
Subject: Re: How do I know what a keyword's minimum bid is?
mcnealysm
Send Email Send Email
 
In some markets (such as JP) some keywords have higher min bids than
the overall market min bid. The correct min bid to use will be
reported in the SOAP Fault.


--- In yws-searchmarketing@yahoogroups.com, "ghollins2000"
<ghollins@...> wrote:
>
> Hi,
>   I am getting errors back like:
>
> [E2081]--Sponsored Search maximum bid is below the allowed minimum
bid
> for a keyword: 0.1
>
> When trying to add a new keyword to an ad group.
>
> Does the allowable minumum bid vary per keyword, or does it depend
on
> what market the keyword is in? (I doubt that 0.1 means 0.1 Yen and
0.1
> dollars)....
>
> I didn't see a way to get a keyword's minimum bid off of the Keyword
> object, but is there another way I don't know about?
>
> Thanks,
> Galen
>

#546 From: "ghollins2000" <ghollins@...>
Date: Thu May 3, 2007 4:28 pm
Subject: Re: How do I know what a keyword's minimum bid is?
ghollins2000
Send Email Send Email
 
--- In yws-searchmarketing@yahoogroups.com, "mcnealysm"
<mcnealysm@...> wrote:
>
> In some markets (such as JP) some keywords have higher min bids than
> the overall market min bid. The correct min bid to use will be
> reported in the SOAP Fault.
>
>
> --- In yws-searchmarketing@yahoogroups.com, "ghollins2000"
> <ghollins@> wrote:
> >
> > Hi,
> >   I am getting errors back like:
> >
> > [E2081]--Sponsored Search maximum bid is below the allowed minimum
> bid
> > for a keyword: 0.1
> >
> > When trying to add a new keyword to an ad group.
> >
> > Does the allowable minumum bid vary per keyword, or does it depend
> on
> > what market the keyword is in? (I doubt that 0.1 means 0.1 Yen and
> 0.1
> > dollars)....
> >
> > I didn't see a way to get a keyword's minimum bid off of the Keyword
> > object, but is there another way I don't know about?
> >
> > Thanks,
> > Galen
> >
>


Thanks for your responses.  I guess what I'm looking for is an
automated way to keep up to date with the market's min bid, without
having to fail first to get the value (i.e. getting it via SOAP faults).

Thanks,
Galen

#547 From: "dnsh_nryn" <djn94@...>
Date: Thu May 3, 2007 4:43 pm
Subject: Re: What is an E7001 : Unexpected CRM error?
dnsh_nryn
Send Email Send Email
 
Hello,

This is the XML response I receive when using the addUser operation
with the User Management Service:


<?xml version='1.0' encoding='UTF-8'?>
<soap:Envelope
  xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <soap:Header>
   <yns:sid
xmlns:yns="http://marketing.ews.yahooapis.com/V1">sk1-sbxadservices-002.ysm.sk1.\
yahoo.com</yns:sid>
   <yns:stime xmlns:yns="http://marketing.ews.yahooapis.com/V1">Thu May
03 09:30:57 PDT 2007</yns:stime>
  </soap:Header>
  <soap:Body>
   <soap:Fault>
    <faultcode>soap:Client</faultcode>
    <faultstring>Unexpected CRM error.</faultstring>
    <detail>
     <yns:ApiFault xmlns:yns="http://marketing.ews.yahooapis.com/V1">
	  <yns:code
xmlns:yns="http://marketing.ews.yahooapis.com/V1">E7001</yns:code>
	  <yns:message
xmlns:yns="http://marketing.ews.yahooapis.com/V1">Unexpected CRM
error.</yns:message>
	 </yns:ApiFault>
    </detail>
   </soap:Fault>
  </soap:Body>
</soap:Envelope>


I hope this helps, many thanks for your interest regarding this problem

Cheers, Dinesh


--- In yws-searchmarketing@yahoogroups.com, "mcnealysm"
<mcnealysm@...> wrote:
>
> Please post the complete XML response you're receiving.
>
> --- In yws-searchmarketing@yahoogroups.com, "dnsh_nryn" <djn94@>
> wrote:
> >
> > Hello,
> >
> > I'm still getting the E7001 Unexpected CRM error. In the
> > documentation regarding SOAP faults they ask the user to send the
> > request again. However doing this results in an E4001 "Username is
> > already in use" error message - the username I use in the first
> > attempt has already been recorded by Panama thus the second attempt
> is
> > blocked.
> >
> > I'm running out of usernames to test the addUser function :o)
> >
> > Is this internal error something to do with the format of my XML
> request?
> >
> > Cheers, Dinesh
> >
> >
> > --- In yws-searchmarketing@yahoogroups.com, "mcnealysm"
> > <mcnealysm@> wrote:
> > >
> > > Are you still getting this error message?
> > >
> > > --- In yws-searchmarketing@yahoogroups.com, "dnsh_nryn" <djn94@>
> > > wrote:
> > > >
> > > > Hello,
> > > >
> > > > I'm sorry if this appears to be a question with an obvious
> answer, I
> > > > can't find the answer in the Yahoo Panama API documentation.
> What
> > > is a
> > > > CRM and what causes a CRM error? From the documentation it
> appears
> > > to
> > > > be an internal error.
> > > >
> > > > I get an E7001 Unexpected CRM error when I send the following
> XML
> > > > request for the addUser function, User Management Service:
> > > >
> > > > <?xml version="1.0" encoding="utf-8"?>
> > > > <SOAP-ENV:Envelope
> > > >  xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
> > > >  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
> > > >  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> > > >  xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
> > > >  xmlns:tns="http://marketing.ews.yahooapis.com/V1">
> > > >  <SOAP-ENV:Header>
> > > >   <username> --- my username --- </username>
> > > >   <password> --- my password --- </password>
> > > >   <license> --- my license --- </license>
> > > >   <masterAccountID> --- my master account id ---
> </masterAccountID>
> > > >   <accountID> --- account id --- </accountID>
> > > >  </SOAP-ENV:Header>
> > > >  <SOAP-ENV:Body>
> > > >   <addUser xmlns="http://marketing.ews.yahooapis.com/V1">
> > > >    <username> --- my username --- </username>
> > > >    <userInfo>
> > > >     <email> --- my email address --- </email>
> > > >     <firstName>Dinesh</firstName>
> > > >     <lastName>Narayan</lastName>
> > > >     <locale>en_US</locale>
> > > >     <timezone>America/Los_Angeles</timezone>
> > > >     <workPhone>00-1222-7788</workPhone>
> > > >    </userInfo>
> > > >    <address>
> > > >     <address1>Philosophoweg. 19</address1>
> > > >     <city>Duisburg</city>
> > > >     <country>DE</country>
> > > >     <postalCode>47051</postalCode>
> > > >    </address>
> > > >   </addUser>
> > > >  </SOAP-ENV:Body>
> > > > </SOAP-ENV:Envelope>
> > > >
> > > > Thanks in advance for reading this and for your help.
> > > > Cheers, Dinesh
> > > >
> > >
> >
>

#548 From: roro fofo <rofa_sh2@...>
Date: Sat May 5, 2007 5:48 pm
Subject: Over 350 Billion dollars every year free grant
rofa_sh2
Send Email Send Email
 
                    
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 is alot of information out there but many people
just don't know where to start! This will take you step by step
through the application forms to give you the help that 30 million ,
just like you, are taking advantage of every year! Our Grant Specialists
have done the work for you. The tips, the secrets, the forms- everything
you need to get started!!!!


Ahhh...imagining that irresistible "new car" smell?
Check out new cars at Yahoo! Autos.

#549 From: "juliafriends33551" <juliafriends33551@...>
Date: Sun May 6, 2007 3:16 am
Subject: Yahoo! Groups-Julia invite you to join her circle of friends!
juliafriends...
Send Email Send Email
 
Julia would like to invite you to join her circle of friends. Check her circle
of friends  here:
http://juliafriends66998.googlepages.com/juliafriendcicle.htm

#550 From: "Jan Grape" <jan.grape@...>
Date: Tue May 8, 2007 2:33 pm
Subject: How to get tracking and tagging data from AdvancedAdKeywordPerformance report?
jangrape67
Send Email Send Email
 
I'm using the sandbox trying to get a AdvancedAdKeywordPerformance
report with trackning and tagging data, but there are no related
columns  present in the report I get.

When I try to turn on tracking and tagging on my master account via
the API, only trackning is turned on. Documentation says I need to
turn tagging on via the GUI, but what GUI? As far as I know, there is
no GUI for the sandbox.

Despite the fact that tracking is supposed to be ON, I get no tracking
data as far as I can see in the AdvancedAdKeywordPerformance reort
from the sandbox.

/Jan Grape

#551 From: "mcnealysm" <mcnealysm@...>
Date: Wed May 9, 2007 1:10 am
Subject: Re: How to get tracking and tagging data from AdvancedAdKeywordPerformance report?
mcnealysm
Send Email Send Email
 
The data in the AdvancedAdKeywordPerformance report, as well as the
other reports available in the Sandbox, will not change because the
Sandbox is not a 'live' environment. Because there are no ads being
served from the sandbox, there is no data on which to report.

--- In yws-searchmarketing@yahoogroups.com, "Jan Grape" <jan.grape@...>
wrote:
>
> I'm using the sandbox trying to get a AdvancedAdKeywordPerformance
> report with trackning and tagging data, but there are no related
> columns  present in the report I get.
>
> When I try to turn on tracking and tagging on my master account via
> the API, only trackning is turned on. Documentation says I need to
> turn tagging on via the GUI, but what GUI? As far as I know, there is
> no GUI for the sandbox.
>
> Despite the fact that tracking is supposed to be ON, I get no tracking
> data as far as I can see in the AdvancedAdKeywordPerformance reort
> from the sandbox.
>
> /Jan Grape
>

#552 From: "Jan Grape" <jan.grape@...>
Date: Wed May 9, 2007 8:53 am
Subject: Re: How to get tracking and tagging data from AdvancedAdKeywordPerformance repor
jangrape67
Send Email Send Email
 
I understand is's all fake data in the sandbox, but in the report
there is not even any dummy data for a number of the report elements.
They are simply missing.

The documentation states that a number of fields are present in the
AdvancedAdKeywordPerformance report but most of them are missing in
the report from the sandbox:

accountID
accountName
adGrpID
adGrpName
adID
adName
cmpgnID
cmpgnName
cost
costPerAssist (missing in sandbox)
costPerBrowser (missing in sandbox)
costPerConv (missing in sandbox)
costPerLead (missing in sandbox)
costPerProspect (missing in sandbox)
keywordID
keywordName
leadConvRate (missing in sandbox)
numAssist (missing in sandbox)
numBrowser (missing in sandbox)
numConv (missing in sandbox)
numLead (missing in sandbox)
numProspect (missing in sandbox)
revPerAssist (missing in sandbox)
revPerBrowser (missing in sandbox)
revPerConv (missing in sandbox)
revPerLead (missing in sandbox)
revPerProspect (missing in sandbox)
revenue (missing in sandbox)
roas (missing in sandbox)
url
urlID

I would expect the sandbox to generate a syntactically correct
AdvancedAdKeywordPerformance report, although the data in it is fake.

/Jan Grape


--- In yws-searchmarketing@yahoogroups.com, "mcnealysm"
<mcnealysm@...> wrote:
>
> The data in the AdvancedAdKeywordPerformance report, as well as the
> other reports available in the Sandbox, will not change because the
> Sandbox is not a 'live' environment. Because there are no ads being
> served from the sandbox, there is no data on which to report.
>

#553 From: "sophink1314" <sophink1314@...>
Date: Sun May 13, 2007 11:30 am
Subject: Join to access professional network
sophink1314
Send Email Send Email
 
Here you can access so many professioanls, and you can expand your
network quickly, enjoy yourself all the time. Don't wait, join us now,
it's total free.
http://jobswizard.bravehost.com/

#554 From: "basha136" <basha136@...>
Date: Sat May 19, 2007 5:02 am
Subject: Yahoo API's
basha136
Send Email Send Email
 
With Yahoo Panama just released in US we have API's Only for US.
When Yahoo Panama releases in Non-US Countries then will the API Change.
  what are the Changes Mainly involved in such Process. Please let me
know in detail the change sRegarding Yahoo API's

#555 From: "Joe" <mrjoeusa2002@...>
Date: Sat May 19, 2007 1:05 pm
Subject: Re: Yahoo API's
mrjoeusa2002
Send Email Send Email
 
You will need to direct your question to your YSM account manager or
send an e-mail through the Technology Portal asking this question.

--- In yws-searchmarketing@yahoogroups.com, "basha136" <basha136@...>
wrote:
>
> With Yahoo Panama just released in US we have API's Only for US.
> When Yahoo Panama releases in Non-US Countries then will the API Change.
>  what are the Changes Mainly involved in such Process. Please let me
> know in detail the change sRegarding Yahoo API's
>

#556 From: "apiysm" <apiysm@...>
Date: Mon May 21, 2007 4:21 pm
Subject: Re: How do I list all the Master Accounts I'm authorized to manage ?
apiysm
Send Email Send Email
 
Hello,

Just a quick follow-up to inform you that the correction made it to V2 of EWS API.

Now using the same setup, getMyAuthorizations() correctly list all my 3 master accounts. (I use a login which has an authorization for all 3 master accounts)

Great !

By the way, I must signal something weird with the new getMasterAccountsByCompanyID( companyId ) :
(I couldn't check with the docs as http://techportal.searchmarketing.yahoo.com  seems down today )

When I call getMasterAccountsByCompanyID( companyId ) , it only lists the "current" MasterAccount (the one in the headers)... So what is the point of this function ? I think it's a bug and that it should, as getMyAuthorizations(), list all the 3 MasterAccounts of my company.
Of course, I checked that all my 3 master accounts are correctly linked to my CompanyID, which they are.

What is your experience with it ? please report.

Regards,

Ludovic.


--- In yws-searchmarketing@yahoogroups.com, "Yahoo! Search Marketing Monkey" <plummerm@...> wrote:
>
> So yeah, that is the problem right now, that your user is a non-US user.
> Final international support will be released soon, so this should begin
> to work for you in the next month. As a workaround, I'd suggest getting
> your hands on a US-based user. If you have an account manager, they can
> probably do this for you. Otherwise, you may need to get creative and
> perhaps sign up for an account on your own to test with. Just a
> suggestion...
>
> -Y!SM Monkey


#557 From: "dsktam" <dsktam@...>
Date: Wed May 23, 2007 7:46 am
Subject: Error occurs when adding account into sandbox
dsktam
Send Email Send Email
 
I found an error 'Cannot add an account with no default payment
method." when creating new account using the API
AccountService.addAccount() in sandox: .

Here is my code :

         Dim a As Account = New Account()
         a.name = "new account 1"
         a.marketID = "US"
         Try
             Dim addedA As Account = _accountService.addAccount(a)
             Console.WriteLine("Add account id = {0} finished.",
addedA.ID)
         Catch ex As Exception
             Console.WriteLine("Exception: " & ex.ToString)
         End Try

Can we add account into sandbox? How to set the payment method in
sanhox?

#558 From: "apiysm" <apiysm@...>
Date: Wed May 23, 2007 11:33 am
Subject: CompanyService.getCompany() - Missing Header: accountID.
apiysm
Send Email Send Email
 
Hello,

With API V2 there is a new Service : CompanyService, and a new method : getCompany().

According to the doc it retrieves information about the company associated with the master account specified in the EWS request.

However, when using it, it complains about a missing "accountID" in the header. "E1003 - Missing Header: accountID."

And providing the accountID in the header is not straightforward, because the WSDL prevents us from doing it.
Furthermore, it makes no sense to provide an accountID, because the company is associated to a MasterAccount, not an account.

Nevertheless, when patching the code in order to add the missing "accountID" in the header, the error is "E1009 - Account not found."

Here is a trace :

-----SoapRequest at 23/05/2007 13:13:16
<?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><soap:Header><Security xmlns="http://schemas.xmlsoap.org/ws/2002/07/secext"><UsernameToken xmlns=""><Username>######</Username><Password>########</Password></UsernameToken></Security><license xmlns="http://marketing.ews.yahooapis.com/V2">##############</license><masterAccountID xmlns="http://marketing.ews.yahooapis.com/V2">978592</masterAccountID></soap:Header><soap:Body><getCompany xmlns="http://marketing.ews.yahooapis.com/V2" /></soap:Body></soap:Envelope>
-----SoapResponse at 23/05/2007 13:13:17
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><soap:Header><yns:sid xmlns:yns="http://marketing.ews.yahooapis.com/V2">sk1-2adsrvcs-005.ysm.sk1.yahoo.com</yns:sid><yns:stime xmlns:yns="http://marketing.ews.yahooapis.com/V2">Wed May 23 04:13:13 PDT 2007</yns:stime></soap:Header><soap:Body><soap:Fault><faultcode>soap:Client</faultcode><faultstring>Missing Header: accountID.</faultstring><detail><yns:ApiFault xmlns:yns="http://marketing.ews.yahooapis.com/V2"><yns:code xmlns:yns="http://marketing.ews.yahooapis.com/V2">E1003</yns:code><yns:message xmlns:yns="http://marketing.ews.yahooapis.com/V2">Missing Header: accountID.</yns:message></yns:ApiFault></detail></soap:Fault></soap:Body></soap:Envelope>
-----SoapRequest at 23/05/2007 13:27:01
<?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><soap:Header><Security xmlns="http://schemas.xmlsoap.org/ws/2002/07/secext"><UsernameToken xmlns=""><Username>######</Username><Password>########</Password></UsernameToken></Security><accountID xmlns="http://marketing.ews.yahooapis.com/V2">978592</accountID><license xmlns="http://marketing.ews.yahooapis.com/V2">##############</license><masterAccountID xmlns="http://marketing.ews.yahooapis.com/V2">978592</masterAccountID></soap:Header><soap:Body><getCompany xmlns="http://marketing.ews.yahooapis.com/V2" /></soap:Body></soap:Envelope>
-----SoapResponse at 23/05/2007 13:27:02
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><soap:Header><yns:sid xmlns:yns="http://marketing.ews.yahooapis.com/V2">sk1-2adsrvcs-001.ysm.sk1.yahoo.com</yns:sid><yns:stime xmlns:yns="http://marketing.ews.yahooapis.com/V2">Wed May 23 04:26:57 PDT 2007</yns:stime></soap:Header><soap:Body><soap:Fault><faultcode>soap:Client</faultcode><faultstring>Account not found.</faultstring><detail><yns:ApiFault xmlns:yns="http://marketing.ews.yahooapis.com/V2"><yns:code xmlns:yns="http://marketing.ews.yahooapis.com/V2">E1009</yns:code><yns:message xmlns:yns="http://marketing.ews.yahooapis.com/V2">Account not found.</yns:message></yns:ApiFault></detail></soap:Fault></soap:Body></soap:Envelope>

Any idea ?

Ludovic

#560 From: "dsktam" <dsktam@...>
Date: Fri May 25, 2007 11:13 am
Subject: Full functions in sandbox like in live environment?
dsktam
Send Email Send Email
 
Can we use the full functions in sandbox like in live environment?

We got the following API errors in sandbox. Can anyone advice me how to
solve them?

1. getActiveCreditCard : it returns "-1" for our accountid.

2. updateStatusForAccount : it doesn't work. error message "Requested
resource is not found.".

3. addAccount : it doesn't work. error message "Payment charge for an
existing account is below minimum required.".

Derek

#561 From: Joe Latreille <mrjoeusa2002@...>
Date: Fri May 25, 2007 1:27 pm
Subject: Re: Full functions in sandbox like in live environment?
mrjoeusa2002
Send Email Send Email
 
For this issue, you should send an e-mail to to the YSM Technical Support team by using the Support form in the Technology Portal at http://techportal.searchmarketing.yahoo.com/

dsktam <dsktam@...> wrote:
Can we use the full functions in sandbox like in live environment?

We got the following API errors in sandbox. Can anyone advice me how to
solve them?

1. getActiveCreditCard : it returns "-1" for our accountid.

2. updateStatusForAccount : it doesn't work. error message "Requested
resource is not found.".

3. addAccount : it doesn't work. error message "Payment charge for an
existing account is below minimum required.".

Derek



#562 From: "dsktam" <dsktam@...>
Date: Mon May 28, 2007 1:14 am
Subject: Re: Full functions in sandbox like in live environment?
dsktam
Send Email Send Email
 
Hi Joe, thanks for your reply.

Actually before posting my questions here, I'd sent the questions to
the YSM Technical Support team by using the Support form in the
Technology Portal before but I never get any response. That's why I
am seeking help from here.


--- In yws-searchmarketing@yahoogroups.com, Joe Latreille
<mrjoeusa2002@...> wrote:
>
> For this issue, you should send an e-mail to to the YSM Technical
Support team by using the Support form in the Technology Portal at
http://techportal.searchmarketing.yahoo.com/
>
> dsktam <dsktam@...> wrote:                                  Can we
use the full functions in sandbox like in live environment?
>
>  We got the following API errors in sandbox. Can anyone advice me
how to
>  solve them?
>
>  1. getActiveCreditCard : it returns "-1" for our accountid.
>
>  2. updateStatusForAccount : it doesn't work. error
message "Requested
>  resource is not found.".
>
>  3. addAccount : it doesn't work. error message "Payment charge for
an
>  existing account is below minimum required.".
>
>  Derek
>

#563 From: Joe Latreille <mrjoeusa2002@...>
Date: Mon May 28, 2007 2:14 am
Subject: Re: Re: Full functions in sandbox like in live environment?
mrjoeusa2002
Send Email Send Email
 
Try e-mailing them directly at ews-help@....

Joe

dsktam <dsktam@...> wrote:
Hi Joe, thanks for your reply.

Actually before posting my questions here, I'd sent the questions to
the YSM Technical Support team by using the Support form in the
Technology Portal before but I never get any response. That's why I
am seeking help from here.

--- In yws-searchmarketing@yahoogroups.com, Joe Latreille
<mrjoeusa2002@...> wrote:
>
> For this issue, you should send an e-mail to to the YSM Technical
Support team by using the Support form in the Technology Portal at
http://techportal.searchmarketing.yahoo.com/
>
> dsktam <dsktam@...> wrote: Can we
use the full functions in sandbox like in live environment?
>
> We got the following API errors in sandbox. Can anyone advice me
how to
> solve them?
>
> 1. getActiveCreditCard : it returns "-1" for our accountid.
>
> 2. updateStatusForAccount : it doesn't work. error
message "Requested
> resource is not found.".
>
> 3. addAccount : it doesn't work. error message "Payment charge for
an
> existing account is below minimum required.".
>
> Derek
>



#564 From: "basha136" <basha136@...>
Date: Tue May 29, 2007 9:56 am
Subject: How Can I get More Quota on Basic Report Service in Live Environment?
basha136
Send Email Send Email
 
Now I am getting only 25 calls for Report Service in Live Environment.
we are concentrating more on Report Service. How Can I Increase my
calls Quota so that i can work more on report Service. Please help me
by detailed Explanation

#565 From: Joe Latreille <mrjoeusa2002@...>
Date: Tue May 29, 2007 1:22 pm
Subject: Re: How Can I get More Quota on Basic Report Service in Live Environment?
mrjoeusa2002
Send Email Send Email
 
Send a request for an increase to ews-help@....

basha136 <basha136@...> wrote:
Now I am getting only 25 calls for Report Service in Live Environment.
we are concentrating more on Report Service. How Can I Increase my
calls Quota so that i can work more on report Service. Please help me
by detailed Explanation



#566 From: "kdwmoney94309" <kwallace@...>
Date: Tue May 29, 2007 5:27 pm
Subject: Client missing from keyword reports
kdwmoney94309
Send Email Send Email
 
One of our clients is missing from our
"addReportRequestWithAccountAggregation" reports (type
KeywordSummary). I tried running a report for just them and there's no
keyword info, just one line with the totals. Anybody have any
experience with this? Any ideas?

Thanks,
Kevin

#567 From: "mcnealysm" <mcnealysm@...>
Date: Tue May 29, 2007 9:53 pm
Subject: Re: Client missing from keyword reports
mcnealysm
Send Email Send Email
 
Hello Kevin,

Can you please post your XML requests and responses (credentials masked
of course), the service endpoint you're using and the reportID for the
aggregation report showing the problem?

--- In yws-searchmarketing@yahoogroups.com, "kdwmoney94309"
<kwallace@...> wrote:
>
> One of our clients is missing from our
> "addReportRequestWithAccountAggregation" reports (type
> KeywordSummary). I tried running a report for just them and there's no
> keyword info, just one line with the totals. Anybody have any
> experience with this? Any ideas?
>
> Thanks,
> Kevin
>

#568 From: Ashraf Jahangeer <a_jahangeer@...>
Date: Wed May 30, 2007 1:20 am
Subject: Re: Re: Client missing from keyword reports
a_jahangeer
Send Email Send Email
 
Hi,

I have to design a web service call to the yws. I will
be using .net/C# for development. I have to download a
couple of reports using the BasicReportService.

Can someone help me out with pointers to any existing
sample code?

Thanks
Ashraf

--- mcnealysm <mcnealysm@...> wrote:

> Hello Kevin,
>
> Can you please post your XML requests and responses
> (credentials masked
> of course), the service endpoint you're using and
> the reportID for the
> aggregation report showing the problem?
>
> --- In yws-searchmarketing@yahoogroups.com,
> "kdwmoney94309"
> <kwallace@...> wrote:
> >
> > One of our clients is missing from our
> > "addReportRequestWithAccountAggregation" reports
> (type
> > KeywordSummary). I tried running a report for just
> them and there's no
> > keyword info, just one line with the totals.
> Anybody have any
> > experience with this? Any ideas?
> >
> > Thanks,
> > Kevin
> >
>
>
>
>
>
> Yahoo! Groups Links
>
>
http://groups.yahoo.com/group/yws-searchmarketing/join
>     (Yahoo! ID required)
>
>
>
mailto:yws-searchmarketing-fullfeatured@yahoogroups.com
>
>
>




________________________________________________________________________________\
____Sick sense of humor? Visit Yahoo! TV's
Comedy with an Edge to see what's on, when.
http://tv.yahoo.com/collections/222

#570 From: Ashraf Jahangeer <a_jahangeer@...>
Date: Wed May 30, 2007 4:02 pm
Subject: Sample .net code for BasicReportService
a_jahangeer
Send Email Send Email
 
Hi,

I have to design a web service call to the yws. I will
be using .net/C# for development. I have to download a
couple of reports using the BasicReportService.

Can someone help me out with pointers to any existing
sample code?

Thanks
Ashraf






________________________________________________________________________________\
____Got a little couch potato?
Check out fun summer activities for kids.
http://search.yahoo.com/search?fr=oni_on_mail&p=summer+activities+for+kids&cs=bz

#571 From: Joe Latreille <mrjoeusa2002@...>
Date: Wed May 30, 2007 6:10 pm
Subject: Re: Sample .net code for BasicReportService
mrjoeusa2002
Send Email Send Email
 
You can find .net sample code in the Technology Portal at the link provided below.

http://searchmarketing.yahoo.com/developer/docs/V2/sample_code/net.php#code

Ashraf Jahangeer <a_jahangeer@...> wrote:
Hi,

I have to design a web service call to the yws. I will
be using .net/C# for development. I have to download a
couple of reports using the BasicReportService.

Can someone help me out with pointers to any existing
sample code?

Thanks
Ashraf

__________________________________________________________Got a little couch potato?
Check out fun summer activities for kids.
http://search.yahoo.com/search?fr=oni_on_mail&p=summer+activities+for+kids&cs=bz


#572 From: Ashraf Jahangeer <a_jahangeer@...>
Date: Wed May 30, 2007 9:45 pm
Subject: Re: Sample .net code for BasicReportService
a_jahangeer
Send Email Send Email
 
Thanks.

The example shows how to use the other services except
for the BasicReportService. I was specifically looking
for a sample showing how to access reports using the
BasicReportService.

--- Joe Latreille <mrjoeusa2002@...> wrote:

> You can find .net sample code in the Technology
> Portal at the link provided below.
>
>
http://searchmarketing.yahoo.com/developer/docs/V2/sample_code/net.php#code
>
> Ashraf Jahangeer <a_jahangeer@...> wrote:
>                             Hi,
>
>  I have to design a web service call to the yws. I
> will
>  be using .net/C# for development. I have to
> download a
>  couple of reports using the BasicReportService.
>
>  Can someone help me out with pointers to any
> existing
>  sample code?
>
>  Thanks
>  Ashraf
>
>
>
__________________________________________________________Got
> a little couch potato?
>  Check out fun summer activities for kids.
>
>
http://search.yahoo.com/search?fr=oni_on_mail&p=summer+activities+for+kids&cs=bz
>
>
>
>
>




________________________________________________________________________________\
____
Moody friends. Drama queens. Your life? Nope! - their life, your story. Play
Sims Stories at Yahoo! Games.
http://sims.yahoo.com/

Messages 541 - 572 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