feat(MA): Adding back linkedin integration (#37747)

Co-authored-by: Javier Bahamondes <javierbahamondes@Javiers-MacBook-Pro.local>
This commit is contained in:
Javier Bahamondes
2025-09-08 12:07:17 -03:00
committed by GitHub
parent b8936e290e
commit 61a50ac951
2 changed files with 2 additions and 2 deletions

View File

@@ -295,7 +295,7 @@ class OauthIntegration:
token_url="https://www.linkedin.com/oauth/v2/accessToken",
client_id=settings.LINKEDIN_APP_CLIENT_ID,
client_secret=settings.LINKEDIN_APP_CLIENT_SECRET,
scope="r_ads rw_conversions openid profile email",
scope="r_ads rw_conversions r_ads_reporting openid profile email",
id_path="sub",
name_path="email",
)

View File

@@ -36,7 +36,7 @@ class LinkedInAdsSource(BaseSource[LinkedinAdsSourceConfig]):
name=SchemaExternalDataSourceType.LINKEDIN_ADS,
label="LinkedIn Ads",
caption="Ensure you have granted PostHog access to your LinkedIn Ads account, learn how to do this in [the documentation](https://posthog.com/docs/cdp/sources/linkedin-ads).",
unreleasedSource=True,
betaSource=True,
fields=cast(
list[FieldType],
[