From b56aa2d9903558acc48301176f72914bd02f40c5 Mon Sep 17 00:00:00 2001 From: Sifogiannos Date: Mon, 12 Apr 2021 18:38:29 +0300 Subject: [PATCH] Remove repeated word --- api-documentation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-documentation.md b/api-documentation.md index 5b6a05d..9e1f291 100644 --- a/api-documentation.md +++ b/api-documentation.md @@ -215,7 +215,7 @@ $sig = base64_encode(hash_hmac("sha1" , "$reward_conversion$reward_name$click_id In order to get a list of surveys for the json offerwall integration you are required to set **"offerwall"** parameter to **"true"** and **"content_type"** parameter to **"json"**. This way you can retrieve a longer list of surveys than the html version (limited to 60), along with an HTTP responce code of 200. If no matching surveys are found then the response body will be empty with an HTTP response code of 204. -When the necessary demographics are not know for a specific device id (a user) then the the response will contain one "Demographic Survey" and the flag **"hasDemographics"** will be set to false. This Demographic survey (**"survey_class":"Pollfish/Demographics"** ), is part of the onboarding process of the user and it does not deliver any revenue when it gets completed (CPA =0). When a Demographic survey is presented, the users has to answer all the demographic questions in order to unlock the list of Pollfish and Mediation surveys. New demographic questions might be added from time to time (or re-asked) and surveys might be locked again until those are answered in the relevant demographic survey. +When the necessary demographics are not know for a specific device id (a user) then the response will contain one "Demographic Survey" and the flag **"hasDemographics"** will be set to false. This Demographic survey (**"survey_class":"Pollfish/Demographics"** ), is part of the onboarding process of the user and it does not deliver any revenue when it gets completed (CPA =0). When a Demographic survey is presented, the users has to answer all the demographic questions in order to unlock the list of Pollfish and Mediation surveys. New demographic questions might be added from time to time (or re-asked) and surveys might be locked again until those are answered in the relevant demographic survey. If the **"content_type"** parameter is set to **"html"** or is ommited then the request will be served like an ordinary offerwall request, returning an html page with the surveys matched for each device_id (user).