Skip to content

singer-io/tap-google-ads

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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