AdsClientLibs.DetailedRequestLogs Information: 1 : -----------------BEGIN API CALL---------------------
Request ------- POST /api/adwords/rm/v201809/AdwordsUserListService Authorization: REDACTED Accept-Encoding: gzip, deflate TimeStamp: Wed, 10 Jun 2020 11:57:54 GMT <?xml version="1.0" encoding="utf-16"?> <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"> <s:Header> <RequestHeader xmlns="https://adwords.google.com/api/adwords/rm/v201809"> <clientCustomerId xmlns="https://adwords.google.com/api/adwords/cm/v201809">557-280-1780</clientCustomerId> <developerToken xmlns="https://adwords.google.com/api/adwords/cm/v201809">REDACTED</developerToken> <userAgent xmlns="https://adwords.google.com/api/adwords/cm/v201809">AGL Google Integration (AwApi-DotNet/24.10.0, Common-Dotnet/9.5.0, .NET CLR/3.1.1, , gzip)</userAgent> <partialFailure xmlns="https://adwords.google.com/api/adwords/cm/v201809">true</partialFailure> </RequestHeader> </s:Header> <s:Body xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <mutateMembers xmlns="https://adwords.google.com/api/adwords/rm/v201809"> <operations> <operator xmlns="https://adwords.google.com/api/adwords/cm/v201809">ADD</operator> <operand> <userListId>1022562928</userListId> <membersList> <addressInfo> <hashedFirstName>707A3C64C7C00E52AE880442B769029D2D1328A29941DF71C53332D153F87820</hashedFirstName> <hashedLastName /> <countryCode>AU</countryCode> <zipCode /> </addressInfo> </membersList> <membersList> <hashedEmail>1533818E1F9D07AF5756D7BE0188C2543E0FCBA2D30D387F42633A53EEAB2409</hashedEmail> <hashedPhoneNumber>D4A653A7935FF16FBE1B0CCC49851FC42C2358440EF1AE15CB0E2CF97B98EAFD</hashedPhoneNumber> <addressInfo> <hashedFirstName>DCD79EBCE907B98A97AC818318C9E467731E44068412590EA34280DCADCF02D9</hashedFirstName> <hashedLastName>B9043C16AF362F30807DEAF692025D61C3C803BBA1EFC43FE2F63DC8B507418D</hashedLastName> <countryCode>AU</countryCode> <zipCode>3161</zipCode> </addressInfo> </membersList> </operand> </operations> </mutateMembers> </s:Body> </s:Envelope> Response -------- Date: Wed, 10 Jun 2020 01:57:53 GMT Cache-Control: max-age=0, private X-Content-Type-Options: nosniff X-Frame-Options: SAMEORIGIN Content-Security-Policy: frame-ancestors 'self' X-XSS-Protection: 1; mode=block Server: GSE Alt-Svc: h3-27=":443"; ma=2592000,h3-25=":443"; ma=2592000,h3-T050=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q049=":443"; ma=2592000,h3-Q048=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43" Transfer-Encoding: chunked Content-Type: text/xml; charset=UTF-8 Expires: Wed, 10 Jun 2020 01:57:53 GMT TimeStamp: Wed, 10 Jun 2020 11:57:54 GMT <?xml version="1.0" encoding="utf-16"?> <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Header> <ns2:ResponseHeader xmlns:ns2="https://adwords.google.com/api/adwords/rm/v201809" xmlns="https://adwords.google.com/api/adwords/cm/v201809"> <requestId>0005a7b12c0442600a7e2667000f2470</requestId> <serviceName>AdwordsUserListService</serviceName> <methodName>mutateMembers</methodName> <operations>1</operations> <responseTime>890</responseTime> </ns2:ResponseHeader> </soap:Header> <soap:Body> <soap:Fault> <faultcode>soap:Client</faultcode> <faultstring>[StringLengthError.TOO_SHORT @ operations[0].operand.membersList[0].addressInfo.zipCode]</faultstring> <detail> <ns2:ApiExceptionFault xmlns="https://adwords.google.com/api/adwords/cm/v201809" xmlns:ns2="https://adwords.google.com/api/adwords/rm/v201809"> <message>[StringLengthError.TOO_SHORT @ operations[0].operand.membersList[0].addressInfo.zipCode]</message> <ApplicationException.Type>ApiException</ApplicationException.Type> <errors xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="StringLengthError"> <fieldPath>operations[0].operand.membersList[0].addressInfo.zipCode</fieldPath> <fieldPathElements> <field>operations</field> <index>0</index> </fieldPathElements> <fieldPathElements> <field>operand</field> </fieldPathElements> <fieldPathElements> <field>membersList</field> <index>0</index> </fieldPathElements> <fieldPathElements> <field>addressInfo</field> </fieldPathElements> <fieldPathElements> <field>zipCode</field> </fieldPathElements> <trigger></trigger> <errorString>StringLengthError.TOO_SHORT</errorString> <ApiError.Type>StringLengthError</ApiError.Type> <reason>TOO_SHORT</reason> </errors> </ns2:ApiExceptionFault> </detail> </soap:Fault> </soap:Body> </soap:Envelope> -----------------END API CALL----------------------- On Wednesday, 10 June 2020 01:58:15 UTC+10, adsapiforumadvisor wrote: > > Hi Abhinav, > > Can you please share the complete detailed request and response logs for > your call *via Reply privately to author *so I can further investigate > the issue? You can find information on enabling logging here > <https://github.com/googleads/googleads-dotnet-lib/wiki/How-to-capture-SOAP-messages>. > > It looks like you have the right code to enable partial failure. You can > handle the failed operations by following the example here > <https://developers.google.com/adwords/api/docs/guides/partial-failure#handle_the_failed_operations>. > > I understand that the AdWordsUserListService is not in that list but it > should still work in the same way. > > Regards, > Mitchell > Google Ads API Team > > ref:_00D1U1174p._5001UaRix7:ref > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to adwords-api+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/3fca94ed-7ac4-4a8c-8f5f-3066cb63c921o%40googlegroups.com.