mirror of
https://github.com/bedaka/kew-pihole.git
synced 2025-10-13 20:23:32 +00:00
Add RTB slides
This commit is contained in:
parent
88cdca9298
commit
e8ea55eb35
4 changed files with 80 additions and 5 deletions
|
@ -125,10 +125,83 @@
|
|||
<img class="fragment fade-down" style="height: 200px" src="images/shutuptakemymoney.gif">
|
||||
</section>
|
||||
</section>
|
||||
|
||||
|
||||
<section data-auto-animate>
|
||||
<h2>Auktion eines Werbeplatzes</h2>
|
||||
<!-- RTB -->
|
||||
<section>
|
||||
<section>
|
||||
<h2>Real Time Bidding (RTB)</h2>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h2>Vokabular</h2>
|
||||
<ul>
|
||||
<li>DSP: Demand Side Platform</li>
|
||||
<li>SSP: Supply Side Platform</li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<img src="./images/rtb.png">
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h2>Wichtige Organisationen</h2>
|
||||
<ul>
|
||||
<li>Internet Advertising Bureau (IAB)</li>
|
||||
<ul>
|
||||
<li>OpenRTB</li>
|
||||
<li>Transparency and Consent Framework (TCF)</li>
|
||||
</ul>
|
||||
<li>Google</li>
|
||||
<ul>
|
||||
<li>Authorized Buyers Framework</li>
|
||||
</ul>
|
||||
</ul>
|
||||
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h2>Bid Request</h2>
|
||||
<ul>
|
||||
<li>Request ID</li>
|
||||
<li>IP Adresse (im Falle von ABF nur die ersten 3 Bytes)</li>
|
||||
<li>Cookie IDs</li>
|
||||
<li>User-Agent (Identifiziert den Browser und das Gerät)</li>
|
||||
<li>Ort</li>
|
||||
<li>Zeitzone</li>
|
||||
<li>Systemsprache</li>
|
||||
<li>Informationen zur Konsumentengruppe</li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h2>IAB Inhaltstaxonomie </h2>
|
||||
<ul>
|
||||
<li>Herzkrankheiten</li>
|
||||
<li>Psychische Gesundheit</li>
|
||||
<li>Sexuelle Gesundheit</li>
|
||||
<li>Ansteckende Krankheiten</li>
|
||||
<li>uvm.</li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h2>Google 'publisher verticals'</h2>
|
||||
<ul>
|
||||
<li>Reproductive Health</li>
|
||||
<li>Substance Abuse</li>
|
||||
<li>Health Condition</li>
|
||||
<li>Politics</li>
|
||||
<li>Ethnis & Identity Groups</li>
|
||||
<li>uvm.</li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
<section data-auto-animate>
|
||||
<h2>Auktion eines Werbeplatzes</h2>
|
||||
<pre data-id="code-animation">
|
||||
<img src="images/real-time-bidding.png">
|
||||
</pre>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue