Xamarin

Contents

  • 1 POKKT SDK v7.5.0 (GDPR Compliance) Integration Guide for Xamarin

  • 2 Getting Started with Pokkt SDK v7.5.0

  • 3 Integration Guide v7.5.0

    • 3.1 Overview

    • 3.2 Implementation Steps

      • 3.2.1 SDK Configuration

      • 3.2.2 Ad Types

        • 3.2.2.1 Video

        • 3.2.2.2 Interstitial

        • 3.2.2.3 Banner

      • 3.2.3 Ad Actions

        • 3.2.3.1 Video

        • 3.2.3.2 Interstitial

        • 3.2.3.3 Banner

      • 3.2.4 Pokkt ad player configuration

      • 3.2.5 User Details

      • 3.2.6 Pokkt Server Callback Params

      • 3.2.7 Debugging

      • 3.2.8 Analytics

        • 3.2.8.1 Google Analytics

        • 3.2.8.2 Flurry Analytics

        • 3.2.8.3 MixPanel Analytics

        • 3.2.8.4 Fabric Analytics

      • 3.2.9 IAP(In App Purchase)

    • 3.3 Project Configuration

      • 3.3.1 Android

      • 3.3.2 Dependencies

      • 3.3.3 Manifest

        • 3.3.3.1 Permissions Declarations

        • 3.3.3.2 Activity Declaration

        • 3.3.3.3 Service Declaration

      • 3.3.4 iOS

        • 3.3.4.1 Dependencies

        • 3.3.4.2 Framework

        • 3.3.4.3 Info.plist

  • 4 Migration Note Guide v7.5.0

    • 4.1 Note

Last Update: 13th March, 2019

Download Latest Version Here.


Getting Started with Pokkt SDK v7.5.0

1. Add “ ( PokktExtension.dll, PokktExtension.Droid.dll ) / ( PokktExtension.dll, PokktExtension.iOS.dll ) ” to your project.

2. Set native extension

3. Set Application Id and Security Key in Pokkt SDK. You can get it from Pokkt dashboard from your account. These are unique per app registered.

4. Set GDPR consent in Pokkt SDK. This must be called before calling any ad related API. Developers/Publishers must get the consent from user. For more information on GDPR please refer https://www.eugdpr.org/arrow-up-right and https://www.eugdpr.org/gdpr-faqs.htmlarrow-up-right . This API can again be used by publishers to revoke the consent. If this API is not called or invalid data provided then SDK will access the users personal data for ad targeting.

5. Set the following to enable or disable omission of Pokkt logs and other informatory messages. Make sure to set it to false before release.

6. You can check if Ad is cached or not using

7. Show Video Ad with one of the followings:

8. Show Interstitial Ad with one of the followings:

9. For Banner Ad

10. Implement 'Actions provided in PokktAds.VideoAd to listen to video-ad related messages.

11. Implement Actions provided in PokktAds.Interstitial to listen to interstitial-ad related messages.

12. Implement Actions provided in PokktAds.Banner to listen to banner-ad related messages.

13. We recommend caching of video-ads for better user experience, you can cache an ad using the followings:

Integration Guide v7.5.0

Overview

Thank you for choosing Pokkt SDKfor Xamarin. This document contains all the information required to set up the SDK with your project. We also support mediation for various third party networks. To know the supported third party networks and their integration process go to mediation section .

Before implementing plugins it is mandatory to go through project configuration and implementation steps, as these sections contain mandatory steps for basic SDK integration and are followed by every plugin.

You can download our SDK from pokkt.com.

ScreenName:This one parameter is accepted by almost all API’s of Pokkt SDK. This controls the placement of ads and can be created on Pokkt Dashboard.

We will be referencing PokktAds Demoapp provided with SDK. We will be referencing this app during the course of explanation in this document. We suggest you go through the sample app for better understanding.


Implementation Steps

SDK Configuration

  1. You need to set extension before calling any method like below. This should be the first call.

  2. Set Application Idand Security keyin Pokkt SDK. You can get it from Pokkt dashboard from your account. We generally assign unique application Id and Security key.

  3. If you are using server to server integration with Pokkt, you can also set Third Party UserIdin PokktAds.

  4. Set GDPR consent in Pokkt SDK. This must be called before calling any ad related API. Developers/Publishers must get the consent from user. For more information on GDPR please refer https://www.eugdpr.org/arrow-up-right and https://www.eugdpr.org/gdpr-faqs.htmlarrow-up-right . This API can again be used by publishers to revoke the consent. If this API is not called or invalid data provided then SDK will access the users personal data for ad targeting.

  5. When your application is under development and if you want to see Pokkt logs and other informatory messages, you can enable it by setting shouldDebugto true. Make sure to disable debugging before release.

