Read a campaign
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.
Path parameters
The UUID of the campaign, required Example: 9dbec438-53e2-4b28-8c0f-38f56574a6e8
Query parameters
The end date for fetching asset metrics, in YYYY-MM-DD format. Optional. Example: 2000-01-27
A comma-separated list of properties to include in the response.
Unrecognized properties are ignored. Optional. Example: hs_name,hs_budget, hs_notes
The start date for fetching asset metrics, in YYYY-MM-DD format.
Optional. Example: 2000-01-20
Response
successful operation