CMS
cURL
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 }
Définissez les paramètres de visibilité pour les événements du pont média créés par votre application.
L'appId de l'application Media Bridge. Il est possible d'avoir plusieurs applications dans votre compte développeur qui utilisent le Media Bridge.
ALL
ATTENTION_SPAN
MEDIA_PLAYS
MEDIA_PLAYS_PERCENT
successful operation