Hi,

I am able to get these estimates correctly, my request and response is
below:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/
envelope/" xmlns="https://adwords.google.com/api/adwords/v13";>
   <soapenv:Header>
      ...
   </soapenv:Header>
   <soapenv:Body>
    <estimateKeywordList xmlns="https://adwords.google.com/api/adwords/
v13">
      <keywordRequests>
        <maxCpc>150000</maxCpc>
        <text>Software Development</text>
        <type>Broad</type>
      </keywordRequests>
    </estimateKeywordList>
   </soapenv:Body>
</soapenv:Envelope>

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/
envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
   <soapenv:Header>
      ...
   </soapenv:Header>
   <soapenv:Body>
      <estimateKeywordListResponse xmlns="https://adwords.google.com/
api/adwords/v13">
         <estimateKeywordListReturn>
            <id>-1</id>
            <lowerAvgPosition>4.0</lowerAvgPosition>
            <lowerClicksPerDay>12.645354</lowerClicksPerDay>
            <lowerCpc>100000</lowerCpc>
            <upperAvgPosition>6.0</upperAvgPosition>
            <upperClicksPerDay>19.459415</upperClicksPerDay>
            <upperCpc>149999</upperCpc>
         </estimateKeywordListReturn>
      </estimateKeywordListResponse>
   </soapenv:Body>
</soapenv:Envelope>

Best,
- Eric

On May 7, 7:36 am, "shailendra.si...@infoahore.biz"
<market...@diamondstarus.com> wrote:
> Hi,
>   I am getting 0.0 as cpc . when i make call through my live account .
> is there any account setting need to do ? . I am just running sample
> program got from google and run it with live account details . It give
> lower cpc 0 , upper cpc 0..........
>
> On May 5, 11:46 pm, AdWords API Advisor <adwordsapiadvi...@google.com>
> wrote:
>
>
>
>
>
> > Hi,
>
> > What does the SOAP XML request and response look like for this
> > request?
>
> > Best,
> > - Eric Koleda, AdWords API Team
>
> > On May 4, 6:20 am, "shailendra.si...@infoahore.biz"
>
> > <market...@diamondstarus.com> wrote:
> > > Hi,
> > >      I am calling TrafficEstimatorService for estimate of keyword as
> > > givenhttp://code.google.com/p/adwords-api-java-samples/source/browse/trunk...
> > > in,live mode with live account . I am getting 0 as result of each
> > > property . Result of this test program is
>
> > >   Lower average position is "0.0".
> > >   Upper average position is "0.0".
> > >   Lower clicks per day is "0.0".
> > >   Upper clicks per day is "0.0".
> > >   Lower cpc is "0".
> > >   Upper cpc is "0".
>
> > > Keyword is "Software Development"
>
> > > --
> > > =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> > > Also find us on our blog and discussion 
> > > group:http://adwordsapi.blogspot.comhttp://groups.google.com/group/adwords-api
> > > =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>
> > > You received this message because you are subscribed to the Google
> > > Groups "AdWords API Forum" group.
> > > To post to this group, send email to adwords-api@googlegroups.com
> > > To unsubscribe from this group, send email to
> > > adwords-api+unsubscr...@googlegroups.com
> > > For more options, visit this group 
> > > athttp://groups.google.com/group/adwords-api?hl=en
>
> > --
> > =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> > Also find us on our blog and discussion 
> > group:http://adwordsapi.blogspot.comhttp://groups.google.com/group/adwords-api
> > =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>
> > You received this message because you are subscribed to the Google
> > Groups "AdWords API Forum" group.
> > To post to this group, send email to adwords-api@googlegroups.com
> > To unsubscribe from this group, send email to
> > adwords-api+unsubscr...@googlegroups.com
> > For more options, visit this group 
> > athttp://groups.google.com/group/adwords-api?hl=en
>
> --
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> Also find us on our blog and discussion 
> group:http://adwordsapi.blogspot.comhttp://groups.google.com/group/adwords-api
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>
> You received this message because you are subscribed to the Google
> Groups "AdWords API Forum" group.
> To post to this group, send email to adwords-api@googlegroups.com
> To unsubscribe from this group, send email to
> adwords-api+unsubscr...@googlegroups.com
> For more options, visit this group 
> athttp://groups.google.com/group/adwords-api?hl=en

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

Reply via email to