TargetingIdeaService returns incorrect SEARCH_VOLUME value

34 views
Skip to first unread message

Dmitry Karpuk

unread,
Dec 18, 2018, 6:05:39 PM12/18/18
to AdWords API and Google Ads API Forum

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>
            <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>
            <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>
            <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>
            <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

Luis Xander Talag (AdWords API Team)

unread,
Dec 18, 2018, 10:58:36 PM12/18/18
to AdWords API and Google Ads API Forum
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
Reply all
Reply to author
Forward
0 new messages