breatheco-de / breatheco-de

https://breatheco-de.vercel.app
1.09k stars 2.44k forks source link

Link Shortener views and functionality on admin.breatheco.de #1908

Open alesanchezr opened 2 years ago

alesanchezr commented 2 years ago

The marketing team is constantly sharing links on social media, etc. They often need a way to organize and catalog those links for better management and later reporting.

  1. slug: No spaces, only letter, number and dash -, must not start with a number.
  2. destination: validate for URL.
  3. private: checkbox for true or false, help text: "Other academies will see and use private urls
  4. utm_campaign (text input), help text: `Used for google analytics and marketing tracking and link to this docs.
  5. utm_medium (text input), help text: `Used for google analytics and marketing tracking and link to this docs.
  6. utm_content (text input), help text: `Used for google analytics and marketing tracking and link to this docs.
  7. utm_source (text input), help text: `Used for google analytics and marketing tracking and link to this docs.
alesanchezr commented 2 years ago

This functionality is linked also described in this feature: https://github.com/4GeeksAcademy/About-4Geeks-Academy/issues/2132