CivicTechTO / CivicTechTO/overview

Create small app to track link-throughs

Open
#1 2 comments 0 reactions 0 assignees View on GitHub
community-infra-idea
Dominant language
No language data
Stars
3
Forks
0
PR merge metrics
No merged PRs in 30d

Description

## Problem

We have a Google Calendar. We have no idea how much it's used. Google Calendar has no way to track calendar subscibers.

## Potential Solution

We could create a small app that allows arbitrary links to be tracked via pass-through. Since each event in the calendar has a link in the description (with details not available from the ical event), that could proxy for how much use the calendar is getting.

So for example, if we had an event with https://example.com in the description, the ical event could link to something like `https://my-link-tracker-app.herokuapp.com?url=https://example.com`

This link tracker app would then write data whenever someone using it as a pass-through. This could be either in a spreadsheet, or in Google Analytics.

---

Note that the approach would require putting very specific links into the calendar, which is a pain, and would probably be forgotten. We could instead create another app that takes an ical feed and rewrites all the links to have the right format. Then we could add that ical feed to another gcal via importing the rewritten ical feed, and embedding it

## Alternative Considered

- maybe a service allows for tracking ical links

## Related

- https://github.com/alphagov/external-link-tracker

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.