All Projects → eBayClassifiedsGroup → react-advertising

eBayClassifiedsGroup / react-advertising

Licence: MIT license
A JavaScript library for display ads in React applications.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to react-advertising

dfp-prebid-lineitems
A PHP script to setup and update your Prebid Line Items in DFP
Stars: ✭ 18 (-64%)
Mutual labels:  dfp, prebid, doubleclick-for-publishers, prebidjs
rdfp
This R package connects the DoubleClick for Publishers API from R
Stars: ✭ 16 (-68%)
Mutual labels:  dfp, doubleclick, doubleclick-for-publishers
edgekit
Open source, privacy focused client side library for the creation and monetisation of online audiences.
Stars: ✭ 42 (-16%)
Mutual labels:  advertising, prebid, prebidjs
discourse-adplugin
Official Discourse Advertising Plugin. Install & Start Serving Ads on Your Discourse Forum
Stars: ✭ 115 (+130%)
Mutual labels:  advertising, google-ad-manager
bool-expr-indexer
A fast boolean expression index implementation, especially for RTB ad selection. A Go implementation of the core algorithm in paper <Indexing Boolean Expression>
Stars: ✭ 49 (-2%)
Mutual labels:  ads, advertising
affiliate
Add affiliation tags to links automatically in the browser
Stars: ✭ 77 (+54%)
Mutual labels:  ads, advertising
CoinHive
A nice friendly simple and easly customizable GUI for coinhives javascript miner to embed onto websites so users of your site can interact with features of the miner on every single page this javascript miner is to help those who have problems with advertisements/advertising/ads popups banners mobile redirects malvertising/malware etc and provid…
Stars: ✭ 58 (+16%)
Mutual labels:  ads, advertising
opendsp
一款开源的移动dsp广告平台, 内置主流adx对接和开箱即用的dashboard
Stars: ✭ 87 (+74%)
Mutual labels:  ads, advertising
tgAds
TeleGram Advrtising
Stars: ✭ 24 (-52%)
Mutual labels:  advertising
comic-sans-everything
Chrome Extension | Changes All Text to Comic Sans
Stars: ✭ 32 (-36%)
Mutual labels:  mit-license
iris
Lightweight Component Model and Messaging Framework based on ØMQ
Stars: ✭ 50 (+0%)
Mutual labels:  mit-license
Mutify
An android app built with java to mute Spotify ads.
Stars: ✭ 61 (+22%)
Mutual labels:  ads
ChangeNumbersJs
Tiny Library for change number from a language in other language.
Stars: ✭ 14 (-72%)
Mutual labels:  javascript-library
Modern.JS
모던 자바스크립트 라이브러리/프레임워크 × KIPFA(한국인터넷전문가협회)
Stars: ✭ 16 (-68%)
Mutual labels:  javascript-library
ADEasy
一套全广告平台的快速集成框架。A fast integration framework for a full advertising platform.
Stars: ✭ 79 (+58%)
Mutual labels:  ads
Poetic-License
Limerick Open License in the spirit of OpenBSD, ISC, BSD0, and MIT Licenses
Stars: ✭ 36 (-28%)
Mutual labels:  mit-license
py-bluetooth-utils
Python module containing bluetooth utility functions, in particular for easy BLE scanning and advertising
Stars: ✭ 60 (+20%)
Mutual labels:  advertising
particle-emitter
A particle system for PixiJS
Stars: ✭ 709 (+1318%)
Mutual labels:  javascript-library
HTML5-Banners
HTML5 animated banner boilerplate. Built for Doubleclick & Sizmek ad management platforms.
Stars: ✭ 47 (-6%)
Mutual labels:  doubleclick
Entia
Entia is a free, open-source, data-oriented, highly performant, parallelizable and extensible Entity-Component-System (ECS) framework written in C# especially for game development.
Stars: ✭ 28 (-44%)
Mutual labels:  mit-license

react-advertising

Test Coverage Status npm version

A JavaScript library for display ads in React applications.

Integrate ads in your app the “React way”: by adding ad components to your JSX layout!

  • One central configuration file for all your Google Publisher Tags and Prebid placements (Prebid is optional)
  • One provider component that handles all the “plumbing” with googletag and pbjs, nicely hidden away
  • Ad slot components that get filled with creatives from the ad server when they mount to the DOM
  • Works well in single page applications with multiple routes
  • Suitable for server-side-rendering
  • Supports lazy loading, even for Prebid ads, individually configurable per ad slot

Prerequisites

To use it, you need to have a Google Ad Manager account set up to deliver display ads through Google Publisher Tags (GPT).

Optionally, react-advertising supports use of real-time header bidding with Prebid.

Demo

You can view a demo of this library online on CodeSandbox:

The demo uses the same test Prebid configuration as the code examples from the official documentation.

Documentation

You can find documentation on how to use this library in the project's wiki:

License

MIT licensed

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].