Retrieves engagement trend data for a user account over a specified time period. This tool provides historical engagement metrics that show how account performance has changed over time, allowing you to analyze growth patterns and content effectiveness.
Name | Type | Required | Description |
---|---|---|---|
user_account_id | string | Yes | The ID of the user account to get engagement trends for |
period | string | No | Time period for engagement trends (week, month, year) |
period
parameter determines the time range for which trend data is returned:
week
: Last 7 daysmonth
: Last 30 daysyear
: Last 365 daysperiod
is not specified, it defaults to month
.trend
values represent percentage change compared to the previous equivalent time period.data
arrays contain daily data points for the specified period.