google-ads - Vaadin Add-on Directory
Polymer elements to show Google ads
**[ This description is mirrored from README.md at [github.com/CaptainCodeman/google-ads](https://github.com//CaptainCodeman/google-ads/blob/v0.0.1/README.md) on 2019-05-22 ]**
[![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg)](https://www.webcomponents.org/element/CaptainCodeman/google-ads)
_[Demo and API docs](http://captaincodeman.github.io/google-ads/)_
# Google-Ads
Polymer elements to show Google ads.
Normal attempts to insert Adsense or Dfp ads into sites that user Polymer /
WebComponents will often fail due to the ad-scripts being incompatible with
shadow-dom.
These elements work by creating a div in the page root to shadow the ad
element within any view (keeping it positioned correctly etc...)
## \
`dfp-lite-ad` is an element to show Google Dfp lite ads within Polymer apps.
```html
```
### Options
* adUnitPath
* clickUrl
* pageUrl
* cookieOptOut
* targeting
* categoryExclusions
* tagForChildDirectedTreatment
## \
`adsense-ad` is an element to show Google Adsense ads within Polymer apps.
(not yet implemented)
View on GitHubGitHub Homepage
Issue tracker
google-ads version 0.0.1
### Dependencies
* polymer#Polymer/polymer#^2.0.0-rc.2
* iron-resizable-behavior#PolymerElements/iron-resizable-behavior#2.0-preview
* deepmerge#^1.3.2