@tolinax/ayoune-interfaces 2025.15.1 → 2025.16.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/interfaces/IAdvertiserWeeklyDomainKPI.d.ts +1 -0
- package/interfaces/IAdvertiserWeeklyDomainKPIByIndustry.d.ts +1 -0
- package/interfaces/IaYOUneKeyword.d.ts +2 -0
- package/package.json +106 -106
- package/interfaces/CostBucketResult.d.ts +0 -40
- package/interfaces/CostBucketResult.js +0 -2
- package/interfaces/IAdvertiserDomainKPI.d.ts +0 -9
- package/interfaces/IAdvertiserDomainKPI.js +0 -2
- package/interfaces/IGeoIPLocation.d.ts +0 -17
- package/interfaces/IGeoIPLocation.js +0 -2
- package/interfaces/IGoogleAdsAccount.d.ts +0 -19
- package/interfaces/IGoogleAdsAccount.js +0 -2
- package/interfaces/IIABCategoryMappings.d.ts +0 -11
- package/interfaces/IIABCategoryMappings.js +0 -2
- package/interfaces/IIndustryBudget.d.ts +0 -22
- package/interfaces/IIndustryBudget.js +0 -2
- package/interfaces/IIndustryKPIs.d.ts +0 -20
- package/interfaces/IIndustryKPIs.js +0 -2
- package/interfaces/IModel.d.ts +0 -3
- package/interfaces/IModel.js +0 -2
- package/interfaces/IStreamPart.d.ts +0 -0
- package/interfaces/IStreamPart.js +0 -1
- package/interfaces/IValues.d.ts +0 -3
- package/interfaces/IValues.js +0 -2
- package/interfaces/IaYOUneAdvertisementLocation.d.ts +0 -12
- package/interfaces/IaYOUneAdvertisementLocation.js +0 -2
- package/interfaces/IaYOUneDomainMeta.d.ts +0 -6
- package/interfaces/IaYOUneDomainMeta.js +0 -2
- package/interfaces/IaYOUneKeywordKPIs.d.ts +0 -162
- package/interfaces/IaYOUneKeywordKPIs.js +0 -13
- package/interfaces/IaYOUneSocialAccounts.d.ts +0 -19
- package/interfaces/IaYOUneSocialAccounts.js +0 -2
- package/interfaces//303/216CostBucketResult.d.ts +0 -40
- package/interfaces//303/216CostBucketResult.js +0 -2
|
@@ -90,6 +90,8 @@ export interface IaYOUneKeyword extends IDefaultFields {
|
|
|
90
90
|
lab?: boolean;
|
|
91
91
|
environment?: Environment;
|
|
92
92
|
keyword: string;
|
|
93
|
+
keywordLength?: number;
|
|
94
|
+
keywordType?: "longtail" | "shorttail";
|
|
93
95
|
niceName?: string;
|
|
94
96
|
locale: string;
|
|
95
97
|
last_checks?: LastChecks;
|
package/package.json
CHANGED
|
@@ -1,106 +1,106 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@tolinax/ayoune-interfaces",
|
|
3
|
-
"version": "2025.
|
|
4
|
-
"description": "Houses TypeScript interfaces for aYOUne",
|
|
5
|
-
"main": "dist/index.js",
|
|
6
|
-
"types": "dist/index.d.ts",
|
|
7
|
-
"scripts": {
|
|
8
|
-
"build": "npx tsc",
|
|
9
|
-
"copy-package": "cpx package.json dist",
|
|
10
|
-
"prerelease": "npm run build",
|
|
11
|
-
"release": "release-it --ci",
|
|
12
|
-
"postrelease": "npm run release-package",
|
|
13
|
-
"prerelease-package": "npm run copy-package",
|
|
14
|
-
"release-package": "cd dist && npm publish",
|
|
15
|
-
"test": "echo \"Error: no test specified\" && exit 1"
|
|
16
|
-
},
|
|
17
|
-
"repository": {
|
|
18
|
-
"type": "git",
|
|
19
|
-
"url": "git+https://github.com/tolinax/ayoune-interfaces.git"
|
|
20
|
-
},
|
|
21
|
-
"keywords": [
|
|
22
|
-
"typescript",
|
|
23
|
-
"interfaces"
|
|
24
|
-
],
|
|
25
|
-
"author": "tolinax",
|
|
26
|
-
"license": "MIT",
|
|
27
|
-
"bugs": {
|
|
28
|
-
"url": "https://github.com/tolinax/ayoune-interfaces/issues"
|
|
29
|
-
},
|
|
30
|
-
"homepage": "https://github.com/tolinax/ayoune-interfaces#readme",
|
|
31
|
-
"release-it": {
|
|
32
|
-
"git": {
|
|
33
|
-
"changelog": "git log --pretty=format:\"* %s (%h)\" ${from}...${to}",
|
|
34
|
-
"requireCleanWorkingDir": false,
|
|
35
|
-
"addUntrackedFiles": true,
|
|
36
|
-
"commit": true,
|
|
37
|
-
"push": true,
|
|
38
|
-
"commitMessage": "ci(chore): release v${version}\n\n${changelog}",
|
|
39
|
-
"tag": true
|
|
40
|
-
},
|
|
41
|
-
"npm": {
|
|
42
|
-
"publish": false
|
|
43
|
-
},
|
|
44
|
-
"plugins": {
|
|
45
|
-
"@release-it/conventional-changelog": {
|
|
46
|
-
"preset": {
|
|
47
|
-
"name": "conventionalcommits",
|
|
48
|
-
"header": "# Changelog",
|
|
49
|
-
"types": [
|
|
50
|
-
{
|
|
51
|
-
"type": "feat",
|
|
52
|
-
"section": "Features"
|
|
53
|
-
},
|
|
54
|
-
{
|
|
55
|
-
"type": "fix",
|
|
56
|
-
"section": "Bug Fixes"
|
|
57
|
-
},
|
|
58
|
-
{
|
|
59
|
-
"type": "chore",
|
|
60
|
-
"section": "Chores"
|
|
61
|
-
},
|
|
62
|
-
{
|
|
63
|
-
"type": "docs",
|
|
64
|
-
"section": "Docs"
|
|
65
|
-
},
|
|
66
|
-
{
|
|
67
|
-
"type": "style",
|
|
68
|
-
"section": "Style changes"
|
|
69
|
-
},
|
|
70
|
-
{
|
|
71
|
-
"type": "refactor",
|
|
72
|
-
"section": "Refactorings"
|
|
73
|
-
},
|
|
74
|
-
{
|
|
75
|
-
"type": "perf",
|
|
76
|
-
"section": "Performance"
|
|
77
|
-
},
|
|
78
|
-
{
|
|
79
|
-
"type": "test",
|
|
80
|
-
"section": "Tests"
|
|
81
|
-
},
|
|
82
|
-
{
|
|
83
|
-
"type": "ci",
|
|
84
|
-
"section": "Continous Integration"
|
|
85
|
-
},
|
|
86
|
-
{
|
|
87
|
-
"type": "build",
|
|
88
|
-
"section": "Build Process"
|
|
89
|
-
},
|
|
90
|
-
{
|
|
91
|
-
"type": "infra",
|
|
92
|
-
"section": "Infrastructure"
|
|
93
|
-
}
|
|
94
|
-
]
|
|
95
|
-
},
|
|
96
|
-
"infile": "CHANGELOG.md"
|
|
97
|
-
}
|
|
98
|
-
}
|
|
99
|
-
},
|
|
100
|
-
"dependencies": {},
|
|
101
|
-
"devDependencies": {
|
|
102
|
-
"@release-it/conventional-changelog": "^5.0.0",
|
|
103
|
-
"cpx": "^1.5.0",
|
|
104
|
-
"typescript": "^5.3.3"
|
|
105
|
-
}
|
|
106
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@tolinax/ayoune-interfaces",
|
|
3
|
+
"version": "2025.16.1",
|
|
4
|
+
"description": "Houses TypeScript interfaces for aYOUne",
|
|
5
|
+
"main": "dist/index.js",
|
|
6
|
+
"types": "dist/index.d.ts",
|
|
7
|
+
"scripts": {
|
|
8
|
+
"build": "npx tsc",
|
|
9
|
+
"copy-package": "cpx package.json dist",
|
|
10
|
+
"prerelease": "npm run build",
|
|
11
|
+
"release": "release-it --ci",
|
|
12
|
+
"postrelease": "npm run release-package",
|
|
13
|
+
"prerelease-package": "npm run copy-package",
|
|
14
|
+
"release-package": "cd dist && npm publish",
|
|
15
|
+
"test": "echo \"Error: no test specified\" && exit 1"
|
|
16
|
+
},
|
|
17
|
+
"repository": {
|
|
18
|
+
"type": "git",
|
|
19
|
+
"url": "git+https://github.com/tolinax/ayoune-interfaces.git"
|
|
20
|
+
},
|
|
21
|
+
"keywords": [
|
|
22
|
+
"typescript",
|
|
23
|
+
"interfaces"
|
|
24
|
+
],
|
|
25
|
+
"author": "tolinax",
|
|
26
|
+
"license": "MIT",
|
|
27
|
+
"bugs": {
|
|
28
|
+
"url": "https://github.com/tolinax/ayoune-interfaces/issues"
|
|
29
|
+
},
|
|
30
|
+
"homepage": "https://github.com/tolinax/ayoune-interfaces#readme",
|
|
31
|
+
"release-it": {
|
|
32
|
+
"git": {
|
|
33
|
+
"changelog": "git log --pretty=format:\"* %s (%h)\" ${from}...${to}",
|
|
34
|
+
"requireCleanWorkingDir": false,
|
|
35
|
+
"addUntrackedFiles": true,
|
|
36
|
+
"commit": true,
|
|
37
|
+
"push": true,
|
|
38
|
+
"commitMessage": "ci(chore): release v${version}\n\n${changelog}",
|
|
39
|
+
"tag": true
|
|
40
|
+
},
|
|
41
|
+
"npm": {
|
|
42
|
+
"publish": false
|
|
43
|
+
},
|
|
44
|
+
"plugins": {
|
|
45
|
+
"@release-it/conventional-changelog": {
|
|
46
|
+
"preset": {
|
|
47
|
+
"name": "conventionalcommits",
|
|
48
|
+
"header": "# Changelog",
|
|
49
|
+
"types": [
|
|
50
|
+
{
|
|
51
|
+
"type": "feat",
|
|
52
|
+
"section": "Features"
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"type": "fix",
|
|
56
|
+
"section": "Bug Fixes"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"type": "chore",
|
|
60
|
+
"section": "Chores"
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"type": "docs",
|
|
64
|
+
"section": "Docs"
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"type": "style",
|
|
68
|
+
"section": "Style changes"
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"type": "refactor",
|
|
72
|
+
"section": "Refactorings"
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"type": "perf",
|
|
76
|
+
"section": "Performance"
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"type": "test",
|
|
80
|
+
"section": "Tests"
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"type": "ci",
|
|
84
|
+
"section": "Continous Integration"
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"type": "build",
|
|
88
|
+
"section": "Build Process"
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"type": "infra",
|
|
92
|
+
"section": "Infrastructure"
|
|
93
|
+
}
|
|
94
|
+
]
|
|
95
|
+
},
|
|
96
|
+
"infile": "CHANGELOG.md"
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
},
|
|
100
|
+
"dependencies": {},
|
|
101
|
+
"devDependencies": {
|
|
102
|
+
"@release-it/conventional-changelog": "^5.0.0",
|
|
103
|
+
"cpx": "^1.5.0",
|
|
104
|
+
"typescript": "^5.3.3"
|
|
105
|
+
}
|
|
106
|
+
}
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import { IDefaultFields } from "./IDefaultFields";
|
|
2
|
-
export interface ICostBucketResult extends IDefaultFields {
|
|
3
|
-
lab: boolean;
|
|
4
|
-
environment: "production" | "lab" | "all";
|
|
5
|
-
_customerID: ObjectId;
|
|
6
|
-
_research: ObjectId;
|
|
7
|
-
date?: Date;
|
|
8
|
-
numKeywords?: number;
|
|
9
|
-
bid?: number;
|
|
10
|
-
maxCPC?: number;
|
|
11
|
-
avgCPC?: number;
|
|
12
|
-
minCPC?: number;
|
|
13
|
-
maxCost?: number;
|
|
14
|
-
avgCost?: number;
|
|
15
|
-
minCost?: number;
|
|
16
|
-
maxClicks?: number;
|
|
17
|
-
avgClicks?: number;
|
|
18
|
-
minClicks?: number;
|
|
19
|
-
maxImpressions?: number;
|
|
20
|
-
avgImpressions?: number;
|
|
21
|
-
minImpressions?: number;
|
|
22
|
-
maxConversions?: number;
|
|
23
|
-
avgConversions?: number;
|
|
24
|
-
minConversions?: number;
|
|
25
|
-
maxConversionRate?: number;
|
|
26
|
-
avgConversionRate?: number;
|
|
27
|
-
minConversionRate?: number;
|
|
28
|
-
maxCTR?: number;
|
|
29
|
-
avgCTR?: number;
|
|
30
|
-
minCTR?: number;
|
|
31
|
-
maxCPA?: number;
|
|
32
|
-
avgCPA?: number;
|
|
33
|
-
minCPA?: number;
|
|
34
|
-
maxAds?: number;
|
|
35
|
-
breakPointMin?: number;
|
|
36
|
-
breakPointMax?: number;
|
|
37
|
-
breakPointAvg?: number;
|
|
38
|
-
market?: string;
|
|
39
|
-
category?: string;
|
|
40
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
export interface IGeoIPLocationTracking {
|
|
2
|
-
ip?: string;
|
|
3
|
-
range?: number[];
|
|
4
|
-
country?: string;
|
|
5
|
-
region?: string;
|
|
6
|
-
eu?: string;
|
|
7
|
-
timezone?: string;
|
|
8
|
-
city?: string;
|
|
9
|
-
ll?: number[];
|
|
10
|
-
metro?: number;
|
|
11
|
-
area?: number;
|
|
12
|
-
device?: string;
|
|
13
|
-
query?: string;
|
|
14
|
-
url?: string;
|
|
15
|
-
fingerprint?: string;
|
|
16
|
-
referrer?: string;
|
|
17
|
-
}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { IDefaultFields } from "./IDefaultFields";
|
|
2
|
-
export interface IGoogleAdsAccount extends IDefaultFields {
|
|
3
|
-
name: string;
|
|
4
|
-
meta: {
|
|
5
|
-
active: boolean;
|
|
6
|
-
oAuthLink: string;
|
|
7
|
-
keyGenLink: string;
|
|
8
|
-
};
|
|
9
|
-
googleAdsClient: {
|
|
10
|
-
client_id: string;
|
|
11
|
-
client_secret: string;
|
|
12
|
-
developer_token: string;
|
|
13
|
-
};
|
|
14
|
-
customerClient: {
|
|
15
|
-
customer_id: string;
|
|
16
|
-
login_customer_id: string;
|
|
17
|
-
refresh_token: string;
|
|
18
|
-
};
|
|
19
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { IDefaultFields } from "./IDefaultFields";
|
|
2
|
-
interface Mapping {
|
|
3
|
-
IABCategory: string;
|
|
4
|
-
label: string;
|
|
5
|
-
}
|
|
6
|
-
export interface IIABCategoryMapping extends IDefaultFields {
|
|
7
|
-
_id?: ObjectId;
|
|
8
|
-
_customerID?: ObjectId;
|
|
9
|
-
mappings: Mapping[];
|
|
10
|
-
}
|
|
11
|
-
export {};
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { IDefaultFields } from "./IDefaultFields";
|
|
2
|
-
export interface IMarketBudget extends IDefaultFields {
|
|
3
|
-
lab: boolean;
|
|
4
|
-
environment: "production" | "lab" | "all";
|
|
5
|
-
_industry: ObjectId;
|
|
6
|
-
_company: ObjectId;
|
|
7
|
-
date: Date;
|
|
8
|
-
domain?: string;
|
|
9
|
-
host?: string;
|
|
10
|
-
ads: number;
|
|
11
|
-
avgPosition: number;
|
|
12
|
-
avgMonthlySearches: number;
|
|
13
|
-
avgCPC: number;
|
|
14
|
-
impressions: number;
|
|
15
|
-
deliveryRate: number;
|
|
16
|
-
termsCount: number;
|
|
17
|
-
terms: any[];
|
|
18
|
-
budget: number;
|
|
19
|
-
market?: string;
|
|
20
|
-
region?: string;
|
|
21
|
-
device?: string;
|
|
22
|
-
}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { IDefaultFields } from "./IDefaultFields";
|
|
2
|
-
export interface IIndustryKPI extends IDefaultFields {
|
|
3
|
-
lab: boolean;
|
|
4
|
-
environment: "production" | "lab" | "all";
|
|
5
|
-
_industry: ObjectId;
|
|
6
|
-
date: Date;
|
|
7
|
-
host?: string;
|
|
8
|
-
ads: number;
|
|
9
|
-
avgPosition: number;
|
|
10
|
-
avgMonthlySearches: number;
|
|
11
|
-
avgCPC: number;
|
|
12
|
-
impressions: number;
|
|
13
|
-
deliveryRate: number;
|
|
14
|
-
termsCount: number;
|
|
15
|
-
terms: any[];
|
|
16
|
-
budget: number;
|
|
17
|
-
market?: string;
|
|
18
|
-
region?: string;
|
|
19
|
-
device?: string;
|
|
20
|
-
}
|
package/interfaces/IModel.d.ts
DELETED
package/interfaces/IModel.js
DELETED
|
File without changes
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";
|
package/interfaces/IValues.d.ts
DELETED
package/interfaces/IValues.js
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { IDefaultFields } from "./IDefaultFields";
|
|
2
|
-
import { IAddress } from "./IAddress";
|
|
3
|
-
export interface IaYOUneAdvertisementLocation extends IDefaultFields {
|
|
4
|
-
_customerID?: ObjectId;
|
|
5
|
-
name?: string;
|
|
6
|
-
note?: string;
|
|
7
|
-
address?: IAddress;
|
|
8
|
-
prioritizeOwnAds?: boolean;
|
|
9
|
-
ratio?: number;
|
|
10
|
-
mediaTypes?: string[];
|
|
11
|
-
locale?: string;
|
|
12
|
-
}
|
|
@@ -1,162 +0,0 @@
|
|
|
1
|
-
import { IDefaultFields } from "./IDefaultFields";
|
|
2
|
-
declare enum Environment {
|
|
3
|
-
production = "production",
|
|
4
|
-
lab = "lab",
|
|
5
|
-
all = "all"
|
|
6
|
-
}
|
|
7
|
-
declare enum Device {
|
|
8
|
-
mobile = "mobile",
|
|
9
|
-
desktop = "desktop"
|
|
10
|
-
}
|
|
11
|
-
interface LastChecks {
|
|
12
|
-
mobile?: Date;
|
|
13
|
-
desktop?: Date;
|
|
14
|
-
priceRange?: Date;
|
|
15
|
-
price?: Date;
|
|
16
|
-
trends?: Date;
|
|
17
|
-
keyword_planner?: Date;
|
|
18
|
-
}
|
|
19
|
-
interface Cost {
|
|
20
|
-
createdAt?: Date;
|
|
21
|
-
bid?: number;
|
|
22
|
-
grp?: number;
|
|
23
|
-
cpc?: number;
|
|
24
|
-
cpd?: number;
|
|
25
|
-
cost?: number;
|
|
26
|
-
impressions?: number;
|
|
27
|
-
ctr?: number;
|
|
28
|
-
}
|
|
29
|
-
interface Annotation {
|
|
30
|
-
name?: string;
|
|
31
|
-
concept_group: {
|
|
32
|
-
name?: string;
|
|
33
|
-
type?: string;
|
|
34
|
-
};
|
|
35
|
-
}
|
|
36
|
-
interface MonthlySearch {
|
|
37
|
-
year?: string;
|
|
38
|
-
month?: string;
|
|
39
|
-
monthly_searches?: number;
|
|
40
|
-
}
|
|
41
|
-
interface Related {
|
|
42
|
-
_keyword?: string;
|
|
43
|
-
}
|
|
44
|
-
interface Question {
|
|
45
|
-
_keyword?: string;
|
|
46
|
-
}
|
|
47
|
-
interface Preposition {
|
|
48
|
-
modifier?: string;
|
|
49
|
-
_keyword?: string;
|
|
50
|
-
}
|
|
51
|
-
interface Comparison {
|
|
52
|
-
modifier?: string;
|
|
53
|
-
_keyword?: string;
|
|
54
|
-
}
|
|
55
|
-
interface Alphabetical {
|
|
56
|
-
modifier?: string;
|
|
57
|
-
_keyword?: string;
|
|
58
|
-
}
|
|
59
|
-
interface Translation {
|
|
60
|
-
locale?: string;
|
|
61
|
-
_keyword?: string;
|
|
62
|
-
}
|
|
63
|
-
interface IABCategory {
|
|
64
|
-
_id?: string;
|
|
65
|
-
label?: string;
|
|
66
|
-
parent?: string;
|
|
67
|
-
count?: number;
|
|
68
|
-
}
|
|
69
|
-
export interface IaYOUneKeyword extends IDefaultFields {
|
|
70
|
-
lab?: boolean;
|
|
71
|
-
environment?: Environment;
|
|
72
|
-
keyword: string;
|
|
73
|
-
niceName?: string;
|
|
74
|
-
locale: string;
|
|
75
|
-
last_checks?: LastChecks;
|
|
76
|
-
_lastDevice?: string;
|
|
77
|
-
lastDeviceKind?: Device;
|
|
78
|
-
next_check?: Date;
|
|
79
|
-
needsCheck?: boolean;
|
|
80
|
-
needsManualIndustrySelection?: boolean;
|
|
81
|
-
active?: boolean;
|
|
82
|
-
isQuestion?: boolean;
|
|
83
|
-
isMisspelling?: boolean;
|
|
84
|
-
isMisspellingOf?: string;
|
|
85
|
-
correctSpelling?: string;
|
|
86
|
-
keywordPlanner?: boolean;
|
|
87
|
-
hasAds?: boolean;
|
|
88
|
-
hasAdsOnMobile?: boolean;
|
|
89
|
-
hasAdsOnTablet?: boolean;
|
|
90
|
-
hasAdsOnDesktop?: boolean;
|
|
91
|
-
hasPLA?: boolean;
|
|
92
|
-
hasPLAOnMobile?: boolean;
|
|
93
|
-
hasPLAOnTablet?: boolean;
|
|
94
|
-
hasPLAOnDesktop?: boolean;
|
|
95
|
-
hasSEA?: boolean;
|
|
96
|
-
hasSEAOnMobile?: boolean;
|
|
97
|
-
hasSEAOnTablet?: boolean;
|
|
98
|
-
hasSEAOnDesktop?: boolean;
|
|
99
|
-
hasFlights?: boolean;
|
|
100
|
-
hasFlightsOnMobile?: boolean;
|
|
101
|
-
hasFlightsOnTablet?: boolean;
|
|
102
|
-
hasFlightsOnDesktop?: boolean;
|
|
103
|
-
hasBooking?: boolean;
|
|
104
|
-
hasBookingOnMobile?: boolean;
|
|
105
|
-
hasBookingOnTablet?: boolean;
|
|
106
|
-
hasBookingOnDesktop?: boolean;
|
|
107
|
-
hasKnowledgeGraph?: boolean;
|
|
108
|
-
hasKnowledgeGraphsOnMobile?: boolean;
|
|
109
|
-
hasKnowledgeGraphsOnTablet?: boolean;
|
|
110
|
-
hasKnowledgeGraphOnDesktop?: boolean;
|
|
111
|
-
hasBooks?: boolean;
|
|
112
|
-
hasVideos?: boolean;
|
|
113
|
-
hasCosts?: boolean;
|
|
114
|
-
hasTrends?: boolean;
|
|
115
|
-
avgGrp?: number;
|
|
116
|
-
avgCpc?: number;
|
|
117
|
-
avgCpcGoogle?: number;
|
|
118
|
-
avgCpcIndustry?: number;
|
|
119
|
-
avgCpd?: number;
|
|
120
|
-
avgCpdIndustry?: number;
|
|
121
|
-
avgCost?: number;
|
|
122
|
-
avgCostIndustry?: number;
|
|
123
|
-
avgCtr?: number;
|
|
124
|
-
avgCtrIndustry?: number;
|
|
125
|
-
avgImpressions?: number;
|
|
126
|
-
avgImpressionsIndustry?: number;
|
|
127
|
-
breakPointMin?: number;
|
|
128
|
-
breakPointMax?: number;
|
|
129
|
-
breakPointAvg?: number;
|
|
130
|
-
costs?: Cost[];
|
|
131
|
-
domainAssumptions?: any[];
|
|
132
|
-
domainProves?: any[];
|
|
133
|
-
interest?: number;
|
|
134
|
-
competition?: string;
|
|
135
|
-
competitionIndex?: number;
|
|
136
|
-
participants?: number;
|
|
137
|
-
competitiveness?: number;
|
|
138
|
-
avgMonthlySearches?: number;
|
|
139
|
-
lowTopOfPageBidMicros?: number;
|
|
140
|
-
highTopOfPageBidMicros?: number;
|
|
141
|
-
annotations?: Annotation[];
|
|
142
|
-
monthlySearches?: MonthlySearch[];
|
|
143
|
-
type?: string;
|
|
144
|
-
kind?: string;
|
|
145
|
-
origin?: string;
|
|
146
|
-
industry?: ObjectId;
|
|
147
|
-
subIndustry?: ObjectId;
|
|
148
|
-
related?: Related[];
|
|
149
|
-
synonyms?: Related[];
|
|
150
|
-
questions?: Question[];
|
|
151
|
-
prepositions?: Preposition[];
|
|
152
|
-
comparisons?: Comparison[];
|
|
153
|
-
alphabeticals?: Alphabetical[];
|
|
154
|
-
translations?: Translation[];
|
|
155
|
-
serps?: string[];
|
|
156
|
-
IABCategories?: IABCategory[];
|
|
157
|
-
mainCategory?: string;
|
|
158
|
-
mainCategoryLabel?: string;
|
|
159
|
-
subCategory?: string;
|
|
160
|
-
subCategoryLabel?: string;
|
|
161
|
-
}
|
|
162
|
-
export {};
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
var Environment;
|
|
4
|
-
(function (Environment) {
|
|
5
|
-
Environment["production"] = "production";
|
|
6
|
-
Environment["lab"] = "lab";
|
|
7
|
-
Environment["all"] = "all";
|
|
8
|
-
})(Environment || (Environment = {}));
|
|
9
|
-
var Device;
|
|
10
|
-
(function (Device) {
|
|
11
|
-
Device["mobile"] = "mobile";
|
|
12
|
-
Device["desktop"] = "desktop";
|
|
13
|
-
})(Device || (Device = {}));
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { IDefaultFields } from "./IDefaultFields";
|
|
2
|
-
export interface IaYOUneSocialAccount extends IDefaultFields {
|
|
3
|
-
name: string;
|
|
4
|
-
meta: {
|
|
5
|
-
active: boolean;
|
|
6
|
-
oAuthLink: string;
|
|
7
|
-
keyGenLink: string;
|
|
8
|
-
};
|
|
9
|
-
googleAdsClient: {
|
|
10
|
-
client_id: string;
|
|
11
|
-
client_secret: string;
|
|
12
|
-
developer_token: string;
|
|
13
|
-
};
|
|
14
|
-
customerClient: {
|
|
15
|
-
customer_id: string;
|
|
16
|
-
login_customer_id: string;
|
|
17
|
-
refresh_token: string;
|
|
18
|
-
};
|
|
19
|
-
}
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import { IDefaultFields } from "./IDefaultFields";
|
|
2
|
-
export interface ICostBucketResult extends IDefaultFields {
|
|
3
|
-
lab: boolean;
|
|
4
|
-
environment: "production" | "lab" | "all";
|
|
5
|
-
_customerID: ObjectId;
|
|
6
|
-
_research: ObjectId;
|
|
7
|
-
date?: Date;
|
|
8
|
-
numKeywords?: number;
|
|
9
|
-
bid?: number;
|
|
10
|
-
maxCPC?: number;
|
|
11
|
-
avgCPC?: number;
|
|
12
|
-
minCPC?: number;
|
|
13
|
-
maxCost?: number;
|
|
14
|
-
avgCost?: number;
|
|
15
|
-
minCost?: number;
|
|
16
|
-
maxClicks?: number;
|
|
17
|
-
avgClicks?: number;
|
|
18
|
-
minClicks?: number;
|
|
19
|
-
maxImpressions?: number;
|
|
20
|
-
avgImpressions?: number;
|
|
21
|
-
minImpressions?: number;
|
|
22
|
-
maxConversions?: number;
|
|
23
|
-
avgConversions?: number;
|
|
24
|
-
minConversions?: number;
|
|
25
|
-
maxConversionRate?: number;
|
|
26
|
-
avgConversionRate?: number;
|
|
27
|
-
minConversionRate?: number;
|
|
28
|
-
maxCTR?: number;
|
|
29
|
-
avgCTR?: number;
|
|
30
|
-
minCTR?: number;
|
|
31
|
-
maxCPA?: number;
|
|
32
|
-
avgCPA?: number;
|
|
33
|
-
minCPA?: number;
|
|
34
|
-
maxAds?: number;
|
|
35
|
-
breakPointMin?: number;
|
|
36
|
-
breakPointMax?: number;
|
|
37
|
-
breakPointAvg?: number;
|
|
38
|
-
market?: string;
|
|
39
|
-
category?: string;
|
|
40
|
-
}
|