Hi Josh, Thanks for the reply. Please note that the request I'm sending is for *TargetingIdeaService *and not TrafficEstimatorService.
Please find the SOAP request and response below. Note that I have given 5 keywords in the request while the number of entries in the response is only 2. This occurs only in v201402 but in v201309, i get 5 entries. SOAP Request: <?xml version=1.0 encoding=UTF-8?><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> <ns1:RequestHeader xmlns:ns1=https://adwords.google.com/api/adwords/o/v201402 soapenv:mustUnderstand=0> <ns2:clientCustomerId xmlns:ns2=https://adwords.google.com/api/adwords/cm/v201402>xxx-xxx-xxxx</ns2:clientCustomerId> <ns3:developerToken xmlns:ns3=https://adwords.google.com/api/adwords/cm/v201402>xxxxxxxxxx-x-xxxxxxx-x</ns3:developerToken> <ns4:userAgent xmlns:ns4=https://adwords.google.com/api/adwords/cm/v201402>XYZ</ns4:userAgent> <ns5:validateOnly xmlns:ns5=https://adwords.google.com/api/adwords/cm/v201402>false</ns5:validateOnly> <ns6:partialFailure xmlns:ns6=https://adwords.google.com/api/adwords/cm/v201402>false</ns6:partialFailure> </ns1:RequestHeader> </soapenv:Header> <soapenv:Body> <get xmlns=https://adwords.google.com/api/adwords/o/v201402> <selector> <searchParameters xmlns:ns7=https://adwords.google.com/api/adwords/o/v201402 xsi:type=ns7:RelatedToQuerySearchParameter> * <ns7:queries>País</ns7:queries>* * <ns7:queries>Secretária</ns7:queries>* * <ns7:queries>Müller</ns7:queries>* * <ns7:queries>qnugtw</ns7:queries>* * <ns7:queries>ümbrella</ns7:queries>* </searchParameters> <searchParameters xmlns:ns8=https://adwords.google.com/api/adwords/o/v201402 xsi:type=ns8:LanguageSearchParameter> <ns8:languages> <ns9:id xmlns:ns9=https://adwords.google.com/api/adwords/cm/v201402>1000</ns9:id> </ns8:languages> </searchParameters> <searchParameters xmlns:ns10=https://adwords.google.com/api/adwords/o/v201402 xsi:type=ns10:LocationSearchParameter> <ns10:locations> <ns11:id xmlns:ns11=https://adwords.google.com/api/adwords/cm/v201402>2840</ns11:id> </ns10:locations> </searchParameters> <searchParameters xmlns:ns12=https://adwords.google.com/api/adwords/o/v201402 xsi:type=ns12:NetworkSearchParameter> <ns12:networkSetting> <ns13:targetGoogleSearch xmlns:ns13=https://adwords.google.com/api/adwords/cm/v201402>true</ns13:targetGoogleSearch> <ns14:targetSearchNetwork xmlns:ns14=https://adwords.google.com/api/adwords/cm/v201402>false</ns14:targetSearchNetwork> <ns15:targetContentNetwork xmlns:ns15=https://adwords.google.com/api/adwords/cm/v201402>false</ns15:targetContentNetwork> <ns16:targetPartnerSearchNetwork xmlns:ns16=https://adwords.google.com/api/adwords/cm/v201402>false</ns16:targetPartnerSearchNetwork> </ns12:networkSetting> </searchParameters> <ideaType>KEYWORD</ideaType> <requestType>STATS</requestType> <requestedAttributeTypes>TARGETED_MONTHLY_SEARCHES</requestedAttributeTypes> <requestedAttributeTypes>KEYWORD_TEXT</requestedAttributeTypes> <requestedAttributeTypes>COMPETITION</requestedAttributeTypes> <paging> <ns17:startIndex xmlns:ns17=https://adwords.google.com/api/adwords/cm/v201402>0</ns17:startIndex> <ns18:numberResults xmlns:ns18=https://adwords.google.com/api/adwords/cm/v201402>5</ns18:numberResults> </paging> </selector> </get> </soapenv:Body> </soapenv:Envelope> SOAP Response: <?xml version=1.0 encoding=UTF-8?><soap:Envelope xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/> <soap:Header> <ResponseHeader xmlns:ns2=https://adwords.google.com/api/adwords/cm/v201402 xmlns=https://adwords.google.com/api/adwords/o/v201402> <ns2:requestId>0004fe40b3b43f380ae50b49e8004259</ns2:requestId> <ns2:serviceName>TargetingIdeaService</ns2:serviceName> <ns2:methodName>get</ns2:methodName> <ns2:operations>0</ns2:operations> <ns2:responseTime>252</ns2:responseTime> </ResponseHeader> </soap:Header> <soap:Body> <getResponse xmlns:ns2=https://adwords.google.com/api/adwords/cm/v201402 xmlns=https://adwords.google.com/api/adwords/o/v201402> <rval> * <totalNumEntries>2</totalNumEntries>* <entries> <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>2014</year> <month>5</month> <count>720</count> </value> <value> <year>2014</year> <month>4</month> <count>720</count> </value> <value> <year>2014</year> <month>3</month> <count>720</count> </value> <value> <year>2014</year> <month>2</month> <count>590</count> </value> <value> <year>2014</year> <month>1</month> <count>720</count> </value> <value> <year>2013</year> <month>12</month> <count>720</count> </value> <value> <year>2013</year> <month>11</month> <count>720</count> </value> <value> <year>2013</year> <month>10</month> <count>720</count> </value> <value> <year>2013</year> <month>9</month> <count>880</count> </value> <value> <year>2013</year> <month>8</month> <count>1000</count> </value> <value> <year>2013</year> <month>7</month> <count>1000</count> </value> <value> <year>2013</year> <month>6</month> <count>1300</count> </value> </value> </data> <data> <key>KEYWORD_TEXT</key> <value xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance xsi:type=StringAttribute> <Attribute.Type>StringAttribute</Attribute.Type> <value>müller</value> </value> </data> <data> <key>COMPETITION</key> <value xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance xsi:type=DoubleAttribute> <Attribute.Type>DoubleAttribute</Attribute.Type> <value>0.0064331470628322205</value> </value> </data> </entries> <entries> <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>2014</year> <month>6</month> </value> <value> <year>2014</year> <month>5</month> </value> <value> <year>2014</year> <month>4</month> </value> <value> <year>2014</year> <month>3</month> </value> <value> <year>2014</year> <month>2</month> </value> <value> <year>2014</year> <month>1</month> </value> <value> <year>2013</year> <month>12</month> </value> <value> <year>2013</year> <month>11</month> </value> <value> <year>2013</year> <month>10</month> </value> <value> <year>2013</year> <month>9</month> </value> <value> <year>2013</year> <month>8</month> </value> <value> <year>2013</year> <month>7</month> </value> </value> </data> <data> <key>KEYWORD_TEXT</key> <value xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance xsi:type=StringAttribute> <Attribute.Type>StringAttribute</Attribute.Type> <value>ümbrella</value> </value> </data> <data> <key>COMPETITION</key> <value xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance xsi:type=DoubleAttribute> <Attribute.Type>DoubleAttribute</Attribute.Type> </value> </data> </entries> </rval> </getResponse> </soap:Body> </soap:Envelope> On Tuesday, July 15, 2014 12:30:02 PM UTC-7, Josh Radcliff (AdWords API Team) wrote: > > Hi, > > Are you converting to v201402 or v201406? I ask because in v201406, > TrafficEstimatorService will exclude values that are missing or cannot be > calculated (see the "Changes to displayed values" section of the v201406 > Release Notes > <https://developers.google.com/adwords/api/docs/reference/#v201406>). I > tried running a request for the keywords you mentioned using v201309, > v201402, and v201406. The responses for v201309 and v201402 were identical, > and the response for v201406 only differed in that it excluded the > *averageCpc* element for keywords where *clicksPerDay* was 0.0. > > If I haven't fully answered your question, could you post your request and > response XML after removing any sensitive information? > > Thanks, > Josh, AdWords API Team > > On Tuesday, July 15, 2014 12:18:04 PM UTC-4, Shashank Pedamallu wrote: >> >> The above requests were made for AttributeType as >> TARGETED_MONTHLY_SEARCHES. >> >> On Monday, July 14, 2014 3:29:23 PM UTC-7, Shashank Pedamallu wrote: >>> >>> I have used TargetingIdeaService of v201309 for following keywords: >>> "Secretária","País","Müller","qnugtw","ümbrella" and got results for all of >>> the given keywords. >>> >>> But when I use the TargetingIdeaService of v201402 for the same >>> keywords, I get reply for only: "Müller", "ümbrella" alone while the result >>> is not obtained for "Secretária","País","qnugtw". >>> >>> Could someone explain the reason for this behavior? >>> >> -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 --- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to adwords-api+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.