Hi, Thanks for sharing the logs, I have asked the API team to investigate further. I'll keep you updated.
Cheers, Anash P. Oommen, AdWords API Advisor. On Tuesday, September 9, 2014 10:18:06 PM UTC-4, 照沼領 wrote: > > Hi, > > Thank you for comment. > > This is soap request id. > <requestId>000502ac5deb2bc80a4301ef8f0001dc</requestId> > > And I attach soap xml. (partial change) > > > Request > > <soapenv:Envelope > xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" > xmlns:xsd="http://www.w3.org/2001/XMLSchema" > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> > <soapenv:Header> > <ns1:RequestHeader soapenv:mustUnderstand="0" > xmlns:ns1="https://adwords.google.com/api/adwords/cm/v201402"> > <ns1:clientCustomerId> xxxxxxxxxxxxxxx </ns1:clientCustomerId> > <ns1:developerToken> xxxxxxxxxxxxxxxxx </ns1:developerToken> > <ns1:userAgent> xxxxxxxxxxxx </ns1:userAgent> > <ns1:validateOnly>false</ns1:validateOnly> > <ns1:partialFailure>true</ns1:partialFailure> > </ns1:RequestHeader> > </soapenv:Header> > <soapenv:Body> > <mutate > xmlns="https://adwords.google.com/api/adwords/cm/v201402"> > <operations> > <operator>ADD</operator> > <operand> > <adGroupId> adgroup id </adGroupId> > <ad xsi:type="ns2:MobileAd" > xmlns:ns2=" > https://adwords.google.com/api/adwords/cm/v201402"> > <ns2:url>http://www.dummy.co.jp/</ns2:url> > <ns2:displayUrl>dummy.co.jp</ns2:displayUrl> > > <ns2:headline>タイトル3</ns2:headline> > > <ns2:description>説明分3</ns2:description> > <ns2:markupLanguages>CHTML</ns2:markupLanguages> > <ns2:mobileCarriers>NTT > DoCoMo@JP</ns2:mobileCarriers> > > <ns2:mobileCarriers>SoftBank@JP</ns2:mobileCarriers> > </ad> > <status>PAUSED</status> > </operand> > </operations> > <operations> > <operator>ADD</operator> > <operand> > <adGroupId> adgroup id </adGroupId> > <ad xsi:type="ns3:MobileAd" > xmlns:ns3=" > https://adwords.google.com/api/adwords/cm/v201402"> > <ns3:url>http://www.dummy.co.jp/</ns3:url> > <ns3:displayUrl>dummy.co.jp</ns3:displayUrl> > > <ns3:headline>タイトル2</ns3:headline> > > <ns3:description>説明分3</ns3:description> > <ns3:markupLanguages>CHTML</ns3:markupLanguages> > > <ns3:mobileCarriers>SoftBank@JP</ns3:mobileCarriers> > </ad> > <status>PAUSED</status> > </operand> > </operations> > <operations> > <operator>ADD</operator> > <operand> > <adGroupId> adgroup id </adGroupId> > <ad xsi:type="ns4:MobileAd" > xmlns:ns4=" > https://adwords.google.com/api/adwords/cm/v201402"> > <ns4:url>http://www.dummy.co.jp/</ns4:url> > <ns4:displayUrl>dummy.co.jp</ns4:displayUrl> > > <ns4:headline>タイトル1</ns4:headline> > > <ns4:description>説明分1</ns4:description> > <ns4:markupLanguages>CHTML</ns4:markupLanguages> > <ns4:mobileCarriers>NTT > DoCoMo@JP</ns4:mobileCarriers> > <ns4:mobileCarriers>KDDI/au@JP</ns4:mobileCarriers> > </ad> > <status>PAUSED</status> > </operand> > </operations> > </mutate> > </soapenv:Body> > </soapenv:Envelope> > > Response > > <soap:Envelope > xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> > <soap:Header> > <ResponseHeader > xmlns="https://adwords.google.com/api/adwords/cm/v201402"> > <requestId>000502ac5deb2bc80a4301ef8f0001dc</requestId> > <serviceName>AdGroupAdService</serviceName> > <methodName>mutate</methodName> > <operations>0</operations> > <responseTime>1846</responseTime> > </ResponseHeader> > </soap:Header> > <soap:Body> > <mutateResponse > xmlns="https://adwords.google.com/api/adwords/cm/v201402"> > <rval> > > <ListReturnValue.Type>AdGroupAdReturnValue</ListReturnValue.Type> > <value/> > <value/> > <value> > <adGroupId> adgroup id </adGroupId> > <ad xsi:type="MobileAd" > xmlns:xsi=" > http://www.w3.org/2001/XMLSchema-instance"> > <id>57460040708</id> > <url>http://www.dummy.co.jp/</url> > <displayUrl>dummy.co.jp</displayUrl> > <Ad.Type>MobileAd</Ad.Type> > > <headline>タイトル1</headline> > > <description>説明分1</description> > <markupLanguages>CHTML</markupLanguages> > <mobileCarriers>NTT DoCoMo@JP</mobileCarriers> > <mobileCarriers>KDDI/au@JP</mobileCarriers> > </ad> > <status>PAUSED</status> > <approvalStatus>UNCHECKED</approvalStatus> > </value> > <partialFailureErrors xsi:type="AdError" > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> > > <fieldPath>operations[0].operand.ad.mobileCarriers</fieldPath> > <trigger>SoftBank@JP</trigger> > > <errorString>AdError.INVALID_MOBILE_CARRIER</errorString> > <ApiError.Type>AdError</ApiError.Type> > <reason>INVALID_MOBILE_CARRIER</reason> > </partialFailureErrors> > <partialFailureErrors xsi:type="AdError" > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> > > <fieldPath>operations[1].operand.ad.mobileCarriers</fieldPath> > <trigger>SoftBank@JP</trigger> > > <errorString>AdError.INVALID_MOBILE_CARRIER</errorString> > <ApiError.Type>AdError</ApiError.Type> > <reason>INVALID_MOBILE_CARRIER</reason> > </partialFailureErrors> > </rval> > </mutateResponse> > </soap:Body> > </soap:Envelope> > > Best. > > 2014年9月9日火曜日 22時02分02秒 UTC+9 Anash P. Oommen (AdWords API Team): >> >> Hi, >> >> Could you please provide a requestId for the failed request? It is part >> of the response SOAP header. >> >> Cheers, >> Anash P. Oommen, >> AdWords API Advisor. >> >> On Tuesday, September 9, 2014 4:23:02 AM UTC-4, 照沼領 wrote: >>> >>> Hi . >>> >>> I want to set "Softbank@JP" to mobile carrier value of MobileAd . >>> >>> But, Current "AdgroupAdService@add" response is this. >>> >>> <fieldPath>operations[1].operand.ad.mobileCarriers</fieldPath> >>> <trigger>SoftBank@JP</trigger> >>> <errorString>AdError.INVALID_MOBILE_CARRIER</errorString> >>> <ApiError.Type>AdError</ApiError.Type> >>> <reason>INVALID_MOBILE_CARRIER</reason> >>> >>> In this page , "Softbank@JP" is seems to correct. >>> >>> >>> https://developers.google.com/adwords/api/docs/appendix/mobilecarriers?hl=en >>> >>> And other JP's values could add mobile carrier of MobileAd. >>> >>> How can add "Softbank" to mobile carrier value of MobidleAd ? >>> >>> Best regards. >>> >> -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 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 Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to adwords-api+unsubscr...@googlegroups.com. Visit this group at http://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/126e04c4-718d-4c38-9e6b-1af6868dd40a%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.