This reference covers the Suggested Edits metrics and dimensions available in Report Builder and the Analytics API.
Suggested Edits Metrics
Suggestions Count
Description: Count of all suggestions.
Request ID: SUGGESTION_COUNT
Response ID: SUGGESTION_COUNT
Data Type: Integer
Example Response Value: 0
Example Response: {"SUGGESTION_COUNT": 56, "DAYS": "2026-03-08"}
Compatible Dimensions:
- Time:
DAY_OF_WEEK,DAYS,MONTHS,QUARTERS,WEEKS - Entities:
ENTITY_IDS,ENTITY_TYPES - Listings:
SITES - Suggested Edits:
SUGGESTION_ASSIGNEE_EMAIL,SUGGESTION_ASSIGNEE_NAME,SUGGESTION_ASSIGNEE_TYPE,SUGGESTION_SOURCE,SUGGESTION_STATUS,SUGGESTION_TYPE
Suggested Edits Dimensions
Assignee Email
Description: The email of a suggestion's assignee.
Request ID: SUGGESTION_ASSIGNEE_EMAIL
Response ID: SUGGESTION_ASSIGNEE_EMAIL
Data Type: String
Example Response Value: example@yext.com
Example Response: {"Suggestion Count": 6, "SUGGESTION_ASSIGNEE_EMAIL": "example@yext.com"}
Compatible Metrics: SUGGESTION_COUNT
Assignee Name
Description: The name of a suggestion's assignee.
Request ID: SUGGESTION_ASSIGNEE_NAME
Response ID: SUGGESTION_ASSIGNEE_NAME
Data Type: String
Example Response Value: Marty Morris
Example Response: {"Suggestion Count": 6, "SUGGESTION_ASSIGNEE_NAME": "Marty Morris"}
Compatible Metrics: SUGGESTION_COUNT
Assignee Type
Description: The type of a suggestion's assignee.
Request ID: SUGGESTION_ASSIGNEE_TYPE
Response ID: SUGGESTION_ASSIGNEE_TYPE
Data Type: String
Example Response Value: User
Example Response: {"Suggestion Count": 6, "SUGGESTION_ASSIGNEE_TYPE": "User"}
Compatible Metrics: SUGGESTION_COUNT
Suggestion Source
Description: Identifies where suggestions were made from.
Request ID: SUGGESTION_SOURCE
Response ID: SUGGESTION_SOURCE
Data Type: enum: ["App", "Publisher", "User", "Yext"]
Example Response Value: App
Example Response: {"Suggestion Count": 6, "SUGGESTION_SOURCE": "App"}
Compatible Metrics: SUGGESTION_COUNT
Suggestion Status
Description: The current status of a suggestion.
Request ID: SUGGESTION_STATUS
Response ID: SUGGESTION_STATUS
Data Type: enum: ["Approved", "Canceled", "Rejected", "Requested"]
Example Response Value: Approved
Example Response: {"Suggestion Count": 6, "SUGGESTION_STATUS": "Approved"}
Compatible Metrics: SUGGESTION_COUNT
Suggestion Type
Description: Identifies what type of content received a suggestion.
Request ID: SUGGESTION_TYPE
Response ID: SUGGESTION_TYPE
Data Type: String
Example Response Value: Entity
Example Response: {"Suggestion Count": 6, "SUGGESTION_TYPE": "Entity"}
Compatible Metrics: SUGGESTION_COUNT