downloading folders from google drive.

I wanted to download some course material on RL shared by the author via Google drive using the command line.  I got a bunch of stuff using wget a folder in google drive was a challenge. I looked it up in SO which gave me a hint but no solution. I installed gdown using pip and then used: gdown --folder --continue https://drive.google.com/drive/folders/1V9jAShWpccLvByv5S1DuOzo6GVvzd4LV if there are more than 50 files you need to use --remaining-ok and only get the first 50. In such a case its best to download using the folder using the UI and decompress locally. Decompressing from the command line created errors related to unicode but using the mac UI I decompressed without a glitch.

Data Science Glossary - T

Google Tag Manager
Tags
Blocks of codes that are introduced into a page to implement analytics.
Tag management system
is a piece of middle-ware for injecting tags in a controlled and audited way.
Time on Site
is a metric representing the average length of time visitors spend accessing a web site. Time on site clusters hit into sessions using a minimal time period. It can be used to measure the effectiveness and quality of your Website. The longer visitors spend on your site, the more informative and interactive your site is. However most analytics tend to under report this number due to mishandling of the last page viewed.
Top Exit Pages
are the pages on a website that visitors leave from. In Google Analytics, these pages are listed in order from those the most visitors exited your site to those pages that visitors least exited your site. Take into consideration the content of the exit page when deciding on a course of action. If people are leaving your site from a Thank You page, there is no need for worry. If one of your Top Exit Pages is another page on your site, you want to investigate why your visitors are leaving from this page.
Top Landing Pages
are the first pages that users land on, or come to when entering a website. Within Google Analytics, these pages are listed in descending order. This data is important because it allows you to see which pages are attracting visitors.
Tracking Code
is a snippet of code that is inserted into the body of an HTML page. The tracking code captures information about visits to a page.
Traffic
is the total number of visits to your Website. Within Google Analytics, traffic can be divided into multiple categories including, direct, organic and paid.
Traffic source
is where your traffic is coming from. Google Analytics includes information on which sites your visitors are coming to your Website from as well as what keywords they are using to get to your Website.

Comments

Popular posts from this blog

Moodle <=< Mediawiki SUL integration - first thoughts

downloading folders from google drive.

Insight into progressive web apps