Skip to content

Instantly share code, notes, and snippets.

<table id="ga-table" class="dataTable" role="grid">
<thead>
<tr class="row-1 odd" role="row"><th class="column-1 sorting_disabled" rowspan="1" colspan="1" style="width: 80px;">Cookie Name</th><th class="column-2 sorting_disabled" rowspan="1" colspan="1" style="width: 73px;">Expiration Time</th><th class="column-3 sorting_disabled" rowspan="1" colspan="1" style="width: 223px;">Description</th><th class="column-4 sorting_disabled" rowspan="1" colspan="1" style="width: 118px;">Which MonsterInsights Users</th></tr>
</thead>
<tbody class="row-hover">
<tr class="row-2 even" role="row">
<td class="column-1">_ga</td><td class="column-2">2 years</td><td class="column-3">Used to distinguish users. Stores the ClientID, a unique and randomly generated string, so that the user can be associated on future visits, the date of first visit and version of GA cookie.</td><td class="column-4">All Users</td>
</tr><tr class="row-3 odd" role="row">
<td class="column-1">_gid</td><td class="column-2">24 hours</td><td class=

Panoglobe

The Project

A Globe visualization, displaying travel lines made from GPS coordinates on planet earth.

Think about the google data-globe but do-it-yourself. Display travel routes and link to content from another website. Because weaving a 2D-website and a 3D-context is a difficult task, for now there are just hyperlinks leading to other pages.