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:
s2ssdkhbtam
- dimensions string list
- required
The following values are allowed regardless of the value of activity_type:
adUnitbrowsercountrydatedeviceTypedomainenvhourorgNameosstate
If the value of activity_type is “s2s” then the following additional values may be used for dimensions:
advertiserDomainbuyerNamesupplySourcetitle
If the value of activity_type is “sdk” then the following additional values may be used for dimensions:
demandPartnerintegrationTypeplayerNamemediaType
If the value of activity_type is “hb” then the following additional values may be used for dimensions:
advertiserDomainbuyerNamesupplySourcemediaType
If the value of activity_type is “tam” then the following additional values may be used for dimensions:
advertiserDomainbuyerNamesupplySourcetitleplacementId
- metrics string list
- optional
- allowed values include:
bidRatebidsclickscompletionRatecompletionscpmecpmfillRateimpressionsrequestsrevenuestartsuccessRatenet
If the value of activity_type is “sdk” then the following additional values may be used for metrics:
playerLoadswins
- time_zone string
- optional
- Must be one of the following timezones:
America/Los_AngelesAmerica/New_YorkEtc/UTC
Sample Switchboard Script
download t from {
key: "rise";
type: "rise";
activity_type: "hb";
metrics: ["clicks","bids","successRate"];
dimensions: ["date","browser","mediaType","supplySource"];
} using {*};