Re: Filter Accounts on Account Selection Screen to show only those accounts which are valid Google Ads Accounts

2022-05-26 Thread Muhammad Adil
Hey there, 

Thank you for the reply. 

I was asking this question with respect to this Account Selection Screen 
(image attached).

Let's say I want to filter out the accounts here based on their statuses. 
Does Google provide a way to implement this filtering? How can I make sure 
that the user only sees the correct options here which will not lead to an 
error? 

Regards,
Adil



On Thursday, May 26, 2022 at 8:14:58 PM UTC+5 adsapi wrote:

> Hi Adil,
>
> Thank you for raising this concern to the Google Ads API Forum. In Google 
> Ads API's perspective you can use customer_client 
>  
> and include the customer_client.status 
> 
>  and 
> filter by your preferred enum value which has corresponding status. With 
> the help of this suggestion you can determine in advance the account is 
> cancelled and opt it out in the API request. I hope it helps.
>
> Best regards,
> [image: Google Logo] 
> Jinky 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2bDP9c: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 
"Google Ads API and AdWords 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/360a17fe-b286-4204-b5b8-bfb045d6bc8cn%40googlegroups.com.


Filter Accounts on Account Selection Screen to show only those accounts which are valid Google Ads Accounts

2022-05-25 Thread Muhammad Adil
Hello, 

Is it possible to filter the accounts in the account selection screen, so 
that the user can only see and select from accounts that are valid Google 
Ads Accounts? 

The context for this is we have an application where the users are able to 
link their Google Ads accounts and then view various reports. But 
sometimes, people select accounts that cause the *"The customer can't be 
used because it isn't enabled"   *error to appear. We understand that this 
is happening because of faulty accounts, so we want to filter out such 
accounts hence eliminating the possibility of users selecting them. Does 
Google provide any method for us to achieve this goal??

Regards,
Adil

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/c6a4fe2d-4f09-4e96-81b4-f424e51cd61bn%40googlegroups.com.


Re: Get the names of the customer accounts using listAccessibleCustomers

2022-04-13 Thread Muhammad Adil
Hello,

Thanks for the response Jakeia. I still have some confusion regarding the 
API. I think I did not make myself very clear in the above questions. 

I am able to get the account IDs (e.g. 123-456-789, etc.) using the List 
Accessible Accounts 

 call. 
The behavior is exactly as you mentioned in your reply and that is the 
behavior that I require. The only thing that is missing is that I also *require 
the Account Names *(e.g. Google Ads account, Ads Manager Account 2, etc.) 
along with the IDs to show these names to the user so they have some ease 
in choosing the account. So, what I require is the functionality that the List 
Accessible Accounts 

 provide 
but instead of only providing the IDs of the accounts, I also get the names 
of the accounts. 

I am sure there should be some method to achieve this, can you point out 
which one?

Also, in the earlier response, as Carmela pointed out that to fetch the 
details of the individual account, we will need to use the customer_client 
 
report. 
But I think it will be an inefficient use of the resources if we were to 
get the list of IDs and then iterate over the list and make API calls to 
get the name of each Ads account. Also, it will quickly kill the API usage 
quota. So, can you point out if any efficient solution exists to solve this 
issue?

Really grateful for the awesome support

Regards, 
Adil


On Tuesday, April 12, 2022 at 8:01:45 PM UTC+5 adsapi wrote:

> Hello Muhammad,
>
> Thanks for reaching out to the Google Ads API Forum. Unfortunately there 
> is no way to add multiple MCC account Id to fetch the list of accessible 
> accounts. Feel free to use our sample code list-accessible-customers 
> 
>  
> to retrieve the customer IDs accessible by the user.
>
> List Accessible Accounts 
> 
>  
> provides the list of accounts you are a direct user on. To illustrate this, 
> if you are a user in 3 MCC's that have deep hierarchies and 2 regular ads 
> accounts you will get 5 accounts returned. To get the similar list of 
> accounts in the UI you would click on the top right representation of your 
> Google Account and the same list should be there for you to pick from.
>
> And by using Get Account Hierarchy 
> 
>  
> it will get the account hierarchy 
>  of your manager 
> account. You aren't necessarily a user in all accounts that are in the 
> hierarchy, only because you are a user in an MCC that has access can you 
> see those accounts. Feel free to get back to us if you have any questions.
>
> Best Regards,
> [image: Google Logo] 
> Jakeia Sabrina 
> Google Ads API Team  
>
> ref:_00D1U1174p._5004Q2ZM01g: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 
"Google Ads API and AdWords 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/4c22661e-4672-4a76-9f61-9f4e620bd4e0n%40googlegroups.com.


Re: Get the names of the customer accounts using listAccessibleCustomers

2022-04-13 Thread Muhammad Adil
  Hello.

Thanks for the response Jakeia. I still have some confusion regarding the 
API. I think I did not make myself very clear in the above questions. 

I am able to get the account IDs (e.g. 123-456-789, etc.) using the List 
Accessible Accounts 

 call. 
The behavior is exactly as you mentioned in your reply and that is the 
behavior that I require. The only thing that is missing is that I also *require 
the Account Names *(e.g. Google Ads account, Ads Manager Account 2, etc.) 
along with the IDs to show these names to the user so they have some ease 
in choosing the account. So, what I require is the functionality that the List 
Accessible Accounts 

 provide 
but instead of only providing the IDs of the accounts, I also get the names 
of the accounts. 

I am sure there should be some method to achieve this, can you point out 
which one?

Also, in the earlier response, as Carmela pointed out that to fetch the 
details of the individual account, we will need to use the customer_client 
 
report. 
But I think it will be an inefficient use of the resources if we were to 
get the list of IDs and then iterate over the list and make API calls to 
get the name of each Ads account. Also, it will quickly kill the API usage 
quota. So, can you point out if any efficient solution exists to solve this 
issue?

Really grateful for the awesome support

Regards, 
Adil


On Tuesday, April 12, 2022 at 8:01:45 PM UTC+5 adsapi wrote:

> Hello Muhammad,
>
> Thanks for reaching out to the Google Ads API Forum. Unfortunately there 
> is no way to add multiple MCC account Id to fetch the list of accessible 
> accounts. Feel free to use our sample code list-accessible-customers 
> 
>  
> to retrieve the customer IDs accessible by the user.
>
> List Accessible Accounts 
> 
>  
> provides the list of accounts you are a direct user on. To illustrate this, 
> if you are a user in 3 MCC's that have deep hierarchies and 2 regular ads 
> accounts you will get 5 accounts returned. To get the similar list of 
> accounts in the UI you would click on the top right representation of your 
> Google Account and the same list should be there for you to pick from.
>
> And by using Get Account Hierarchy 
> 
>  
> it will get the account hierarchy 
>  of your manager 
> account. You aren't necessarily a user in all accounts that are in the 
> hierarchy, only because you are a user in an MCC that has access can you 
> see those accounts. Feel free to get back to us if you have any questions.
>
> Best Regards,
> [image: Google Logo] 
> Jakeia Sabrina 
> Google Ads API Team  
>
> ref:_00D1U1174p._5004Q2ZM01g: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 
"Google Ads API and AdWords 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/eaf8d037-095c-47c9-a0a0-7bc32b3d54c9n%40googlegroups.com.


Re: Get the names of the customer accounts using listAccessibleCustomers

2022-04-13 Thread Muhammad Adil
Hello.

Thanks for the response. I still have some confusion regarding the API. I 
think I did not make myself very clear in the above questions. 

[image: ads2.png]


Looking at the above image, I am able to get the account IDs (e.g. 
123-456-789, etc.) using the List Accessible Accounts 

 call. 
The behavior is exactly as you mentioned in your reply and that is the 
behavior that I require. The only thing that is missing is that I also *require 
the Account Names *(e.g. Google Ads account, Ads Manager Account 2, etc.) 
along with the IDs to show these names to the user so they have some ease 
in choosing the account. So, what I require is the functionality that the List 
Accessible Accounts 

 provide 
but instead of only providing the IDs of the accounts, I also get the names 
of the accounts. 

I am sure there should be some method to achieve this, can you point out 
which one?

Also, as pointed out in the earlier response, to fetch the details of the 
individual account, we will need to use the customer_client 
 
report. 
But I think it will be an inefficient use of the resources if we were to 
get the list of IDs and then iterate over the list and make API calls to 
get the name of each Ads account. Also, it will quickly kill the API usage 
quota. So, can you point out if any efficient solution exists to solve this 
issue?

Really grateful for the awesome support

Regards, 
Adil


On Tuesday, April 12, 2022 at 8:01:45 PM UTC+5 adsapi wrote:

> Hello Muhammad,
>
> Thanks for reaching out to the Google Ads API Forum. Unfortunately there 
> is no way to add multiple MCC account Id to fetch the list of accessible 
> accounts. Feel free to use our sample code list-accessible-customers 
> 
>  
> to retrieve the customer IDs accessible by the user.
>
> List Accessible Accounts 
> 
>  
> provides the list of accounts you are a direct user on. To illustrate this, 
> if you are a user in 3 MCC's that have deep hierarchies and 2 regular ads 
> accounts you will get 5 accounts returned. To get the similar list of 
> accounts in the UI you would click on the top right representation of your 
> Google Account and the same list should be there for you to pick from.
>
> And by using Get Account Hierarchy 
> 
>  
> it will get the account hierarchy 
>  of your manager 
> account. You aren't necessarily a user in all accounts that are in the 
> hierarchy, only because you are a user in an MCC that has access can you 
> see those accounts. Feel free to get back to us if you have any questions.
>
> Best Regards,
> [image: Google Logo] 
> Jakeia Sabrina 
> Google Ads API Team  
>
> ref:_00D1U1174p._5004Q2ZM01g: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 
"Google Ads API and AdWords 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/8e38a09d-9eee-4ead-b75e-c97df9546bcen%40googlegroups.com.


Re: Get the names of the customer accounts using listAccessibleCustomers

2022-04-13 Thread Muhammad Adil
Hello.

Thanks for the response Jakeia. I still have some confusion regarding the 
API. I think I did not make myself very clear in the above questions. 

[image: ads2.png]


Looking at the above image, I am able to get the account IDs (e.g. 
123-456-789, etc.) using the List Accessible Accounts 

 call. 
The behavior is exactly as you mentioned in your reply and that is the 
behavior that I require. The only thing that is missing is that I also *require 
the Account Names *(e.g. Google Ads account, Ads Manager Account 2, etc.) 
along with the IDs to show these names to the user so they have some ease 
in choosing the account. So, what I require is the functionality that the List 
Accessible Accounts 

 provide 
but instead of only providing the IDs of the accounts, I also get the names 
of the accounts. 

I am sure there should be some method to achieve this, can you point out 
which one?

Also, in the earlier response, as Carmela pointed out that to fetch the 
details of the individual account, we will need to use the customer_client 
 
report. 
But I think it will be an inefficient use of the resources if we were to 
get the list of IDs and then iterate over the list and make API calls to 
get the name of each Ads account. Also, it will quickly kill the API usage 
quota. So, can you point out if any efficient solution exists to solve this 
issue?

Really grateful for the awesome support

Regards, 
Adil

On Tuesday, April 12, 2022 at 8:01:45 PM UTC+5 adsapi wrote:

> Hello Muhammad,
>
> Thanks for reaching out to the Google Ads API Forum. Unfortunately there 
> is no way to add multiple MCC account Id to fetch the list of accessible 
> accounts. Feel free to use our sample code list-accessible-customers 
> 
>  
> to retrieve the customer IDs accessible by the user.
>
> List Accessible Accounts 
> 
>  
> provides the list of accounts you are a direct user on. To illustrate this, 
> if you are a user in 3 MCC's that have deep hierarchies and 2 regular ads 
> accounts you will get 5 accounts returned. To get the similar list of 
> accounts in the UI you would click on the top right representation of your 
> Google Account and the same list should be there for you to pick from.
>
> And by using Get Account Hierarchy 
> 
>  
> it will get the account hierarchy 
>  of your manager 
> account. You aren't necessarily a user in all accounts that are in the 
> hierarchy, only because you are a user in an MCC that has access can you 
> see those accounts. Feel free to get back to us if you have any questions.
>
> Best Regards,
> [image: Google Logo] 
> Jakeia Sabrina 
> Google Ads API Team  
>
> ref:_00D1U1174p._5004Q2ZM01g: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 
"Google Ads API and AdWords 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/d4850037-ef24-4f8d-805c-8398ce5c3d82n%40googlegroups.com.


Re: Get the names of the customer accounts using listAccessibleCustomers

2022-04-13 Thread Muhammad Adil
Hello,

Thanks, Jakeia for the reply. I still have some confusion here regarding 
the API. Maybe I am not explaining my issue properly. 

