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 }
Set the visibility settings for media bridge events created by your app.
Supported products
The appId for the media bridge app. It is possible to have multiple apps in your developer account that use the media bridge.
ALL
ATTENTION_SPAN
MEDIA_PLAYS
MEDIA_PLAYS_PERCENT
successful operation
Was this page helpful?