trackVirality
Analyze and monitor viral trends and engagement speed for specific tweets using detailed spread patterns over a customizable tracking period.
Instructions
Track viral spread patterns and engagement velocity
Input Schema
Name | Required | Description | Default |
---|---|---|---|
analyzeSpread | No | Include detailed spread analysis (default: true) | |
trackingPeriod | No | Period to track (default: "24h") | |
tweetId | Yes | Tweet ID to track virality for |
Input Schema (JSON Schema)
{
"properties": {
"analyzeSpread": {
"description": "Include detailed spread analysis (default: true)",
"type": "boolean"
},
"trackingPeriod": {
"description": "Period to track (default: \"24h\")",
"type": "string"
},
"tweetId": {
"description": "Tweet ID to track virality for",
"type": "string"
}
},
"required": [
"tweetId"
],
"type": "object"
}