curl --request GET \
--url https://api.hubapi.com/marketing/v3/campaigns/{campaignGuid}/reports/metrics \
--header 'Authorization: Bearer <token>'{
"influencedContacts": 123,
"newContactsFirstTouch": 123,
"newContactsLastTouch": 123,
"sessions": 123
}このエンドポイントでは、セッション、新規コンタクト、影響を受けたコンタクトなど、指定したキャンペーンの重要なアトリビューション測定指標が取得されます。
curl --request GET \
--url https://api.hubapi.com/marketing/v3/campaigns/{campaignGuid}/reports/metrics \
--header 'Authorization: Bearer <token>'{
"influencedContacts": 123,
"newContactsFirstTouch": 123,
"newContactsLastTouch": 123,
"sessions": 123
}サポートされる製品
必須スコープ
The access token received from the authorization server in the OAuth 2.0 flow.
キャンペーンの固有ID