-
Notifications
You must be signed in to change notification settings - Fork 2k
feat(ma): adding tiktok ads source integration #39114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
….com:PostHog/posthog into feat/adding-tiktok-ads-integration-squeleton
…a fetching - Added TikTok Ads as a new integration in the system. - Implemented OAuth flow for TikTok Ads, including credential validation and token management. - Created settings and configuration for TikTok Ads endpoints. - Developed utility functions for flattening TikTok report data and handling pagination. - Added tests for the TikTok Ads source and utility functions to ensure functionality and correctness. - Included date chunking logic to comply with TikTok's API limits. This integration allows users to collect campaign data and advertising metrics from TikTok Ads, enhancing our data import capabilities.
Hey @jabahamondes! 👋 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Additional Comments (1)
-
frontend/src/lib/integrations/utils.ts
, line 45 (link)style: Missing case for 'tiktok-ads' in getIntegrationNameFromKind function. This will display as 'Tiktok-ads' instead of 'TikTok Ads'. Consider adding:
case 'tiktok-ads': return 'TikTok Ads'
18 files reviewed, 7 comments
Size Change: +12 B (0%) Total Size: 3.07 MB ℹ️ View Unchanged
|
Migration SQL ChangesHey 👋, we've detected some migrations on this PR. Here's the SQL output for each migration, make sure they make sense:
|
🔍 Migration Risk AnalysisWe've analyzed your migrations for potential risks. Summary: 0 Safe | 1 Needs Review | 0 Blocked
|
WIP
Blocked by #38856
Problem
Changes
How did you test this code?
👉 Stay up-to-date with PostHog coding conventions for a smoother review.
Changelog: (features only) Is this feature complete?