REST Resource: networks.creativeSets

Resource: CreativeSet

A CreativeSet is comprised of a master Creative and its companion Creatives.

JSON representation
{
  "name": string,
  "companionCreatives": [
    string
  ],
  "displayName": string,
  "masterCreative": string,
  "updateTime": string
}
Fields
name

string

Identifier. The resource name of the CreativeSet. Format: networks/{networkCode}/creativeSets/{creativeSetId}

companionCreatives[]

string

Required. The resource names of the companion Creatives associated with this CreativeSet. Format: networks/{networkCode}/creatives/{creative}

displayName

string

Required. The name of the CreativeSet. This attribute has a maximum length of 255 characters.

masterCreative

string

Required. Immutable. The master Creative to which the CreativeSet is associated.

updateTime

string (Timestamp format)

Output only. The time this CreativeSet was last modified.

Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".

Methods

create

Creates a CreativeSet object.

get

Retrieves a CreativeSet object.

list

Lists CreativeSet objects.

patch

Updates a CreativeSet object.