adbuddiz.setAndroidPublisherKey()

Type Function
Return value none
Revision 2017.3060
Keywords ads, advertising, AdBuddiz, setAndroidPublisherKey
See also adbuddiz.setIOSPublisherKey()
adbuddiz.*

Overview

Only needed if the app is published on Google Play.

Configures your Android app AdBuddiz publisher key. Publisher key is available on adbuddiz.com after signup.

Call before adbuddiz.cacheAds().

Syntax

adbuddiz.setAndroidPublisherKey( publisherKey )
publisherKey (required)

String. Unique identifier for the Android version of your app. Available on adbuddiz.com after signup.

Example

adbuddiz.setAndroidPublisherKey( "TEST_PUBLISHER_KEY" )