Skip to main content
Skip table of contents

Onboarding Bidtellect to Data Library

Prerequisites

  • Access to Bidtellect SFTP creds in 1Pass

Creating the SFTP directory

1.) Log in to the SFTP by running the following in your terminal:

BASH
sftp bidtellect@sftp.pmg.com
  • copy and paste the password from the 1pass creds

2.) CD into the writeable directory

CODE
cd writeable

3.) Check to see if a directory already exists for the client

CODE
ls -l

4.) If not exists, create a new directory named as the client slug, e.g. for playground:

CODE
mkdir playground
  • CD into it:

CODE
cd playground

Reaching out to Bidtellect

1.) Start an email thread with the Bidtellect team (<lindsey@bidtellect.com>, <nicholas@bidtellect.com>, <kevin@bidtellect.com>) and request for the report files to be sent to the newly created SFTP directory, e.g. for Playground:

CODE
Hi team,

Can you send the Playground files to the following SFTP directory whenever they're ready?
writeable/playground/

Same file format as always - let me know if you have any questions. Thanks.

2.) Once they respond and the file(s) have been sent, verify that it exists in the SFTP, by running an ls -l

Loading and validating the datasource

1.) Go back to the bidtellect_insights_hit datasource and fill out the Additional Confugration tab, e.g., for the client, Playground :

  • Hit Next to save the datasource

2.) Select Load to load the datasource and validate results via the Audit tab

If load succeeds, the file be appended with .processed-

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.