Additional FreeWheel
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 11 months ago
Did this page help you?