CMS
Deutsch
cURL
curl --request PATCH \ --url https://api.hubapi.com/media-bridge/v1/{appId}/settings/event-visibility \ --header 'Content-Type: application/json' \ --data '{ "showInWorkflows": true, "showInReporting": true, "eventType": "ALL", "showInTimeline": true, "updatedAt": 123 }'
{ "showInWorkflows": true, "showInReporting": true, "eventType": "ALL", "showInTimeline": true, "updatedAt": 123 }
Définissez les paramètres de visibilité pour les événements du pont média créés par votre application.
ALL
MEDIA_PLAYS
MEDIA_PLAYS_PERCENT
ATTENTION_SPAN
successful operation