action clickmeter_retargeting_count { label: "Retrieve count of retargeting scripts" provider: clickmeter method: GET path: "/retargeting/count" encoding: json output: { type: "object" properties: { count: { type: "integer" format: "int64" } } } }