Hi Kevin,
I have also had the same issue. but how I fixed this is,
I Called the "GoogleAdsSerive" and queried below,

 GoogleAdsServiceClient googleAdsService = 
Client.GetService(Services.V0.GoogleAdsService);
                    SearchGoogleAdsRequest request = new 
SearchGoogleAdsRequest()
                    {
                        Query = @"SELECT customer_client.client_customer 
FROM customer_client",
                        CustomerId = Client.Config.LoginCustomerId
                    };
                    PagedEnumerable<SearchGoogleAdsResponse, GoogleAdsRow> 
searchPagedResponse = googleAdsService.Search(request);

when I Looping through this Response and I will get the AdsAccount Details.

On Wednesday, 13 February 2019 06:19:15 UTC+5:30, Kevin wrote:
>
> Hi,
>
> I saw this post: 
> https://ads-developers.googleblog.com/2019/01/new-required-header-for-google-ads-api.html
>  and 
> added the requested manager customer id.
>
> However, I can't seem to access accounts that are directly managed by that 
> customer anymore.
> I get a "PermissionDenied" status code when I try to query with a managed 
> customer id.
> In addition, when I make the CustomerService.ListAccessibleCustomers 
> <https://developers.google.com/google-ads/api/reference/rpc/google.ads.googleads.v0.services#google.ads.googleads.v0.services.CustomerService>
>  request, 
> I only get the manager account back.
>
> Is there another step I need to explicitly give permission for the manager 
> to access the managed account's data?
>
> Best,
> Kevin
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
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/71dafc25-4a95-4bd1-8b56-85061f6ac3d0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • Google ... Kevin
    • Re... Ananth Sakthivel
    • RE... googleadsapi-forumadvisor via AdWords API and Google Ads API Forum

Reply via email to