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 false for the isDuplicate property.
- Return
"No Data"for survey history metrics (e.g.,manualISQRate) andlastSurveyTaken. - Return
0for quality checks (e.g.,brandFamiliarity) - Return
NONEfor the persona attribute. See Personas.
Response Example​
{
"requestId": "Wrapper Tampering",
"participantId": "Wrapper Tampering",
"dataTrustScore": 0,
"persona": "NONE",
"deviceScore": 0,
"country": "Wrapper Tampering",
"subdivision": "Wrapper Tampering",
"lastSurveyTaken": "No data",
"isDuplicate": false,
"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,
"suppliers": []
}