LogoLogo
Go to Console
  • Welcome to Ingest Labs Documentation
  • Navigation
    • Navigating Through UI
  • Tag Manager
    • Introduction
    • Add a New Project
    • Dashboard
      • Dashboard Screen
      • Create a New Dashboard
      • Add Widgets in the Dashboard
      • Configure Default Dashboard
      • Edit Dashboard
      • Delete Dashboard
      • Share Dashboard
      • Change Dashboard
    • Reports
      • Reports Screen
      • Adding a Filter to Reports
    • Tags
      • Tags Screen
      • Configuration of Tags
      • Add a New Tag (Browser)
      • Add a New Tag (Server)
      • Edit a Tag
      • Disable a Tag
      • Enable a Tag
      • Restore the Changes
      • Tag Version
    • Data Elements
      • Data Elements Screen
      • Add a New Data Element (Browser)
      • Add a New Data Element (Server)
      • Edit a Data Element
      • Delete a Data Element
      • Restore the Changes
      • Data Element Version
    • Providers
      • Providers Screen
      • Add a New Provider (Browser)
      • Add a New Provider (Server)
      • Edit a Provider
      • Delete a Provider
      • Provider Version
    • Triggers
      • Triggers Screen
      • Add a New Trigger (Browser)
      • Add a New Trigger (Server)
      • Edit a Trigger
      • Delete a Trigger
      • Restore the changes
      • Trigger Version
      • Record Trigger Feature
    • Qualification Criteria
      • Qualification Criteria Screen
      • Add a New Qualification Criteria (Browser)
      • Add a New Qualification Criteria (Server)
      • Edit a Qualification Criteria
      • Delete a Qualification Criteria
      • Restore the Changes
      • Qualification Criteria Version
    • Transformers
      • Transformers Screen
      • Add a New Transformer (Browser)
      • Add a New Transformer (Server)
      • Edit a Transformer
      • Delete a Transformer
      • Restore the Changes
      • Transformers Version
    • Publish
      • Publish Screen
      • Publish the Tag to Staging
      • Publish the Tag to Production
    • Live Debugging
      • Retrieve the Debug ID Using Console
      • Using Ingest Labs Debugging Session
      • Filter the Events During Live Debugging
    • Data Governance
      • Data Governance Screen
      • Edit Data Governance Status
      • View Data Governance Timeline
      • New Consent Classification
    • Environments
      • Environments Screen
      • View Production Environment
      • View Staging Environment
    • Settings
    • Alarms
      • Alarms Screen
      • Add a New Alarm (Tag Anomaly Detection Alarm)
        • Add Funnel Monitoring Alarm
      • Add a New Alarm (Tag Expiration Alarm)
      • Funnel Monitoring Alarm Feature
        • Delete an Alarm
      • Edit an Alarm
      • Delete an Alarm
  • Media Data Platform
    • About Media Data Platform
    • Dashboard
      • Dashboard Screen
      • Create a New Dashboard
      • Add Widgets in the Dashboard
      • Edit a Widget
      • Export a Widget
      • Refresh a Widget
      • Delete a Widget
      • Resize and Reorder Widgets
      • Edit Dashboard
      • Switch Dashboard
      • Add Widget to MDP Dashboard
      • Make Default Dashboard
      • Share Dashboard
      • Delete Dashboard
    • Connectors
      • Connectors Screen
      • Add a Connector
      • Edit a Connector
      • Delete a Connector
    • Segments
      • Segments Screen
      • Add a New Segment
      • Edit a Segment
      • Delete a Segment
      • Restore to a Segment Version
    • Audiences
      • Audiences Screen
      • Download Audience Report
    • Data Sources
      • Data Sources Screen
      • Add a Data Source
      • Edit Data Source
      • Delete Data Source
    • Destinations
      • Destination Screen
      • Add a New Destination
      • Edit Destination
      • Delete Destination
    • Pipelines
      • Pipelines Screen
      • Add a New Pipeline
      • Edit Pipeline Data Source Schema
      • Activate Pipeline
      • Delete a Pipeline
      • Edit Pipeline Destinations
      • Edit Pipeline Triggers
      • CDP Pipeline: Overview of Pre-Defined Filters in Destinations
      • Ensuring Reliable Data Transfers: Retry Configuration
  • Site Performance
    • About Site Performance
    • Site Performance Screen
    • Configure Test Suites
      • Add a New Test Suite
      • Edit a Test Suite
      • Delete a Test Suite
    • Configure Variants
      • Initiate a Test
      • Check Test History
      • Add a New Variant
      • Edit Variant
      • Disable Variant
      • Delete Variant
    • Site Performance
  • Implementation
    • Web SDK
      • Installation
        • Ingest Labs Script
        • GTM Events Import
      • Tracking Events
        • Page Load
        • Calendly booked
        • Search
        • Login
        • View Item
        • View Item List
        • Add To WishList
        • View Wishlist
        • Add To Cart
        • Remove From Cart
        • View Cart
        • Begin Checkout
        • Add Shipping Info
        • Add Payment Info
        • Purchase
        • Quick Buy
        • View Similar Items
        • Pin Code Check
        • Store Client Session
        • Form Submit Errors
        • Form Submit Warning
        • Custom event
        • Products Array
  • S2S
    • Setup
    • Tracking Events
      • Begin Checkout
      • Add Shipping Info
      • Add Payment Info
      • Purchase
      • Products Array
  • DNS Configuration
    • GoDaddy
Powered by GitBook
On this page
  • Overview of Connector types
  • AWS
  • POSTGRES
  • API
  • FTP
  • EMAIL
  • Shopify
