Re: Extending invitation returns [OperatorError.OPERATOR_NOT_SUPPORTED @ operations[0], RequiredError.REQUIRED @ operations[0].operator]

2020-02-14 Thread Pete Saia
That's the documentation I was referring to in my second reply. I'm not 
using any client library, just trying to make vanilla API requests as 
demonstrated in that documentation. Could you please confirm this is not a 
bug in the API? I see no other reason why that error would be returned. If 
there are other potential reasons for this error, it would be helpful to 
know what they could be.


On Friday, February 14, 2020 at 8:58:11 AM UTC-6, adsapiforumadvisor wrote:
>
> Hi Pete,
>
> You could refer to this documentation 
> 
>  
> on how to use the cURL to send the SOAP request to ManagedCustomerService. 
> As you are using an unofficial client library, we couldn’t comment further. 
> Please contact the owner of the library to report any issue related to the 
> specific service that you have encountered issue.
>
> Thanks and regards,
> Xiaoming, Google Ads API Team
>
>
>  
>
> ref:_00D1U1174p._5001UV0gOQ: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/c9af2e5f-cd77-406d-982d-a5e3dc001514%40googlegroups.com.


Re: Extending invitation returns [OperatorError.OPERATOR_NOT_SUPPORTED @ operations[0], RequiredError.REQUIRED @ operations[0].operator]

2020-02-13 Thread Pete Saia
Thanks for the quick response, Xiaoming. I'm actually attempting to make 
this request using a curl request (as mentioned in the API's Guide):

#!/bin/bash
curl --header "Content-Type: application/soap+xml" \
 --header "Authorization : Bearer MY_TOKEN" \
 --http1.1 \
 --data @invite.xml \
  
 https://adwords.google.com/api/adwords/mcm/v201809/ManagedCustomerService



Is there something in my request payload that looks malformed?

On Thursday, February 13, 2020 at 11:06:29 AM UTC-6, adsapiforumadvisor 
wrote:
>
> Hi Pete,
>
> Thanks for reaching out. RequiredError.REQUIRED occurs 
> 
>  
> when the  request is missing required information. This could be the result 
> of the chain reaction of the OperatorError.OPERATOR_NOT_SUPPORTED 
> 
>  
> error. As you are using a third party library when you issue the API call, 
> I suggest you contact the owner of the library to let them know the issue 
> you are facing. This could be that their library is not supporting this 
> functionality or it’s not working properly. 
>
> Thanks and regards,
> Xiaoming, Google Ads API Team
>
>  
>
> ref:_00D1U1174p._5001UV0gOQ: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/6a447896-3ec8-465a-8590-f0c02b9ea540%40googlegroups.com.


Extending invitation returns [OperatorError.OPERATOR_NOT_SUPPORTED @ operations[0], RequiredError.REQUIRED @ operations[0].operator]

2020-02-12 Thread Pete Saia
With a properly authenticated request, extending an invitation consistently 
returns the following error:

soap:Server[OperatorError.OPERATOR_NOT_SUPPORTED
 
@ operations[0], RequiredError.REQUIRED @ operations[0].operator]
https://adwords.google.com/api/adwords/mcm/v201809"; xmlns:ns2=
"https://adwords.google.com/api/adwords/cm/v201809";>[OperatorError.OPERATOR_NOT_SUPPORTED
 
@ operations[0], RequiredError.REQUIRED @ operations[0].operator]
ApiException
http://www.w3.org/2001/XMLSchema-instance"; xsi:type="ns2:OperatorError"
>operations[0]
operations
0

OperatorError.OPERATOR_NOT_SUPPORTED
OperatorErrorOPERATOR_NOT_SUPPORTED
http://www.w3.org/2001/XMLSchema-instance"; xsi:type="ns2:RequiredError"
>operations[0].operator
operations
0

operator

RequiredError.REQUIREDRequiredError
REQUIRED



Request payload:

  http://schemas.xmlsoap.org/soap/envelope/";>

  https://adwords.google.com/api/adwords/mcm/v201809";>
Adoro/1.0.0
XXX
XXX (this matches the clientCustomerId  below)

  

http://schemas.xmlsoap.org/soap/envelope/";>
  https://adwords.google.com/api/adwords/mcm/v201809";>

  ADD
  
XXX
XXX
PENDING
My Invitation
false
  

  

  

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 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/91904159-bce6-4372-a7c4-ab3209fb430f%40googlegroups.com.