Hi,
I'm trying to use Google Ads API to see if a given Google Ads account is linked with Google Analytics and Google Merchant Center.
I though that the resource "
account_link" is an appropriate place to start, but I can't seem to get a response. I don't get an error back, just an empty response.
A specific query I tried is:
"SELECT
account_link.account_link_id, account_link.data_partner.data_partner_id, account_link.google_ads.customer, account_link.resource_name,
account_link.status, account_link.type
FROM account_link"
To sum it up:
Goal: to see if the Google Ads account in question is linked with Google Analytics, Google Merchant Center and other potential data sources.
Problem: I tried using the "account_link" property, but I keep getting empty responses.
Also, how to see (with an API) which campaigns are currently limited by their budget?
Any help with solving these two issues is greatly appreciated.
Thanks and have a nice day,
Adrian