Hi Alan, Thank you for providing those additional logs. You're adding an AdGroupAd <https://developers.google.com/adwords/api/docs/reference/v201603/AdGroupAdService.AdGroupAd> as the operation, but the operations tag says that the type is AdGroupCriterionOperation <https://developers.google.com/adwords/api/docs/reference/v201603/AdGroupCriterionService.AdGroupCriterionOperation>. I think you'll want to change that to AdGroupAdOperation <https://developers.google.com/adwords/api/docs/reference/v201603/AdGroupAdService.AdGroupAdOperation> .
<operations xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type= "ns1:AdGroupCriterionOperation"> If that's within your own code, please try changing that type. If the issue is in the client library, then please file an issue on PHP's Ads client library GitHub <https://github.com/googleads/googleads-php-lib/issues>. Thanks, Nadine, AdWords API Team On Monday, April 11, 2016 at 10:07:47 AM UTC-4, Yin Niu wrote: > > Hi, > > Could you please send SOAP request and response log, so that we can > investigate further? Please click *Reply privately to author* when > responding. > > Thanks, > Yin, AdWords API Team. > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 [email protected] To unsubscribe from this group, send email to [email protected] 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 [email protected]. 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/90632160-283f-486d-96b9-849f3f3ec7af%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
