メインコンテンツへスキップ
PATCH
/
media-bridge
/
v1
/
{appId}
/
settings
/
event-visibility
イベントの共有範囲設定を作成または更新
curl --request PATCH \
  --url 'https://api.hubapi.com/media-bridge/v1/{appId}/settings/event-visibility?hapikey=' \
  --header 'Content-Type: application/json' \
  --data '
{
  "eventType": "ALL",
  "updatedAt": 123,
  "showInReporting": true,
  "showInTimeline": true,
  "showInWorkflows": true
}
'
{
  "eventType": "ALL",
  "updatedAt": 123,
  "showInReporting": true,
  "showInTimeline": true,
  "showInWorkflows": true
}
サポートされる製品
次のいずれかの製品またはそれ以上が必要です。
Marketing HubMarketing Hub無料ツール
Sales HubSales Hub無料ツール
Service HubService Hub無料ツール
Content HubContent Hub無料ツール

認証

hapikey
string
query
必須

パスパラメータ

appId
integer<int32>
必須

メディアブリッジアプリのappId。メディアブリッジを使用する開発者アカウント内に複数のアプリを持つことが可能です。

ボディ

application/json
eventType
enum<string>
必須
利用可能なオプション:
ALL,
ATTENTION_SPAN,
MEDIA_PLAYS,
MEDIA_PLAYS_PERCENT
updatedAt
integer<int64>
必須
showInReporting
boolean
showInTimeline
boolean
showInWorkflows
boolean

レスポンス

successful operation

eventType
enum<string>
必須
利用可能なオプション:
ALL,
ATTENTION_SPAN,
MEDIA_PLAYS,
MEDIA_PLAYS_PERCENT
updatedAt
integer<int64>
必須
showInReporting
boolean
showInTimeline
boolean
showInWorkflows
boolean
Last modified on September 3, 2025