CreativeMetadata
The CreativeMetadata object carries audit information for a Creative: when it was created and last updated, and by whom.
¶ Properties
| Field | Type | Description |
|---|---|---|
created_at |
string (date-time) | Time the creative was created, in RFC 3339 format |
updated_at |
string (date-time) | Time the creative was last updated, in RFC 3339 format |
created_by_email |
string | Email of the user who created the creative |
updated_by_email |
string | Email of the user who last updated the creative |
For a creative that has never been modified since creation, updated_at equals created_at and updated_by_email equals created_by_email.