iOvation
At PowerReviews, we take authenticity of content seriously. That’s why we partner with iOvation to help fingerprint devices that submit content into our system and screen that content for fraud.
iOvation provides scripts that load client-side in browsers that assign unique identifiers to that device. During content submission into PowerReviews, those unique identifiers live along side the content itself and help our content operations and moderation team rejection improper content.
iOvation device fingerprint information is a required field for review submission using the PowerReviews API. Below are instructions on how to integrate the technology into your experience.
Steps Required
- Place the iOvation script-tag on Write-a-Revieiw submission pages or screens in the <head> tag.
//Test Account
<script language="javascript" type="text/javascript" src="https://ci-mpsnare.iovation.com/snare.js"></script>
//Production
<script language="javascript" type="text/javascript" src="https://mpsnare.iesnare.com/snare.js"></script>
- Find the "BlackBox" value returned from the script.
This should be returned from the function ioGetBlackbox().blackbox once the page has loaded. - Sumbit that value with the review content.
During Write-a-Review Step 2, payload the value as a string with your content submission via JSON <POST>. Partial payload example below, full payload example in the PowerReiews API developer documentation:
{
"started_datetime": "2014-10-09T21:26:43.0912",
"created_datetime": "2014-10-09T21:29:16.5512",
"ip_address": "10.0.1.250",
"iovation_black_box":
"0400bpNfiPCR/AUNf94lis1ztk9J8INbyo/QdIV2mrUCA1dJSQERe+jf7pGA3PUlYlnRoOJET2xKld4OWJ
JIbG97TrpWDhwwIJTZSdu3DZ2D0kFMgGebJUzGieKM40UsrTpC+QWbt9R3+A5Ddd59r5gHspEIHZVXg4ncg
nvycJjGJh0KOVTTL2g13+xNT3+OiL17WHRMjDmpBc6ayypN7tbNCDrs8OZl2fAC1xm5qResgqVI185O+yC2
fwtYbm6KIEJqtQzpGfcm0cR8X2Fd1ngNFGLDGZlWOX0jsurYdgKY5jwgBQZ0HZGcW0zI+mPNi65X2gSLaW+
vZV/T7W+bd9sPioW1bc/mLBdtURser0kxy10tuQIu5nIT0BIDssSXPtLKUwERMw9VKUV4RKabROiS0PPfBp
8j9ZgcSxMKzZMpFJQHzrT9i0BebPLjEILWwYtIV8tOXhAh5m78sOT2ru9tidsYvFrZf8bz8bOpu2Rj3OXsK
nCd2fheZIqJFSZy9YYYS17NbB2ss6wqjGTS0FvVBXyqNQ6gI9qR71Emyfi7c90VNtzoQIZYIq7pDPIvp4HQ
jhMwYiGuMXTU9ek3jOXYhB3+1lLYqHZELvFG5uklZsg5GN3bSJpcp0ntMwDARHuVzdfxLylYBibsEVBWO8X
QIqpa9NvP9z6vYlGp56AJiB2Jl+TicryDtkBHbtl2L6+OFWpQwTscdvaIrukwLD3N1EXBk0PdXBc27oc5h1
YbsSjz0paGQAofAE8xAXTS4l7DQtPYEf0PHxnrIWh2D/DqupPnFVyYldsigJnjRx+vsOrkyqYCUX4pzXbII
ki2lpkhfAyL9rI98yQA+JLsCpTYa58wiUMxc7jZ48jeQj3Ix6htvK8+Q84RxH3hZIHQ30nGjhyviOfHUxjW
mHLGv1ewSvG9sCA483esFxa8Swx13b4BL9vvfYEpLD+qIJb/Zu/EUIFh3MRM+Fp7ufgHQQBOqI7DvmLPNZB
JWTtryCTznUzlswWhhSBA6yXX2VCcAnCPQjsQWBRA7/1FQnLgM2I5gbvUhdVwsH7UphC7KBh80fezN/BWry
0WWAMlJWuUwCqg4KvBkbVaYehGS0/U2klEm3uhnX7dRdMClU99UoH2xkkyRMY4Mkc5yTSzvqM7eLpCWTylr
8AtntC9ubeZo8u7UkTUUAY0QfHy8Jo2ikrSeRy52IjTiiwphxjT5vZZLU66lU99UoH2xkkyRMY4Mkc5yTSz
vqM7eLpCWTylr8AtntC9ubeZo8u7UkTUUAY0QfHy8Jo2ikrSeRyDbThMTO3klNW5kunuRd7qbMrQZshJIAi
CXkSIeIg1ktldl5VluJ1/Kuhqf0ilxKHS1ssnia6LzQ==",
"merchant_user_email": "manoj@powerreviews.com",
"merchant_user_id": "657439",
}