From 12b87048ac08dcc40ed1b5ab955f4b1c2be060be Mon Sep 17 00:00:00 2001 From: Prithviraj-rathore-segment Date: Thu, 16 Oct 2025 11:09:46 +0530 Subject: [PATCH] STRATCONN-6205 first party dv360 added limit for membershipDurationDays to 540 --- .../src/destinations/first-party-dv360/generated-types.ts | 2 +- .../src/destinations/first-party-dv360/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/destination-actions/src/destinations/first-party-dv360/generated-types.ts b/packages/destination-actions/src/destinations/first-party-dv360/generated-types.ts index 06be171ad19..eede0596f6a 100644 --- a/packages/destination-actions/src/destinations/first-party-dv360/generated-types.ts +++ b/packages/destination-actions/src/destinations/first-party-dv360/generated-types.ts @@ -21,7 +21,7 @@ export interface AudienceSettings { */ appId?: string /** - * 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. + * 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. */ membershipDurationDays: string } diff --git a/packages/destination-actions/src/destinations/first-party-dv360/index.ts b/packages/destination-actions/src/destinations/first-party-dv360/index.ts index 6d7846a25ef..172b3a51be8 100644 --- a/packages/destination-actions/src/destinations/first-party-dv360/index.ts +++ b/packages/destination-actions/src/destinations/first-party-dv360/index.ts @@ -86,7 +86,7 @@ const destination: AudienceDestinationDefinition = { label: 'Membership Duration Days', required: true, description: - '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.' + '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.' } },