Rise

The Rise connector automates automates access to the Rise Reports API

Prerequisites

To configure access to the Rise connector, you need create a key in the Key Editor with the following property:

API Key
The Report-API uses API keys for authentication. You will be granted a new API key from your account manager.

Scheduling

The Rise 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.

Parameters

activity_type string
required
allowed values include:
  • s2s
  • sdk
  • hb
  • tam
dimensions string list
required

The following values are allowed regardless of the value of activity_type:

  • adUnit
  • browser
  • country
  • date
  • deviceType
  • domain
  • env
  • hour
  • orgName
  • os
  • state

If the value of activity_type is “s2s” then the following additional values may be used for dimensions:

  • advertiserDomain
  • buyerName
  • supplySource
  • title

If the value of activity_type is “sdk” then the following additional values may be used for dimensions:

  • demandPartner
  • integrationType
  • playerName
  • mediaType

If the value of activity_type is “hb” then the following additional values may be used for dimensions:

  • advertiserDomain
  • buyerName
  • supplySource
  • mediaType

If the value of activity_type is “tam” then the following additional values may be used for dimensions:

  • advertiserDomain
  • buyerName
  • supplySource
  • title
  • placementId
metrics string list
optional
allowed values include:
  • bidRate
  • bids
  • clicks
  • completionRate
  • completions
  • cpm
  • ecpm
  • fillRate
  • impressions
  • requests
  • revenue
  • start
  • successRate
  • net

If the value of activity_type is “sdk” then the following additional values may be used for metrics:

  • playerLoads
  • wins
time_zone string
optional
Must be one of the following timezones:
  • America/Los_Angeles
  • America/New_York
  • Etc/UTC

Sample Switchboard Script

download t from {
                key: "rise";
                type: "rise";
                activity_type: "hb";
                metrics: ["clicks","bids","successRate"];
                dimensions: ["date","browser","mediaType","supplySource"];
            } using {*};