With Supermetrics, you can use data from 50+ sources like Facebook Ads or Google Analytics right inside your workflows (source list to be expanded to 200+ soon).
- List Data Sources - Lists the sources available via Supermetrics. For example, LinkedIn Ads and YouTube are data sources.
- List Fields - Lists the fields available for a data source. For example, some of the fields available for LinkedIn Ads are Campaign Name and Cost.
- List Accounts - Lists the accounts you have access to within a data source. Eg. for LinkedIn Ads, this lists your advertising accounts.
- Get Data - Runs a query for getting data fron the selected source, using your selection of accounts and fields, and possible other parameters such as the date range.
- A valid Supermetrics API license and API key.
- https://supermetrics.com/products/api https://supermetrics.com/docs/product-api-authentication
We are waiting for n8n to verify our node. Before then, it cannot be installed to the cloud version of n8n.
If you run n8n yourself (local, desktop, server, or Docker) you can install the Supermetrics node in the UI:
-
Open n8n → Settings → Community Nodes → Install.
-
Enter the npm package name: "n8n-nodes-supermetrics" (Optionally pin a version, e.g. @1.2.3.)
-
Confirm the risks prompt and click Install.
-
Restart n8n if prompted.
Note that installing from npm via the GUI is only available to self-hosted instance owners/admins.
Use this when the GUI isn’t available (e.g. queue mode) or for private/automated setups:
Enter the container shell (replace n8n with your container name):
docker exec -it n8n shCreate the nodes folder (if needed) and go there:
mkdir -p ~/.n8n/nodes
cd ~/.n8n/nodesInstall the package from npm:
npm i n8n-nodes-supermetricsRestart n8n so it loads the new node.