v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-13217260568.5 KB
creativeGroups

Retrieves a list of creative groups, possibly filtered. This method supports paging.

get/userprofiles/{+profileId}/creativeGroups

Path parameters

profileIdstring required

User profile ID associated with this request.

Query parameters

advertiserIdsstring[]

Select only creative groups that belong to these advertisers.

groupNumberinteger

Select only creative groups that belong to this subgroup.

idsstring[]

Select only creative groups with these IDs.

maxResultsinteger

Maximum number of results to return.

pageTokenstring

Value of the nextPageToken from the previous result page.

searchStringstring

Allows searching for creative groups by name or ID. Wildcards () are allowed. For example, "creativegroup2015" will return creative groups with names like "creativegroup June 2015", "creativegroup April 2015", or simply "creativegroup 2015". Most of the searches also add wild-cards implicitly at the start and the end of the search string. For example, a search string of "creativegroup" will match creative groups with the name "my creativegroup", "creativegroup 2015", or simply "creativegroup".

sortField'ID' | 'NAME'

Field by which to sort the list.

sortOrder'ASCENDING' | 'DESCENDING'

Order of sorted results.

Response

Successful response