Skip to content

Commit

Permalink
Docs: add google ads performance max warning note (airbytehq#29470)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosmarxm authored and harrytou committed Sep 1, 2023
1 parent a3591d8 commit 8b51ee7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/integrations/sources/google-ads.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ The Google Ads source connector can sync the following tables. It can also sync

Note that `ad_groups`, `ad_group_ads`, and `campaigns` contain a `labels` field, which should be joined against their respective `*_labels` streams if you want to view the actual labels. For example, the `ad_groups` stream contains an `ad_group.labels` field, which you would join against the `ad_group_labels` stream's `label.resource_name` field.


### Report Tables

- [account_performance_report](https://developers.google.com/google-ads/api/docs/migration/mapping#account_performance)
Expand All @@ -135,6 +136,12 @@ Note that `ad_groups`, `ad_group_ads`, and `campaigns` contain a `labels` field,
Due to Google Ads API constraints, the `click_view` stream retrieves data one day at a time and can only retrieve data newer than 90 days ago. Also, [metrics](https://developers.google.com/google-ads/api/fields/v11/metrics) cannot be requested for a Google Ads Manager account. Report streams are only available when pulling data from a non-manager account.
:::

:::warning
Google Ads doesn't support `PERFORMACE_MAX` campaigns on `ad_group` or `ad` stream level, only on `campaign` level.
If you have this type of campaign Google will remove them from the results for the `ads` reports.
More [info](https://github.com/airbytehq/airbyte/issues/11062) and [Google Discussions](https://groups.google.com/g/adwords-api/c/_mxbgNckaLQ).
:::

For incremental streams, data is synced up to the previous day using your Google Ads account time zone since Google Ads can filter data only by [date](https://developers.google.com/google-ads/api/fields/v11/ad_group_ad#segments.date) without time. Also, some reports cannot load data real-time due to Google Ads [limitations](https://support.google.com/google-ads/answer/2544985?hl=en).

## Custom Query: Understanding Google Ads Query Language
Expand Down

0 comments on commit 8b51ee7

Please sign in to comment.