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.2.tar.gz
(4.9 kB
view details)
File details
Details for the file tap-googlesearch-0.2.tar.gz
.
File metadata
- Download URL: tap-googlesearch-0.2.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.1.0 requests-toolbelt/0.9.1 tqdm/4.42.0 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7e83454f58131e324c6849d95e6ef3e69b8f704382a3902c57fd624df3546a54 |
|
MD5 | 0e27390b7ac6fe9c27ef43e5986d2039 |
|
BLAKE2b-256 | 5cc8817e34deef5af0c5dbc4530e548844917f2f78590764ebd091dd76efe7c7 |