Ad Types

Video

  • Video ad can be rewarded or non-rewarded. You can either cache the ad in advance or directly call show for it.

  • We suggest you to cache the ad in advance so as to give seamless play behaviour, In other case it will stream the video which may lead to unnecessary buffering delays depending on the network connection.

  1. To cache rewarded ad call:

  2. To show rewarded ad call:

  3. To cache non-rewarded ad call:

  4. To show non-rewarded ad call:

  5. Check if Ad is already cached

Interstitial

  1. To cache rewarded ad call:

  2. To show rewarded ad call:

  3. To cache non-rewarded ad call:

  4. To show non-rewarded ad call:

  5. Check if Ad is already cached

There are two ways to load banners:

  1. Load banner

    TThere are predefined positions for banner positioning inside BannerPosition (Com.Pokkt.Plugin.Common.BannerPosition) .

    • TOP_LEFT.

    • TOP_CENTER.

    • TOP_RIGHT.

    • MIDDLE_LEFT.

    • MIDDLE_CENTER.

    • MIDDLE_RIGHT.

    • BOTTOM_LEFT.

    • BOTTOM_CENTER.

    • BOTTOM_RIGHT.

  2. Load banner with rect

    Height : Custom height for banner. Width: Custom width for banner. x: Point x on screen to show banner. y: Point y on screen to show banner.

  3. You can remove Banner using:

Ad Actions

Ad actions are optional, but we suggest to implement them as it will help you to keep track of the status of your ad request.

Video

Interstitial

Pokkt ad player configuration

Pokkt Ad player works the way App is configured at Pokkt dashboard, but we provide a way to override those settings using PokktAdPlayerViewConfig.

Application should prefer configuration provided through code by developer or what’s configured for the app in dashboard, can be controlled any time through the dashboard itself. If you want to make changes to this configuration after your app distribution, you can contact Pokkt Teamto do the same for your app through admin console.

Various properties that can be managed through this are:

  1. Back button Defines if user is allowed to close the Advertisement by clicking on back button or not. Property Name: BackButtonDisabled Values: True = Back button is disabled and user cannot close the Ad. False = Back button is not disabled and user can close the Ad.

  2. Default skip time Defines the time after which user can skip the Ad. Property name:DefaultSkipTime Values: Any Integer value. Default value is 10 seconds.

  3. Should allow skip Defines if user is allowed to skip the Ad or not. Property name:ShouldAllowSkip Values: True = User can skip Ad. False = User can’t skip Ad.

  4. Should allow mute Defines if user is allowed to mute the Video Ad or not. Property name:ShouldAllowMute Values: True = User can mute video Ad. False = User can’t mute video Ad.

  5. Should confirm skip Defines if confirmation dialog is to be shown before skipping the Ad. Property name:ShouldConfirmSkip Values: True = Confirmation dialog will be shown before skipping the video. False = Confirmation dialog will not be shown before skipping the video.

  6. Skip confirmation message Defines what confirmation message to be shown in skip dialog. Property name:SkipConfirmMessage Values: Any String message. Default value is “Skipping this video will earn you NO rewards. Are you sure?”.

  7. Affirmative label for skip dialog Defines what should be the label for affirmative button in skip dialog. Property name:SkipConfirmYesLabel Values: Any String message. Default value is “Yes”.

  8. Negative label for skip dialog Defines what should be the label for affirmative button in skip dialog. Property name:SkipConfirmNoLabel Values: Any String message. Default value is “No”.

  9. Skip timer message Defines message to be shown before enabling skip button. Don’t forget to add placeholder “ ## ” in your custom message. This placeholder is replaced by property “Default skip time” assigned above. Property name:SkipTimerMessage Values: Any String message. Default value is “You can skip video in ## seconds”

  10. Incentive message Defines message to be shown during video progress, that after what time user will be incentivised. Property name:IncentiveMessage Values: Any String message Default value is “more seconds only for your reward !”

  11. Should collect feedback Defines message to be shown during video progress, that after what time user will be incentivised. Property name:setShouldCollectFeedback Values: True = If you want to collect feedback from the user for the Ad. False = If you don’t want to collect feedback from the user for the Ad.

  12. Audio Enabled Provides a medium to disable audio for video ad without user interaction. Property name:IsAudioEnabled Values: True = If you want to play audio for video ad. False = If you don’t want to play audio for video ad.

User Details

For better targeting of ads you can also provide user details to our SDK using.

Pokkt Server Callback Params

Developer can set some values in POKKT SDK that they need to be sent to their server via POKKT Server callbacks.

Debugging

Other than enabling debugging for Pokkt SDK, it can also be used to:

  1. Export log

    Export your log to your desired location, we generally have it in root directory of SD card, if permission for external storage is provided and in cache folder otherwise.

  2. Export log to cloud

    You can also export log to cloud.

Analytics

We support various analytics in Pokkt SDK.

Below is mentioned how to enable various analytics with Pokkt SDK.

Google Analytics

Google analytics Id can be obtained from Google dashboard.

Flurry Analytics

Flurry application key can be obtained from Flurry dashboard.

MixPanel Analytics

MixPanel project token can be obtained from MixPanel dashboard.

Fabric Analytics

Analytics Id is not required in case of Fabric.

IAP(In App Purchase)

Call trackIAP to send any In App purchase information to Pokkt.


Project Configuration

Android

In the package downloaded above you will find:

  1. Docs:

    Contains documentations for step wise step integration for SDK.

  2. PokktAds Demo

    Source code for PokktAds Demo(Sample app) which showcase implementation of Pokkt SDK through code for better understanding.

  3. Extensions:

    PokktExtension.dll, PokktExtension.Droid.dll and PokktExtension.iOS.dll both of these are required by Pokkt SDK and should be added to project

minSdkVersionsupported is 11 .

Dependencies

  • Add PokktExtension.dll and PokktExtension.Droid.dll with analytics to your project as "Reference".

  • Add support-v4.jar

  • We expect Google play services integrated in project, although it;s optional but we recommend you to integrate it, as it’s required to fetch AdvertisingID for device,which is useful to deliver targeted advertising to Android users.

Manifest

Permissions Declarations

Add the following permissions to your project manifest

  1. Mandatory permissions.

    • android.permission.INTERNET = Required for SDK communication with server.

    • android.permission.ACCESS_NETWORK_STATE = Required to detect changes in network, like if WIFI is available or not.

  2. Optional permissions.

    • android.permission.WAKE_LOCK = Required to prevent device from going into the sleep mode during video play.

    • android.permission.WRITE_EXTERNAL_STORAGE = Required to store media files related to ads in external SD card, if not provided we will use app cache folder to store media files, which will result in unnecessary increase in application’s size. It is recommended to ask for this permission as low end devices generally have less internally memory available.

    • android.permission.WRITE_CALENDAR = Some Ads create events in calendar.

    • android.permission.ACCESS_FINE_LOCATION = Some Ads show content based on user’s location

    • android.permission.VIBRATE = Some Ads provide haptic feedback, so as to maintain their behaviorwe need this permission

Activity Declaration

Add the following activity in your AndroidManifest for Pokkt SDK integration.

You can change the android:screenOrientation="landscape" to of your choice, the way you want to display the ads.

Service Declaration

Add the following service in your AndroidManifest for receiving InApp notifications. How to set up InApp notifications see “Pokkt Dashboard” document.

iOS

Dependencies

  • Add PokktExtension.dll and PokktExtension.iOS.dll with analytics to your project as "Reference".

  • If you are using Visual Studio Code Navigate to "Select iOS project -> Project Options -> Build -> iOS Build" and then enter following arguments in "Additional m touch arguments" text box:

Framework

Info.plist

Add the below exceptions to your application info.plist.


Migration Note Guide v7.5.0

Note

  • In case of any query regarding integration, refer "POKKT_SDK_Integration_Guide(_v7.5.0_Xamarin_Android)" for this version provided inside "Pokkt_SDK_7.5.0_Xamarin_Android".

  1. Removed callbacks videoAdAvailabilityStatus and interstitialAvailabilityStatus are removed from the Video and Interstitial ads respectively and so are the CheckAdAvailability API.

  2. PokktAdPlayerViewConfig PokktAdPlayerViewConfig is renamed to PokktAdViewConfig.

Last updated