Ad-Juster (DoubleVerify)

The Ad-Juster connector provides automated retrieval of user-defined reports.

Prerequisites

To configure access to the Ad-Juster Connector, you need:

  • The username and password used to log into your DoubleVerify account.
  • The numeric Id of the user-defined report.

Scheduling

The Ad-Juster Connector can be scheduled to ingest data once per day at a user-defined hour and timezone. By default, the connector will run once at 6am PT. See Daily Scheduling for more information.

Sample Switchboard Script

import adjuster from {
    type: "ad_juster_ng";
    key: "ad_juster_api_key";
    report_id: 1234;
} using {
    "Order ID" :string;
    "Order Third Party Source" :string;
    "Third Party Campaign Name" :string;
    "Order Billing Source" :string;
    "Video 0" :string;
    "Video 25" :string;
    "Video 50" :string;
    "Placement ID" :string;
    "Video 75" :string;
    "Video 100" :string;
    "Video 95" :string;
    "Placement Name" :string;
    "Local Server Name" :string;
    "Billable Creative" :string;
    "Third Party Billable Clicks" :string;
    "Ad Completes" :string;
    "Third Party Viewable Impressions" :string;
    "Third Party Video 0" :string;
    "Missing Mapping To Billable Server" :string;
    "Third Party Visible Impressions" :string;
    "Third Party Views 10Sec" :string;
    "Third Party Video 50" :string;
    "Third Party Video 25" :string;
    "Third Party Views 3Sec" :string;
    "Billable Map Type" :string;
    "Third Party Video 75" :string;
    "Third Party Video 100" :string;
    "Third Party Campaign Id" :string;
    "Third Party Video 95" :string;
    "Third Party Billing Source" :string;
    "Order Name" :string;
    "OMS Line Item Id" :string;
    "OMS Line Item Name" :string;
    "Percent Delivered Third Party" :string;
    "Purchase Order Number" :string;
    "Advertiser" :string;
    "Primary Trafficker" :string;
    "Campaign Name" :string;
    "Campaign Identifier" :integer;
    "Creative Name" :string;
    "Creative Identifier" :integer;
};

Parameters

Parameter Description Required/Optional?
report_id The numeric id of the requested report Required