Package Information
Available Nodes
Documentation
n8n-nodes-adobeanalytics
This is an n8n community node. It lets you interact with Adobe Analytics in your n8n workflows.
Adobe Analytics specializes in digital intelligence, offering advanced solutions for data collection, customer journey analysis, and predictive insights to optimize marketing performance and drive business growth
n8n is a fair-code licensed workflow automation platform.
Installation
Credentials
Operations
Using as a Tool
Compatibility
Resources
Installation
Follow the installation guide in the n8n community nodes documentation.
Alternatively, you can manually install it:
git clone https://github.com/elevate-agency-data/n8n-nodes-adobeanalytics.git
cd n8n-nodes-adobeanalytics
npm install
Then, place the node file in the ~/.n8n/custom-nodes
directory (or follow instructions specific to your n8n installation).
Credentials
To use this node, you need an Adobe Analytics API key with access to Adobe Analytics.
Operations
This node supports the following operations within Adobe Analytics:
- Annotation
- Creates new annotation
- Deletes an annotation
- Gets an annotation
- Lists all anotations
- Updates an annotation
- Calculated Metric
- Creates a new calculated metric
- Deletes a calculated metric
- Gets a calculated metric
- Gets a calculated metric function
- Lists all calculated metric functions
- Lists all calculated metrics
- Updates a calculated metric
- Validates a calculated metric definition
- Component Meta Data
- Adds tags on component
- Deletes a shared component
- Deletes all tags
- Deletes one tag
- Gets a shared component
- Gets a tag
- Lists all shared components by the user
- Lists all shared components to the user
- Lists all tags
- Lists tag names
- Saves the given tag(s)
- Searches a tag for a given component
- Searches for shares for several components
- Searches for tags for serveral components
- Shares a component with multiple users
- Shares a component with one user
- Date Range
- Creates a date range
- Deletes a date range
- Gets a date range
- Lists all date ranges
- Updates a date range
- Dimension
- Gets a dimension
- Lists all dimensions
- Metric
- Gets a metric
- Lists all metrics
- Project
- Creates a project
- Deletes a project
- Gets a project
- Lists all projects
- Updates a project
- Validates a project definition
- Report
- Gets a top items report
- Runs a realtime report
- Runs a report
- Segment
- Creates a segment
- Deletes a segment
- Gets a segment
- Lists all segments
- Updates a segment
- Validates a segment
- Usage Log
- Lists all usage and access logs
- User
- Gets the current user
- Lists all users
Retrieve information from the Adobe Analytics API.
Using as a Tool
This node can be used as a tool in n8n AI Agents. To enable community nodes as tools, you need to set the N8N_COMMUNITY_PACKAGES_ALLOW_TOOL_USAGE
environment variable to true
.
Setting the Environment Variable
If you're using a bash/zsh shell:
export N8N_COMMUNITY_PACKAGES_ALLOW_TOOL_USAGE=true
n8n start
If you're using Docker:
Add to your docker-compose.yml file:
environment:
- N8N_COMMUNITY_PACKAGES_ALLOW_TOOL_USAGE=true
If you're using the desktop app:
Create a .env
file in the n8n directory:
N8N_COMMUNITY_PACKAGES_ALLOW_TOOL_USAGE=true
If you want to set it permanently on Mac/Linux:
Add to your ~/.zshrc
or ~/.bash_profile
:
export N8N_COMMUNITY_PACKAGES_ALLOW_TOOL_USAGE=true
Compatibility
- Tested with: 1.84.1 (Success)