Setup Guide
0. Setup Video
This video shows how to do the source and easyconnect setup steps below.
https://www.loom.com/share/c9a87173250748688ed8d0aa43a944e4?sid=f44bb039-5e32-4605-bc3d-9594343ab262
1. Getting an access token.
-
First we'll want to login to engagaingnetworks.com account. Then go to your account settings.
-
Click on "Tokens" on the left side navigation bar.
-
Click "create new private token.
2. Enter access token into EasyConnect.
-
In the connector setup form on the left, enter the schema name, and token.
-
Click Save & Test. EasyConnect will take it from here and sync your Engaging Networks data.
(Info) Networking Considerations
These are the I.P's/DNS for this source. Use this video guide if you want to modify the network policy to only include this I.P.
3.19.5.96
3.140.123.11
3.97.146.169
15.222.229.212
us.engagingnetworks.app
(Info) Sample Queries
Example query #1
select
easy_connect__date,
data['Account ID']::int as account_id,
data['Address 1']::varchar as address_1,
data['Campaign Data 1']::varchar as campaign_data_1
from
easyconnect.engaging_networks.raw;