[image: ads2.png]

Looking at the above image, I am able to get the Ads Customer IDs (e.g. 
123-456-789) by using the ListAccessibleCustomers. It is behaving exactly 
the way you explained above. And that is the behavior that I require. The 
only problem is that with the ID, I am unable to get the account names 
(e.g. Google Ads Account or Ads Manager Account 2, etc.). Which API 
endpoint or query will help me get the list of all these accessible 
customers along with both

   1. their customer ID and
   2. their account name

I definitely think there should be some endpoint that I can use to get a 
list of all the accounts along with their details and not just ID. Can you 
point out which one is it? 

As Carmela described in an earlier response, we can use customer_client 
 
report 
to get the detail of an individual account. But I think it will be very 
inefficient if we were to first fetch the list of IDs and then iterate over 
these IDs and use the API call to get the name of each resource separately. 
It will be wasting a lot of API quota. Is there any other way that can make 
it possible? 

Thank you for helping

Regards,
Adil

On Tuesday, April 12, 2022 at 8:01:45 PM UTC+5 adsapi wrote:

> Hello Muhammad,
>
> Thanks for reaching out to the Google Ads API Forum. Unfortunately there 
> is no way to add multiple MCC account Id to fetch the list of accessible 
> accounts. Feel free to use our sample code list-accessible-customers 
> 
>  
> to retrieve the customer IDs accessible by the user.
>
> List Accessible Accounts 
> 
>  
> provides the list of accounts you are a direct user on. To illustrate this, 
> if you are a user in 3 MCC's that have deep hierarchies and 2 regular ads 
> accounts you will get 5 accounts returned. To get the similar list of 
> accounts in the UI you would click on the top right representation of your 
> Google Account and the same list should be there for you to pick from.
>
> And by using Get Account Hierarchy 
> 
>  
> it will get the account hierarchy 
>  of your manager 
> account. You aren't necessarily a user in all accounts that are in the 
> hierarchy, only because you are a user in an MCC that has access can you 
> see those accounts. Feel free to get back to us if you have any questions.
>
> Best Regards,
> [image: Google Logo] 
> Jakeia Sabrina 
> Google Ads API Team  
>
> ref:_00D1U1174p._5004Q2ZM01g: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 
"Google Ads API and AdWords 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/4fbe051e-5c90-435b-8d96-4ee4a31d69c3n%40googlegroups.com.


Re: Get the names of the customer accounts using listAccessibleCustomers

2022-04-12 Thread Muhammad Adil
Hello, 

Thank you for your response. I had given this approach a thought. I think 
the problem with this is that if we have to list down 20 accounts, we will 
have to send 20 requests to get the names of all the top-level or manager 
accounts names, which will make the process extremely slow and 
inefficient.  Or, can we generate this report by giving multiple manager 
IDs so we can get all of them in one go? Or more ideally, is there a 
scenario where we can replace the ListAccessibleCustomers method with this 
report? 

Regards,
Adil

On Tuesday, April 12, 2022 at 10:21:37 AM UTC+5 adsapi wrote:

> Hi Muhammad,
>
> Thank you for raising this concern to the Google Ads API team.
>
> Moving forward to your concern, I see that you used the 
> ListAccessibleCustomers method. As per this document 
> ,
>  
> the expected response for this call is the resource name of customers 
> directly accessible by the user authenticating the call. That said,if you 
> want to get further information about the account, then you will need to 
> use the customer_client 
>  
> report. 
> Also, kindly note to include the customer_client.descriptive_name 
> 
>  for 
> you to get the names of the accounts.
>
> I hope this helps. Let us know if you have further questions.
>
> Regards,
> [image: Google Logo] 
> Carmela 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2ZM01g: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 
"Google Ads API and AdWords 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/c02b69e6-c5fd-474a-ab67-43cf5e8645a6n%40googlegroups.com.


Get the names of the customer accounts using listAccessibleCustomers

2022-04-11 Thread Muhammad Adil
Hello, 

I am able to get the IDs of the accounts with 
listAccessibleCustomers method but I would also like to get the account 
names along with the IDs. The main aim is to get all accessible accounts 
along with their name. Is it possible to do so through this endpoint? If 
not, which other API endpoint or approach will be best to do this? 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/588a0f3b-18ad-47eb-9ff0-6c39911ccb90n%40googlegroups.com.