CMS
Português (BR)
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 }
Defina as configurações de visibilidade para eventos de Media Bridge criados pelo seu aplicativo.
O appId do aplicativo Media Bridge. É possível ter vários aplicativos na sua conta de desenvolvedor que usam a Media Bridge.
ALL
ATTENTION_SPAN
MEDIA_PLAYS
MEDIA_PLAYS_PERCENT
successful operation