CreateBannerCollection
Creates a new banner collection.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
BannerCollection represents a collection of banners that can be displayed in a carousel on an end-user facing web/app page.
A unique identifier for the banner collection. The system will generate this value.
A name for visual identification within the management UI. Does not appear towards end users.
A list of banner ids that should be included in this banner collection. The order of this list determines the order in which the banners are displayed towards end users.
VISIBILITY_UNSPECIFIED, VISIBILITY_PUBLISHED, VISIBILITY_UNLISTED, VISIBILITY_HIDDEN Indicates that this banner collection is a preview banner collection. Preview banner collections are not shown to end users, but can be used for testing and previewing changes.
When you wish to deploy a preview banner collection to production (your main platform for end users), you should use CloneBannerCollection.
The banner collection ID of the production page that this preview banner collection is based on. This field is only relevant when "is_preview" is true. It will be set automatically when using the "CloneBannerCollection" API method.
OK
BannerCollection represents a collection of banners that can be displayed in a carousel on an end-user facing web/app page.