With a properly authenticated request, extending an invitation consistently returns the following error:
<soap:Fault><faultcode>soap:Server</faultcode><faultstring>[OperatorError.OPERATOR_NOT_SUPPORTED @ operations[0], RequiredError.REQUIRED @ operations[0].operator] </faultstring><detail><ApiExceptionFault xmlns= "https://adwords.google.com/api/adwords/mcm/v201809" xmlns:ns2= "https://adwords.google.com/api/adwords/cm/v201809"><ns2:message>[OperatorError.OPERATOR_NOT_SUPPORTED @ operations[0], RequiredError.REQUIRED @ operations[0].operator] </ns2:message><ns2:ApplicationException.Type>ApiException </ns2:ApplicationException.Type><ns2:errors xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance" xsi:type="ns2:OperatorError" ><ns2:fieldPath>operations[0] </ns2:fieldPath><ns2:fieldPathElements><ns2:field>operations </ns2:field><ns2:index>0 </ns2:index></ns2:fieldPathElements><ns2:trigger></ns2:trigger><ns2:errorString> OperatorError.OPERATOR_NOT_SUPPORTED</ns2:errorString><ns2:ApiError.Type> OperatorError</ns2:ApiError.Type><ns2:reason>OPERATOR_NOT_SUPPORTED </ns2:reason></ns2:errors><ns2:errors xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance" xsi:type="ns2:RequiredError" ><ns2:fieldPath>operations[0].operator </ns2:fieldPath><ns2:fieldPathElements><ns2:field>operations </ns2:field><ns2:index>0 </ns2:index></ns2:fieldPathElements><ns2:fieldPathElements><ns2:field> operator </ns2:field></ns2:fieldPathElements><ns2:trigger></ns2:trigger><ns2:errorString> RequiredError.REQUIRED</ns2:errorString><ns2:ApiError.Type>RequiredError </ns2:ApiError.Type><ns2:reason>REQUIRED </ns2:reason></ns2:errors></ApiExceptionFault></detail></soap:Fault> Request payload: <Envelope xmlns="http://schemas.xmlsoap.org/soap/envelope/"> <Header> <RequestHeader xmlns="https://adwords.google.com/api/adwords/mcm/v201809"> <userAgent>Adoro/1.0.0</userAgent> <developerToken>XXX</developerToken> <clientCustomerId>XXX (this matches the clientCustomerId below) </clientCustomerId> </RequestHeader> </Header> <Body xmlns="http://schemas.xmlsoap.org/soap/envelope/"> <mutateLink xmlns="https://adwords.google.com/api/adwords/mcm/v201809"> <operations> <operator>ADD</operator> <operand> <managerCustomerId>XXX</managerCustomerId> <clientCustomerId>XXX</clientCustomerId> <linkStatus>PENDING</linkStatus> <pendingDescriptiveName>My Invitation</pendingDescriptiveName> <isHidden>false</isHidden> </operand> </operations> </mutateLink> </Body> </Envelope> Some other notes: - I'm not using an official client library. - Other requests work as expected using the same request token/headers. - Extending the request through the Adwords UI/dashboard works as expected. Any insight would be greatly appreciated. Thank you! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 [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 and Google Ads API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/91904159-bce6-4372-a7c4-ab3209fb430f%40googlegroups.com.
