https://github.com/answeroverflow/posthog-search-console
Bring Google Search Console data into PostHog
https://github.com/answeroverflow/posthog-search-console
Last synced: 2 months ago
JSON representation
Bring Google Search Console data into PostHog
- Host: GitHub
- URL: https://github.com/answeroverflow/posthog-search-console
- Owner: AnswerOverflow
- License: mit
- Created: 2023-11-01T06:20:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-01T06:20:15.000Z (over 1 year ago)
- Last Synced: 2025-02-13T16:58:17.623Z (3 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PostHog Plugin Starter Kit
[](https://opensource.org/licenses/MIT)
This is a PostHog plugin template.
The existing sample code adds property `"greeting"` to every event with a configurable value (default: `"Hello world!"`).
But that is just to help you get started! To make it your own:
- [ ] Add your code to `index.js`.
- [ ] Add your metadata and configuration schema to `plugin.json`.
- [ ] Search for `