Skip to content

Commit c1bbb4a

Browse files
Added Nat's AI demo video (#14024)
1 parent 9f48d63 commit c1bbb4a

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

src/hooks/productData/posthog_ai.tsx

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -651,6 +651,25 @@ export const posthog_ai = {
651651
},
652652
],
653653
},
654+
integrating_external_data: {
655+
title: 'Integrating external data',
656+
author: 'Natlaia Amorim',
657+
wistia: '8yephrnt6h',
658+
customThumb:
659+
'https://res.cloudinary.com/dmukukwp6/image/upload/thumb_integrating_external_data_ab4b91a189.png',
660+
chapters: [
661+
{
662+
title: 'How can I import a google sheet into PostHog so I can use it as a data source',
663+
time: 55,
664+
copyable: true,
665+
},
666+
{
667+
title: 'Now my table has been synced and is available as a data source. Help me create an insight where I can show our keyword rankings evolution over time (the Y axis should be the count, and X axis should be the month string and the ranking string.',
668+
time: 143,
669+
copyable: true,
670+
},
671+
],
672+
},
654673
},
655674
answers: [
656675
{

src/hooks/useCustomers.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ const CUSTOMER_DATA: Record<string, BaseCustomer> = {
558558
height: 12,
559559
},
560560
rayfit: {
561-
name: 'Rayfit',
561+
name: 'RayFit',
562562
toolsUsed: ['product_analytics', 'experiments', 'feature_flags', 'data_warehouse', 'posthog_ai'],
563563
industries: ['Fitness'],
564564
users: ['Product', 'Engineering'],

0 commit comments

Comments
 (0)