Hi, I was able to reproduce this in the sandbox. When I tested against production, I did receive a valid response. I've filed an issue with the core engineers to see if we can correct this behavior. In the meantime, rest assured that production shouldn't have this problem. I apologize for the inconvenience.
- Kevin Winter AdWords API Team On Thursday, April 12, 2012 6:30:21 AM UTC-4, Moritz Kröger wrote: > > Hello, > > i am not able to retrieve a value for the COMPETITION value of > requestedAttributeTypes. > I am currently testing against the Sandbox Endpoint. > > https://adwords-sandbox.google.com/api/adwords/o/v201109/TargetingIdeaService<https://adwords-sandbox.google.com/api/adwords/o/v201109/TargetingIdeaService?wsdl> > > REQUEST: > > <?xml version="1.0" encoding="utf-8"?> > <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" > xmlns:ns1="https://adwords.google.com/api/adwords/o/v201109" xmlns:ns2=" > https://adwords.google.com/api/adwords/cm/v201109"> > <soap:Header> > <ns1:RequestHeader> > <ns2:authToken>*****</ns2:authToken> > <ns2:userAgent>*****</ns2:userAgent> > <ns2:developerToken>*****++EUR</ns2:developerToken> > <ns2:clientCustomerId>*****</ns2:clientCustomerId> > </ns1:RequestHeader> > </soap:Header> > <soap:Body> > <ns1:get> > <ns1:selector xmlns:xsi=" > http://www.w3.org/2001/XMLSchema-instance" > xsi:type="ns1:TargetingIdeaSelector"> > <ns1:searchParameters > xsi:type="ns1:RelatedToKeywordSearchParameter"> > <ns1:keywords xsi:type="ns2:Keyword"> > <ns2:text>bar</ns2:text> > <ns2:matchType>EXACT</ns2:matchType> > </ns1:keywords> > </ns1:searchParameters> > <ns1:ideaType>KEYWORD</ns1:ideaType> > <ns1:requestType>STATS</ns1:requestType> > > <ns1:requestedAttributeTypes>COMPETITION</ns1:requestedAttributeTypes> > > <ns1:requestedAttributeTypes>GLOBAL_MONTHLY_SEARCHES</ns1:requestedAttributeTypes> > <ns1:paging> > <ns2:startIndex>0</ns2:startIndex> > <ns2:numberResults>800</ns2:numberResults> > </ns1:paging> > <ns1:localeCode>de_DE</ns1:localeCode> > <ns1:currencyCode>EUR</ns1:currencyCode> > </ns1:selector> > </ns1:get> > </soap:Body> > </soap:Envelope> > > RESPONSE: > > <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> > <soap:Header> > <ResponseHeader xmlns:ns2=" > https://adwords.google.com/api/adwords/cm/v201109" xmlns=" > https://adwords.google.com/api/adwords/o/v201109"> > <ns2:requestId>0004bd78cd0fa7780ada579800004744</ns2:requestId> > <ns2:operations>1</ns2:operations> > <ns2:responseTime>306</ns2:responseTime> > <ns2:units>6</ns2:units> > </ResponseHeader> > </soap:Header> > <soap:Body> > <getResponse xmlns:ns2=" > https://adwords.google.com/api/adwords/cm/v201109" xmlns=" > https://adwords.google.com/api/adwords/o/v201109"> > <rval> > <totalNumEntries>1</totalNumEntries> > <entries> > <data> > <key>GLOBAL_MONTHLY_SEARCHES</key> > <value xsi:type="LongAttribute" xmlns:xsi=" > http://www.w3.org/2001/XMLSchema-instance"> > <Attribute.Type>LongAttribute</Attribute.Type> > <value>301000</value> > </value> > </data> > <data> > <key>COMPETITION</key> > <value xsi:type="DoubleAttribute" xmlns:xsi=" > http://www.w3.org/2001/XMLSchema-instance"> > <Attribute.Type>DoubleAttribute</Attribute.Type> > </value> > </data> > </entries> > </rval> > </getResponse> > </soap:Body> > </soap:Envelope> > > I expected a value attribute nested inside the other value attribute like > its in the data block for GLOBAL_MONTHLY_SEARCHS here: > > <data> > <key>COMPETITION</key> > <value xsi:type="DoubleAttribute" xmlns:xsi=" > http://www.w3.org/2001/XMLSchema-instance"> > <Attribute.Type>DoubleAttribute</Attribute.Type> > </value> > </data> > -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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