-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Añadir bloques de anuncio de Google Ad Manager
- Loading branch information
1 parent
e22e6d7
commit 963a98e
Showing
15 changed files
with
1,057 additions
and
35 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<!-- /23054707577/ZH9HsBYd --> | ||
<div id='div-gpt-ad-1705154566741-0' style='min-width: 980px; min-height: 280px;'> | ||
<script> | ||
googletag.cmd.push(function() { googletag.display('div-gpt-ad-1705154566741-0'); }); | ||
</script> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<!-- /23054707577/etaEP84a --> | ||
<div id='div-gpt-ad-1705154918797-0' style='min-width: 728px; min-height: 90px;'> | ||
<script> | ||
googletag.cmd.push(function() { googletag.display('div-gpt-ad-1705154918797-0'); }); | ||
</script> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<!-- /23054707577/GrHBPdvN --> | ||
<div id='div-gpt-ad-1705155070019-0' style='min-width: 300px; min-height: 600px;'> | ||
<script> | ||
googletag.cmd.push(function() { googletag.display('div-gpt-ad-1705155070019-0'); }); | ||
</script> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
<!-- | ||
<ins class="adsbygoogle" | ||
style="display:inline-block;width:100%;height:280px" | ||
data-ad-client="{{ .Site.Params.adsense.adclient }}" | ||
data-ad-slot="{{ .Site.Params.adsense.adslot.autobillboard }}" | ||
data-type="billboard"></ins> | ||
--> | ||
data-type="billboard"></ins> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
<!-- | ||
<ins class="adsbygoogle" | ||
style="display:inline-block;width:100%;height:90px" | ||
data-ad-client="{{ .Site.Params.adsense.adclient }}" | ||
data-ad-slot="{{ .Site.Params.adsense.adslot.autoleaderboard }}" | ||
data-type="leaderboard"></ins> | ||
--> | ||
data-type="leaderboard"></ins> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,4 @@ | ||
<!-- | ||
<ins class="adsbygoogle" | ||
style="display:inline-block;width:100%;height:600px" | ||
data-ad-client="{{ .Site.Params.adsense.adclient }}" | ||
data-ad-slot="{{ .Site.Params.adsense.adslot.autovertical }}"></ins> | ||
--> | ||
data-ad-slot="{{ .Site.Params.adsense.adslot.autovertical }}"></ins> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,11 @@ | ||
<script type="text/javascript" src="https://securepubads.g.doubleclick.net/tag/js/gpt.js" async></script> | ||
<script type="text/javascript" src="https://securepubads.g.doubleclick.net/tag/js/gpt.js" async></script> | ||
<script> | ||
window.googletag = window.googletag || {cmd: []}; | ||
googletag.cmd.push(function() { | ||
googletag.defineSlot('/23054707577/ZH9HsBYd', [980, 280], 'div-gpt-ad-1705154566741-0').addService(googletag.pubads()); | ||
googletag.defineSlot('/23054707577/etaEP84a', [728, 90], 'div-gpt-ad-1705154918797-0').addService(googletag.pubads()); | ||
googletag.defineSlot('/23054707577/GrHBPdvN', [300, 600], 'div-gpt-ad-1705155070019-0').addService(googletag.pubads()); | ||
googletag.pubads().enableSingleRequest(); | ||
googletag.enableServices(); | ||
}); | ||
</script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters