Hi Dmitry,

Checking into the response logs you've initially provided, it appears that 
the search volume value are different. However, to further investigate 
this, could you also provide your complete SOAP request logs for those SOAP 
response logs that you mentioned? Please reply via *Reply privately to 
author*.

Thanks and regards,
Luis
AdWords API Team

On Wednesday, December 19, 2018 at 7:05:39 AM UTC+8, Dmitry Karpuk wrote:
>
>
> I'm using AdWords API v201809 and want to get keywords statistics via 
> TargetingIdeaService. But always get the wrong results (for all the words 
> are always about the same results).
> For example
>
> keyword "New Year": 
>
>
> <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/";>
>     <soap:Header>
>         <ResponseHeader xmlns="
> https://adwords.google.com/api/adwords/o/v201809"; xmlns:ns2="
> https://adwords.google.com/api/adwords/cm/v201809";>
>             <ns2:requestId>00057d4a79f290680a568382250a1955</ns2:requestId>
>             <ns2:serviceName>TargetingIdeaService</ns2:serviceName>
>             <ns2:methodName>get</ns2:methodName>
>             <ns2:operations>1</ns2:operations>
>             <ns2:responseTime>997</ns2:responseTime>
>         </ResponseHeader>
>     </soap:Header>
>     <soap:Body>
>         <getResponse xmlns="
> https://adwords.google.com/api/adwords/o/v201809"; xmlns:ns2="
> https://adwords.google.com/api/adwords/cm/v201809";>
>             <rval>
>                 <totalNumEntries>1</totalNumEntries>
>                 <entries>
>                     <data>
>                         <key>KEYWORD_TEXT</key>
>                         <value xmlns:xsi="
> http://www.w3.org/2001/XMLSchema-instance"; xsi:type="StringAttribute">
>                             
> <Attribute.Type>StringAttribute</Attribute.Type>
>                             <value>new year</value>
>                         </value>
>                     </data>
>                     <data>
>                         <key>TARGETED_MONTHLY_SEARCHES</key>
>                         <value xmlns:xsi="
> http://www.w3.org/2001/XMLSchema-instance"; 
> xsi:type="MonthlySearchVolumeAttribute">
>                             
> <Attribute.Type>MonthlySearchVolumeAttribute</Attribute.Type>
>                             <value>
>                                 <year>2018</year>
>                                 <month>11</month>
>                                 <count>2023006</count>
>                             </value>
>                             <value>
>                                 <year>2018</year>
>                                 <month>10</month>
>                                 <count>4580575</count>
>                             </value>
>                             <value>
>                                 <year>2018</year>
>                                 <month>9</month>
>                                 <count>5154160</count>
>                             </value>
>                             <value>
>                                 <year>2018</year>
>                                 <month>8</month>
>                                 <count>4944985</count>
>                             </value>
>                             <value>
>                                 <year>2018</year>
>                                 <month>7</month>
>                                 <count>9779854</count>
>                             </value>
>                             <value>
>                                 <year>2018</year>
>                                 <month>6</month>
>                                 <count>3027422</count>
>                             </value>
>                             <value>
>                                 <year>2018</year>
>                                 <month>5</month>
>                                 <count>6210548</count>
>                             </value>
>                             <value>
>                                 <year>2018</year>
>                                 <month>4</month>
>                                 <count>529485</count>
>                             </value>
>                             <value>
>                                 <year>2018</year>
>                                 <month>3</month>
>                                 <count>7203480</count>
>                             </value>
>                             <value>
>                                 <year>2018</year>
>                                 <month>2</month>
>                                 <count>9326480</count>
>                             </value>
>                             <value>
>                                 <year>2018</year>
>                                 <month>1</month>
>                                 <count>9564620</count>
>                             </value>
>                             <value>
>                                 <year>2017</year>
>                                 <month>12</month>
>                                 <count>6540789</count>
>                             </value>
>                         </value>
>                     </data>
>                     <data>
>                         <key>SEARCH_VOLUME</key>
>                         <value xmlns:xsi="
> http://www.w3.org/2001/XMLSchema-instance"; xsi:type="LongAttribute">
>                             <Attribute.Type>LongAttribute</Attribute.Type>
>                             <value>5740450</value>
>                         </value>
>                     </data>
>                 </entries>
>             </rval>
>         </getResponse>
>     </soap:Body>
> </soap:Envelope>
>
>
>
> keyword "I want to get correct value":
>
>
> <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/";>
>     <soap:Header>
>         <ResponseHeader xmlns="
> https://adwords.google.com/api/adwords/o/v201809"; xmlns:ns2="
> https://adwords.google.com/api/adwords/cm/v201809";>
>             <ns2:requestId>00057d4a4de40ba00a5619c7a90b9a6d</ns2:requestId>
>             <ns2:serviceName>TargetingIdeaService</ns2:serviceName>
>             <ns2:methodName>get</ns2:methodName>
>             <ns2:operations>1</ns2:operations>
>             <ns2:responseTime>195</ns2:responseTime>
>         </ResponseHeader>
>     </soap:Header>
>     <soap:Body>
>         <getResponse xmlns="
> https://adwords.google.com/api/adwords/o/v201809"; xmlns:ns2="
> https://adwords.google.com/api/adwords/cm/v201809";>
>             <rval>
>                 <totalNumEntries>1</totalNumEntries>
>                 <entries>
>                     <data>
>                         <key>KEYWORD_TEXT</key>
>                         <value xmlns:xsi="
> http://www.w3.org/2001/XMLSchema-instance"; xsi:type="StringAttribute">
>                             
> <Attribute.Type>StringAttribute</Attribute.Type>
>                             <value>i want to get correct value</value>
>                         </value>
>                     </data>
>                     <data>
>                         <key>TARGETED_MONTHLY_SEARCHES</key>
>                         <value xmlns:xsi="
> http://www.w3.org/2001/XMLSchema-instance"; 
> xsi:type="MonthlySearchVolumeAttribute">
>                             
> <Attribute.Type>MonthlySearchVolumeAttribute</Attribute.Type>
>                             <value>
>                                 <year>2018</year>
>                                 <month>11</month>
>                                 <count>1921009</count>
>                             </value>
>                             <value>
>                                 <year>2018</year>
>                                 <month>10</month>
>                                 <count>6762350</count>
>                             </value>
>                             <value>
>                                 <year>2018</year>
>                                 <month>9</month>
>                                 <count>7696621</count>
>                             </value>
>                             <value>
>                                 <year>2018</year>
>                                 <month>8</month>
>                                 <count>4588822</count>
>                             </value>
>                             <value>
>                                 <year>2018</year>
>                                 <month>7</month>
>                                 <count>5941275</count>
>                             </value>
>                             <value>
>                                 <year>2018</year>
>                                 <month>6</month>
>                                 <count>2712183</count>
>                             </value>
>                             <value>
>                                 <year>2018</year>
>                                 <month>5</month>
>                                 <count>214626</count>
>                             </value>
>                             <value>
>                                 <year>2018</year>
>                                 <month>4</month>
>                                 <count>798878</count>
>                             </value>
>                             <value>
>                                 <year>2018</year>
>                                 <month>3</month>
>                                 <count>2829602</count>
>                             </value>
>                             <value>
>                                 <year>2018</year>
>                                 <month>2</month>
>                                 <count>7562938</count>
>                             </value>
>                             <value>
>                                 <year>2018</year>
>                                 <month>1</month>
>                                 <count>2938199</count>
>                             </value>
>                             <value>
>                                 <year>2017</year>
>                                 <month>12</month>
>                                 <count>6401010</count>
>                             </value>
>                         </value>
>                     </data>
>                     <data>
>                         <key>SEARCH_VOLUME</key>
>                         <value xmlns:xsi="
> http://www.w3.org/2001/XMLSchema-instance"; xsi:type="LongAttribute">
>                             <Attribute.Type>LongAttribute</Attribute.Type>
>                             <value>4197292</value>
>                         </value>
>                     </data>
>                 </entries>
>             </rval>
>         </getResponse>
>     </soap:Body>
> </soap:Envelope>
>
>
> here it is obvious that for the second word the result is too big
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 [email protected]
To unsubscribe from this group, send email to
[email protected]
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 [email protected].
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/e3b72df7-be5f-4eca-a8e4-637714b0ad74%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • ... Dmitry Karpuk
    • ... 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum

Reply via email to