Skip to content

railsware/tap-google-ads

This branch is 96 commits ahead of, 9 commits behind singer-io/tap-google-ads:main.

Folders and files

NameName
Last commit message
Last commit date
Aug 11, 2022
Oct 3, 2022
Feb 24, 2022
Apr 14, 2025
Nov 12, 2024
Sep 3, 2023
Jan 19, 2024
Nov 30, 2021
Jun 30, 2022
Jul 5, 2022
Jan 29, 2025

Repository files navigation

tap_google_ads

This is a Singer tap that produces JSON-formatted data from the Google Ads API following the Singer spec.

This tap:

Bookmarking Strategy

The Google Ads API supports the start_date and end_date parameters that limits the records which filters the analytics records in the given time period.

Configuration

This tap requires a config.json which specifies details regarding OAuth 2.0 authentication and a cutoff date for syncing historical data. See config.sample.json for an example.

To run the discover mode of tap-google-ads with the configuration file, use this command:

$ tap-google-ads -c my-config.json -d

To run the sync mode of tap-google-ads with the catalog file, use the command:

$ tap-google-ads -c my-config.json --catalog catalog.json

Copyright © 2021 Stitch

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%