Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create small app to track link-throughs #1

Open
patcon opened this issue Feb 21, 2019 · 2 comments
Open

Create small app to track link-throughs #1

patcon opened this issue Feb 21, 2019 · 2 comments

Comments

@patcon
Copy link
Member

patcon commented Feb 21, 2019

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

@patcon
Copy link
Member Author

patcon commented Feb 21, 2019

Then we could add that ical feed to another gcal via importing the rewritten ical feed, and embedding it

Hm. Problem. Realized that imported ical feeds in google calendar can't be embedded or showed publicly in any way

Related: https://stackoverflow.com/questions/52426617/embedding-google-calendar-containing-imported-calendars-that-are-not-public

@patcon
Copy link
Member Author

patcon commented Feb 21, 2019

Alternatively, we could allow a little script to rewrite the links with gcal write access, so that they include the tracker, and that would also work, and allow us to still use a full Google calendar with ability to embed at civictech.ca/calendar

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant