Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 25 additions & 4 deletions apps/sim/app/(landing)/cookie-policy/cookie-policy-content.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export const COOKIE_POLICY_CONFIG: LegalPageConfig = {
title: 'Cookie Policy',
description:
'What cookies Sim sets, why, how long they last, and how to change your choice at any time.',
lastUpdated: 'August 24, 2026',
lastUpdated: 'September 3, 2026',
intro: [
{
kind: 'paragraph',
Expand Down Expand Up @@ -121,7 +121,9 @@ export const COOKIE_POLICY_CONFIG: LegalPageConfig = {
</>,
<>
<strong>Marketing</strong> — measuring which campaigns bring builders to Sim and
showing relevant ads on other sites.
showing relevant ads on other sites. Google Ads loads with ad storage denied and
cannot set conversion cookies until this category is allowed; before then, it may send
limited cookieless consent signals.
</>,
],
},
Expand Down Expand Up @@ -199,6 +201,24 @@ export const COOKIE_POLICY_CONFIG: LegalPageConfig = {
],
]),
cookieTable('Marketing', [
[
'_gcl_au',
'Google Ads',
'Links a Google ad click to a later sign-up or demo booking on sim.ai.',
'90 days',
],
[
'_gcl_aw / _gcl_gs',
'Google Ads',
'Stores the click identifier from a Google ad that brought you to sim.ai.',
'90 days',
],
[
'IDE',
'Google (doubleclick.net)',
'Measures ad conversions and limits how often the same ad is shown.',
'13 months in the EEA and UK; 24 months elsewhere',
],
Comment thread
waleedlatif1 marked this conversation as resolved.
[
'guest_id',
'X (Twitter)',
Expand Down Expand Up @@ -248,7 +268,8 @@ export const COOKIE_POLICY_CONFIG: LegalPageConfig = {
<ProseLink href='https://tools.google.com/dlpage/gaoptout'>
Google Analytics
</ProseLink>
, <ProseLink href='https://x.com/settings/privacy_and_safety'>X (Twitter)</ProseLink>,{' '}
, <ProseLink href='https://adssettings.google.com'>Google Ads</ProseLink>,{' '}
<ProseLink href='https://x.com/settings/privacy_and_safety'>X (Twitter)</ProseLink>,{' '}
<ProseLink href='https://legal.hubspot.com/privacy-policy'>HubSpot</ProseLink>, and{' '}
<ProseLink href='https://posthog.com/privacy'>PostHog</ProseLink>.
</>
Expand All @@ -270,7 +291,7 @@ export const COOKIE_POLICY_CONFIG: LegalPageConfig = {
<>
The providers currently in use are{' '}
<ProseLink href='https://policies.google.com/technologies/cookies'>Google</ProseLink>{' '}
(Analytics),{' '}
(Analytics and Ads),{' '}
<ProseLink href='https://legal.hubspot.com/privacy-policy'>HubSpot</ProseLink>,{' '}
<ProseLink href='https://x.com/en/privacy'>X (Twitter)</ProseLink>,{' '}
<ProseLink href='https://ahrefs.com/privacy'>Ahrefs</ProseLink>,{' '}
Expand Down
Loading