Configuring Last Page Ad - cleveradssolutions/CAS-Unity GitHub Wiki

The latest free ad page for your own promotion.
This ad page will be displayed when there is no paid ad to show or internet availability.

[!IMPORTANT]
Impressions and clicks on this ad page don't make money.

Change the LastPageAdContent at any time using the following method:

  • headline - Enter the message that you want users to see.
  • adText - Enter a description for the app being promoted. Optional property.
  • destinationURL - Enter the URL that CAS will direct users to when they click the ad.
    This URL is not visible in the ad
  • imageURL - Enter the direct URL of the image to be used as the ad file. Optional property.
  • iconURL - Enter the direct URL of the icon or logo (Small square picture). Optional property.
CAS.MobileAds.manager.lastPageAdContent = new LastPageAdContent(...);

By default, this page will not be displayed while the ad content is NULL.