Skip to content

Commit c86d05f

Browse files
authored
Update membership lifespan (#2863)
1 parent a66c081 commit c86d05f

File tree

1 file changed

+1
-1
lines changed
  • packages/destination-actions/src/destinations/google-enhanced-conversions

1 file changed

+1
-1
lines changed

packages/destination-actions/src/destinations/google-enhanced-conversions/functions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ export async function createGoogleAudience(
321321
uploadKeyType: input.audienceSettings.external_id_type,
322322
appId: input.audienceSettings.app_id
323323
},
324-
membershipLifeSpan: '10000', // In days. 10000 is interpreted as 'unlimited'.
324+
membershipLifeSpan: '540',
325325
name: `${input.audienceName}`
326326
}
327327
}

0 commit comments

Comments
 (0)