Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Update index.md #5873

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions src/connections/sources/catalog/cloud-apps/google-ads/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,14 @@ Collections are the groupings of resources Segment pulls from your source. In yo

| Collection | Type | Description |
| --------------------------- | ------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| ad_groups | object | An [ad group](https://developers.google.com/google-ads/api/reference/rpc/v10/AdGroup){:target="_blank"} is a set of ads that share the same daily or lifetime budget, schedule, bid type, bid info, and targeting data |
| ad_performance_report | object | [Ad Performance Report](https://developers.google.com/google-ads/api/docs/migration/overview){:target="_blank"} includes all statistics aggregated at the ad level, one row per ad. Segment pulls [7 days of data.](https://developers.google.com/google-ads/api/docs/query/date-ranges){:target="_blank"} |
| ads | object | An [ad object](https://developers.google.com/google-ads/api/reference/rpc/v10/Ad){:target="_blank"} contains the data necessary to visually display an ad and associate it with a corresponding ad set. |
| campaigns | object | A [campaign](https://developers.google.com/google-ads/api/reference/rpc/v10/Campaign){:target="_blank"} is a grouping of ad sets which are organized by the same business goal. |
| campaign_performance_report | object | [Campaign performance reports](https://developers.google.com/google-ads/api/docs/migration/overview){:target="_blank"} include a daily snapshot of performance statistics per campaign. Segment pulls [7 days of data.](https://developers.google.com/google-ads/api/docs/query/date-ranges){:target="_blank"} |
| click_performance_report | object | [Click performance Reports](https://developers.google.com/google-ads/api/docs/migration/overview){:target="_blank"} include stats at the click level, including both valid and invalid clicks. Segment pulls [7 days of data.](https://developers.google.com/google-ads/api/docs/query/date-ranges){:target="_blank"} |
| search_performance_report | object | **[Contact Support](https://segment.com/help/contact) to add this collection** [Search query performance Reports](https://developers.google.com/google-ads/api/docs/migration/overview){:target="_blank"} include statistics aggregated at the search terms level, one row per combination of search terms. Segment pulls [7 days of data.](https://developers.google.com/google-ads/api/docs/query/date-ranges){:target="_blank"} |
| keywords_performance_report | object | **[Contact Support](https://segment.com/help/contact) to add this collection** [Keywords Performance Report](https://developers.google.com/google-ads/api/docs/migration/overview){:target="_blank"} includes all statistics aggregated at the keyword level, one row per keyword. Segment pulls [7 days of data.](https://developers.google.com/google-ads/api/docs/query/date-ranges){:target="_blank"} |
| ad_groups | object | An [ad group](https://developers.google.com/google-ads/api/reference/rpc/v15/AdGroup){:target="_blank"} is a set of ads that share the same daily or lifetime budget, schedule, bid type, bid info, and targeting data |
| ad_performance_report | object | [Ad Performance Report](https://developers.google.com/google-ads/api/reference/rpc/v15/AdGroupAd){:target="_blank"} includes all statistics aggregated at the ad level, one row per ad. Segment pulls [7 days of data.](https://developers.google.com/google-ads/api/docs/query/date-ranges){:target="_blank"} |
| ads | object | An [ad object](https://developers.google.com/google-ads/api/reference/rpc/v15/Ad){:target="_blank"} contains the data necessary to visually display an ad and associate it with a corresponding ad set. |
| campaigns | object | A [campaign](https://developers.google.com/google-ads/api/reference/rpc/v15/Campaign){:target="_blank"} is a grouping of ad sets which are organized by the same business goal. |
| campaign_performance_report | object | [Campaign performance reports](https://developers.google.com/google-ads/api/reference/rpc/v15/Campaign){:target="_blank"} include a daily snapshot of performance statistics per campaign. Segment pulls [7 days of data.](https://developers.google.com/google-ads/api/docs/query/date-ranges){:target="_blank"} |
| click_performance_report | object | [Click performance Reports](https://developers.google.com/google-ads/api/reference/rpc/v15/ClickView){:target="_blank"} include stats at the click level, including both valid and invalid clicks. Segment pulls [7 days of data.](https://developers.google.com/google-ads/api/docs/query/date-ranges){:target="_blank"} |
| search_performance_report | object | **[Contact Support](https://segment.com/help/contact){:target="_blank"} to add this collection** [Search query performance Reports](https://developers.google.com/google-ads/api/reference/rpc/v15/SearchTermView){:target="_blank"} include statistics aggregated at the search terms level, one row per combination of search terms. Segment pulls [7 days of data.](https://developers.google.com/google-ads/api/docs/query/date-ranges){:target="_blank"} |
| keywords_performance_report | object | **[Contact Support](https://segment.com/help/contact){:target="_blank"} to add this collection** [Keywords Performance Report](https://developers.google.com/google-ads/api/reference/rpc/v15/KeywordView){:target="_blank"} includes all statistics aggregated at the keyword level, one row per keyword. Segment pulls [7 days of data.](https://developers.google.com/google-ads/api/docs/query/date-ranges){:target="_blank"} |

### Video Campaign Reports

Expand Down