Skip to content

Commit

Permalink
#12486 doc upd: add note on use of custom queries
Browse files Browse the repository at this point in the history
  • Loading branch information
davydov-d committed May 23, 2022
1 parent b34f112 commit af7cf30
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/integrations/sources/google-ads.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit af7cf30

Please sign in to comment.