Passer au contenu principal
PATCH
/
media-bridge
/
v1
/
{appId}
/
settings
/
event-visibility
Créer ou mettre à jour les paramètres de visibilité des événements
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
}
Produits pris en charge
Exige l'un des produits suivants ou un produit supérieur.
Marketing HubMarketing HubGratuit
Sales HubSales HubGratuit
Service HubService HubGratuit
Content HubContent HubGratuit

Autorisations

hapikey
string
query
requis

Paramètres de chemin

appId
integer<int32>
requis

L'appId de l'application Media Bridge. Il est possible d'avoir plusieurs applications dans votre compte développeur qui utilisent le Media Bridge.

Corps

application/json
eventType
enum<string>
requis
Options disponibles:
ALL,
ATTENTION_SPAN,
MEDIA_PLAYS,
MEDIA_PLAYS_PERCENT
updatedAt
integer<int64>
requis
showInReporting
boolean
showInTimeline
boolean
showInWorkflows
boolean

Réponse

successful operation

eventType
enum<string>
requis
Options disponibles:
ALL,
ATTENTION_SPAN,
MEDIA_PLAYS,
MEDIA_PLAYS_PERCENT
updatedAt
integer<int64>
requis
showInReporting
boolean
showInTimeline
boolean
showInWorkflows
boolean
Last modified on September 3, 2025