Skip to content

Commit f44790d

Browse files
committed
docs(consent): add the Google Ads cookie inventory to the Cookie Policy
1 parent 2cbf615 commit f44790d

1 file changed

Lines changed: 25 additions & 4 deletions

File tree

apps/sim/app/(landing)/cookie-policy/cookie-policy-content.tsx

Lines changed: 25 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export const COOKIE_POLICY_CONFIG: LegalPageConfig = {
4444
title: 'Cookie Policy',
4545
description:
4646
'What cookies Sim sets, why, how long they last, and how to change your choice at any time.',
47-
lastUpdated: 'August 24, 2026',
47+
lastUpdated: 'September 3, 2026',
4848
intro: [
4949
{
5050
kind: 'paragraph',
@@ -121,7 +121,9 @@ export const COOKIE_POLICY_CONFIG: LegalPageConfig = {
121121
</>,
122122
<>
123123
<strong>Marketing</strong> — measuring which campaigns bring builders to Sim and
124-
showing relevant ads on other sites.
124+
showing relevant ads on other sites. Google Ads loads with ad storage denied and
125+
cannot set conversion cookies until this category is allowed; before then, it may send
126+
limited cookieless consent signals.
125127
</>,
126128
],
127129
},
@@ -199,6 +201,24 @@ export const COOKIE_POLICY_CONFIG: LegalPageConfig = {
199201
],
200202
]),
201203
cookieTable('Marketing', [
204+
[
205+
'_gcl_au',
206+
'Google Ads',
207+
'Links a Google ad click to a later sign-up or demo booking on sim.ai.',
208+
'90 days',
209+
],
210+
[
211+
'_gcl_aw / _gcl_gs',
212+
'Google Ads',
213+
'Stores the click identifier from a Google ad that brought you to sim.ai.',
214+
'90 days',
215+
],
216+
[
217+
'IDE',
218+
'Google (doubleclick.net)',
219+
'Measures ad conversions and limits how often the same ad is shown.',
220+
'13 months',
221+
],
202222
[
203223
'guest_id',
204224
'X (Twitter)',
@@ -248,7 +268,8 @@ export const COOKIE_POLICY_CONFIG: LegalPageConfig = {
248268
<ProseLink href='https://tools.google.com/dlpage/gaoptout'>
249269
Google Analytics
250270
</ProseLink>
251-
, <ProseLink href='https://x.com/settings/privacy_and_safety'>X (Twitter)</ProseLink>,{' '}
271+
, <ProseLink href='https://adssettings.google.com'>Google Ads</ProseLink>,{' '}
272+
<ProseLink href='https://x.com/settings/privacy_and_safety'>X (Twitter)</ProseLink>,{' '}
252273
<ProseLink href='https://legal.hubspot.com/privacy-policy'>HubSpot</ProseLink>, and{' '}
253274
<ProseLink href='https://posthog.com/privacy'>PostHog</ProseLink>.
254275
</>
@@ -270,7 +291,7 @@ export const COOKIE_POLICY_CONFIG: LegalPageConfig = {
270291
<>
271292
The providers currently in use are{' '}
272293
<ProseLink href='https://policies.google.com/technologies/cookies'>Google</ProseLink>{' '}
273-
(Analytics),{' '}
294+
(Analytics and Ads),{' '}
274295
<ProseLink href='https://legal.hubspot.com/privacy-policy'>HubSpot</ProseLink>,{' '}
275296
<ProseLink href='https://x.com/en/privacy'>X (Twitter)</ProseLink>,{' '}
276297
<ProseLink href='https://ahrefs.com/privacy'>Ahrefs</ProseLink>,{' '}

0 commit comments

Comments
 (0)