Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.08 KB

creatives.rst

File metadata and controls

30 lines (19 loc) · 1.08 KB

Creatives

Warning

Sponsored Display is not available for Sandbox endpoint

ad_api.api.sd.Creatives

Endpoints available

Method Endpoint Description
GET /sd/creatives Gets a list of creatives.
PUT /sd/creatives Updates one or more creatives.
POST /sd/creatives A POST request of one or more creatives.
POST /sd/creatives/preview Gets creative preview HTML.
GET /sd/moderation/creatives Gets a list of creative moderations

ad_api.api.sd.Creatives.list_creatives(self, **kwargs) -> ApiResponse:

ad_api.api.sd.Creatives.edit_creatives(self, **kwargs) -> ApiResponse:

ad_api.api.sd.Creatives.create_creatives(self, **kwargs) -> ApiResponse:

ad_api.api.sd.Creatives.list_moderation_creatives(self, **kwargs) -> ApiResponse:

ad_api.api.sd.Creatives.show_creative_preview(self, **kwargs) -> ApiResponse: