Skip to content

Commit

Permalink
[ci skip] Deployed 3915be1 with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Nov 6, 2023
1 parent 86aae47 commit fe3fd34
Show file tree
Hide file tree
Showing 11 changed files with 1,359 additions and 1,513 deletions.
46 changes: 46 additions & 0 deletions mozdata/fenix/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -973,6 +973,13 @@
bookmarks_sync
</a>

</li>

<li class="md-nav__item">
<a href="#client_adclicks_history" class="md-nav__link">
client_adclicks_history
</a>

</li>

<li class="md-nav__item">
Expand Down Expand Up @@ -3717,6 +3724,13 @@
bookmarks_sync
</a>

</li>

<li class="md-nav__item">
<a href="#client_adclicks_history" class="md-nav__link">
client_adclicks_history
</a>

</li>

<li class="md-nav__item">
Expand Down Expand Up @@ -4829,6 +4843,38 @@ <h2 id="bookmarks_sync"><a href="#bookmarks_sync">bookmarks_sync</a></h2>

<p><a href="https://github.com/mozilla/bigquery-etl/blob/generated-sql/sql/moz-fx-data-shared-prod/fenix/bookmarks_sync">Source Directory</a> | <a href="https://github.com/mozilla/bigquery-etl/blob/generated-sql/sql/moz-fx-data-shared-prod/fenix/bookmarks_sync/view.sql">View Definition</a> | <a href="https://github.com/mozilla/bigquery-etl/blob/generated-sql/sql/moz-fx-data-shared-prod/fenix/bookmarks_sync/metadata.yaml">Metadata File</a> </p>
<hr />
<h2 id="client_adclicks_history"><a href="#client_adclicks_history">client_adclicks_history</a></h2>
<p><strong>Client Adclicks History</strong></p>
<p><code>fenix.client_adclicks_history</code></p>
<p>Contains the full history of ad-clicks for each client.</p>
<p>This should only be used for the LTV project.
To calculate LTV for any client, we add together two things -
1. Predicted future Ad Clicks
2. Total historical ad clicks</p>
<p>This table provides 2.
The full history of each client's ad_clicks
are available as a MAP, keyed by date,
where the value is the number of ad clicks.</p>
<ul>
<li>Owners:<p>- <a href="mailto:frank@mozilla.com">frank@mozilla.com</a></p>
</li>
</ul>
<table>
<caption>Referenced Tables</caption>
<tr>
<th>Project</th>
<th>Dataset</th>
<th>Table</th>
</tr>
<tr>
<td><a href=https://github.com/mozilla/bigquery-etl/blob/generated-sql/sql/moz-fx-data-shared-prod>moz-fx-data-shared-prod</a></td>
<td><a href=https://github.com/mozilla/bigquery-etl/blob/generated-sql/sql/moz-fx-data-shared-prod/fenix_derived>fenix_derived</a></td>
<td><a href=https://github.com/mozilla/bigquery-etl/blob/generated-sql/sql/moz-fx-data-shared-prod/fenix_derived/client_adclicks_history_v1>client_adclicks_history_v1</a></td>
</tr>
</table>

<p><a href="https://github.com/mozilla/bigquery-etl/blob/generated-sql/sql/moz-fx-data-shared-prod/fenix/client_adclicks_history">Source Directory</a> | <a href="https://github.com/mozilla/bigquery-etl/blob/generated-sql/sql/moz-fx-data-shared-prod/fenix/client_adclicks_history/view.sql">View Definition</a> | <a href="https://github.com/mozilla/bigquery-etl/blob/generated-sql/sql/moz-fx-data-shared-prod/fenix/client_adclicks_history/metadata.yaml">Metadata File</a> </p>
<hr />
<h2 id="client_deduplication"><a href="#client_deduplication">client_deduplication</a></h2>
<p><strong>Client Deduplication</strong></p>
<p><code>fenix.client_deduplication</code></p>
Expand Down
166 changes: 83 additions & 83 deletions mozfun/bits28/index.html

Large diffs are not rendered by default.

Loading

0 comments on commit fe3fd34

Please sign in to comment.