Skip to content
This repository has been archived by the owner on Jan 18, 2021. It is now read-only.

Custom n8n.io-node allowing users to fetch statistics from CrossEngage

License

Notifications You must be signed in to change notification settings

that-one-tom/n8n-crossengage-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

n8n-crossengage-node

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

Functionality

Campaign Level Statistics

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.

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.

A/B Variation Statistics

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.

Segment Details

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).

Disclaimer

This code is neither approved nor supported by CrossEngage.

About

Custom n8n.io-node allowing users to fetch statistics from CrossEngage

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published