Change to unique clicks and opens, clarify unsubs
Show 0 instead of n/a for stats that don't yet have any count
Before: Bounces, Open and Unsubs show n/a if there are 0.
After: All stats show 0 if api returns null.
Add intended recipients to API and A/B mailing report page
Remove in_distinct parameter from Bounce and Delivered in API and BAO
First commit removes is_distinct code from getTotalCount() for Bounces and Delivered in BAO, so we no longer need the is_distinct parameter for these functions, as it doesn't do anything. Changed API to match. These functions do not appear to be used elsewhere.
Fix comments for removed param for getTotalCount
Removing is_distrinct from getTotalCount
Forgot this!
Update mailing stats test
Update label for Tracked opens to Unique Opens, Click-throughs to Unique Clicks
Thanks @sluc23 for pointing this out