Skip to content

railsware/tap-google-ads

 
 

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%