Zum Hauptinhalt springen
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 \
  --header 'Content-Type: application/json' \
  --data '{
  "eventType": "ALL",
  "showInReporting": true,
  "showInTimeline": true,
  "showInWorkflows": true,
  "updatedAt": 123
}'
{
  "eventType": "ALL",
  "showInReporting": true,
  "showInTimeline": true,
  "showInWorkflows": true,
  "updatedAt": 123
}
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

Authorizations

hapikey
string
query
required

Path Parameters

appId
integer
required

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

Body

application/json
eventType
enum<string>
required
Verfügbare Optionen:
ALL,
ATTENTION_SPAN,
MEDIA_PLAYS,
MEDIA_PLAYS_PERCENT
updatedAt
integer
required
showInReporting
boolean
showInTimeline
boolean
showInWorkflows
boolean

Response

successful operation

eventType
enum<string>
required
Verfügbare Optionen:
ALL,
ATTENTION_SPAN,
MEDIA_PLAYS,
MEDIA_PLAYS_PERCENT
updatedAt
integer
required
showInReporting
boolean
showInTimeline
boolean
showInWorkflows
boolean