Skip to content

Commit

Permalink
Update linkedin-ads.md (#14088)
Browse files Browse the repository at this point in the history
  • Loading branch information
erica-airbyte authored Sep 27, 2022
1 parent d872fc6 commit 1c0bb9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/integrations/sources/linkedin-ads.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**:

Expand All @@ -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.
Expand Down

0 comments on commit 1c0bb9f

Please sign in to comment.