n8n-nodes-google-ad-scraper 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "n8n-nodes-google-ad-scraper",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "n8n community node that integrates the Apify Google Ads Scraper Actor to extract advertising data from Google's Ads Transparency Center, including text, image, and video advertisements with details such as headlines, descriptions, geographic targeting, and impression metrics",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"n8n-community-node-package",
|
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
],
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"author": {
|
|
12
|
-
"name": "
|
|
13
|
-
"email": "
|
|
12
|
+
"name": "Lexis Solutions",
|
|
13
|
+
"email": "scraping@lexis.solutions"
|
|
14
14
|
},
|
|
15
15
|
"engines": {
|
|
16
16
|
"node": ">=18.10"
|