Hi Team!

Seeing the following error in our Ruby code  

W, [2020-12-24T16:03:29.764284 #8748]  WARN -- : CID: 299562XXXX, Host: 
googleads.googleapis.com:443, Method: 
/google.ads.googleads.v6.services.GoogleAdsService/Search, IsFault: yes
I, [2020-12-24T16:03:29.764628 #8748]  INFO -- : Outgoing request: Headers: 
{"developer-token":"REDACTED","login-customer-id":" 299562XXXX  
","x-goog-api-client":"gl-ruby/2.5.3 gax/0.3.4 gapic/8.1.0 
grpc/1.34.0","x-goog
-request-params":"customer_id= 299562XXXX    "} Payload: {"customerId":" 
299562XXXX","query":"SELECT campaign.id,\n      
 campaign.advertising_channel_type,\n       ad_group.id,\n      
 ad_group.status,\n       metrics.imp
ressions,\n       metrics.hotel_average_lead_value_micros,\n      
 segments.hotel_check_in_day_of_week,\n      
 segments.hotel_length_of_stay\nFROM hotel_performance_view\nWHERE 
segments.date DURING LAST_7_DAYS\n  AN
D campaign.advertising_channel_type = 'HOTEL'\n  AND ad_group.status = 
'ENABLED'\nORDER BY metrics.impressions DESC\nLIMIT 50\n","pageSize":1}
I, [2020-12-24T16:03:29.764726 #8748]  INFO -- : Incoming response (errors):
  
Google::Ads::GoogleAds::Errors::GoogleAdsError(Google::Ads::GoogleAds::Errors::GoogleAdsError):
 
User doesn't have permission to access customer. Note: If you're accessing 
a client customer, the manager's customer i
d must be set in the 'login-customer-id' header. See 
https://developers.google.com/google-ads/api/docs/concepts/call-structure#cid
  called from: (irb):1695:in `write_campaign_report_csv'
Error with message: 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
        Type: authorization_error
        Code: USER_PERMISSION_DENIED
Traceback (most recent call last):
        2: from (irb):1716
        1: from (irb):1695:in `write_campaign_report_csv'
Google::Ads::GoogleAds::Errors::GoogleAdsError 
(Google::Ads::GoogleAds::Errors::GoogleAdsError)

I want access to the customer account is through a manager account
and i have set login-customer-id in client  configure

client.configure do |config|
     config.login_customer_id = customer_id.to_i
end







-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 [email protected]
To unsubscribe from this group, send email to
[email protected]
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/366db128-2b15-4238-9ace-c1286e483ff9n%40googlegroups.com.

Reply via email to