From 64bff1bbed186996fbd46fcc7770056221e0a113 Mon Sep 17 00:00:00 2001 From: Ibby Hadeed Date: Fri, 19 May 2017 07:59:06 -0400 Subject: [PATCH] docs(): add notice about plugin taking share of earnings --- src/@ionic-native/plugins/admob/index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/@ionic-native/plugins/admob/index.ts b/src/@ionic-native/plugins/admob/index.ts index 531a48314..527f733dd 100644 --- a/src/@ionic-native/plugins/admob/index.ts +++ b/src/@ionic-native/plugins/admob/index.ts @@ -93,6 +93,8 @@ export interface AdExtras { * @name AdMob * @description * Plugin for Google Ads, including AdMob / DFP (doubleclick for publisher) and mediations to other Ad networks. + * + * IMPORTANT NOTICE: this plugin takes a percentage out of your earnings if you profit more than $1,000. Read more about this on the plugin's repo. For a completely free alternative, see [AdMob Free](../admob-free). * @usage * ```typescript * import { AdMob } from '@ionic-native/admob';