From 1c0bb9f4b37d2b9eb53a460364fd6f98ff304afb Mon Sep 17 00:00:00 2001 From: Erica Struthers <93952107+erica-airbyte@users.noreply.github.com> Date: Tue, 27 Sep 2022 08:33:50 -0600 Subject: [PATCH] Update linkedin-ads.md (#14088) --- docs/integrations/sources/linkedin-ads.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/integrations/sources/linkedin-ads.md b/docs/integrations/sources/linkedin-ads.md index 439df170f975..4f45ee2807a9 100644 --- a/docs/integrations/sources/linkedin-ads.md +++ b/docs/integrations/sources/linkedin-ads.md @@ -36,7 +36,7 @@ The LinkedIn Ads source connector is based on a [Airbyte CDK](https://docs.airby * Review permissions and ensure app has the permissions \(above\). * Oauth 2.0 settings: Provide a `redirect_uri` \(for later steps\): `https://airbyte.io` * Review the `Products` tab and ensure `Marketing Developer Platform` has been added and approved \(listed in the `Products` section/tab\). - * Review the `Usage & limits` tab. This shows the daily application and user/member limits with percent used for each resource endpoint. + * Review the `Analytics` tab. This shows the daily application and user/member limits with percent used for each resource endpoint. 4. **Authorize App**: @@ -46,7 +46,7 @@ The LinkedIn Ads source connector is based on a [Airbyte CDK](https://docs.airby Create an Authorization URL with the following pattern: - * The permissions set you need to use is: `r_emailaddress,r_liteprofile,r_ads,r_ads_reporting,r_organization_social` + * The permissions set you need to use is (can be found in the `Auth` tab under OAuth 2.0 scopes): `r_emailaddress,r_liteprofile,r_ads,r_ads_reporting,r_organization_social` * URL pattern: Provide the scope from permissions above \(with + delimiting each permission\) and replace the other highlighted parameters: `https://www.linkedin.com/oauth/v2/authorization?response_type=code&client_id=YOUR_CLIENT_ID&redirect_uri=YOUR_REDIRECT_URI&scope=r_emailaddress,r_liteprofile,r_ads,r_ads_reporting,r_organization_social` * Modify and open the `url` in the browser. * Once redirected, click `Allow` to authorize app.