Zum Hauptinhalt springen
PATCH
/
media-bridge
/
v1
/
{appId}
/
settings
/
event-visibility
Event-Sichtbarkeitseinstellungen erstellen oder aktualisieren
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
}

Unterstützte Produkte

Erfordert eines der folgenden Produkte oder höher.
Marketing HubMarketing Hub -Kostenlos
Sales HubSales Hub -Kostenlos
Service HubService Hub -Kostenlos
Content HubContent Hub -Kostenlos

Autorisierungen

hapikey
string
query
erforderlich

Pfadparameter

appId
integer<int32>
erforderlich

Die appId für die Media-Bridge-App. In Ihrem Entwickler-Account können mehrere Apps vorhanden sein, die die Media Bridge verwenden.

Body

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

Antwort

successful operation

eventType
enum<string>
erforderlich
Verfügbare Optionen:
ALL,
ATTENTION_SPAN,
MEDIA_PLAYS,
MEDIA_PLAYS_PERCENT
updatedAt
integer<int64>
erforderlich
showInReporting
boolean
showInTimeline
boolean
showInWorkflows
boolean
Last modified on December 10, 2025