-jio-start-block-type-2
-jio-style-title
setConfiguration()
APIUsed for configuring or overriding any default ad params like log level, ad request timeout, ad rendering timeout and any params specific to Ad format.
JioAds.setConfiguration({
ifa: 'bc6b78a1-4df0-407e-9a20-88bc64907232',
reqType: "stg", //stg, prod
ai: "com.jio.parentpkg",
logLevel: 1, //debug: 1, log: 2, info: 3, trace: 4, warn: 5, error: 6
adRequestTimeout: 6000,
adRenderingTimeout: 5000,
globalMetaData: { ... }
});
-jio-style-title
-jio-tables
Params | Values |
---|---|
ifa | App configuring ifa to be used in Ad request |
logLevel | debug: 1, log: 2, info: 3, trace: 4, warn: 5, error: 6, none: any integer value other 1-6. set the level of SDK logs |
adRequestTimeout | Ad request timeout for network calls |
adRenderingTimeout | Ad rendering timeout |
reqType | Server endpoint for verification stg / prod |
ai | Parent package name if different from child package name |
la | Latitude |
lo | Longitude |
acc | Location accuracy |
gts | Location timestamp |
globalMetaData | Global meta data key value configuration Refer Appendix F for supported key meta data |
initialUnMute | Ads will be muted by default, set this to true if App want to unmute during Ad auto play. Required for CTV usecase |
-jio-end-block-type-2