AdXensorConfig
Pass these options to AdXensor.getInstance(config) or new AdXensor(config):
Example
SlotOptions
Options you can pass to adx.fill(), adx.defineSlot(), or adx.push():
CDN script attributes
When using the CDN snippet, pass options as data attributes on the<script> tag:
Singleton pattern
The SDK uses a singleton: multiple calls toAdXensor.getInstance() with the same config return the same instance. The first call creates it; subsequent calls reuse it.