Test Ads

This guide explains how to enable test ads in your ads integration. It is important to enable test ads during development so that you can click on them without charging Orion advertisers. If you click on too many ads without being in test mode, you risk your account being flagged for invalid activity.

Method to Detect the location in SDK

Method to request Ad data for Test

// Method to request Ad data for test.
[CMAAdsConfigurationManager sharedManager].isTest = YES

Sample ad data

The quickest way to enable testing is to map local test ad data. These ad data are not associated with your Orion account, so there's no risk of your account generating invalid traffic when using these ad data. Here are sample ad data that point to specific test creatives for each format:

You can also use following web app to deliver Ad Data to client app.

Last updated