LinkedIn Ads

LinkedIn is a business and employment-focused social media platform that works through websites and mobile apps.

Authentication methods

OAuth

OAuth with LinkedIn uses your own OAuth credentials, not Omnata's. To create them:

  1. Click "Create App"

  2. Give your app a Name and associate it with your LinkedIn company page (this will not make your app visible publicly)

  3. Upload a logo for this app, only you will see this during the OAuth flow from Snowflake

  4. Once your app is created, add an authorised URL for your Snowflake account.

circle-info

The following Snowflake query will construct the correct value for your account: select 'https://'||get(parse_json(SYSTEM$allowlist()),0):"host"::varchar||'/oauth/complete-secret' as REDIRECT_URL;

  1. Ensure the following OAuth scopes are included: r_ads, r_ads_reporting, r_organization_social

  2. Generate a Client Secret, copy it along with the Client ID

Inbound Syncs

The following streams are supported:

Outbound Syncs

Currently there is no outbound sync functionality, but uploading offline conversions is coming soon!

Last updated