Skip to main content

Creative

A creative

Fields

FieldTypeAvailabilityNotes
idInt!The record's Refersion id.
createdStringUnix timestamp in seconds, not an ISO 8601 date.
updatedStringUnix timestamp in seconds, not an ISO 8601 date.
category_idInt
category_nameString
statusString
typeString
filesizeIntSize in bytes. Only meaningful for image creatives.
text_link_contentString
banner_locationString
landing_page_urlString
is_dynamicBooleanTrue for creatives whose destination is resolved per affiliate rather than fixed.
creative_nameString
shopShop
clicks[Click]Takes arguments — see below.

Sorting

sort accepts id, created, updated, status, type on this type, and sorts descending. Any other value is ignored without an error.

Field arguments

clicks

ArgumentTypeNotes
idIDReturns only the record with this id.
sub_idIDMatches the subid carried on the tracking link.
created_fromIntUnix timestamp in seconds. Exclusive — matches rows created strictly after it.
created_toIntUnix timestamp in seconds. Inclusive — matches rows created at or before it.
offer_idIDReturns only records tied to this offer.
creative_idIDReturns only records tied to this creative.
sortStringField to sort by, descending. Each type accepts its own short list — see Sorting on the returned type's page. Anything else is ignored without an error.
limitIntRows to return. Anything outside 1–200 is replaced by 200.
beforeIDReturns only rows with an id lower than this. Cursor-style paging.
afterIDReturns only rows with an id higher than this. Cursor-style paging.
offsetIntRows to skip before returning results.

Referenced by