Skip to content

Commit 99d4f67

Browse files
STRATCONN-6205 first party dv360 added limit for membershipDurationDays to 540 (#3347)
1 parent 66a222d commit 99d4f67

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/destination-actions/src/destinations/first-party-dv360/generated-types.ts

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/destination-actions/src/destinations/first-party-dv360/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ const destination: AudienceDestinationDefinition<Settings, AudienceSettings> = {
8686
label: 'Membership Duration Days',
8787
required: true,
8888
description:
89-
'The duration in days that an entry remains in the audience after the qualifying event. If the audience has no expiration, set the value of this field to 10000. Otherwise, the set value must be greater than 0 and less than or equal to 540.'
89+
'The duration in days that an entry remains in the audience after the qualifying event. The set value must be greater than 0 and less than or equal to 540.'
9090
}
9191
},
9292

0 commit comments

Comments
 (0)