create Infeed Banner Placement
fun createInfeedBannerPlacement(name: String, configuration: BannerConfiguration?): InfeedBannerPlacement?
Creates a new infeed banner placement. If the banner placement of given name already exists, it will be returned.
The placement will create a copy of the configuration. Any changes made to the configuration after placement is created will be ignored.
Return
Infeed banner placement instance, or null if the placement cannot be created.
Parameters
name
Unique name of placement. The same name will be used in addapptr.com account.
configuration
The configuration for this placement. The placement will ignore any changes made to configuration after it was created.