rtanglao / rt-kits-tb-api

Experiments with Thunderbird and the SUMO aka Kitsune API
Mozilla Public License 2.0
0 stars 0 forks source link

Document: How to get Google Analytics for Thunderbird Desktop (how to remove all the other products) #1

Open rtanglao opened 7 months ago

rtanglao commented 7 months ago

Broad outline

  1. Get the articles using the Kitsune API
  2. Get the articles details using the Kitsune API
  3. Remove all non Thunderbird Desktop articles from the article details of step 2
  4. From 3. Get a list of TB slugs
  5. Scrape the slugs from 4 to find all the slugs of the localized articles
  6. Get the Google Analytics for all products
  7. From 6. remove everything that doesn't have a slug as per 5. or doesn't have the word thunderbird
rtanglao commented 7 months ago