Skip to content

Commit

Permalink
adding default subscription to Taboola Action (segmentio#2159)
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-ayoub-segment authored Jul 10, 2024
1 parent 0836b6a commit 70dcae1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import { TaboolaClient } from './client'
const action: ActionDefinition<Settings, Payload, AudienceSettings> = {
title: 'Sync Audience',
description: 'Sync a Segment Engage Audience to Taboola.',
defaultSubscription: 'type = "track"',
fields: {
external_audience_id: {
label: 'External Audience ID',
Expand Down

0 comments on commit 70dcae1

Please sign in to comment.