mirror of
https://github.com/BillyOutlast/posthog.git
synced 2026-02-04 03:01:23 +01:00
feat(MA): Adding back linkedin integration (#37747)
Co-authored-by: Javier Bahamondes <javierbahamondes@Javiers-MacBook-Pro.local>
This commit is contained in:
committed by
GitHub
parent
b8936e290e
commit
61a50ac951
@@ -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",
|
||||
)
|
||||
|
||||
@@ -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],
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user