Re: Why TargetingIdeaService return empty value for last two months?

2010-06-25 Thread AdWords API Advisor
Hi Dmitriy,

Let's follow up on your new thread:
http://groups.google.com/group/adwords-api/browse_thread/thread/a149c472f6a4460c/

Best,
- Eric Koleda, AdWords API Team

On Jun 18, 7:56 am, dmitriy dmit...@sayu.co.uk wrote:
 Hi Anash,
 Thank you for your feedback.

 WSDL_CASHE = 0;

 [Jun 15 2010 10:10:06.u - INFO] POST /api/adwords/o/v200909/
 TargetingIdeaService HTTP/1.1
 Host: adwords.google.com
 Connection: Keep-Alive
 User-Agent: PHP-SOAP/5.2.0-8+etch16
 Content-Type: text/xml; charset=utf-8
 SOAPAction: 
 Content-Length: 3470

 ?xml version=1.0 encoding=UTF-8?
 SOAP-ENV:Envelope xmlns:SOAP-ENV=http://schemas.xmlsoap.org/soap/
 envelope/ xmlns:ns1=https://adwords.google.com/api/adwords/o/
 v200909 xmlns:ns2=https://adwords.google.com/api/adwords/cm/v200909;
 xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
   SOAP-ENV:Header
     ns1:RequestHeader xsi:type=ns2:RequestHeader
       ns2:applicationToken***/ns2:applicationToken

 ns2:authToken***/ns2:authToken
       ns2:clientCustomerId***/ns2:clientCustomerId
       ns2:developerToken***/ns2:developerToken
       ns2:userAgentAwApi-PHP-2.0.1 Data Download/
 ns2:userAgent
       ns2:validateOnly/
     /ns1:RequestHeader
   /SOAP-ENV:Header
   SOAP-ENV:Body
     ns1:get
       ns1:selector xmlns:ns1=https://adwords.google.com/api/adwords/
 o/v200909 xsi:type=ns1:TargetingIdeaSelector
         ns1:searchParameters xmlns:ns1=https://adwords.google.com/
 api/adwords/o/v200909 xsi:type=ns1:RelatedToKeywordSearchParameter
           ns1:SearchParameter.Type/
           ns1:keywords xmlns:ns2=https://adwords.google.com/api/
 adwords/cm/v200909 xsi:type=ns2:Keyword
             ns2:Criterion.Type/
             ns2:textwindow shutters/ns2:text
             ns2:matchTypeEXACT/ns2:matchType
           /ns1:keywords
           ns1:keywords xmlns:ns2=https://adwords.google.com/api/
 adwords/cm/v200909 xsi:type=ns2:Keyword
             ns2:Criterion.Type/
             ns2:textshutters/ns2:text
             ns2:matchTypeEXACT/ns2:matchType
           /ns1:keywords
           ns1:keywords xmlns:ns2=https://adwords.google.com/api/
 adwords/cm/v200909 xsi:type=ns2:Keyword
             ns2:Criterion.Type/
             ns2:textplantation shutters/ns2:text
             ns2:matchTypeEXACT/ns2:matchType
           /ns1:keywords
           ns1:keywords xmlns:ns2=https://adwords.google.com/api/
 adwords/cm/v200909 xsi:type=ns2:Keyword
             ns2:Criterion.Type/
             ns2:textblinds/ns2:text
             ns2:matchTypeEXACT/ns2:matchType
           /ns1:keywords
         /ns1:searchParameters
         ns1:searchParameters xmlns:ns1=https://adwords.google.com/
 api/adwords/o/v200909 xsi:type=ns1:CountryTargetSearchParameter
           ns1:SearchParameter.Type/
           ns1:countryTargets xmlns:ns2=https://adwords.google.com/
 api/adwords/cm/v200909 xsi:type=ns2:CountryTarget
             ns2:Target.Type/
             ns2:countryCodeGB/ns2:countryCode
           /ns1:countryTargets
         /ns1:searchParameters
         ns1:searchParameters xmlns:ns1=https://adwords.google.com/
 api/adwords/o/v200909 xsi:type=ns1:LanguageTargetSearchParameter
           ns1:SearchParameter.Type/
           ns1:languageTargets xmlns:ns2=https://adwords.google.com/
 api/adwords/cm/v200909 xsi:type=ns2:LanguageTarget
             ns2:Target.Type/
             ns2:languageCodeen/ns2:languageCode
           /ns1:languageTargets
         /ns1:searchParameters
         ns1:searchParameters xmlns:ns1=https://adwords.google.com/
 api/adwords/o/v200909 xsi:type=ns1:KeywordMatchTypeSearchParameter
           ns1:SearchParameter.Type/
           ns1:keywordMatchTypesEXACT/ns1:keywordMatchTypes
         /ns1:searchParameters
         ns1:ideaTypeKEYWORD/ns1:ideaType
         ns1:requestTypeSTATS/ns1:requestType
         ns1:requestedAttributeTypesKEYWORD/
 ns1:requestedAttributeTypes
         ns1:requestedAttributeTypesTARGETED_MONTHLY_SEARCHES/
 ns1:requestedAttributeTypes
         ns1:paging xmlns:ns2=https://adwords.google.com/api/adwords/
 cm/v200909 xsi:type=ns2:Paging
           ns2:startIndex0/ns2:startIndex
           ns2:numberResults10/ns2:numberResults
         /ns1:paging
       /ns1:selector
     /ns1:get
   /SOAP-ENV:Body
 /SOAP-ENV:Envelope

 HTTP/1.1 200 OK
 Content-Type: text/xml; charset=UTF-8
 SOAPAction: 
 Date: Tue, 15 Jun 2010 09:10:06 GMT
 Expires: Tue, 15 Jun 2010 09:10:06 GMT
 Cache-Control: private, max-age=0
 X-Content-Type-Options: nosniff
 X-Frame-Options: SAMEORIGIN
 X-XSS-Protection: 1; mode=block
 Server: GSE
 Transfer-Encoding: chunked

 ?xml version=1.0?
 soap:Envelope xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/;
   soap:Header
     ResponseHeader xmlns:ns2=https://adwords.google.com/api/adwords/
 cm/v200909 xmlns=https://adwords.google.com/api/adwords/o/v200909;
       ns2:requestId3b229758b0e408191c8b885e6686014a/ns2:requestId
       ns2:operations4/ns2:operations
       ns2:responseTime176/ns2:responseTime
       ns2:units6/ns2:units
     

