Custom n8n.io-node allowing users to fetch campaign statistics and segment data from CrossEngage
Compile this node using n8n-node-dev build
as described under https://docs.n8n.io/nodes/creating-nodes/create-node.html
This is the recommended operation unless you really need a more granular resolution. It is pretty fast as the required statistical data can be obtained through a single endpoint.
This operation is considerably slower than the campaign level statistics as the data is obtained through two separate requests for every single campaign individually.
Like message level statistics, this operation is considerably slower than the campaign level statistics as the data is obtained through two separate requests for every single campaign individually. It also comes with a restriction that might not be entirely obvious: Where multiple A/B tests run for the same campaign only the results of the latest test can be obtained.
Fetches segment names based on segment IDs provided as the input. Can be used after fetching statistics to enrich the data with segment names (but works just as well independently from the statistics).
This code is neither approved nor supported by CrossEngage.