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

2020-02-18 Thread Google Ads API Forum Advisor Prod
Hi Pete,

Please use the following xml file and give it a try.



http://schemas.xmlsoap.org/soap/envelope/; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance;>



https://adwords.google.com/api/adwords/mcm/v201809; 
soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next; 
soapenv:mustUnderstand="0">

XXX

XXX

XXX

false

false







https://adwords.google.com/api/adwords/mcm/v201809;>



ADD



XXX

XXX

PENDING

My Invitation

false











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/PwLG20Q5WOFL00P5ZtL6IcS9CiecQRFjEYiw%40sfdc.net.


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-14 Thread Google Ads API Forum Advisor Prod
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/u1z_F0Q5P5K600osSD11tcTZi4EzrKA2Iabw%40sfdc.net.


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.


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

2020-02-13 Thread Google Ads API Forum Advisor Prod
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/-L8NK0Q5NGU200WKki4E5ARRqeJYtDwgc2Pg%40sfdc.net.