NEAR-DevHub / neardevhub-contract

NEAR DevHub contract
https://neardevhub.org
19 stars 15 forks source link

feat: added blog url and campaign / social short link tracking #145

Open Tguntenaar opened 1 month ago

Tguntenaar commented 1 month ago

Relates to #879

This PR does two things:

We want links like this: /blog/dev-dao/blog-title?c=1&s=i to work. Mapping is defined in this spreadsheet

NOTE: The request.query hashmap is always empty.. So I'm going to parse it from the path request: Web4Request

EDIT: After review I removed any hardcoded mapping from the contract and we will do it manually in posthog instead.

Tguntenaar commented 3 weeks ago

@frol could you review it one more time?