Hi all, I just cannot create ProductExtension via API. The return error is [AdExtensionError.NOT_AUTHORIZED_TO_CREATE_EXTENSION @ operations[0].operand.adExtension]. Does the API work for ADD/SET/REMOVE ProductExtension? I tried both v201206 and v201209
- - - - - - - - - - - - - - - - - - - - - - SOAP FAULT +------------------------------------------------------------+ | Here is the XML ... | | ... Last Request . | | | <?xml version="1.0" encoding="UTF-8"?> <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope" xmlns:ns1="https://adwords.google.com/api/adwords/cm/v201206" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <env:Header> <ns1:RequestHeader> <ns1:authToken>XXXXXXXXX</ns1:authToken> <ns1:clientCustomerId>XXXXXXX</ns1:clientCustomerId> <ns1:developerToken>XXXXXXX</ns1:developerToken> </ns1:RequestHeader> </env:Header> <env:Body> <ns1:mutate> <ns1:operations> <ns1:operator>ADD</ns1:operator> <ns1:operand> <ns1:campaignId>215698</ns1:campaignId> <ns1:adExtension xsi:type="ns1:ProductExtension"> <ns1:googleBaseCustomerId>123</ns1:googleBaseCustomerId> <ns1:advertiserName>EBAY</ns1:advertiserName> <ns1:productSelection> <ns1:conditions> <ns1:argument>l2id-6028</ns1:argument> <ns1:operand> <ns1:operand>adwords_labels</ns1:operand> </ns1:operand> </ns1:conditions> <ns1:conditions> <ns1:argument>rpc-0.01</ns1:argument> <ns1:operand> <ns1:operand>adwords_labels</ns1:operand> </ns1:operand> </ns1:conditions> <ns1:conditions> <ns1:argument>used</ns1:argument> <ns1:operand> <ns1:operand>condition</ns1:operand> </ns1:operand> </ns1:conditions> </ns1:productSelection> </ns1:adExtension> </ns1:operand> </ns1:operations> </ns1:mutate> </env:Body> </env:Envelope> | | | ... Last Response | | | <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Header> <ResponseHeader xmlns="https://adwords.google.com/api/adwords/cm/v201206"> <requestId>0004d0ece2dcad580a83341b00005266</requestId> <serviceName>CampaignAdExtensionService</serviceName> <methodName>mutate</methodName> <operations>1</operations> <responseTime>1678</responseTime> <units>1</units> </ResponseHeader> </soap:Header> <soap:Body> <soap:Fault> <faultcode>soap:Server</faultcode> <faultstring>[AdExtensionError.NOT_AUTHORIZED_TO_CREATE_EXTENSION @ operations[0].operand.adExtension]</faultstring> <detail> <ApiExceptionFault xmlns="https://adwords.google.com/api/adwords/cm/v201206"> <message>[AdExtensionError.NOT_AUTHORIZED_TO_CREATE_EXTENSION @ operations[0].operand.adExtension]</message> <ApplicationException.Type>ApiException</ApplicationException.Type> <errors xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="AdExtensionError"> <fieldPath>operations[0].operand.adExtension</fieldPath> <trigger></trigger> <errorString>AdExtensionError.NOT_AUTHORIZED_TO_CREATE_EXTENSION</errorString> <ApiError.Type>AdExtensionError</ApiError.Type> <reason>NOT_AUTHORIZED_TO_CREATE_EXTENSION</reason> </errors> </ApiExceptionFault> </detail> </soap:Fault> </soap:Body> </soap:Envelope> | | +------------------------------------------------------------+ Thanks, Felix -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 [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
