@adobe/spacecat-shared-data-access 2.23.0 → 2.23.2
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/CHANGELOG.md +14 -0
- package/package.json +1 -1
- package/src/models/site/config.js +19 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
# [@adobe/spacecat-shared-data-access-v2.23.2](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-data-access-v2.23.1...@adobe/spacecat-shared-data-access-v2.23.2) (2025-06-04)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* typo issue for elmo ([#788](https://github.com/adobe/spacecat-shared/issues/788)) ([ba56401](https://github.com/adobe/spacecat-shared/commit/ba5640131566d0980a9104114cbe57fcfc53c181))
|
|
7
|
+
|
|
8
|
+
# [@adobe/spacecat-shared-data-access-v2.23.1](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-data-access-v2.23.0...@adobe/spacecat-shared-data-access-v2.23.1) (2025-06-04)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* new organic keyword imports configs ([#787](https://github.com/adobe/spacecat-shared/issues/787)) ([b2e70fc](https://github.com/adobe/spacecat-shared/commit/b2e70fc77f4695e7aaf4cb8e578410b459226e82))
|
|
14
|
+
|
|
1
15
|
# [@adobe/spacecat-shared-data-access-v2.23.0](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-data-access-v2.22.2...@adobe/spacecat-shared-data-access-v2.23.0) (2025-06-04)
|
|
2
16
|
|
|
3
17
|
|
package/package.json
CHANGED
|
@@ -17,7 +17,7 @@ export const IMPORT_TYPES = {
|
|
|
17
17
|
ORGANIC_KEYWORDS_NONBRANDED: 'organic-keywords-nonbranded',
|
|
18
18
|
ORGANIC_KEYWORDS_AI_OVERVIEW: 'organic-keywords-ai-overview',
|
|
19
19
|
ORGANIC_KEYWORDS_FEATURE_SNIPPETS: 'organic-keywords-feature-snippets',
|
|
20
|
-
ORGANIC_KEYWORDS_QUESTIONS: 'organic-
|
|
20
|
+
ORGANIC_KEYWORDS_QUESTIONS: 'organic-keywords-questions',
|
|
21
21
|
ORGANIC_TRAFFIC: 'organic-traffic',
|
|
22
22
|
TOP_PAGES: 'top-pages',
|
|
23
23
|
ALL_TRAFFIC: 'all-traffic',
|
|
@@ -119,6 +119,24 @@ export const DEFAULT_IMPORT_CONFIGS = {
|
|
|
119
119
|
sources: ['ahrefs'],
|
|
120
120
|
enabled: true,
|
|
121
121
|
},
|
|
122
|
+
'organic-keywords-ai-overview': {
|
|
123
|
+
type: 'organic-keywords-ai-overview',
|
|
124
|
+
destinations: ['default'],
|
|
125
|
+
sources: ['ahrefs'],
|
|
126
|
+
enabled: true,
|
|
127
|
+
},
|
|
128
|
+
'organic-keywords-feature-snippets': {
|
|
129
|
+
type: 'organic-keywords-feature-snippets',
|
|
130
|
+
destinations: ['default'],
|
|
131
|
+
sources: ['ahrefs'],
|
|
132
|
+
enabled: true,
|
|
133
|
+
},
|
|
134
|
+
'organic-keywords-questions': {
|
|
135
|
+
type: 'organic-keywords-questions',
|
|
136
|
+
destinations: ['default'],
|
|
137
|
+
sources: ['ahrefs'],
|
|
138
|
+
enabled: true,
|
|
139
|
+
},
|
|
122
140
|
'organic-traffic': {
|
|
123
141
|
type: 'organic-traffic',
|
|
124
142
|
destinations: ['default'],
|