On Sunday, December 8, 2013 at 6:21:20 PM UTC+5:30, Takeshi Hagikura 
(AdWords API Team) wrote:
>
> Hi,
>
> Basically we announce the code breaking change in advance. 
> Sorry if it was the breaking change, that was not what we expected.
>
> I checked with the relevant engineer again.
> Recently we applied the performance change and it's likely behavior was 
> changed unexpectedly. 
>
> We're applying the change to fix it this week. 
> Please let us know if you find any inconsistency.
>
> Best,
> - Takeshi, 
>
> On Wednesday, December 4, 2013 12:23:19 AM UTC+9, PPC London wrote:
>>
>> Hi Takeshi
>> Thanks for reply
>> We are changing our code to handle this, 
>> But up to 2 weeks back we were getting back SEARCH_VOLUME , COMPETITION 
>> and TARGETED_MONTHLY_SEARCHES back for all the keywords(with values 0 for 
>> those keywords without STATS) 
>> And suddenly our users reported that our applications are not working, 
>> and on investigating we found that the above items are no more returned for 
>> keywords without STATS
>>
>> Our concern is that we would like to know about such breaking changes in 
>> advance.
>> Cheers
>>
>> On Tuesday, December 3, 2013 6:48:45 AM UTC, Takeshi Hagikura (AdWords 
>> API Team) wrote:
>>>
>>> Hi, 
>>>
>>> Checked with the relevant engineer. It's expected. 
>>>
>>> When you query STATS, the backend doesn't have the stat for the exact 
>>> same keyword (holiday kephalona greece in this case) so nothing is 
>>> returned.
>>> (if you query the keyword that has the stats, you should get the results)
>>>
>>> If you query IDEAS, you get ideas for related keywords, so you should 
>>> get results. 
>>>
>>> Best,
>>> - Takeshi, AdWords API Team
>>>
>>> On Monday, December 2, 2013 8:02:20 PM UTC+9, PPC London wrote:
>>>>
>>>> Thanks Takeshi
>>>> Please update us once it is solved
>>>> Thanks
>>>>
>>>> On Monday, December 2, 2013 7:12:35 AM UTC, Takeshi Hagikura (AdWords 
>>>> API Team) wrote:
>>>>>
>>>>> Hi, 
>>>>>
>>>>> Thanks, I'm able to reproduce it as well. 
>>>>>
>>>>> I think it's an unexpected behavior. 
>>>>> I'm escalating it to the relevant engineer. 
>>>>>
>>>>> Best,
>>>>> - Takeshi, AdWords API Team
>>>>>
>>>>> On Friday, November 29, 2013 8:01:12 PM UTC+9, PPC London wrote:
>>>>>>
>>>>>> Hi Takeshi 
>>>>>>
>>>>>> Just had a closer look at your request 
>>>>>> you are doing 
>>>>>> <requestType>IDEAS</requestType>
>>>>>> but I am doing 
>>>>>> <requestType>STATS</requestType>
>>>>>>
>>>>>> I am doing STATS because I want stats for given keyword
>>>>>>
>>>>>> IDEAS will return other related similar keywords with their stats
>>>>>>
>>>>>> so the 12 months volumes you see are for some related keyword but not 
>>>>>> the actual one in request
>>>>>>
>>>>>> Thanks
>>>>>>
>>>>>>
>>>>>> On Friday, November 29, 2013 6:45:43 AM UTC, Takeshi Hagikura 
>>>>>> (AdWords API Team) wrote:
>>>>>>>
>>>>>>> Hi everyone, 
>>>>>>>
>>>>>>> Thanks for the report. 
>>>>>>> Just to make sure, is it still reproducible?
>>>>>>>
>>>>>>> I tried the following request and I got the monthly values (12 
>>>>>>> values) for each keyword. 
>>>>>>>
>>>>>>> <?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 soapenv:actor="
>>>>>>> http://schemas.xmlsoap.org/soap/actor/next"; 
>>>>>>> soapenv:mustUnderstand="0" xmlns:ns1="
>>>>>>> https://adwords.google.com/api/adwords/o/v201309";>
>>>>>>>       <ns2:authToken xmlns:ns2="
>>>>>>> https://adwords.google.com/api/adwords/cm/v201309
>>>>>>> ">******</ns2:authToken>
>>>>>>>       <ns3:clientCustomerId xmlns:ns3="
>>>>>>> https://adwords.google.com/api/adwords/cm/v201309";>****** 
>>>>>>> </ns3:clientCustomerId>
>>>>>>>       <ns4:developerToken xmlns:ns4="
>>>>>>> https://adwords.google.com/api/adwords/cm/v201309
>>>>>>> ">*******</ns4:developerToken>
>>>>>>>       <ns5:userAgent xmlns:ns5="
>>>>>>> https://adwords.google.com/api/adwords/cm/v201309";>user 
>>>>>>> agent</ns5:userAgent>
>>>>>>>       <ns6:validateOnly xmlns:ns6="
>>>>>>> https://adwords.google.com/api/adwords/cm/v201309
>>>>>>> ">false</ns6:validateOnly>
>>>>>>>       <ns7:partialFailure xmlns:ns7="
>>>>>>> https://adwords.google.com/api/adwords/cm/v201309
>>>>>>> ">false</ns7:partialFailure>
>>>>>>>     </ns1:RequestHeader>
>>>>>>>   </soapenv:Header>
>>>>>>>   <soapenv:Body>
>>>>>>>     <get xmlns="https://adwords.google.com/api/adwords/o/v201309";>
>>>>>>>       <selector>
>>>>>>>         <searchParameters 
>>>>>>> xsi:type="ns8:RelatedToQuerySearchParameter" xmlns:ns8="
>>>>>>> https://adwords.google.com/api/adwords/o/v201309";>
>>>>>>>           <queries>holiday kephalona greece</queries>
>>>>>>>         </searchParameters>
>>>>>>>         <searchParameters xsi:type="ns9:LocationSearchParameter" 
>>>>>>> xmlns:ns9="https://adwords.google.com/api/adwords/o/v201309";>
>>>>>>>           <locations>
>>>>>>>             <ns10:id xmlns:ns10="
>>>>>>> https://adwords.google.com/api/adwords/cm/v201309";>2826</ns10:id>
>>>>>>>           </locations>
>>>>>>>         </searchParameters>
>>>>>>>         <searchParameters xsi:type="ns11:NetworkSearchParameter" 
>>>>>>> xmlns:ns11="https://adwords.google.com/api/adwords/o/v201309";>
>>>>>>>           <networkSetting>
>>>>>>>             <ns12:targetGoogleSearch xmlns:ns12="
>>>>>>> https://adwords.google.com/api/adwords/cm/v201309
>>>>>>> ">true</ns12:targetGoogleSearch>
>>>>>>>             <ns13:targetSearchNetwork xmlns:ns13="
>>>>>>> https://adwords.google.com/api/adwords/cm/v201309
>>>>>>> ">false</ns13:targetSearchNetwork>
>>>>>>>             <ns14:targetContentNetwork xmlns:ns14="
>>>>>>> https://adwords.google.com/api/adwords/cm/v201309
>>>>>>> ">false</ns14:targetContentNetwork>
>>>>>>>             <ns15:targetPartnerSearchNetwork xmlns:ns15="
>>>>>>> https://adwords.google.com/api/adwords/cm/v201309
>>>>>>> ">false</ns15:targetPartnerSearchNetwork>
>>>>>>>           </networkSetting>
>>>>>>>         </searchParameters>
>>>>>>>         <ideaType>KEYWORD</ideaType>
>>>>>>>         <requestType>IDEAS</requestType>
>>>>>>>         
>>>>>>> <requestedAttributeTypes>KEYWORD_TEXT</requestedAttributeTypes>
>>>>>>>         
>>>>>>> <requestedAttributeTypes>SEARCH_VOLUME</requestedAttributeTypes>
>>>>>>>         
>>>>>>> <requestedAttributeTypes>TARGETED_MONTHLY_SEARCHES</requestedAttributeTypes>
>>>>>>>         
>>>>>>> <requestedAttributeTypes>COMPETITION</requestedAttributeTypes>
>>>>>>>         
>>>>>>> <requestedAttributeTypes>EXTRACTED_FROM_WEBPAGE</requestedAttributeTypes>
>>>>>>>         <paging>
>>>>>>>           <ns16:startIndex xmlns:ns16="
>>>>>>> https://adwords.google.com/api/adwords/cm/v201309
>>>>>>> ">0</ns16:startIndex>
>>>>>>>           <ns17:numberResults xmlns:ns17="
>>>>>>> https://adwords.google.com/api/adwords/cm/v201309
>>>>>>> ">10</ns17:numberResults>
>>>>>>>         </paging>
>>>>>>>       </selector>
>>>>>>>     </get>
>>>>>>>   </soapenv:Body>
>>>>>>>   </soapenv:Envelope>
>>>>>>>
>>>>>>> Best,
>>>>>>> - Takeshi, AdWords API Team
>>>>>>>
>>>>>>> On Thursday, November 28, 2013 9:24:18 PM UTC+9, PPC London wrote:
>>>>>>>>
>>>>>>>>
>>>>>>>> Thanks Marius
>>>>>>>> Good to know that it is not just us.
>>>>>>>>
>>>>>>>> On Thursday, November 28, 2013 11:46:24 AM UTC, Marius-Eugen Gerdan 
>>>>>>>> wrote:
>>>>>>>>>
>>>>>>>>> you are not alone. we also have this issue. it seems to have to do 
>>>>>>>>> with some keywords in the call. if you split the calls into multiple 
>>>>>>>>> calls 
>>>>>>>>> with only one keyword, this works, only the keywords included, that 
>>>>>>>>> have no 
>>>>>>>>> search volume will be affected. this is clearly a bug. please fix 
>>>>>>>>> this 
>>>>>>>>> urgent.
>>>>>>>>>
>>>>>>>>> Am Donnerstag, 28. November 2013 11:01:25 UTC+1 schrieb PPC London:
>>>>>>>>>>
>>>>>>>>>> Is it just us, or anyone else also seen this behavior?
>>>>>>>>>> Its urgent please...
>>>>>>>>>>
>>>>>>>>>> On Wednesday, November 27, 2013 12:07:16 PM UTC, PPC London wrote:
>>>>>>>>>>>
>>>>>>>>>>> Even SEARCH_VOLUME and COMPETITION are missing from response
>>>>>>>>>>>
>>>>>>>>>>
when i use TARGETED_MONTHLY_SEARCHES selector, It shows last 12 months 
result but i want to give diffrent time period. How can i give new time 
period with it.
In the file GetKeywordIdeas.php is use selector as follows

 $selector = new TargetingIdeaSelector();
$selector->requestType = 'IDEAS';
$selector->ideaType = 'KEYWORD';
$selector->requestedAttributeTypes = array('KEYWORD_TEXT', 'SEARCH_VOLUME',
'CATEGORY_PRODUCTS_AND_SERVICES','TARGETED_MONTHLY_SEARCHES','AVERAGE_CPC','COMPETITION','IDEA_TYPE','EXTRACTED_FROM_WEBPAGE');
please help me with the write code. Thanks

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
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/5ffdd448-843e-401b-b573-27419513fd1d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to