Skip to main content

Singer.io tap for extracting data from Google Search Analytics

Project description

tap-googlesearch

installation

Install using pip:

pip install tap-googlesearch

example

tap-googlesearch -c config.json > records.ndjson

and test using the singer-check-tap by installing the singer-tools as well:

pipenv install tap-googlesearch singer-tools
pipenv run tap-googlesearch -c example_config.json | pipenv run singer-check-tap

config

Below is an example of a valid config.json for this tap. There's an optional start_date field that will default to 24 weeks in the past if not set.

{
  "oauth2_credentials_file": "<fully qualified path to the OAuth2.0 credentials file>",
  "dimensions": ["page", "query"],
  "start_date": "2018-05-23",
  "site_urls": ["<optional list of site_urls to include (defaults to all)>"]
}

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tap-googlesearch-0.0.8.tar.gz (4.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page