@lcharlwood Distinct clicks on Campaign is based on source ids, not on
recipients.Lets say if you have two links in your delivery, and clicked
on both of them, you will see two distinct clicks.You can see the
formula provided in doc Indicator Calculation if you are looking at
@personclick(Distinct clicks on the population reached), the formula is
Countdistinct(Iif([url/@type]=1, @source-id, 0))Source id is unique to
each link, hence if you click on two different links in same email ,
your distin...