Get a campaign identified by a specific campaignGuid with the given properties. Along with the campaign information, it also returns information about assets. Depending on the query parameters used, this can also be used to return information about the corresponding assets’ metrics. Metrics are available only if startDate and endDate are provided.
Supported products
Required Scopes
The access token received from the authorization server in the OAuth 2.0 flow.
Unique identifier for the campaign, formatted as a UUID.
End date to fetch asset metrics, formatted as YYYY-MM-DD. This date is used to fetch the metrics associated with the assets for a specified period. If not provided, no asset metrics will be fetched.
A comma-separated list of the properties to be returned in the response. If any of the specified properties has empty value on the requested object, they will be ignored and not returned in response. If this parameter is empty, the response will include an empty properties map.
Start date to fetch asset metrics, formatted as YYYY-MM-DD. This date is used to fetch the metrics associated with the assets for a specified period. If not provided, no asset metrics will be fetched.
successful operation
Contains the assets associated with the campaign, each represented as a collection of campaign assets.
The date and time when the campaign was created, formatted as a date-time string.
The unique identifier for the campaign.
A map of key-value pairs representing the properties of the campaign.
The date and time when the campaign was last updated, formatted as a date-time string.