RatingBlock

A one-to-five satisfaction question, each step a tracked link.

Not at allAbsolutely
{
	id: "rating",
	type: "rating",
	question: [{ text: "How was your latest project?" }],
	style: "filled",
	lowLabel: "Not great",
	highLabel: "Excellent",
	href: "https://acme.dev/reviews",
}

Each star links to href with ?rating=N appended, so the five steps are five separately countable links and the distribution falls out of the click stats.