analyze_post_performance
Analyze individual social media post performance to identify which content resonates best with your audience and compare results to account averages.
Instructions
Analyze individual post performance with insights on what content performs best.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
compareToAverage | No | Compare to account average (default: true) | |
postId | Yes | Facebook or Instagram post ID |
Input Schema (JSON Schema)
{
"properties": {
"compareToAverage": {
"description": "Compare to account average (default: true)",
"type": "boolean"
},
"postId": {
"description": "Facebook or Instagram post ID",
"type": "string"
}
},
"required": [
"postId"
],
"type": "object"
}