From af7cf30f96578621939fc77b7ec15153ee5586b7 Mon Sep 17 00:00:00 2001 From: Denys Davydov Date: Mon, 23 May 2022 18:31:08 +0300 Subject: [PATCH] #12486 doc upd: add note on use of custom queries --- docs/integrations/sources/google-ads.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/integrations/sources/google-ads.md b/docs/integrations/sources/google-ads.md index df846069a318e..9d427b5e707e6 100644 --- a/docs/integrations/sources/google-ads.md +++ b/docs/integrations/sources/google-ads.md @@ -112,6 +112,8 @@ Note that `ad_groups`, `ad_group_ads`, and `campaigns` contain a `labels` field, The Google Ads Query Language can query the Google Ads API. Check out [Google Ads Query Language](https://developers.google.com/google-ads/api/docs/query/overview) and the [query builder](https://developers.google.com/google-ads/api/docs/query/overview). You can add these as custom queries when configuring the Google Ads source. +**Note**: Each custom query in the input configuration must work for all the customer account IDs. Otherwise, the customer ID will be skipped for every query that fails the validation test. For example, if your query contains `metrics` fields in the `select` clause, it will not be executed against manager accounts. + ## Performance considerations This source is constrained by whatever API limits are set for the Google Ads that is used. You can read more about those limits in the [Google Developer docs](https://developers.google.com/google-ads/api/docs/best-practices/quotas).