cancel
Showing results for 
Search instead for 
Did you mean: 
CommunityJedi22
Community Manager
Community Manager

Review Display and Collection Cookies

The following describes the cookies used by PowerReviews.

Social Measurement cookies (starts with "__pr.")

  • Duration: 30 days
  • ProvenanceFirst-party cookie
  • PurposeStatistics cookie

Description: Social measurement tracking beacons are part of PowerReviews' analytics and tracking capabilities. The social measurement cookie is set in a user's browser so that when dozens of beacons across multiple pages on a client's website are sent to our reporting applications, they all contain a unique and persistent ID tying them all to a single user. 

 

iOvation cookie (starts with "io_token_")

  • Duration: 1 year
  • ProvenanceThird-party cookie
  • PurposeStatistics cookie (fraud prevention, authenticity)

Description: Any time you render PowerReviews' Display or Collection components onto your page, we also load a third-party fraud prevention script from iOvation. As part of its fraud prevention efforts, the iOvation script places a cookie on the user's browser.

 

Rating Submission cookie (starts with "__pr.c.")

  • Duration: 30 days
  • Provenance: Third-party cookie
  • Purpose: Statistics cookie (fraud prevention, authenticity)

Description: When you submit a Rating for a product on PowerReviews' Collection components (writeservices.powerreviews.com), we place a cookie in the user's browser session to prevent intended or unintended resubmission. We also use this cookie to prevent spamming or DoS attacks by rate-limiting Rating submissions.

This cookie is only set when the Ratings-Only collection is enabled and cannot be disabled at this time. However, the user can disable cookies in their browser, and they will still be able to submit Ratings.

 

Disabling PowerReviews Cookies

You have two options to disable PowerReviews Cookies.

Option 1: Allow users to opt in

PowerReviews offers the ability to enable/disable cookies on a per-user basis. To learn more about that, click here.

 

Option 2: Disable for all customers

When implementing the PowerReviews Review Display and Write-a-Review components, you can disable all cookies by adding the following config variables to the 'POWERREVIEWS.display.render' function:

//Disable social measurement cookies
social_measurement_datam: DISABLED
//Disable iovation fraud detection cookies
enable_front_end_iovation_validation: false


Example:

<script src="https://ui.powerreviews.com/stable/4.1/ui.js"></script>
<script>
 window.pwr = window.pwr || function () {
  (pwr.q = pwr.q || []).push(arguments); 
 };
 pwr("render", {
   api_key: 'API_KEY',
   locale: 'LOCALE',
   merchant_group_id: 'MERCHANT_GROUP_ID',
   merchant_id: 'MERCHANT_ID',
   page_id: 'PAGE_ID',
   review_wrapper_url: 'WRAPPER_URL',
   sm_data: "DISABLED",
   enable_front_end_iovation_validation: false,
 components: {
 ReviewSnippet: 'pr-reviewsnippet',
 ReviewDisplay: 'pr-reviewdisplay'
 }
 });
<script>


Please ensure you add the two config variables to the 
Product Display Page and Write-a-Review Page.

Contact your Customer Success Manager to disable the cookies on your behalf, if desired. This option will turn off cookies entirely, and you will not be able to integrate it with your cookie consent form.

 

Note: If you disable the social measurement cookies, you will lose visibility into site behavior analytics.

  • Visitor interactions with reviews, media, and Q&A
  • Sales Influence & visitor conversion rate by feature
  • UGC Engagement, review display interactions (feature usage, ie, filter, sorting)


Note: If you disable the iOvation cookie, you will lose some fraud prevention capabilities.

  • Information about the computing device, such as OS and browser (no PII is exchanged or maintained)
  • PowerReviews will still monitor all content for duplicate entries, profanity, escalated word lists, and client-specific escalated word lists
  • All submitted content will go through our human moderation process, where moderators will flag any content suspected to be fraudulent.

 

SOCIAL_MEASUREMENT_DATA Options

The 'SOCIAL_MEASUREMENT_DATA' option allows tighter control of PowerReviews PDP Site Analytics. It controls:

  • User identifier Cookie
  • Interaction Beacons

Available Options

SOCIAL_MEASUREMENT_DATA Cookie User Interaction Events Feedless Product Data
ENABLED Yes Yes Yes
DISABLED No* No Yes
NO_COOKIES  No Yes** Yes

*Existing cookies are not deleted
**Anonymous user identifier is used

Evaluation

Web browser development tools are necessary to validate to inspect the cookies and network traffic. We recommend Private/Incognito mode to ensure a clean slate.

 

SOCIAL_MEASUREMENT_DATA=ENABLED

Cookie

CommunityJedi22_0-1759254823275.png

 

 

Beacon Events

Interaction beacons include the user identifier set in the cookie.

https://t.powerreviews.com/t/v1.gif?e=is&id=ex4c2bjvsm&t=kdac54yi&uid=p488sa52uz&mgid=49047&p=https%3A%2F%2Fwww.prdemostore.com%2Fproducts%2Fwomens-fleet-jacket&r=https%3A%2F%2Fwww.prdemostore.com%2F&l=en_US&pid=7751057291&mid=512774&v=4&et=image-snippet-visible

CommunityJedi22_1-1759254823337.png

 

 

SOCIAL_MEASUREMENT_DATA=DISABLED

Cookie

No cookies are set.

CommunityJedi22_2-1759254823228.png

 

 

Beacon Events

No beacon events are sent.

CommunityJedi22_3-1759254823345.png

 

 

SOCIAL_MEASUREMENT_DATA=NO_COOKIES

Cookie

No cookies are set.

CommunityJedi22_4-1759254823344.png

 

 

Beacon Events

Interaction beacons include the user identifier that is not set via a cookie (the UID set becomes no_cookie).

http://t-dev.powerreviews.com/t/v1.gif?e=rd&id=b6fwpptded&t=kdenhwr9&uid=no_cookie&mgid=49047&p=http%3A%2F%2Flocalhost%3A3333%2Fdisplay&r=http%3A%2F%2Flocalhost%3A3333%2F__%2F&l=en_US&pid=7751057291&mid=512774&social_measurement_data=NO_COOKIES&v=4

 

Version history
Revision #:
2 of 2
Last update:
‎12-09-2025 02:51 PM
Updated by: