View the original community article here
Last tested: Jun 12, 2019
One potential reason for this could be if we're trying to use both a link AND html parameter. For example the following won't work:
measure: broken_link {
type: count
html: <insert some cool html formatting here>
link: {
label: "It's broken"
url: "tryingtolinkout_butitsbroken.com"
}
}
This content is subject to limited support.