You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Independent click-URL rotation pool — combinable with any banner ref.
[optional]
creative_id
int
Reference a single creative directly.
[optional]
banner_url
str
Direct image URL (hosted-elsewhere creatives).
[optional]
banner_html
str
Raw HTML/JS payload (tag-based ad units).
[optional]
bansizeid
int
Auto-derived for pool/creative refs; required for url/html on size-aware adtypes.
[optional]
Example
fromgoadserver.models.api_v1_campaigns_type_campaign_id_ads_post_requestimportApiV1CampaignsTypeCampaignIdAdsPostRequest# TODO update the JSON string belowjson="{}"# create an instance of ApiV1CampaignsTypeCampaignIdAdsPostRequest from a JSON stringapi_v1_campaigns_type_campaign_id_ads_post_request_instance=ApiV1CampaignsTypeCampaignIdAdsPostRequest.from_json(json)
# print the JSON string representation of the objectprint(ApiV1CampaignsTypeCampaignIdAdsPostRequest.to_json())
# convert the object into a dictapi_v1_campaigns_type_campaign_id_ads_post_request_dict=api_v1_campaigns_type_campaign_id_ads_post_request_instance.to_dict()
# create an instance of ApiV1CampaignsTypeCampaignIdAdsPostRequest from a dictapi_v1_campaigns_type_campaign_id_ads_post_request_from_dict=ApiV1CampaignsTypeCampaignIdAdsPostRequest.from_dict(api_v1_campaigns_type_campaign_id_ads_post_request_dict)