We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f5eeadc + b20b19e commit 17d7f56Copy full SHA for 17d7f56
1 file changed
Doppler.ReportingApi/Infrastructure/SummaryRepository.cs
@@ -23,7 +23,7 @@ public async Task<CampaignsSummary> GetCampaignsSummaryByUserAsync(string userNa
23
var dummyDatabaseQuery = @"
24
SELECT
25
T.TotalSentEmails,
26
- T.DistinctOpenedMailCount,
+ T.DistinctOpenedMailCount as TotalOpenClicks,
27
ISNULL(( T.DistinctOpenedMailCount / NULLIF (T.SoftBouncedMailCount, 0 ) + NULLIF (T.UnopenedMailCount, 0 )), 0) ClickThroughRate
28
FROM (
29
0 commit comments