Skip to content

Commit

Permalink
[ci skip] Deployed 3fca93c with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Nov 21, 2023
1 parent 291f36b commit 868c4be
Show file tree
Hide file tree
Showing 14 changed files with 1,308 additions and 1,753 deletions.
26 changes: 26 additions & 0 deletions mozdata/firefox_ios/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4962,6 +4962,32 @@ <h2 id="client_adclicks_history"><a href="#client_adclicks_history">client_adcli
<li>Owners:<p>- <a href="mailto:frank@mozilla.com">frank@mozilla.com</a></p>
</li>
</ul>
<table>
<caption>Schema</caption>
<tr>
<th>Column</th>
<th>Description</th>
<th>Type</th>
<th>Nullable</th>
</tr>
<tr>
<td>client_id</td>
<td>Unique ID for the client installation.</td>
<td>String</td>
<td>Yes</td>
</tr><tr>
<td>sample_id</td>
<td>Sample ID to limit query results during an analysis.</td>
<td>Integer</td>
<td>Yes</td>
</tr><tr>
<td>ad_click_history</td>
<td>History of ad_clicks for a user, by submission_date</td>
<td>Record</td>
<td>No</td>
</tr>
</table>

<table>
<caption>Referenced Tables</caption>
<tr>
Expand Down
41 changes: 41 additions & 0 deletions mozdata/mach/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4399,6 +4399,47 @@ <h2 id="metrics_clients_last_seen"><a href="#metrics_clients_last_seen">metrics_
<p><strong>Metrics Clients Last Seen</strong></p>
<p><code>mach.metrics_clients_last_seen</code></p>
<p>Please provide a description for the query</p>
<table>
<caption>Schema</caption>
<tr>
<th>Column</th>
<th>Description</th>
<th>Type</th>
<th>Nullable</th>
</tr>
<tr>
<td>submission_date</td>
<td></td>
<td>Date</td>
<td>Yes</td>
</tr><tr>
<td>client_id</td>
<td></td>
<td>String</td>
<td>Yes</td>
</tr><tr>
<td>sample_id</td>
<td></td>
<td>Integer</td>
<td>Yes</td>
</tr><tr>
<td>normalized_channel</td>
<td></td>
<td>String</td>
<td>Yes</td>
</tr><tr>
<td>n_metrics_ping</td>
<td></td>
<td>Integer</td>
<td>Yes</td>
</tr><tr>
<td>days_sent_metrics_ping_bits</td>
<td></td>
<td>Integer</td>
<td>Yes</td>
</tr>
</table>

<table>
<caption>Referenced Tables</caption>
<tr>
Expand Down
10 changes: 10 additions & 0 deletions mozdata/monitoring/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5115,6 +5115,16 @@ <h2 id="airflow_trigger"><a href="#airflow_trigger">airflow_trigger</a></h2>
<td></td>
<td>Integer</td>
<td>Yes</td>
</tr><tr>
<td>trigger_id</td>
<td></td>
<td>Integer</td>
<td>Yes</td>
</tr><tr>
<td>created_at</td>
<td></td>
<td>Timestamp</td>
<td>Yes</td>
</tr>
</table>

Expand Down
77 changes: 77 additions & 0 deletions mozdata/mozilla_org/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3500,6 +3500,42 @@ <h2 id="ga_clients"><a href="#ga_clients">ga_clients</a></h2>
<p><strong>Ga Clients</strong></p>
<p><code>mozilla_org.ga_clients</code></p>
<p>Please provide a description for the query</p>
<table>
<caption>Schema</caption>
<tr>
<th>Column</th>
<th>Description</th>
<th>Type</th>
<th>Nullable</th>
</tr>
<tr>
<td>ga_client_id</td>
<td>Uniquely identifiers a GA client, using a cookie on moz.org.</td>
<td>String</td>
<td>Yes</td>
</tr><tr>
<td>first_seen_date</td>
<td>The first date we saw this GA client.</td>
<td>Date</td>
<td>Yes</td>
</tr><tr>
<td>last_seen_date</td>
<td>The last date we saw this GA client.</td>
<td>Date</td>
<td>Yes</td>
</tr><tr>
<td>had_download_event</td>
<td>Whether this GA client has ever had a download event.</td>
<td>Boolean</td>
<td>Yes</td>
</tr><tr>
<td>first_reported</td>
<td>First instances of fields for a GA client.</td>
<td>Record</td>
<td>Yes</td>
</tr>
</table>

<table>
<caption>Referenced Tables</caption>
<tr>
Expand Down Expand Up @@ -3707,6 +3743,47 @@ <h2 id="gclid_conversions"><a href="#gclid_conversions">gclid_conversions</a></h
<p><strong>Gclid Conversions</strong></p>
<p><code>mozilla_org.gclid_conversions</code></p>
<p>Please provide a description for the query</p>
<table>
<caption>Schema</caption>
<tr>
<th>Column</th>
<th>Description</th>
<th>Type</th>
<th>Nullable</th>
</tr>
<tr>
<td>activity_date</td>
<td>The date that the conversion action took place.</td>
<td>Date</td>
<td>Yes</td>
</tr><tr>
<td>gclid</td>
<td>A Google Click ID, which uniquely represent an ad impression for Google ads.</td>
<td>String</td>
<td>Yes</td>
</tr><tr>
<td>did_firefox_first_run</td>
<td>Whether the GA session associated with this GCLID resulted in a Firefox install which ran the first time on this day.</td>
<td>Boolean</td>
<td>Yes</td>
</tr><tr>
<td>did_search</td>
<td>Whether the GA session associated with this GCLID resulted in a Firefox install with a search on this day.</td>
<td>Boolean</td>
<td>Yes</td>
</tr><tr>
<td>did_click_ad</td>
<td>Whether the GA session associated with this GCLID resulted in a Firefox install with an ad click on this day.</td>
<td>Boolean</td>
<td>Yes</td>
</tr><tr>
<td>did_returned_second_day</td>
<td>Whether the GA session associated with this GCLID resulted in a Firefox install that returned on this day.</td>
<td>Boolean</td>
<td>Yes</td>
</tr>
</table>

<table>
<caption>Referenced Tables</caption>
<tr>
Expand Down
41 changes: 41 additions & 0 deletions mozdata/reference_browser/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4508,6 +4508,47 @@ <h2 id="metrics_clients_last_seen"><a href="#metrics_clients_last_seen">metrics_
<p><strong>Metrics Clients Last Seen</strong></p>
<p><code>reference_browser.metrics_clients_last_seen</code></p>
<p>Please provide a description for the query</p>
<table>
<caption>Schema</caption>
<tr>
<th>Column</th>
<th>Description</th>
<th>Type</th>
<th>Nullable</th>
</tr>
<tr>
<td>submission_date</td>
<td></td>
<td>Date</td>
<td>Yes</td>
</tr><tr>
<td>client_id</td>
<td></td>
<td>String</td>
<td>Yes</td>
</tr><tr>
<td>sample_id</td>
<td></td>
<td>Integer</td>
<td>Yes</td>
</tr><tr>
<td>normalized_channel</td>
<td></td>
<td>String</td>
<td>Yes</td>
</tr><tr>
<td>n_metrics_ping</td>
<td></td>
<td>Integer</td>
<td>Yes</td>
</tr><tr>
<td>days_sent_metrics_ping_bits</td>
<td></td>
<td>Integer</td>
<td>Yes</td>
</tr>
</table>

<table>
<caption>Referenced Tables</caption>
<tr>
Expand Down
Loading

0 comments on commit 868c4be

Please sign in to comment.