Skip to content

Commit

Permalink
DV360 - Do not full sync (#1819)
Browse files Browse the repository at this point in the history
  • Loading branch information
marinhero authored Jan 23, 2024
1 parent 8bd2979 commit 213ae46
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const destination: AudienceDestinationDefinition<Settings, AudienceSettings> = {
audienceConfig: {
mode: {
type: 'synced',
full_audience_sync: true
full_audience_sync: false
},
async createAudience(request, createAudienceInput) {
const { audienceName, audienceSettings, statsContext, settings } = createAudienceInput
Expand Down

0 comments on commit 213ae46

Please sign in to comment.