This Node.js small app connects Google Analytics API with Google Search Console API to try to detect correlations on keyword conversion attribution
These instructions will get you a copy of the project up and running on your local machine.
Install project dependencies by running:
yarn
Create a .env
file and set up your Google credentials and site URL. You can rename the sample file included in this repo.
mv .env.sample .env
Regarding getting the Google credentials, you can follow this tutorial. Keep in mind you will not have to do the analytics steps, but use Google Search Console instead.
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Ariel Sanguinetti - Initial work - GitHub
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details