Skip to content

Automate Ratings and Reviews Seller Analysis

Updated: Mar 22, 2023

This document is intended for partners who wish to automate the analysis of the seller lists sent to Meta.

Store List

ElementDescription
stores Type: Array<store>Required A list of store objects.

Store

ElementDescription
storeDomain Type: stringRequired Store's website Example: [https://www.facebook.com, www.facebook.com or facebook.com].
storeName Type: stringRequired Store name or company name
storeID Type: stringRequired Store ID
isInEligiblePlan Type: booleanOptional Whether or not the seller is part of an eligible plan or tier that includes Meta syndication.

Sample Data

{
  "stores": [
    {
      "storeDomain": "facebook.com",
      "storeName": "facebook",
      "storeID": "VCXI2623D",
      "isInEligiblePlan": true
    },
    {
      "storeDomain": "instagram.com",
      "storeName": "instagram",
      "storeID": "SK32S4OW2",
      "isInEligiblePlan": false
    }
  ]
}

Return Data

ElementDescription
isStoreMatched Type: booleanRequired If store is Matched on Meta side
isStoreEligible Type: booleanRequired If store is Meta eligible seller
optInStatus Type: booleanRequired If store has opted in to data sharing from Meta surface
{
  "stores": [
    {
      "storeDomain": "facebook.com",
      "storeName": "facebook",
      "storeID": "VCXI2623D",
      "isInEligiblePlan": true,
      "isStoreMatched": true,
      "isStoreEligible": true,
      "optInStatus": true
    },
    {
      "storeDomain": "instagram.com",
      "storeName": "instagram",
      "storeID": "SK32S4OW2",
      "isInEligiblePlan": false,
      "isStoreMatched": false,
      "isStoreEligible": false,
      "optInStatus": false
    }
  ]
}

Integration Configuration

Integration will happen using the same file transfer process that currently handles Ratings & Reviews feed transfer. Please create a directory adjacent to your Ratings & Review feed directory.

ConfigDescription
DirectoryRequired New directory where Seller List lives. Report will be shared in the same directory
File NameRequired Name of Seller List JSON file

See Also

Unofficial mirror for reference/search purposes. All content originates from developers.facebook.com — see the source link at the top of each page. Machine-readable indexes: llms.txt · llms-full.txt · About