Update Quota

Update Quota

Description

Update the number of respondents for an existing project quota

Request URL

Prodege Base URL + /quota-update

Request Method

POST

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 this project in the Prodege system.

Yes

quota_id

Numeric

The ID that uniquely identifies this quota for the project.

Yes

number_of_respondents

Numeric

The number of respondents targeted for this quota.

No

active

String

Whether or not quota should be used for panelist targeting. Set to either “true” or “false”.

No

targeting_criteria

Array

JSON array of targeting criteria (see JSON Examples).

No

quota_name

String

The descriptive name for this quota.

No

calculation_type

Numeric

When quota should be decremented (1 for Completes, 2 for Clicks, Default: 1).

No

Response Parameters

Parameter Name

Parameter Type

Description

return_status

String

The return status for this api call

quota_id

Numeric

The id that uniquely identifies this quota

Last updated