Export as PDF
  1. Media Data Platform
  2. Connectors

Add a Connector

PreviousConnectors ScreenNextEdit a Connector

Last updated 2 months ago

LogoLogo

© 2025, Ingest Labs. All rights reserved.

To add a new connector, follow these steps:

Step 1: In the left navigation panel, click Connectors.

Step 2: Click Add New Connector located at the top-right corner of the screen.

Step 3: In the Name field, enter the name of the connector.

Step 4: In the Description field, enter a brief description of the connector.

Note: The Name and Description fields are mandatory. If these fields are not filled in and you click the Save button, an error message will appear stating Connector name/ Connector description cannot be empty.

Step 5: Click the Save button located on the upper-right side of the screen.

Note: Click the Cancel button to discard changes.

Step 6: A confirmation popup will appear, stating Connector was created successful, indicating that the connector has been successfully created.

Note: Once saved, the Info, Properties, and Metadata tabs will appear, where you can add more details for the connector.

Step 7: By default, the Properties tab opens. Click Edit to add Connector Types.

Step 8: The Select Connector Type list opens on the right. Select the appropriate connector type.

Overview of Connector types

AWS

To connect the AWS IAM Role, click AWS IAM Role. Under Properties, you will see the Access IAM ARN field. Enter the required value in this field.

Note: Fields marked with an asterisk (*) are mandatory.

Click Save to save the changes.

POSTGRES

To connect Postgres credentials, click Postgres credentials. The following fields will be displayed:

  • Host: Enter the Postgres server IP address.

  • Port: Enter the port number where Postgres is running.

  • Database: Enter the name of the database to connect to.

  • Username: Enter the Postgres username.

  • Password: Enter the Postgres password associated with the username.

SSL: Specify if SSL is required for the connection.

  • True - nables SSL for a secure, encrypted connection.

  • False - Disables SSL, allowing an unencrypted connection.

SSL Mode: Choose the appropriate SSL mode.

  • DISABLE - No SSL encryption.

  • VERIFY-CA - Requires SSL and verifies the server’s certificate authority (CA).

  • ALLOW - Uses SSL if supported but doesn’t require it.

  • REQUIRE - Enforces SSL encryption without verification.

  • PREFER - Prefers SSL but allows non-SSL connections if SSL is unavailable.

  • VERIFY-FULL

Click Save to save the changes.

API

To connect the API Keys, click API Keys. Under Properties, in the Auth Type field, click the Select dropdown. You will see the following options. Select the appropriate authentication type.

  • JWT - Uses a signed token for secure authentication without needing to send credentials with every request.

  • API_KEY - Requires a unique key for authentication, typically passed in the request header.

  • OAUTH2 - A secure authorization framework that grants limited access using tokens instead of credentials.

  • POP_TOKEN - Enhances security by requiring proof that the client owns the token, reducing the risk of misuse.

In the Headers field, the following fields are available:

  • Name: Enter the appropriate name.

  • Value: Enter the appropriate value.

  • Sensitive: Select the checkbox if the value is sensitive.

Click Save to save the changes.

FTP

To connect SFTP, click SFTP. The following fields will be available:

  • Host Name: Enter the hostname of the SFTP server.

  • Port Number: Enter the port number for the SFTP connection.

  • User Name: Enter the username for authentication.

  • Login Method: Click the Login Method dropdown. You will see two options:

    • Password: Select this option if you want to authenticate using a password.

    • Password Key: Select this option if you want to authenticate using a password key.

  • Login ssh Private Key: Enter the path to the ssh private key.

  • Login ssh Private Key Password: Enter the password for the private key.

Click Save to save the changes.

EMAIL

To connect EMAIL SMTP, click EMAIL SMTP. The following fields will be available:

  • Host Name: Enter the SMTP server hostname.

  • Port Number: Enter the SMTP server port number.

  • Port Number: Enter the SMTP server port number.

  • User Name: Enter the username for SMTP authentication.

  • Login Password: Enter the password associated with the SMTP username.

  • Sender Email ID: Enter the email address from which the emails will be sent.

Click Save to save the changes.

Click the Token section to enter the appropriate details.

Click Save to save the changes.

To connect Facebook OAuth, click Facebook OAuth. The following fields will be available:

API Version: Click the API Version dropdown and select the appropriate version. Available options are:

  • v17.0 - An earlier version that includes stable features but may lack the latest updates or improvements introduced in newer versions.

  • v20.0 - A more recent version with enhancements, bug fixes, and potentially deprecated older features.

Account ID: Enter the Facebook account ID.

Short Lived Token: Enter the short-lived token for authentication.

Click Save to save the changes.

To connect Facebook Conversion API, click Facebook Conversion API. The following fields will be available:

  • Pixel ID: Enter the appropriate Facebook Pixel ID.

  • Token: Enter the token associated with the Facebook Conversion API.

Click Save to save the changes.

Shopify

To connect Shopify, click Shopify you will see the following field:

Personal Access Token: Enter the appropriate Personal Access Token for authentication.

Click Save to save the changes.

Step 9: Click Metadata.

Step 9.1: Click Edit.

Note: You will see two fields labeled Key and Value on the screen, which can be edited.

Step 9.2: Click Add to add a new Key and Value field.

Note: To remove a key-value pair, click the Delete button next to the pair you want to delete.

Step 9.3: Click Save to save the changes.

Connector Added

AWS IAM Role

Postgres credentials

API Keys

Connect SFTP

EMAIL SMTP

Ingest Labs Email Sender

Connect Facebook OAuth

Connect Facebook Conversion API

Shopify Personal Access Token