matomo_get_goals
Retrieve the list of goals associated with a specific site in Matomo Analytics. Input the site ID to fetch detailed goal information for tracking and reporting purposes.
Instructions
Lấy danh sách goals của một site
Input Schema
Name | Required | Description | Default |
---|---|---|---|
siteId | Yes | ID của site |
Input Schema (JSON Schema)
{
"properties": {
"siteId": {
"description": "ID của site",
"type": "number"
}
},
"required": [
"siteId"
],
"type": "object"
}