Re: Why TargetingIdeaService return empty value for last two months?

2010-06-18 Thread AdWords API Advisor
Hi Dmitriy,

I haven't seen any other users report this issue, so I assume there is
something wrong with the way you make your requests. Please post a
sanitized request and response xml on this thread so that other users
can help you address your issues.

Cheers,
Anash P. Oommen,
AdWords API Team

On Jun 17, 5:24 pm, dmitriy dmit...@sayu.co.uk wrote:
 Hello.
 Please help,
 and why did you remove my previous same question without any
 definitions?

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


Re: Why TargetingIdeaService return empty value for last two months?

2010-06-18 Thread dmitriy
Hi Anash,
Thank you for your feedback.

WSDL_CASHE = 0;

[Jun 15 2010 10:10:06.u - INFO] POST /api/adwords/o/v200909/
TargetingIdeaService HTTP/1.1
Host: adwords.google.com
Connection: Keep-Alive
User-Agent: PHP-SOAP/5.2.0-8+etch16
Content-Type: text/xml; charset=utf-8
SOAPAction: 
Content-Length: 3470

?xml version=1.0 encoding=UTF-8?
SOAP-ENV:Envelope xmlns:SOAP-ENV=http://schemas.xmlsoap.org/soap/
envelope/ xmlns:ns1=https://adwords.google.com/api/adwords/o/
v200909 xmlns:ns2=https://adwords.google.com/api/adwords/cm/v200909;
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
  SOAP-ENV:Header
ns1:RequestHeader xsi:type=ns2:RequestHeader
  ns2:applicationToken***/ns2:applicationToken

ns2:authToken***/ns2:authToken
  ns2:clientCustomerId***/ns2:clientCustomerId
  ns2:developerToken***/ns2:developerToken
  ns2:userAgentAwApi-PHP-2.0.1 Data Download/
ns2:userAgent
  ns2:validateOnly/
/ns1:RequestHeader
  /SOAP-ENV:Header
  SOAP-ENV:Body
ns1:get
  ns1:selector xmlns:ns1=https://adwords.google.com/api/adwords/
o/v200909 xsi:type=ns1:TargetingIdeaSelector
ns1:searchParameters xmlns:ns1=https://adwords.google.com/
api/adwords/o/v200909 xsi:type=ns1:RelatedToKeywordSearchParameter
  ns1:SearchParameter.Type/
  ns1:keywords xmlns:ns2=https://adwords.google.com/api/
