The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"id": "205",
"name": "Get analytics of a website and store it Airtable",
"nodes": [
{
"name": "On clicking 'execute'",
"type": "n8n-nodes-base.manualTrigger",
"position": [
270,
300
],
"parameters": {},
"typeVersion": 1
},
{
"name": "Google Analytics",
"type": "n8n-nodes-base.googleAnalytics",
"position": [
470,
300
],
"parameters": {
"viewId": "",
"additionalFields": {
"metricsUi": {
"metricValues": [
{
"alias": "Sessions",
"expression": "ga:sessions"
}
]
},
"dimensionUi": {
"dimensionValues": [
{
"name": "ga:country"
}
]
},
"dateRangesUi": {
"dateRanges": {
"endDate": "2020-08-30T18:30:00.000Z",
"startDate": "2019-12-31T18:30:00.000Z"
}
}
}
},
"credentials": {
"googleAnalyticsOAuth2": "<your credential>"
},
"typeVersion": 1
},
{
"name": "Set",
"type": "n8n-nodes-base.set",
"position": [
670,
300
],
"parameters": {
"values": {
"number": [
{
"name": "Metric",
"value": "={{$json[\"total\"]}}"
}
],
"string": [
{
"name": "Country",
"value": "={{$json[\"ga:country\"]}}"
}
]
},
"options": {},
"keepOnlySet": true
},
"typeVersion": 1
},
{
"name": "Airtable",
"type": "n8n-nodes-base.airtable",
"position": [
870,
300
],
"parameters": {
"table": "Table 1",
"options": {},
"operation": "append",
"application": ""
},
"credentials": {
"airtableApi": "<your credential>"
},
"typeVersion": 1
}
],
"active": false,
"settings": {},
"connections": {
"Set": {
"main": [
[
{
"node": "Airtable",
"type": "main",
"index": 0
}
]
]
},
"Google Analytics": {
"main": [
[
{
"node": "Set",
"type": "main",
"index": 0
}
]
]
},
"On clicking 'execute'": {
"main": [
[
{
"node": "Google Analytics",
"type": "main",
"index": 0
}
]
]
}
}
}
Credentials you'll need
Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.
airtableApigoogleAnalyticsOAuth2
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Get analytics of a website and store it Airtable. Uses manualTrigger, googleAnalytics, airtable. Event-driven trigger; 4 nodes.
Source: https://github.com/Zie619/n8n-workflows — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
Maximize your conversion rates with this end-to-end automated outreach and lead nurturing system. This workflow manages the entire sales lifecycle—from instant contact enrollment via WhatsApp to AI-pe
Stop manually searching Google for sales leads. Start listening to the internet.
Automate Google Analytics Reporting - AlexK1919. Uses manualTrigger, stickyNote, googleAnalytics, gmail. Event-driven trigger; 23 nodes.
This n8n workflow collects, processes, and formats Google Analytics data into a comprehensive HTML report. The report is segmented into three primary categories: Engagement Stats, Search Results, and
Automate your lead generation by scraping targeted prospects from Apollo.io, enriching with contact details, and seamlessly syncing to Airtable for organized outreach—all without manual data entry.