We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a66c081 commit c86d05fCopy full SHA for c86d05f
packages/destination-actions/src/destinations/google-enhanced-conversions/functions.ts
@@ -321,7 +321,7 @@ export async function createGoogleAudience(
321
uploadKeyType: input.audienceSettings.external_id_type,
322
appId: input.audienceSettings.app_id
323
},
324
- membershipLifeSpan: '10000', // In days. 10000 is interpreted as 'unlimited'.
+ membershipLifeSpan: '540',
325
name: `${input.audienceName}`
326
}
327
0 commit comments