adwords/cm/v200909 xsi:type=ns2:Keyword
ns2:Criterion.Type/
ns2:textwindow shutters/ns2:text
ns2:matchTypeEXACT/ns2:matchType
  /ns1:keywords
  ns1:keywords xmlns:ns2=https://adwords.google.com/api/
adwords/cm/v200909 xsi:type=ns2:Keyword
ns2:Criterion.Type/
ns2:textshutters/ns2:text
ns2:matchTypeEXACT/ns2:matchType
  /ns1:keywords
  ns1:keywords xmlns:ns2=https://adwords.google.com/api/
adwords/cm/v200909 xsi:type=ns2:Keyword
ns2:Criterion.Type/
ns2:textplantation shutters/ns2:text
ns2:matchTypeEXACT/ns2:matchType
  /ns1:keywords
  ns1:keywords xmlns:ns2=https://adwords.google.com/api/
adwords/cm/v200909 xsi:type=ns2:Keyword
ns2:Criterion.Type/
ns2:textblinds/ns2:text
ns2:matchTypeEXACT/ns2:matchType
  /ns1:keywords
/ns1:searchParameters
ns1:searchParameters xmlns:ns1=https://adwords.google.com/
api/adwords/o/v200909 xsi:type=ns1:CountryTargetSearchParameter
  ns1:SearchParameter.Type/
  ns1:countryTargets xmlns:ns2=https://adwords.google.com/
api/adwords/cm/v200909 xsi:type=ns2:CountryTarget
ns2:Target.Type/
ns2:countryCodeGB/ns2:countryCode
  /ns1:countryTargets
/ns1:searchParameters
ns1:searchParameters xmlns:ns1=https://adwords.google.com/
api/adwords/o/v200909 xsi:type=ns1:LanguageTargetSearchParameter
  ns1:SearchParameter.Type/
  ns1:languageTargets xmlns:ns2=https://adwords.google.com/
api/adwords/cm/v200909 xsi:type=ns2:LanguageTarget
ns2:Target.Type/
ns2:languageCodeen/ns2:languageCode
  /ns1:languageTargets
/ns1:searchParameters
ns1:searchParameters xmlns:ns1=https://adwords.google.com/
api/adwords/o/v200909 xsi:type=ns1:KeywordMatchTypeSearchParameter
  ns1:SearchParameter.Type/
  ns1:keywordMatchTypesEXACT/ns1:keywordMatchTypes
/ns1:searchParameters
ns1:ideaTypeKEYWORD/ns1:ideaType
ns1:requestTypeSTATS/ns1:requestType
ns1:requestedAttributeTypesKEYWORD/
ns1:requestedAttributeTypes
ns1:requestedAttributeTypesTARGETED_MONTHLY_SEARCHES/
ns1:requestedAttributeTypes
ns1:paging xmlns:ns2=https://adwords.google.com/api/adwords/
cm/v200909 xsi:type=ns2:Paging
  ns2:startIndex0/ns2:startIndex
  ns2:numberResults10/ns2:numberResults
/ns1:paging
  /ns1:selector
/ns1:get
  /SOAP-ENV:Body
/SOAP-ENV:Envelope


HTTP/1.1 200 OK
Content-Type: text/xml; charset=UTF-8
SOAPAction: 
Date: Tue, 15 Jun 2010 09:10:06 GMT
Expires: Tue, 15 Jun 2010 09:10:06 GMT
Cache-Control: private, max-age=0
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
Server: GSE
Transfer-Encoding: chunked

?xml version=1.0?
soap:Envelope xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/;
  soap:Header
ResponseHeader xmlns:ns2=https://adwords.google.com/api/adwords/
cm/v200909 xmlns=https://adwords.google.com/api/adwords/o/v200909;
  ns2:requestId3b229758b0e408191c8b885e6686014a/ns2:requestId
  ns2:operations4/ns2:operations
  ns2:responseTime176/ns2:responseTime
  ns2:units6/ns2:units
/ResponseHeader
  /soap:Header
  soap:Body
getResponse xmlns=https://adwords.google.com/api/adwords/o/
v200909 xmlns:ns2=https://adwords.google.com/api/adwords/cm/
v200909
  rval
totalNumEntries4/totalNumEntries
entries
  data
keyTARGETED_MONTHLY_SEARCHES/key
value