Upozornenie

Navštívte tiež sekciu Vaša stránka v službe AdSense, kde nájdete informácie prispôsobené vášmu účtu, ktoré vám pomôžu uspieť so službou AdSense.

Prehľad a pokyny k nariadeniu GDPR

Príklady kódu reklamy pre nastavenia prispôsobenia reklám

Ak spĺňate požiadavky našich pravidiel pre získanie súhlasu a chcete zobrazovať prispôsobené reklamy všetkým používateľom v Európskom hospodárskom priestore alebo Spojenom kráľovstve, ktorí navštívia váš web, nemusíte v značkovaní reklám nič meniť. Zobrazovanie neprispôsobených reklám môžete povoliť v používateľskom rozhraní služby AdSense alebo Google Ad Manager.

Ak však máte špeciálne požiadavky, napríklad ak chcete pre niektorých používateľov zobrazovať prispôsobené reklamy a pre ostatných neprispôsobené reklamy, môžete si pozrieť príklady uvedené nižšie.

Upozorňujeme, že nasledujúce vzorky kódu nie sú funkčné príklady. Majú slúžiť len ako pomôcka na ukážku, ako je možné implementovať nastavenia prispôsobenia reklám.

Kód reklamy pre neprispôsobené reklamy

Ak chcete zobrazovať neprispôsobené reklamy pre jednotlivé stránky, pozrite si príklad nižšie:

<html>
<head>
<title>Your site title</title>
</head>
<body>

<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pubxxx" crossorigin="anonymous"></script>
<script>(adsbygoogle=window.adsbygoogle||[]).requestNonPersonalizedAds=1;</script>
// The line above makes sure you are requesting non-personalized ads. It needs to come before you use <script>(adsbygoogle = window.adsbygoogle || []).push({});</script> and it suffices to have one such line per page.
<!-- One test unit for GDPR -->
<ins class="adsbygoogle"     style="display:inline-block;width:970px;height:250px"
     data-ad-client="ca-pubxxx"
    data-ad-slot="slot_id">
</ins>

<!-- Another test unit for GDPR -->
<ins class="adsbygoogle"     style="display:inline-block;width:250px;height:250px"
     data-ad-client="ca-pubxxx"
    data-ad-slot="slot_id">
</ins>
<script>(adsbygoogle = window.adsbygoogle || []).push({});</script>
// This triggers the ad request.

</body>
</html>

Kód reklamy pre prispôsobené reklamy

Ak chcete niektorým používateľom zobrazovať prispôsobené reklamy a iným neprispôsobené, pozrite si príklad nižšie:

<html>
<head>
<title>Your site title</title>
</head>
<body>

<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pubxxx" crossorigin="anonymous"></script>
<script>(adsbygoogle=window.adsbygoogle||[]).pauseAdRequests=1;</script>
// This will pause ad requests, so users have time to interact with your consent solution.

/* Set up the consent solution and act according to the user choice. 

If the user declines personalized ads, make sure to call (adsbygoogle=window.adsbygoogle||[]).requestNonPersonalizedAds=1;
Remember that you need user consent for using cookies even for non-personalized ads in countries where the EU eprivacy directive requires it.

Later, you can call (adsbygoogle=window.adsbygoogle||[]).pauseAdRequests=0 to resume sending ad requests. Without making this call, no ads will be shown.

*/

<!-- One test unit for GDPR -->
<ins class="adsbygoogle"     style="display:inline-block;width:970px;height:250px"
     data-ad-client="ca-pubxxx"
    data-ad-slot="slot_id">
</ins>

<!-- Another test unit for GDPR -->
<ins class="adsbygoogle"     style="display:inline-block;width:250px;height:250px"
     data-ad-client="ca-pubxxx"
    data-ad-slot="slot_id">
</ins>
<script>(adsbygoogle = window.adsbygoogle || []).push({});</script>
// This usually triggers the ad request, but you have paused these.

</body>
</html>
 

Automatické reklamy: kód reklamy pre neprispôsobené reklamy

Ak chcete zobrazovať neprispôsobené automatické reklamy pre jednotlivé stránky, pozrite si príklad nižšie:

<html>
<head>
<title>Your site title</title>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pubxxx" crossorigin="anonymous"></script>
<script>
(adsbygoogle=window.adsbygoogle||[]).requestNonPersonalizedAds=1;
(adsbygoogle=window.adsbygoogle||[]).push({google_ad_client: "ca-pubxxx", enable_page_level_ads: true});
</script>
</head>
<body>

</body>
</html>
 

Automatické reklamy: kód reklamy pre prispôsobené reklamy

Ak chcete niektorým používateľom zobrazovať prispôsobené automatické reklamy a iným neprispôsobené, pozrite si príklad nižšie:

<html>
<head>
<title>Your site title</title>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pubxxx" crossorigin="anonymous"></script>
<script>
(adsbygoogle=window.adsbygoogle||[]).pauseAdRequests=1;
// This will pause ad requests, so users have time to interact with your consent solution.
(adsbygoogle=window.adsbygoogle||[]).push({google_ad_client: "ca-pubxxx", enable_page_level_ads: true});
// This usually triggers the ad request, but you have paused these.
</script>
</head>
<body>

<script>
/* Set up the consent solution and act according to the user choice. 

If the user declines personalized ads, make sure to call (adsbygoogle=window.adsbygoogle||[]).requestNonPersonalizedAds=1;
Remember that you need user consent for using cookies even for non-personalized ads in countries where the EU eprivacy directive requires it.

Later, you can call (adsbygoogle=window.adsbygoogle||[]).pauseAdRequests=0 to resume sending ad requests. Without making this call, no ads will be shown.

*/
</script>

</body>
</html>

Pomohlo vám to?

Ako ju môžeme zlepšiť?
true
Vaša stránka v&nbsp;službe AdSense

Predstavujeme stránku v službe AdSense: nový zdroj, kde nájdete prispôsobené informácie o svojom účte a nové príležitosti v ňom, ktoré vám pomôžu uspieť so službou AdSense.

Vyhľadávanie
Vymazať vyhľadávanie
Zavrieť vyhľadávanie
Hlavná ponuka
16084225735045372320
true
Vyhľadávanie v Centre pomoci
true
true
true
true
true
157
false
false