/librarycreatives
GET
A GET
request can always be filtered by the get parameters defined in the introduction section of the api documentation.
Example GET request:
in order to see HIDDEN
objects you will need to send includeHidden=true
as a parameter to the GET
query
POST
Library creative ID can be set to whatever string value the user would like as long as it is unique within the network.
Example POST object:
name
Yes
String
The name of the library creative.
description
String
The description of the library creative.
layout
Yes
String
The ID of layout associated with the creative.
dimensionType
FIXED
, FLEXIBLE
, FIXED_WIDTH
, FIXED_HEIGHT
The library creative dimension type. Defaults to FIXED
if not specified.
width
No*
Int
(*required if dimensionType is FIXED
or FIXED_WIDTH
) The width of the creative.
height
No*
Int
(*required if dimensionType is FIXED
or FIXED_HEIGHT
) The height of the creative.
layoutParameters
Yes
Object
The parameters of the layout.
copyrightStatus
UNSPECIFIED
, ADVERTISER_CONFIRMED
, ADVERTISER_UNCONFIRMED
The copyright status. Defaults to UNSPECIFIED
if not specified.
targeting
Object
Targeting for the library creative.
thirdPartyContent
Object
Third party content.
source
SELF_SERVICE
, MARKETPLACE
, DIRECT
The source of the library creative. Defaults to DIRECT
if not specified.
verifiedSafe
Yes
Boolean
The library creative is verified to be safe.
Example Response
Last updated