Get Website Analytics and Store in Airtable
detail.loadingPreview
Fetch website analytics from Google Analytics and store them in an Airtable base.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow automates the process of retrieving website traffic data from Google Analytics and populating it into a specified Airtable base. It's designed for users who want to centralize their website performance metrics.
Key Features
- Connects to Google Analytics API to fetch data.
- Allows customization of metrics and dimensions (e.g., sessions, country).
- Sets specific values for 'Metric' and 'Country' based on analytics results.
- Appends data to an Airtable table.
- Includes error handling for robust execution.
How To Use
- Import the workflow into your n8n instance.
- Configure the Google Analytics node with your Google Analytics Account, Property, and View ID, and set the desired date range, metrics (like 'Sessions'), and dimensions (like 'Country'). Ensure the 'analytics-dev' Google Analytics credential is set up.
- Configure the Airtable node by selecting your Airtable API credential (e.g., 'Airtable Credentials n8n') and specifying the target 'Table 1' where the data should be stored.
- Manually execute the workflow by clicking the 'Execute' button on the Manual Trigger node.
Apps Used
Workflow JSON
{
"id": "6ac6abe1-08dc-41c5-a130-00b8d3d44f5b",
"name": "Get Website Analytics and Store in Airtable",
"nodes": 0,
"category": "Community Contributed",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: 6ac6abe1-08dc...
About the Author
Free n8n Workflows Official
System Admin
The official repository for verified enterprise-grade workflows.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
Community Contributed: New Tweets to Airtable
Automatically fetches new tweets and appends them to an Airtable base, while identifying and excluding duplicates.
Zendesk Unassigned Tickets to Slack Notification
Fetches unassigned Zendesk tickets and sends a summarized list to a Slack channel.
Community Contributed Airtable Operations
This workflow demonstrates common Airtable operations like inserting, listing, and updating records.
Create User Profile in Vero
Automates the creation of user profiles within the Vero platform.
Community Contributed News Extraction (Unverified)
Extracts news posts from a website without an RSS feed, filters them by date, summarizes their content, and extracts relevant keywords.
Community Contributed Template Converter (Unverified)
Converts various file formats to PDF using an external API.