Hi Lily,

To further investigate this, could you also provide your clientCustomerId
so I could check this on my end. Please reply via *Reply privately to
author*.

Thanks and regards,
Luis
AdWords API Team

On 02/12/19 02:01:44 lilyoknabieva wrote:


Hi! I tried to get some predictions from the TrafficEstimatorService and I
wanted to compare them with the same results in the Keyword Planner.
I have a real account and I use the same settings for api and ui requests.

API request:

<soap-env:Envelope xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/
">
  <soap-env:Header>
    <ns0:RequestHeader xmlns:ns0="
https://adwords.google.com/api/adwords/o/v201809";>
      <ns1:clientCustomerId xmlns:ns1="
https://adwords.google.com/api/adwords/cm/v201809";>MY_PROD_CUSTOMER_ID
</ns1:clientCustomerId>
      <ns2:developerToken xmlns:ns2="
https://adwords.google.com/api/adwords/cm/v201809";>MY_TOKEN
</ns2:developerToken>
      <ns3:userAgent xmlns:ns3="
https://adwords.google.com/api/adwords/cm/v201809";>unknown (AwApi-Python,
googleads/14.1.0, Python/3.7.2, zeep)</ns3:userAgent>
      <ns4:validateOnly xmlns:ns4="
https://adwords.google.com/api/adwords/cm/v201809";>false</ns4:validateOnly>
      <ns5:partialFailure xmlns:ns5="
https://adwords.google.com/api/adwords/cm/v201809";>false
</ns5:partialFailure>
    </ns0:RequestHeader>
  </soap-env:Header>
  <soap-env:Body>
    <ns0:get xmlns:ns0="https://adwords.google.com/api/adwords/o/v201809";>
      <ns0:selector>
        <ns0:campaignEstimateRequests>
          <ns0:adGroupEstimateRequests>
            <ns0:keywordEstimateRequests>
              <ns0:keyword>
                <ns1:text xmlns:ns1="
https://adwords.google.com/api/adwords/cm/v201809";>*bank account*</ns1:text>
                <ns2:matchType xmlns:ns2="
https://adwords.google.com/api/adwords/cm/v201809";>BROAD</ns2:matchType>
              </ns0:keyword>
            </ns0:keywordEstimateRequests>
            <ns0:keywordEstimateRequests>
              <ns0:keyword>
                <ns3:text xmlns:ns3="
https://adwords.google.com/api/adwords/cm/v201809";>*bank account*</ns3:text>
                <ns4:matchType xmlns:ns4="
https://adwords.google.com/api/adwords/cm/v201809";>PHRASE</ns4:matchType>
              </ns0:keyword>
            </ns0:keywordEstimateRequests>
            <ns0:keywordEstimateRequests>
              <ns0:keyword>
                <ns5:text xmlns:ns5="
https://adwords.google.com/api/adwords/cm/v201809";>*bank account*</ns5:text>
                <ns6:matchType xmlns:ns6="
https://adwords.google.com/api/adwords/cm/v201809";>EXACT</ns6:matchType>
              </ns0:keyword>
            </ns0:keywordEstimateRequests>
            <ns0:maxCpc>
              <ns7:microAmount xmlns:ns7="
https://adwords.google.com/api/adwords/cm/v201809";>1000000000000
</ns7:microAmount>
            </ns0:maxCpc>
          </ns0:adGroupEstimateRequests>
          <ns0:criteria xmlns:ns9="
https://adwords.google.com/api/adwords/cm/v201809"; xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance"; xsi:type="ns9:Location">
            <ns8:id xmlns:ns8="
https://adwords.google.com/api/adwords/cm/v201809";>*2840*</ns8:id>
          </ns0:criteria>
          <ns0:criteria xmlns:ns11="
https://adwords.google.com/api/adwords/cm/v201809"; xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance"; xsi:type="ns11:Language">
            <ns10:id xmlns:ns10="
https://adwords.google.com/api/adwords/cm/v201809";>*1000*</ns10:id>
          </ns0:criteria>
        </ns0:campaignEstimateRequests>
      </ns0:selector>
    </ns0:get>
  </soap-env:Body>
</soap-env:Envelope>


Location=*2840(*United States)
Language=* 1000(*English)

Response:
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/";>



  <soap:Header>

    <ResponseHeader xmlns:ns2="
https://adwords.google.com/api/adwords/cm/v201809"; xmlns="
https://adwords.google.com/api/adwords/o/v201809";>

      <ns2:requestId>000581a0da5d5bd60a56338bc800cfc5</ns2:requestId>

      <ns2:serviceName>TrafficEstimatorService</ns2:serviceName>

      <ns2:methodName>get</ns2:methodName>

      <ns2:operations>1</ns2:operations>

      <ns2:responseTime>1809</ns2:responseTime>

    </ResponseHeader>

  </soap:Header>

  <soap:Body>

    <getResponse xmlns:ns2="
https://adwords.google.com/api/adwords/cm/v201809"; xmlns="
https://adwords.google.com/api/adwords/o/v201809";>

      <rval>

        <campaignEstimates>

          <Estimate.Type>CampaignEstimate</Estimate.Type>

          <adGroupEstimates>

            <Estimate.Type>AdGroupEstimate</Estimate.Type>

            <keywordEstimates>

              <Estimate.Type>KeywordEstimate</Estimate.Type>

              <min>

                <averageCpc>

                  <ns2:ComparableValue.Type>Money</ns2:ComparableValue.Type>

                  <ns2:microAmount>836405312</ns2:microAmount>

                </averageCpc>

                <

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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
--- You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/18idog8000000001g4ii7e0066vlp8w64mjad9m6go30c1g68qjce1h%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to