Re: How to Remove Account Access from MCC

2017-07-11 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Ronak, 

The procedure to unlink an account created via ManagedCustomerService is 
the same. You need to use ManagedCustomerService.mutateLink() 

 
method and set the LinkStatus 

 
to INACTIVE to unlink an account. Every account must have either a user 
with administrative access or a manager account with administrative 
ownership. If you try to unlink an account which doesn't have either of 
these, the operation will not be successful and you'll encounter 
ManagedCustomerServiceError.CANNOT_UNLINK_ACCOUNT_WITHOUT_ACTIVE_USER error.

Regards,
Shwetha, AdWords API Team.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/a833a672-f3dc-4ee4-8981-b7a6b5070b7f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to Remove Account Access from MCC

2017-07-10 Thread Ronak Shah
Hello Shwetha,

Yes but this is to terminate link between client and MCC manager if client 
has its own adwords account, but lets say suppose I have created an adwords 
account via  ManagedCustomerOperation 

 and 
I want to remove or unlink that via API. is it possible to do so?

Regards,
Ronak Shah

On Monday, July 10, 2017 at 8:27:41 PM UTC+5:30, Shwetha Vastrad (AdWords 
API Team) wrote:
>
> Hi Ronak, 
>
> You need to use ManagedCustomerService.mutateLink() 
> 
>  to 
> unlink an AdWords client account from an AdWords MCC account. The code 
> snippet provided here 
> 
>  shows 
> how to terminate a link. This operation can be done as either the manager 
> or client account.
>
> Regards,
> Shwetha, AdWords API Team.
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/c8e86b9d-9a00-4b2e-8d6c-b06343175c34%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to Remove Account Access from MCC

2017-07-10 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Ronak, 

You need to use ManagedCustomerService.mutateLink() 

 to 
unlink an AdWords client account from an AdWords MCC account. The code 
snippet provided here 

 shows 
how to terminate a link. This operation can be done as either the manager 
or client account.

Regards,
Shwetha, AdWords API Team.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/fbaf5ac6-f77b-4c7d-9e42-8338ee9ed906%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


How to Remove Account Access from MCC

2017-07-10 Thread Ronak Shah
Hello,

I have an MCC account managing the clients adwords account, Is there any 
way to remove the account from my MCC account via Adwords API?

Let me know

Regards,
Ronak Shah 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/3c5f18cc-e57e-4b8a-9fde-7e17d56c14aa%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.