Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New multi-campaign reports #1327

Open
wants to merge 3 commits into
base: v2
Choose a base branch
from

Conversation

tstrg
Copy link
Contributor

@tstrg tstrg commented Jan 4, 2023

New multi-campaign reports with documentation described in the Readme file

- Get quick statistics for multiple campaings
getMultiCampaignQuickStatistics(campaign)

- Get detailed statistics based on delivered campaigns messages
getMultiCampaignMessagesStatistics(campaign, startBeforeDays, endBeforeDays, groupByCampaingIds = true, debug = false)
@saschafoerster
Copy link
Contributor

@tstrg It's not really related, sorry, but you seem like to have understood the reporting tool. Would you maybe be able to help repairing the reports back to work?
getCampaignClickStatistics
getCampaignLinkClickStatistics
I would like to send an RSVP email and find out who clicked on the "accept" link (to then get a ticket) and wo clicked on the "deny"-link.

When I am using them like this:

const results = await campaigns.getCampaignClickStatistics(inputs.campaign, ["*"]);
//or this 
const results = await campaigns.getCampaignLinkClickStatistics(inputs.campaign, ["*"]);

I get this error:

ReferenceError: asStream is not defined
    at _getCampaignLinkClickStatistics (/app/server/models/reports.js:468:9)
    at Object.getCampaignLinkClickStatistics (/app/server/models/reports.js:497:18)
    at evalmachine.<anonymous>:13:33
    at evalmachine.<anonymous>:36:3
    at Script.runInContext (vm.js:133:20)
    at Script.runInNewContext (vm.js:139:17)
    at main (/app/server/services/workers/reports/report-processor.js:93:16)

I tried to edit /app/server/models/reports.js and I changed:
async function _getCampaignLinkClickStatistics(campaign, select, unionQryFn, listQryFn)
to
async function _getCampaignLinkClickStatistics(campaign, select, unionQryFn, listQryFn, asStream)
but that didn't help. :) Maybe you know better?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants