Module display_ads_api

Source

Enums§

ApiDisplayAdsGetError
struct for typed errors of method api_display_ads_get
ApiDisplayAdsIdGetError
struct for typed errors of method api_display_ads_id_get
ApiDisplayAdsIdPutError
struct for typed errors of method api_display_ads_id_put
ApiDisplayAdsIdUnpublishPutError
struct for typed errors of method api_display_ads_id_unpublish_put
ApiDisplayAdsPostError
struct for typed errors of method api_display_ads_post

Functions§

api_display_ads_get
This endpoint allows the client to retrieve a list of all display ads.
api_display_ads_id_get
This endpoint allows the client to retrieve a single display ad, via its id.
api_display_ads_id_put
This endpoint allows the client to update the attributes of a single display ad, via its id.
api_display_ads_id_unpublish_put
This endpoint allows the client to remove a display ad from rotation by un-publishing it.
api_display_ads_post
This endpoint allows the client to create a new display ad.