Adpluginx Documentation
  • 👋Welcome to AdPluginx
  • Installation
    • ⚙️Install Adpluginx
    • Configure Pod For Ios
    • Configure Info.plist
    • Configure SkAdNetworks
    • Configure AppDelegate
    • Creating Native AdView
    • Init Native View to Swift Class
    • Add Onesignal to Project
  • Ad Network Indexes
    • AdConfig
    • FullScreen Ad Indexes
    • Banner Ad Indexes
    • Native Ad Indexes
  • Apple SignIn & In App Purchase
    • Enable Apple SignIn And Use
    • Skip Logic
    • InApp Purchases
    • Coin Login
Powered by GitBook
On this page

Was this helpful?

  1. Ad Network Indexes

AdConfig

Ad Network Page and Global Config

Route Config

Name
Type
Default

localAdFlag

bool

false

native

int

0

banner

int

0

isNativeEnable

bool

true

localGridCount

int

2

localClick

Array<int>

[0,1,2,3]

localFail

Map<String,int>

{"0":1,"1":2,"2":3,"3":0}

overRideReward

bool

true

maxFailed

int

4

overRideTimer

bool

false

overRideTimerValue

int

20

PreviousAdd Onesignal to ProjectNextFullScreen Ad Indexes

Last updated 2 years ago

Was this helpful?