Why doesn't the API return Ad objects right now? I've included all the fields I'm interested in my selector, but it's missing most of them...any insight? Here's my SOAP trace: -----------------BEGIN API CALL--------------------- Request -------
<?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap=" http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd=" http://www.w3.org/2001/XMLSchema"><!--POST/api/adwords/cm/v201109/AdGroupAdService User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; MS Web Services Client Protocol 4.0.30319.239) VsDebuggerCausalityData: uIDPo7E/m5M6pDdEu7TLcmFk5pQAAAAAmBw3UyHj4UG4X5l6tveZC0ivW0baxAJHihL9s1xoJ2kACQAA Content-Type: text/xml; charset=utf-8 SOAPAction: "" Host: adwords.google.com Content-Length: 2481 Accept-Encoding: gzip TimeStamp: Thu, 01 Mar 2012 15:40:59 GMT --><soap:Header><RequestHeader xmlns=" https://adwords.google.com/api/adwords/cm/v201109"><authToken xmlns=" https://adwords.google.com/api/adwords/cm/v201109">******</authToken><developerTokenxmlns=" https://adwords.google.com/api/adwords/cm/v201109">******</developerToken><userAgentxmlns=" https://adwords.google.com/api/adwords/cm/v201109">AwApi-DotNet-0.0.0|webmetro</userAgent></RequestHeader></soap:Header><soap:Body><getxmlns=" https://adwords.google.com/api/adwords/cm/v201109"><serviceSelector><fields>Id</fields><fields>AdGroupId</fields><fields>Status</fields><fields>Type</fields><fields>Headline</fields><fields>Description1</fields><fields>Description2</fields><fields>Url</fields><fields>DisplayUrl</fields><fields>ImageCreativeName</fields><fields>Name</fields><fields>PromotionLine</fields><fields>CreativeApprovalStatus</fields><fields>DisapprovalReasons</fields><fields>MobileAdHeadline</fields><fields>MobileAdDescription</fields><fields>MobileAdMarkupLanguages</fields><fields>MobileAdMobileCarriers</fields><fields>MobileAdBusinessName</fields><fields>MobileAdCountryCode</fields><fields>MobileAdPhoneNumber</fields><fields>MobileImageAdMarkupLanguages</fields><fields>MobileImageAdMobileCarriers</fields><fields>TemplateAdName</fields><fields>Dimensions</fields><fields>Urls</fields><fields>TemplateId</fields><fields>TemplateAdUnionId</fields><fields>UniqueName</fields><fields>TemplateElementFieldName</fields><fields>TemplateElementFieldType</fields><fields>TemplateElementFieldText</fields><fields>MediaId</fields><fields>ReferenceId</fields><fields>MimeType</fields><fields>SourceUrl</fields><fields>FileSize</fields><fields>CreationTime</fields><fields>TemplateAdDuration</fields><predicates><field>AdGroupId</field><operator>IN</operator><values>2367058577</values></predicates><predicates><field>Status</field><operator>IN</operator><values>ENABLED</values><values>PAUSED</values><values>DISABLED</values></predicates></serviceSelector></get></soap:Body></soap:Envelope > Response -------- <soap:Envelope xmlns:soap=" http://schemas.xmlsoap.org/soap/envelope/"><!--Content-Encoding: X-Content-Type-Options: nosniff X-Frame-Options: SAMEORIGIN X-XSS-Protection: 1; mode=block Content-Length: 398 Cache-Control: private, max-age=0 Content-Type: text/xml; charset=UTF-8 Date: Thu, 01 Mar 2012 23:40:58 GMT Expires: Thu, 01 Mar 2012 23:40:58 GMT Server: GSE TimeStamp: Thu, 01 Mar 2012 15:40:59 GMT --><soap:Header><ResponseHeader xmlns=" https://adwords.google.com/api/adwords/cm/v201109"><requestId>0004ba36fdee51680a4286a200000947</requestId><serviceName>AdGroupAdService</serviceName><methodName>get</methodName><operations>3</operations><responseTime>357</responseTime><units>3</units></ResponseHeader></soap:Header><soap:Body><getResponsexmlns=" https://adwords.google.com/api/adwords/cm/v201109"><rval><totalNumEntries>3</totalNumEntries><Page.Type>AdGroupAdPage</Page.Type><entries><adGroupId>2367058577</adGroupId><status>DISABLED</status><stats><network>SEARCH</network><Stats.Type>AdStats</Stats.Type><percentServed>0.0</percentServed></stats></entries><entries><adGroupId>2367058577</adGroupId><status>DISABLED</status><stats><network>SEARCH</network><Stats.Type>AdStats</Stats.Type><percentServed>0.0</percentServed></stats></entries><entries><adGroupId>2367058577</adGroupId><status>ENABLED</status><stats><network>SEARCH</network><Stats.Type>AdStats</Stats.Type><percentServed>0.0</percentServed></stats></entries></rval></getResponse></soap:Body></soap:Envelope > -----------------END API CALL----------------------- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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