4.3.6.Get Project Settings

Get Project Info
Description Get detailed information of an existing project
Request URL Prodege Base URL + /project-settings-get
Request Method GET

 

Request Parameters
Parameter Name Parameter Type Description Required?
apik String Your API Key. Yes
request_date Numeric Timestamp in milliseconds (see Authentication). Yes
signature String The signature of your request (see Authentication). Yes
prodege_project_id Numeric The ID that uniquely identifies the project in the Prodege system. Yes
Response Parameters
Parameter Name Parameter Type Description
return_status String The return status for this api call (*Currently only for failed requests)
project_settings String JSON string that holds the current settings for the project

project_info Model

Property Name Property Type Description
enable_max_clicks Boolean Whether or not max click logic is enforced
enable_max_clicks_cap Numeric If max click logic is enforced, the user-specified number of clicks allowed before pausing project traffic
enable_max_clicks_allowed_clicks Numeric If max click logic is enforced, the current remaining number of clicks before pausing project traffic
enable_max_clicks_max_click_rate_id Numeric If max click logic is enforced, the refill rate id for clicks (1: every 30 min, 2: every 1 hour, 3: every 24 hours, 0: one-time setting)
enable_quality_screener Boolean Whether or not quality screener is enforced
require_rvid Boolean Whether or not relevant id checking is enforced
limit_panelists JSON Panelist-specific filter settings

 

Help Guide Powered by Documentor
Suggest Edit