Skip to content

Latest commit

 

History

History
69 lines (57 loc) · 4.85 KB

README.md

File metadata and controls

69 lines (57 loc) · 4.85 KB

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