I need to obtain the expense that an account has had with a specific
payment account. What do you suggest or what way can I use to do it?
Thank's for your help
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~
Hi,
Previously, it was possible to retrieve the name of an ad type using the
following code:
ga_service = client.get_service("GoogleAdsService")
perf_dict = defaultdict(dict)
query = f"""
SELECT
ad_group_ad.ad.system_managed_resource_source,
ad_group_ad.ad.type,
.
response = ga_ser
When I'm calling this api to Google Ads API explorer it's working fine but
on calling from my code in node js it's giving error message:* 'The caller
does not have permission', with error 403 *and * 'request-id':
'Yx07iORrYruWwV8S9cizIg*',
* I've standard access of Google Ads Developer token*
I