Additional FreeWheel (iOS v3)
Custom Parameters
Use the custom
property of JWFreewheelConfig
object to customize your FreeWheel ad request.
Code Example:
fwConf.custom = @{@"key1": @"val1", @"key2": @"val2"};
fwConf.custom = ["key1": "val1", "key2": @"val2",]
VPAID
No additional setup required to use VPAID. FreeWheel configuration for VPAID and VAST are the same. However, the FreeWheel campaign should be configured to use VPAID.
Updated about 1 year ago