GET Campaign Metadata
Returns campaign's matadata information.
Description
If you want to get campaign's matadata information, like campaign name, campaign type or status, you can call this API endpoint.
Request
Path
GET /metadata/accounts/{accountId}/campaigns/{campaignId}
Parameters
Name | Type | In | Description | Required | Example |
---|---|---|---|---|---|
accountId | String | path | true | ||
campaignId | String | path | true |
Response
200 OK
{
"accountId": "string",
"campaignId": "string",
"campaignName": "string",
"campaignType": "string",
"campaignObjective": "string",
"countryCode": "string",
"status": "string"
}
Object { }
accountId: String
campaignId: String
campaignName: String
campaignType: String
campaignObjective: String
countryCode: String
status: String