Skip to main content

Custom Ad Network

You can add ad networks that TradPlus has not integrated yet through TradPlus's custom ad network function.

Create a custom ad network account#

Create an account on the custom ad network that needs to be added.

Create apps and ad units for custom ad networks#

Create apps and ad units on custom ad networks that need to be added

Add custom ad network at TradPlus#

1,At Advanced Settings - Custom Ad Network, create a new ad network

2,Fill in the AD Network Name and the Adapter's Class Names

Add ad source of the custom ad network at TradPlus#

1,At APPs&Ad Units, select the corresponding ad units and add an ad source

2,Select the custom ad network you created earlier from the list of ad networks

3,Add Parameters

  • The parameters of the ad source will be passed to the custom Adapter through TradPlus as a map;
  • It is recommended that the parameters include all the parameters that need to be called by the custom ad network SDK, such as App ID, Placement ID, etc., and the data is retrieved with the key defined by itself;
  • Parameters must be in json format and cannot contain JSON objects

TradPlus SDK access to custom ad network#

You need to implement the Adapter class for each ad type of the custom ad network according to TradPlus's custom ad network specification. The specifications are as follows:

OSSpecifications
AndroidClick here to view
iOSNot support