singer-io / tap-doubleclick-campaign-manager

A Singer.io tap for extracting data from the DoubleClick Campaign Manager API
GNU Affero General Public License v3.0
4 stars 16 forks source link

tap-doubleclick-campaign-manager

This is a Singer tap that produces JSON-formatted data following the Singer spec.

This tap:

Configuration

This tap requires a config.json which specifies details regarding Google OAuth authentication, which reports to pull, and the stream names for each report. See config.sample.json for an example.

In the config, the reports property contains a delimited string to keep it compatible with the Stitch environment. It uses semicolons to separate reports (like rows) and commas to separate report IDs and report stream names (like columns).

Example 123456789,activities_and_clicks;123456790,dfa1_report

To run tap-doubleclick-campaign-manager with the configuration file, use this command:

› tap-doubleclick-campaign-manager -c my-config.json

Copyright © 2018 Stitch