gunu
02/16/2022, 2:54 AM2022-02-16 02:04:10 WARN i.a.w.p.a.DefaultAirbyteStreamFactory(internalLog):96 - Request made: ClientCustomerId: ####, Host: <http://googleads.googleapis.com|googleads.googleapis.com>, Method: /google.ads.googleads.v9.services.GoogleAdsService/Search, RequestId: XXX, IsFault: True, FaultMessage: User doesn't have permission to access customer. Note: If you're accessing a client customer, the manager's customer id must be set in the 'login-customer-id' header. See <https://developers.google.com/google-ads/api/docs/concepts/call-structure#cid>
it appears the ClientCustomerId
is not properly being set as the manager’s customer id0.1.26
and i’ve had this running fine in the past with the same credentials (i’ve just tried the same version and just upgrade to the new version 0.1.26
and still same issue)Note: If you're accessing a client customer, the manager's customer id must be set in the 'login-customer-id' header
Divya (Proximity)
02/16/2022, 8:48 AMgunu
02/18/2022, 2:59 AMClientCustomerId: ####
is the customerID but it should be the managger IDJustin Reynolds
02/18/2022, 4:33 AMgunu
02/18/2022, 4:34 AMlogin-customer-id
in the header and not login_customer_id
Justin Reynolds
02/18/2022, 4:50 AMgunu
02/18/2022, 5:16 AMClientCustomerId
is showing the first of the customer_id
(it can receive a list) in the error when it says Request made: ClientCustomerId
and not the manager customer idlogin-customer-id
header must be provided e.g. see below
<https://googleads.googleapis.com/v10/customers/1234567890/campaignBudgets:mutate>
can you please confirm this is happeningDisi Koa
02/22/2022, 9:12 PMgunu
02/23/2022, 7:01 AM