Skip to content

Instantly share code, notes, and snippets.

View ascendeum's full-sized avatar

Ascendeum ascendeum

View GitHub Profile
@ascendeum
ascendeum / Readme.md
Last active February 18, 2026 12:27
Soccerbros.gg
  1. Place code from header.html inside head tag in html page from
    BEGIN: Header Bidding to
    END: Header Bidding
  2. Place the divs as defined in body.html in the body section of the site where you want that ad to appear.
  3. To render ads on page please call process ads on page method as ,
       pbjs.que.push(function () {
           pbjs.processAdsOnPage();

});

  1. Place code from header.html inside head tag in html page from
    BEGIN: Header Bidding to
    END: Header Bidding
  2. Place the divs as defined in body.html in the body section of the site where you want that ad to appear.
  3. To render ads on page please call process ads on page method as ,
       pbjs.que.push(function () {
           pbjs.processAdsOnPage();

});

// ADUNITS
/*
WWW DAILYDOT COM
*/
pbjsAdUnits.push({
adunit: "DD_Desktop_rr",
bids: [
{bidder: 'ix', params: {size: [300,250],siteId: "475068" }},
{bidder: 'ix', params: {size: [300,600],siteId: "475068" }},
{bidder: 'ix', params: {size: [160,600],siteId: "475068" }},

Ascendeum Engg Core - CG/04/2023

Installation

    npm i @ascendeum_ads/react-native-aps  
    npm i react-native-google-mobile-ads

Getting Started

  1. Within the root of your React Native project, open the app.json file and add the android_app_id & ios_app_id keys with the IDs from the Google console
@ascendeum
ascendeum / HTML
Created May 2, 2018 19:26
Test HTML Chatango Outbrain
<!DOCTYPE html>
<html>
<head>
<script async='async' src='https://www.googletagservices.com/tag/js/gpt.js'></script>
<script>
var googletag = googletag || {};
googletag.cmd = googletag.cmd || [];
</script>
<script>
@ascendeum
ascendeum / body.html
Last active September 9, 2022 13:02
Kamus
<div id='div-gpt-ad-Kamus_IA_300x250_A'>
<script>
doDisplay('div-gpt-ad-Kamus_IA_300x250_A');
</script>
</div>
<div id='div-gpt-ad-Kamus_IA_300x250_B'>
<script>
doDisplay('div-gpt-ad-Kamus_IA_300x250_B');
</script>
<!-- /51686223/VoidPearl_Android_300x250_ATF_A -->
<div id='div-gpt-ad-1496653652756-0' style='height:250px; width:300px;'>
<script>
googletag.cmd.push(function() { googletag.display('div-gpt-ad-1496653652756-0'); });
</script>
</div>
<!-- /51686223/VoidPearl_Android_300x250_B -->
<div id='div-gpt-ad-1496653652756-1' style='height:250px; width:300px;'>
<script>
@ascendeum
ascendeum / DFP Body
Created May 29, 2017 07:27
Swidi DFP Tags
<!-- /28009044/Swidi_Desktop_728x90_A -->
<div id='div-gpt-ad-1496042773758-0' style='height:90px; width:728px;'>
<script>
googletag.cmd.push(function() { googletag.display('div-gpt-ad-1496042773758-0'); });
</script>
</div>
<!-- /28009044/Swidi_Desktop_728x90_B -->
<div id='div-gpt-ad-1496042773758-1' style='height:90px; width:728px;'>
<script>