Wrapper Tampering
🛑 Handling Wrapper Tampering Requests​
To prevent manipulation of session data, Quality Tools detects tampering attempts and assigns a default low score to preserve data quality. These users are not trustworthy and should not be included in your analysis.
If a request is blocked, the Quality Tools will:
- Assign
"Wrapper Tampering"
to string attributes. - Return a device score of 0 for all device numeric metrics.
- Return true for the isDuplicate property.
- Return
"No Data"
for survey history metrics (e.g.,manualISQRate
) andlastSurveyTaken
. - Return
0
for quality checks (e.g.,brandFamiliarity
)
Response Example​
{
"participantId": "Wrapper Tampering",
"deviceScore": 0,
"country": "Wrapper Tampering",
"subdivision": "Wrapper Tampering",
"lastSurveyTaken": "No data",
"isDuplicate": true,
"surveyId": "Wrapper Tampering",
"averageDeviceScore": 0,
"lowestDeviceScore": 0,
"totalSurveys": 0,
"deviceFailures": [
"Wrapper Tampering"
],
"completionRate": "No data",
"duplicationRate": "No data",
"failureRate": "No data",
"qualificationRate": "No data",
"manualISQRate": "No data",
"automatedISQRate": "No data",
"osqRate": "No data",
"brandFamiliarity": 0,
"openEnd": 0,
"speeding": 0,
"honeyPot": 0,
"straightlining": 0,
"distinctSupplierCount": 0
}