curl --request GET \
--url https://api.hubapi.com/marketing/v3/campaigns/{campaignGuid} \
--header 'Authorization: Bearer <token>'{
"assets": {},
"businessUnits": [
{
"id": 123
}
],
"createdAt": "2023-11-07T05:31:56Z",
"id": "<string>",
"properties": {},
"updatedAt": "2023-11-07T05:31:56Z"
}指定したプロパティーが含まれる特定のcampaignGuidによって識別されるキャンペーンを取得します。キャンペーン情報と一緒に、アセットに関する情報も返されます。使用されているクエリーパラメーターに応じて、対応するアセットの測定指標に関する情報を返すために使用することもできます。測定指標を使用できるのは、startDateとendDateが指定されている場合のみです。
curl --request GET \
--url https://api.hubapi.com/marketing/v3/campaigns/{campaignGuid} \
--header 'Authorization: Bearer <token>'{
"assets": {},
"businessUnits": [
{
"id": 123
}
],
"createdAt": "2023-11-07T05:31:56Z",
"id": "<string>",
"properties": {},
"updatedAt": "2023-11-07T05:31:56Z"
}Documentation Index
Fetch the complete documentation index at: https://developers.hubspot.jp/docs/llms.txt
Use this file to discover all available pages before exploring further.
Supported products
Required Scopes
The access token received from the authorization server in the OAuth 2.0 flow.
successful operation
キャンペーンに関連付けられたアセットが含まれ、それぞれキャンペーンアセットのコレクションとして表されます。
Show child attributes
Show child attributes
日付-時刻文字列として書式設定される、キャンペーンが作成された日時。
キャンペーンの固有ID。
キャンペーンのプロパティーを表す、キーと値のペアの対応付け。
Show child attributes
日付-時刻文字列として書式設定される、キャンペーンが最後に更新された日時。