Skip to content
This repository has been archived by the owner on May 19, 2020. It is now read-only.
Vatsal Ambastha edited this page May 2, 2018 · 2 revisions

What ad formats and units are available in the PLAKC SDK?

PLAKC offers the following ad units and formats:

  • In Game Billboards
  • In Game UI ads
  • Video ads
  • Popup interstitial ads

What versions of Unity does the PLAKC SDK support?
The SDK supports Unity 5.3.0+

What is the size of Plakc SDK?
As of version 2018.0.0, the Plakc SDK is a 1.8MB package, however the SDK adds less than 250KB to your game's build.

What Android permissions are required for the SDK to work and why?
The Plakc SDK requires the following permissions to be present in your manifest file:

Added by default : For network operations <uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />

Optional : For geo targeted ads (Leads to higher revenue)
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />

How can I see which version of the SDK I am using?
Go to Plakc>About in your Unity toolbar after you have imported the contents of our SDK package.

Does the SDK work without an internet connection?
Yes. The SDK is capable of loading previously shown ads and displaying them.

Is PLAKC VR compatible?
Yes, the PLAKC SDK can be used in VR games without any changes in integration.

Does the SDK show ads in the Unity Editor? Yes. The SDK can be integrated and run in the Unity editor. However some ad formats are not supported.

My ad placement appears grey until a campaign is available
You can either apply a default texture from your project assets to it, or chose them to be disabled if no ads are available in the PLAKC inspector.

My ad placements don't show any ads

  • Ensure that the ad placements have the PLAKC component.
  • Check the logs for any errors. Ideally you should get some logs about ads being downloaded.
  • Ensure proper internet connectivity

How do I get in touch?
Send an email at info@thezerogames.com or vatsal@thezerogames.com for any SDK related queries.

Clone this wiki locally