@adtrackify/at-tracking-event-types 3.1.51 → 3.1.53
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/README.md +12 -12
- package/dist/cjs/index.d.ts +1 -1
- package/dist/cjs/index.js +17 -17
- package/dist/cjs/types/api/account.d.ts +62 -62
- package/dist/cjs/types/api/account.js +23 -23
- package/dist/cjs/types/api/contact-acquisition.d.ts +39 -39
- package/dist/cjs/types/api/contact-acquisition.js +16 -16
- package/dist/cjs/types/api/dashboards/index.d.ts +1 -1
- package/dist/cjs/types/api/dashboards/index.js +17 -17
- package/dist/cjs/types/api/dashboards/widget.d.ts +94 -94
- package/dist/cjs/types/api/dashboards/widget.js +26 -26
- package/dist/cjs/types/api/destination-tracked-events.d.ts +11 -11
- package/dist/cjs/types/api/destination-tracked-events.js +3 -3
- package/dist/cjs/types/api/destinations/destination-catalog.d.ts +30 -30
- package/dist/cjs/types/api/destinations/destination-catalog.js +2 -2
- package/dist/cjs/types/api/destinations/destinations.d.ts +112 -112
- package/dist/cjs/types/api/destinations/destinations.js +49 -49
- package/dist/cjs/types/api/destinations/index.d.ts +5 -5
- package/dist/cjs/types/api/destinations/index.js +21 -21
- package/dist/cjs/types/api/destinations/third-party-contact-acquisition-configs.d.ts +9 -9
- package/dist/cjs/types/api/destinations/third-party-contact-acquisition-configs.js +2 -2
- package/dist/cjs/types/api/destinations/third-party-destination-configs.d.ts +106 -106
- package/dist/cjs/types/api/destinations/third-party-destination-configs.js +9 -9
- package/dist/cjs/types/api/destinations/third-party-integration-configs.d.ts +60 -60
- package/dist/cjs/types/api/destinations/third-party-integration-configs.js +11 -11
- package/dist/cjs/types/api/event-last-seen.d.ts +6 -6
- package/dist/cjs/types/api/event-last-seen.js +2 -2
- package/dist/cjs/types/api/event-status.d.ts +18 -18
- package/dist/cjs/types/api/event-status.js +9 -9
- package/dist/cjs/types/api/index.d.ts +19 -19
- package/dist/cjs/types/api/index.js +35 -35
- package/dist/cjs/types/api/log-events.d.ts +22 -22
- package/dist/cjs/types/api/log-events.js +2 -2
- package/dist/cjs/types/api/measures/definitions/channel-measure-definitions.d.ts +2 -0
- package/dist/cjs/types/api/measures/definitions/{core-channel-measure-definitions.js → channel-measure-definitions.js} +140 -140
- package/dist/cjs/types/api/measures/definitions/channel-measure-definitions.js.map +1 -0
- package/dist/cjs/types/api/measures/definitions/core-measure-definitions.d.ts +2 -2
- package/dist/cjs/types/api/measures/definitions/core-measure-definitions.js +117 -117
- package/dist/cjs/types/api/measures/definitions/facebook-measure-definitions.d.ts +2 -2
- package/dist/cjs/types/api/measures/definitions/facebook-measure-definitions.js +403 -403
- package/dist/cjs/types/api/measures/definitions/google-measure-definitions.d.ts +2 -2
- package/dist/cjs/types/api/measures/definitions/google-measure-definitions.js +205 -205
- package/dist/cjs/types/api/measures/definitions/index.d.ts +8 -8
- package/dist/cjs/types/api/measures/definitions/index.js +24 -24
- package/dist/cjs/types/api/measures/definitions/index.js.map +1 -1
- package/dist/cjs/types/api/measures/definitions/measure-categories.d.ts +18 -18
- package/dist/cjs/types/api/measures/definitions/measure-categories.js +22 -22
- package/dist/cjs/types/api/measures/definitions/measure-definitions.d.ts +200 -200
- package/dist/cjs/types/api/measures/definitions/measure-definitions.js +196 -195
- package/dist/cjs/types/api/measures/definitions/measure-definitions.js.map +1 -1
- package/dist/cjs/types/api/measures/definitions/shopify-measure-definitions.d.ts +3 -3
- package/dist/cjs/types/api/measures/definitions/shopify-measure-definitions.js +614 -614
- package/dist/cjs/types/api/measures/definitions/tracked-measure-definitions.d.ts +2 -2
- package/dist/cjs/types/api/measures/definitions/tracked-measure-definitions.js +381 -381
- package/dist/cjs/types/api/measures/index.d.ts +2 -2
- package/dist/cjs/types/api/measures/index.js +18 -18
- package/dist/cjs/types/api/measures/measures.d.ts +283 -283
- package/dist/cjs/types/api/measures/measures.js +376 -376
- package/dist/cjs/types/api/pixel-setup-health.d.ts +19 -19
- package/dist/cjs/types/api/pixel-setup-health.js +2 -2
- package/dist/cjs/types/api/query.d.ts +147 -147
- package/dist/cjs/types/api/query.js +90 -90
- package/dist/cjs/types/api/shopify-app-install.d.ts +40 -40
- package/dist/cjs/types/api/shopify-app-install.js +14 -14
- package/dist/cjs/types/api/subscription.d.ts +155 -155
- package/dist/cjs/types/api/subscription.js +47 -47
- package/dist/cjs/types/api/tracking-events.d.ts +15 -15
- package/dist/cjs/types/api/tracking-events.js +2 -2
- package/dist/cjs/types/api/user.d.ts +13 -13
- package/dist/cjs/types/api/user.js +2 -2
- package/dist/cjs/types/common/address.d.ts +15 -15
- package/dist/cjs/types/common/address.js +2 -2
- package/dist/cjs/types/common/currency.d.ts +1 -1
- package/dist/cjs/types/common/currency.js +63 -63
- package/dist/cjs/types/common/index.d.ts +2 -2
- package/dist/cjs/types/common/index.js +18 -18
- package/dist/cjs/types/event/base/event-name-enum.d.ts +61 -61
- package/dist/cjs/types/event/base/event-name-enum.js +67 -67
- package/dist/cjs/types/event/base/event.d.ts +20 -20
- package/dist/cjs/types/event/base/event.js +10 -10
- package/dist/cjs/types/event/base/index.d.ts +2 -2
- package/dist/cjs/types/event/base/index.js +18 -18
- package/dist/cjs/types/event/context/event-context-identity.d.ts +21 -21
- package/dist/cjs/types/event/context/event-context-identity.js +2 -2
- package/dist/cjs/types/event/context/event-context.d.ts +196 -196
- package/dist/cjs/types/event/context/event-context.js +2 -2
- package/dist/cjs/types/event/context/index.d.ts +2 -2
- package/dist/cjs/types/event/context/index.js +18 -18
- package/dist/cjs/types/event/index.d.ts +5 -5
- package/dist/cjs/types/event/index.js +21 -21
- package/dist/cjs/types/event/log-event.d.ts +35 -35
- package/dist/cjs/types/event/log-event.js +22 -22
- package/dist/cjs/types/event/metric-event.d.ts +13 -13
- package/dist/cjs/types/event/metric-event.js +2 -2
- package/dist/cjs/types/event/tracking-event.d.ts +66 -66
- package/dist/cjs/types/event/tracking-event.js +2 -2
- package/dist/cjs/types/event-bus-event.d.ts +25 -25
- package/dist/cjs/types/event-bus-event.js +2 -2
- package/dist/cjs/types/fingerprint/browser-attributes.d.ts +60 -60
- package/dist/cjs/types/fingerprint/browser-attributes.js +2 -2
- package/dist/cjs/types/fingerprint/index.d.ts +6 -6
- package/dist/cjs/types/fingerprint/index.js +18 -18
- package/dist/cjs/types/fingerprint/server-attributes.d.ts +50 -50
- package/dist/cjs/types/fingerprint/server-attributes.js +2 -2
- package/dist/cjs/types/index.d.ts +7 -7
- package/dist/cjs/types/index.js +23 -23
- package/dist/cjs/types/third-party-event-configuration-types.d.ts +10 -10
- package/dist/cjs/types/third-party-event-configuration-types.js +2 -2
- package/dist/cjs/types/tracking-event-ingest-message.d.ts +10 -10
- package/dist/cjs/types/tracking-event-ingest-message.js +2 -2
- package/dist/esm/index.d.ts +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/types/api/account.d.ts +62 -62
- package/dist/esm/types/api/account.js +20 -20
- package/dist/esm/types/api/contact-acquisition.d.ts +39 -39
- package/dist/esm/types/api/contact-acquisition.js +13 -13
- package/dist/esm/types/api/dashboards/index.d.ts +1 -1
- package/dist/esm/types/api/dashboards/index.js +1 -1
- package/dist/esm/types/api/dashboards/widget.d.ts +94 -94
- package/dist/esm/types/api/dashboards/widget.js +23 -23
- package/dist/esm/types/api/destination-tracked-events.d.ts +11 -11
- package/dist/esm/types/api/destination-tracked-events.js +1 -1
- package/dist/esm/types/api/destinations/destination-catalog.d.ts +30 -30
- package/dist/esm/types/api/destinations/destination-catalog.js +1 -1
- package/dist/esm/types/api/destinations/destinations.d.ts +112 -112
- package/dist/esm/types/api/destinations/destinations.js +46 -46
- package/dist/esm/types/api/destinations/index.d.ts +5 -5
- package/dist/esm/types/api/destinations/index.js +5 -5
- package/dist/esm/types/api/destinations/third-party-contact-acquisition-configs.d.ts +9 -9
- package/dist/esm/types/api/destinations/third-party-contact-acquisition-configs.js +1 -1
- package/dist/esm/types/api/destinations/third-party-destination-configs.d.ts +106 -106
- package/dist/esm/types/api/destinations/third-party-destination-configs.js +6 -6
- package/dist/esm/types/api/destinations/third-party-integration-configs.d.ts +60 -60
- package/dist/esm/types/api/destinations/third-party-integration-configs.js +8 -8
- package/dist/esm/types/api/event-last-seen.d.ts +6 -6
- package/dist/esm/types/api/event-last-seen.js +1 -1
- package/dist/esm/types/api/event-status.d.ts +18 -18
- package/dist/esm/types/api/event-status.js +6 -6
- package/dist/esm/types/api/index.d.ts +19 -19
- package/dist/esm/types/api/index.js +19 -19
- package/dist/esm/types/api/log-events.d.ts +22 -22
- package/dist/esm/types/api/log-events.js +1 -1
- package/dist/esm/types/api/measures/definitions/channel-measure-definitions.d.ts +2 -0
- package/dist/esm/types/api/measures/definitions/{core-channel-measure-definitions.js → channel-measure-definitions.js} +137 -137
- package/dist/esm/types/api/measures/definitions/channel-measure-definitions.js.map +1 -0
- package/dist/esm/types/api/measures/definitions/core-measure-definitions.d.ts +2 -2
- package/dist/esm/types/api/measures/definitions/core-measure-definitions.js +114 -114
- package/dist/esm/types/api/measures/definitions/facebook-measure-definitions.d.ts +2 -2
- package/dist/esm/types/api/measures/definitions/facebook-measure-definitions.js +400 -400
- package/dist/esm/types/api/measures/definitions/google-measure-definitions.d.ts +2 -2
- package/dist/esm/types/api/measures/definitions/google-measure-definitions.js +202 -202
- package/dist/esm/types/api/measures/definitions/index.d.ts +8 -8
- package/dist/esm/types/api/measures/definitions/index.js +8 -8
- package/dist/esm/types/api/measures/definitions/index.js.map +1 -1
- package/dist/esm/types/api/measures/definitions/measure-categories.d.ts +18 -18
- package/dist/esm/types/api/measures/definitions/measure-categories.js +19 -19
- package/dist/esm/types/api/measures/definitions/measure-definitions.d.ts +200 -200
- package/dist/esm/types/api/measures/definitions/measure-definitions.js +193 -192
- package/dist/esm/types/api/measures/definitions/measure-definitions.js.map +1 -1
- package/dist/esm/types/api/measures/definitions/shopify-measure-definitions.d.ts +3 -3
- package/dist/esm/types/api/measures/definitions/shopify-measure-definitions.js +611 -611
- package/dist/esm/types/api/measures/definitions/tracked-measure-definitions.d.ts +2 -2
- package/dist/esm/types/api/measures/definitions/tracked-measure-definitions.js +378 -378
- package/dist/esm/types/api/measures/index.d.ts +2 -2
- package/dist/esm/types/api/measures/index.js +2 -2
- package/dist/esm/types/api/measures/measures.d.ts +283 -283
- package/dist/esm/types/api/measures/measures.js +373 -373
- package/dist/esm/types/api/pixel-setup-health.d.ts +19 -19
- package/dist/esm/types/api/pixel-setup-health.js +1 -1
- package/dist/esm/types/api/query.d.ts +147 -147
- package/dist/esm/types/api/query.js +87 -87
- package/dist/esm/types/api/shopify-app-install.d.ts +40 -40
- package/dist/esm/types/api/shopify-app-install.js +11 -11
- package/dist/esm/types/api/subscription.d.ts +155 -155
- package/dist/esm/types/api/subscription.js +44 -44
- package/dist/esm/types/api/tracking-events.d.ts +15 -15
- package/dist/esm/types/api/tracking-events.js +1 -1
- package/dist/esm/types/api/user.d.ts +13 -13
- package/dist/esm/types/api/user.js +1 -1
- package/dist/esm/types/common/address.d.ts +15 -15
- package/dist/esm/types/common/address.js +1 -1
- package/dist/esm/types/common/currency.d.ts +1 -1
- package/dist/esm/types/common/currency.js +60 -60
- package/dist/esm/types/common/index.d.ts +2 -2
- package/dist/esm/types/common/index.js +2 -2
- package/dist/esm/types/event/base/event-name-enum.d.ts +61 -61
- package/dist/esm/types/event/base/event-name-enum.js +64 -64
- package/dist/esm/types/event/base/event.d.ts +20 -20
- package/dist/esm/types/event/base/event.js +7 -7
- package/dist/esm/types/event/base/index.d.ts +2 -2
- package/dist/esm/types/event/base/index.js +2 -2
- package/dist/esm/types/event/context/event-context-identity.d.ts +21 -21
- package/dist/esm/types/event/context/event-context-identity.js +1 -1
- package/dist/esm/types/event/context/event-context.d.ts +196 -196
- package/dist/esm/types/event/context/event-context.js +1 -1
- package/dist/esm/types/event/context/index.d.ts +2 -2
- package/dist/esm/types/event/context/index.js +2 -2
- package/dist/esm/types/event/index.d.ts +5 -5
- package/dist/esm/types/event/index.js +5 -5
- package/dist/esm/types/event/log-event.d.ts +35 -35
- package/dist/esm/types/event/log-event.js +19 -19
- package/dist/esm/types/event/metric-event.d.ts +13 -13
- package/dist/esm/types/event/metric-event.js +1 -1
- package/dist/esm/types/event/tracking-event.d.ts +66 -66
- package/dist/esm/types/event/tracking-event.js +1 -1
- package/dist/esm/types/event-bus-event.d.ts +25 -25
- package/dist/esm/types/event-bus-event.js +1 -1
- package/dist/esm/types/fingerprint/browser-attributes.d.ts +60 -60
- package/dist/esm/types/fingerprint/browser-attributes.js +1 -1
- package/dist/esm/types/fingerprint/index.d.ts +6 -6
- package/dist/esm/types/fingerprint/index.js +2 -2
- package/dist/esm/types/fingerprint/server-attributes.d.ts +50 -50
- package/dist/esm/types/fingerprint/server-attributes.js +1 -1
- package/dist/esm/types/index.d.ts +7 -7
- package/dist/esm/types/index.js +7 -7
- package/dist/esm/types/third-party-event-configuration-types.d.ts +10 -10
- package/dist/esm/types/third-party-event-configuration-types.js +1 -1
- package/dist/esm/types/tracking-event-ingest-message.d.ts +10 -10
- package/dist/esm/types/tracking-event-ingest-message.js +1 -1
- package/package.json +83 -83
- package/dist/cjs/types/api/measures/definitions/core-channel-measure-definitions.d.ts +0 -2
- package/dist/cjs/types/api/measures/definitions/core-channel-measure-definitions.js.map +0 -1
- package/dist/esm/types/api/measures/definitions/core-channel-measure-definitions.d.ts +0 -2
- package/dist/esm/types/api/measures/definitions/core-channel-measure-definitions.js.map +0 -1
|
@@ -1,60 +1,60 @@
|
|
|
1
|
-
import { Destination, UserDestinationConfiguration } from './destinations';
|
|
2
|
-
export interface ContactAcquisitonIntegration extends Destination {
|
|
3
|
-
configuration: ContactAcquisitionIntegrationConfiguration;
|
|
4
|
-
}
|
|
5
|
-
export interface FacebookIntegration extends Destination {
|
|
6
|
-
configuration: FacebookIntegrationConfiguration;
|
|
7
|
-
}
|
|
8
|
-
export interface GoogleAdsIntegration extends Destination {
|
|
9
|
-
configuration: GoogleAdsIntegrationConfiguration;
|
|
10
|
-
}
|
|
11
|
-
export interface ContactAcquisitionIntegrationConfiguration extends UserDestinationConfiguration {
|
|
12
|
-
mergeToIdentityTraitsEnabled?: boolean;
|
|
13
|
-
}
|
|
14
|
-
export interface FacebookIntegrationConfiguration extends UserDestinationConfiguration {
|
|
15
|
-
accessToken: string;
|
|
16
|
-
expiresIn: string;
|
|
17
|
-
dataAccessExpirationTime: string;
|
|
18
|
-
graphDomain: string;
|
|
19
|
-
signedRequest: string;
|
|
20
|
-
userID: string;
|
|
21
|
-
adAccounts: FacebookIntegrationConfigurationAdAccount[];
|
|
22
|
-
adAttribution: FacebookIntegrationConfigurationAdAttribution;
|
|
23
|
-
}
|
|
24
|
-
export interface FacebookIntegrationConfigurationAdAccount {
|
|
25
|
-
id: string;
|
|
26
|
-
account_id: string;
|
|
27
|
-
account_status: number;
|
|
28
|
-
balance: string;
|
|
29
|
-
business: {
|
|
30
|
-
id: string;
|
|
31
|
-
name: string;
|
|
32
|
-
};
|
|
33
|
-
currency: string;
|
|
34
|
-
name: string;
|
|
35
|
-
selected: boolean;
|
|
36
|
-
timezone_id: number;
|
|
37
|
-
}
|
|
38
|
-
export declare enum FacebookIntegrationConfigurationAdAttribution {
|
|
39
|
-
ONE_DAY_CLICK = "oneDayClick",
|
|
40
|
-
SEVEN_DAY_CLICK = "sevenDayClick",
|
|
41
|
-
ONE_DAY_CLICK_ONE_DAY_VIEW = "oneDayClickOneDayView",
|
|
42
|
-
SEVEN_DAY_CLICK_SEVEN_DAY_VIEW = "sevenDayClickSevenDayView",
|
|
43
|
-
SEVEN_DAY_CLICK_ONE_DAY_VIEW = "sevenDayClickOneDayView"
|
|
44
|
-
}
|
|
45
|
-
export interface GoogleAdsIntegrationConfiguration extends UserDestinationConfiguration {
|
|
46
|
-
accessToken: string;
|
|
47
|
-
authUser: string;
|
|
48
|
-
expiresIn: string;
|
|
49
|
-
prompt: string;
|
|
50
|
-
refreshToken: string;
|
|
51
|
-
scope: string;
|
|
52
|
-
tokenType: string;
|
|
53
|
-
updateTrackingParameters: boolean;
|
|
54
|
-
adAccounts: GoogleAdsIntegrationConfigurationAdAccount[];
|
|
55
|
-
}
|
|
56
|
-
export interface GoogleAdsIntegrationConfigurationAdAccount {
|
|
57
|
-
id: string;
|
|
58
|
-
resourceName: string;
|
|
59
|
-
selected: boolean;
|
|
60
|
-
}
|
|
1
|
+
import { Destination, UserDestinationConfiguration } from './destinations';
|
|
2
|
+
export interface ContactAcquisitonIntegration extends Destination {
|
|
3
|
+
configuration: ContactAcquisitionIntegrationConfiguration;
|
|
4
|
+
}
|
|
5
|
+
export interface FacebookIntegration extends Destination {
|
|
6
|
+
configuration: FacebookIntegrationConfiguration;
|
|
7
|
+
}
|
|
8
|
+
export interface GoogleAdsIntegration extends Destination {
|
|
9
|
+
configuration: GoogleAdsIntegrationConfiguration;
|
|
10
|
+
}
|
|
11
|
+
export interface ContactAcquisitionIntegrationConfiguration extends UserDestinationConfiguration {
|
|
12
|
+
mergeToIdentityTraitsEnabled?: boolean;
|
|
13
|
+
}
|
|
14
|
+
export interface FacebookIntegrationConfiguration extends UserDestinationConfiguration {
|
|
15
|
+
accessToken: string;
|
|
16
|
+
expiresIn: string;
|
|
17
|
+
dataAccessExpirationTime: string;
|
|
18
|
+
graphDomain: string;
|
|
19
|
+
signedRequest: string;
|
|
20
|
+
userID: string;
|
|
21
|
+
adAccounts: FacebookIntegrationConfigurationAdAccount[];
|
|
22
|
+
adAttribution: FacebookIntegrationConfigurationAdAttribution;
|
|
23
|
+
}
|
|
24
|
+
export interface FacebookIntegrationConfigurationAdAccount {
|
|
25
|
+
id: string;
|
|
26
|
+
account_id: string;
|
|
27
|
+
account_status: number;
|
|
28
|
+
balance: string;
|
|
29
|
+
business: {
|
|
30
|
+
id: string;
|
|
31
|
+
name: string;
|
|
32
|
+
};
|
|
33
|
+
currency: string;
|
|
34
|
+
name: string;
|
|
35
|
+
selected: boolean;
|
|
36
|
+
timezone_id: number;
|
|
37
|
+
}
|
|
38
|
+
export declare enum FacebookIntegrationConfigurationAdAttribution {
|
|
39
|
+
ONE_DAY_CLICK = "oneDayClick",
|
|
40
|
+
SEVEN_DAY_CLICK = "sevenDayClick",
|
|
41
|
+
ONE_DAY_CLICK_ONE_DAY_VIEW = "oneDayClickOneDayView",
|
|
42
|
+
SEVEN_DAY_CLICK_SEVEN_DAY_VIEW = "sevenDayClickSevenDayView",
|
|
43
|
+
SEVEN_DAY_CLICK_ONE_DAY_VIEW = "sevenDayClickOneDayView"
|
|
44
|
+
}
|
|
45
|
+
export interface GoogleAdsIntegrationConfiguration extends UserDestinationConfiguration {
|
|
46
|
+
accessToken: string;
|
|
47
|
+
authUser: string;
|
|
48
|
+
expiresIn: string;
|
|
49
|
+
prompt: string;
|
|
50
|
+
refreshToken: string;
|
|
51
|
+
scope: string;
|
|
52
|
+
tokenType: string;
|
|
53
|
+
updateTrackingParameters: boolean;
|
|
54
|
+
adAccounts: GoogleAdsIntegrationConfigurationAdAccount[];
|
|
55
|
+
}
|
|
56
|
+
export interface GoogleAdsIntegrationConfigurationAdAccount {
|
|
57
|
+
id: string;
|
|
58
|
+
resourceName: string;
|
|
59
|
+
selected: boolean;
|
|
60
|
+
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export var FacebookIntegrationConfigurationAdAttribution;
|
|
2
|
-
(function (FacebookIntegrationConfigurationAdAttribution) {
|
|
3
|
-
FacebookIntegrationConfigurationAdAttribution["ONE_DAY_CLICK"] = "oneDayClick";
|
|
4
|
-
FacebookIntegrationConfigurationAdAttribution["SEVEN_DAY_CLICK"] = "sevenDayClick";
|
|
5
|
-
FacebookIntegrationConfigurationAdAttribution["ONE_DAY_CLICK_ONE_DAY_VIEW"] = "oneDayClickOneDayView";
|
|
6
|
-
FacebookIntegrationConfigurationAdAttribution["SEVEN_DAY_CLICK_SEVEN_DAY_VIEW"] = "sevenDayClickSevenDayView";
|
|
7
|
-
FacebookIntegrationConfigurationAdAttribution["SEVEN_DAY_CLICK_ONE_DAY_VIEW"] = "sevenDayClickOneDayView";
|
|
8
|
-
})(FacebookIntegrationConfigurationAdAttribution || (FacebookIntegrationConfigurationAdAttribution = {}));
|
|
1
|
+
export var FacebookIntegrationConfigurationAdAttribution;
|
|
2
|
+
(function (FacebookIntegrationConfigurationAdAttribution) {
|
|
3
|
+
FacebookIntegrationConfigurationAdAttribution["ONE_DAY_CLICK"] = "oneDayClick";
|
|
4
|
+
FacebookIntegrationConfigurationAdAttribution["SEVEN_DAY_CLICK"] = "sevenDayClick";
|
|
5
|
+
FacebookIntegrationConfigurationAdAttribution["ONE_DAY_CLICK_ONE_DAY_VIEW"] = "oneDayClickOneDayView";
|
|
6
|
+
FacebookIntegrationConfigurationAdAttribution["SEVEN_DAY_CLICK_SEVEN_DAY_VIEW"] = "sevenDayClickSevenDayView";
|
|
7
|
+
FacebookIntegrationConfigurationAdAttribution["SEVEN_DAY_CLICK_ONE_DAY_VIEW"] = "sevenDayClickOneDayView";
|
|
8
|
+
})(FacebookIntegrationConfigurationAdAttribution || (FacebookIntegrationConfigurationAdAttribution = {}));
|
|
9
9
|
//# sourceMappingURL=third-party-integration-configs.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { TRACKING_EVENT_NAME } from '../event';
|
|
2
|
-
export interface EventLastSeen {
|
|
3
|
-
pixelId: string;
|
|
4
|
-
lastSeen: string;
|
|
5
|
-
eventName: TRACKING_EVENT_NAME;
|
|
6
|
-
}
|
|
1
|
+
import { TRACKING_EVENT_NAME } from '../event';
|
|
2
|
+
export interface EventLastSeen {
|
|
3
|
+
pixelId: string;
|
|
4
|
+
lastSeen: string;
|
|
5
|
+
eventName: TRACKING_EVENT_NAME;
|
|
6
|
+
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export {};
|
|
1
|
+
export {};
|
|
2
2
|
//# sourceMappingURL=event-last-seen.js.map
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
import { TrackingEvent } from '../event';
|
|
2
|
-
import { Destination } from './destinations/destinations';
|
|
3
|
-
export interface EventStatus {
|
|
4
|
-
eventStatusId: string;
|
|
5
|
-
eventId: string;
|
|
6
|
-
pixelId: string;
|
|
7
|
-
event: TrackingEvent;
|
|
8
|
-
destinations: Destination[];
|
|
9
|
-
eventStatus: EventStatusIndicator;
|
|
10
|
-
eventReceivedAt: string;
|
|
11
|
-
createdAt: string;
|
|
12
|
-
updatedAt: string;
|
|
13
|
-
}
|
|
14
|
-
export declare enum EventStatusIndicator {
|
|
15
|
-
SUCCESS = "success",
|
|
16
|
-
FAILED = "failed",
|
|
17
|
-
UNKNOWN = "unknown"
|
|
18
|
-
}
|
|
1
|
+
import { TrackingEvent } from '../event';
|
|
2
|
+
import { Destination } from './destinations/destinations';
|
|
3
|
+
export interface EventStatus {
|
|
4
|
+
eventStatusId: string;
|
|
5
|
+
eventId: string;
|
|
6
|
+
pixelId: string;
|
|
7
|
+
event: TrackingEvent;
|
|
8
|
+
destinations: Destination[];
|
|
9
|
+
eventStatus: EventStatusIndicator;
|
|
10
|
+
eventReceivedAt: string;
|
|
11
|
+
createdAt: string;
|
|
12
|
+
updatedAt: string;
|
|
13
|
+
}
|
|
14
|
+
export declare enum EventStatusIndicator {
|
|
15
|
+
SUCCESS = "success",
|
|
16
|
+
FAILED = "failed",
|
|
17
|
+
UNKNOWN = "unknown"
|
|
18
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export var EventStatusIndicator;
|
|
2
|
-
(function (EventStatusIndicator) {
|
|
3
|
-
EventStatusIndicator["SUCCESS"] = "success";
|
|
4
|
-
EventStatusIndicator["FAILED"] = "failed";
|
|
5
|
-
EventStatusIndicator["UNKNOWN"] = "unknown";
|
|
6
|
-
})(EventStatusIndicator || (EventStatusIndicator = {}));
|
|
1
|
+
export var EventStatusIndicator;
|
|
2
|
+
(function (EventStatusIndicator) {
|
|
3
|
+
EventStatusIndicator["SUCCESS"] = "success";
|
|
4
|
+
EventStatusIndicator["FAILED"] = "failed";
|
|
5
|
+
EventStatusIndicator["UNKNOWN"] = "unknown";
|
|
6
|
+
})(EventStatusIndicator || (EventStatusIndicator = {}));
|
|
7
7
|
//# sourceMappingURL=event-status.js.map
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
export * from './account';
|
|
2
|
-
export * from './destinations/destinations';
|
|
3
|
-
export * from './destinations/destination-catalog';
|
|
4
|
-
export * from './destinations/third-party-contact-acquisition-configs';
|
|
5
|
-
export * from './destinations/third-party-destination-configs';
|
|
6
|
-
export * from './destinations/third-party-integration-configs';
|
|
7
|
-
export * from './shopify-app-install';
|
|
8
|
-
export * from './subscription';
|
|
9
|
-
export * from './user';
|
|
10
|
-
export * from './query';
|
|
11
|
-
export * from './event-status';
|
|
12
|
-
export * from './log-events';
|
|
13
|
-
export * from './tracking-events';
|
|
14
|
-
export * from './destination-tracked-events';
|
|
15
|
-
export * from './pixel-setup-health';
|
|
16
|
-
export * from './event-last-seen';
|
|
17
|
-
export * from './contact-acquisition';
|
|
18
|
-
export * from './measures';
|
|
19
|
-
export * from './dashboards';
|
|
1
|
+
export * from './account';
|
|
2
|
+
export * from './destinations/destinations';
|
|
3
|
+
export * from './destinations/destination-catalog';
|
|
4
|
+
export * from './destinations/third-party-contact-acquisition-configs';
|
|
5
|
+
export * from './destinations/third-party-destination-configs';
|
|
6
|
+
export * from './destinations/third-party-integration-configs';
|
|
7
|
+
export * from './shopify-app-install';
|
|
8
|
+
export * from './subscription';
|
|
9
|
+
export * from './user';
|
|
10
|
+
export * from './query';
|
|
11
|
+
export * from './event-status';
|
|
12
|
+
export * from './log-events';
|
|
13
|
+
export * from './tracking-events';
|
|
14
|
+
export * from './destination-tracked-events';
|
|
15
|
+
export * from './pixel-setup-health';
|
|
16
|
+
export * from './event-last-seen';
|
|
17
|
+
export * from './contact-acquisition';
|
|
18
|
+
export * from './measures';
|
|
19
|
+
export * from './dashboards';
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
export * from './account';
|
|
2
|
-
export * from './destinations/destinations';
|
|
3
|
-
export * from './destinations/destination-catalog';
|
|
4
|
-
export * from './destinations/third-party-contact-acquisition-configs';
|
|
5
|
-
export * from './destinations/third-party-destination-configs';
|
|
6
|
-
export * from './destinations/third-party-integration-configs';
|
|
7
|
-
export * from './shopify-app-install';
|
|
8
|
-
export * from './subscription';
|
|
9
|
-
export * from './user';
|
|
10
|
-
export * from './query';
|
|
11
|
-
export * from './event-status';
|
|
12
|
-
export * from './log-events';
|
|
13
|
-
export * from './tracking-events';
|
|
14
|
-
export * from './destination-tracked-events';
|
|
15
|
-
export * from './pixel-setup-health';
|
|
16
|
-
export * from './event-last-seen';
|
|
17
|
-
export * from './contact-acquisition';
|
|
18
|
-
export * from './measures';
|
|
19
|
-
export * from './dashboards';
|
|
1
|
+
export * from './account';
|
|
2
|
+
export * from './destinations/destinations';
|
|
3
|
+
export * from './destinations/destination-catalog';
|
|
4
|
+
export * from './destinations/third-party-contact-acquisition-configs';
|
|
5
|
+
export * from './destinations/third-party-destination-configs';
|
|
6
|
+
export * from './destinations/third-party-integration-configs';
|
|
7
|
+
export * from './shopify-app-install';
|
|
8
|
+
export * from './subscription';
|
|
9
|
+
export * from './user';
|
|
10
|
+
export * from './query';
|
|
11
|
+
export * from './event-status';
|
|
12
|
+
export * from './log-events';
|
|
13
|
+
export * from './tracking-events';
|
|
14
|
+
export * from './destination-tracked-events';
|
|
15
|
+
export * from './pixel-setup-health';
|
|
16
|
+
export * from './event-last-seen';
|
|
17
|
+
export * from './contact-acquisition';
|
|
18
|
+
export * from './measures';
|
|
19
|
+
export * from './dashboards';
|
|
20
20
|
//# sourceMappingURL=index.js.map
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
import { LogEvent, LogLevel } from '../event';
|
|
2
|
-
export interface LogEventRecord {
|
|
3
|
-
eventId: string;
|
|
4
|
-
eventName: string;
|
|
5
|
-
pixelId: string;
|
|
6
|
-
source: string;
|
|
7
|
-
service: string;
|
|
8
|
-
logMessage?: string;
|
|
9
|
-
logEvent?: LogEvent;
|
|
10
|
-
logLevel: LogLevel;
|
|
11
|
-
logGroup: string;
|
|
12
|
-
destination?: string;
|
|
13
|
-
destinationId?: string;
|
|
14
|
-
trackingEventName?: string;
|
|
15
|
-
destinationTrackingEventName?: string;
|
|
16
|
-
responseCode?: number;
|
|
17
|
-
errorCode?: string;
|
|
18
|
-
errorMessage?: string;
|
|
19
|
-
sentAtEpoch?: number;
|
|
20
|
-
collectedAt?: string;
|
|
21
|
-
expiredAt: number;
|
|
22
|
-
}
|
|
1
|
+
import { LogEvent, LogLevel } from '../event';
|
|
2
|
+
export interface LogEventRecord {
|
|
3
|
+
eventId: string;
|
|
4
|
+
eventName: string;
|
|
5
|
+
pixelId: string;
|
|
6
|
+
source: string;
|
|
7
|
+
service: string;
|
|
8
|
+
logMessage?: string;
|
|
9
|
+
logEvent?: LogEvent;
|
|
10
|
+
logLevel: LogLevel;
|
|
11
|
+
logGroup: string;
|
|
12
|
+
destination?: string;
|
|
13
|
+
destinationId?: string;
|
|
14
|
+
trackingEventName?: string;
|
|
15
|
+
destinationTrackingEventName?: string;
|
|
16
|
+
responseCode?: number;
|
|
17
|
+
errorCode?: string;
|
|
18
|
+
errorMessage?: string;
|
|
19
|
+
sentAtEpoch?: number;
|
|
20
|
+
collectedAt?: string;
|
|
21
|
+
expiredAt: number;
|
|
22
|
+
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export {};
|
|
1
|
+
export {};
|
|
2
2
|
//# sourceMappingURL=log-events.js.map
|
|
@@ -1,137 +1,137 @@
|
|
|
1
|
-
import { MEASURE } from '../measures';
|
|
2
|
-
import { MEASURE_CATEGORY } from './measure-categories';
|
|
3
|
-
export const
|
|
4
|
-
[MEASURE.CHANNEL_SPEND]: {
|
|
5
|
-
title: 'Spend - Channel Reported',
|
|
6
|
-
description: 'The amount of money spent as reported by the channel.',
|
|
7
|
-
sumPrefix: '$',
|
|
8
|
-
sumSuffix: '',
|
|
9
|
-
avgPrefix: '$',
|
|
10
|
-
avgSuffix: '',
|
|
11
|
-
icon: 'channel',
|
|
12
|
-
measure: MEASURE.CHANNEL_SPEND,
|
|
13
|
-
category: MEASURE_CATEGORY.UPSTACK_DATA,
|
|
14
|
-
},
|
|
15
|
-
[MEASURE.CHANNEL_IMPRESSIONS]: {
|
|
16
|
-
title: 'Impressions - Channel Reported',
|
|
17
|
-
description: 'The number of times ads were shown as reported by the channel.',
|
|
18
|
-
sumPrefix: '',
|
|
19
|
-
sumSuffix: '',
|
|
20
|
-
avgPrefix: '',
|
|
21
|
-
avgSuffix: '',
|
|
22
|
-
icon: 'channel',
|
|
23
|
-
measure: MEASURE.CHANNEL_IMPRESSIONS,
|
|
24
|
-
category: MEASURE_CATEGORY.UPSTACK_DATA,
|
|
25
|
-
},
|
|
26
|
-
[MEASURE.CHANNEL_CLICKS]: {
|
|
27
|
-
title: 'Clicks - Channel Reported',
|
|
28
|
-
description: 'The number of clicks as reported by the channel.',
|
|
29
|
-
sumPrefix: '',
|
|
30
|
-
sumSuffix: '',
|
|
31
|
-
avgPrefix: '',
|
|
32
|
-
avgSuffix: '',
|
|
33
|
-
icon: 'channel',
|
|
34
|
-
measure: MEASURE.CHANNEL_CLICKS,
|
|
35
|
-
category: MEASURE_CATEGORY.UPSTACK_DATA,
|
|
36
|
-
},
|
|
37
|
-
[MEASURE.CHANNEL_CTR]: {
|
|
38
|
-
title: 'CTR - Channel Reported',
|
|
39
|
-
description: 'The click-through rate as reported by the channel.',
|
|
40
|
-
sumPrefix: '',
|
|
41
|
-
sumSuffix: '%',
|
|
42
|
-
avgPrefix: '',
|
|
43
|
-
avgSuffix: '%',
|
|
44
|
-
icon: 'channel',
|
|
45
|
-
measure: MEASURE.CHANNEL_CTR,
|
|
46
|
-
category: MEASURE_CATEGORY.UPSTACK_DATA,
|
|
47
|
-
},
|
|
48
|
-
[MEASURE.CHANNEL_CPC]: {
|
|
49
|
-
title: 'CPC - Channel Reported',
|
|
50
|
-
description: 'The cost per click as reported by the channel.',
|
|
51
|
-
sumPrefix: '$',
|
|
52
|
-
sumSuffix: '',
|
|
53
|
-
avgPrefix: '$',
|
|
54
|
-
avgSuffix: '',
|
|
55
|
-
icon: 'channel',
|
|
56
|
-
measure: MEASURE.CHANNEL_CPC,
|
|
57
|
-
category: MEASURE_CATEGORY.UPSTACK_DATA,
|
|
58
|
-
},
|
|
59
|
-
[MEASURE.CHANNEL_CPM]: {
|
|
60
|
-
title: 'CPM - Channel Reported',
|
|
61
|
-
description: 'The cost per thousand impressions as reported by the channel.',
|
|
62
|
-
sumPrefix: '$',
|
|
63
|
-
sumSuffix: '',
|
|
64
|
-
avgPrefix: '$',
|
|
65
|
-
avgSuffix: '',
|
|
66
|
-
icon: 'channel',
|
|
67
|
-
measure: MEASURE.CHANNEL_CPM,
|
|
68
|
-
category: MEASURE_CATEGORY.UPSTACK_DATA,
|
|
69
|
-
},
|
|
70
|
-
[MEASURE.CHANNEL_PURCHASES]: {
|
|
71
|
-
title: 'Purchases - Channel Reported',
|
|
72
|
-
description: 'The number of purchases as reported by the channel.',
|
|
73
|
-
sumPrefix: '',
|
|
74
|
-
sumSuffix: '',
|
|
75
|
-
avgPrefix: '',
|
|
76
|
-
avgSuffix: '',
|
|
77
|
-
icon: 'channel',
|
|
78
|
-
measure: MEASURE.CHANNEL_PURCHASES,
|
|
79
|
-
category: MEASURE_CATEGORY.UPSTACK_DATA,
|
|
80
|
-
},
|
|
81
|
-
[MEASURE.CHANNEL_PURCHASES_VALUE]: {
|
|
82
|
-
title: 'Purchases Value - Channel Reported',
|
|
83
|
-
description: 'The total value of purchases as reported by the channel.',
|
|
84
|
-
sumPrefix: '$',
|
|
85
|
-
sumSuffix: '',
|
|
86
|
-
avgPrefix: '$',
|
|
87
|
-
avgSuffix: '',
|
|
88
|
-
icon: 'channel',
|
|
89
|
-
measure: MEASURE.CHANNEL_PURCHASES_VALUE,
|
|
90
|
-
category: MEASURE_CATEGORY.UPSTACK_DATA,
|
|
91
|
-
},
|
|
92
|
-
[MEASURE.CHANNEL_CPA]: {
|
|
93
|
-
title: 'CPA - Channel Reported',
|
|
94
|
-
description: 'The amount spent per acquisition as reported by the channel.',
|
|
95
|
-
sumPrefix: '$',
|
|
96
|
-
sumSuffix: '',
|
|
97
|
-
avgPrefix: '$',
|
|
98
|
-
avgSuffix: '',
|
|
99
|
-
icon: 'channel',
|
|
100
|
-
measure: MEASURE.CHANNEL_CPA,
|
|
101
|
-
category: MEASURE_CATEGORY.UPSTACK_DATA,
|
|
102
|
-
},
|
|
103
|
-
[MEASURE.CHANNEL_ROAS]: {
|
|
104
|
-
title: 'ROAS - Channel Reported',
|
|
105
|
-
description: 'The return on ad spend as reported by the channel.',
|
|
106
|
-
sumPrefix: '',
|
|
107
|
-
sumSuffix: 'x',
|
|
108
|
-
avgPrefix: '',
|
|
109
|
-
avgSuffix: 'x',
|
|
110
|
-
icon: 'channel',
|
|
111
|
-
measure: MEASURE.CHANNEL_ROAS,
|
|
112
|
-
category: MEASURE_CATEGORY.UPSTACK_DATA,
|
|
113
|
-
},
|
|
114
|
-
[MEASURE.CHANNEL_NEW_CUSTOMER_CPA]: {
|
|
115
|
-
title: 'New Customer CPA - Channel Reported',
|
|
116
|
-
description: 'The cost per acquisition for new customers as reported by the channel.',
|
|
117
|
-
sumPrefix: '$',
|
|
118
|
-
sumSuffix: '',
|
|
119
|
-
avgPrefix: '$',
|
|
120
|
-
avgSuffix: '',
|
|
121
|
-
icon: 'channel',
|
|
122
|
-
measure: MEASURE.CHANNEL_NEW_CUSTOMER_CPA,
|
|
123
|
-
category: MEASURE_CATEGORY.UPSTACK_DATA,
|
|
124
|
-
},
|
|
125
|
-
[MEASURE.CHANNEL_NEW_CUSTOMER_ROAS]: {
|
|
126
|
-
title: 'New Customer ROAS - Channel Reported',
|
|
127
|
-
description: 'The return on ad spend for new customers as reported by the channel.',
|
|
128
|
-
sumPrefix: '',
|
|
129
|
-
sumSuffix: 'x',
|
|
130
|
-
avgPrefix: '',
|
|
131
|
-
avgSuffix: 'x',
|
|
132
|
-
icon: 'channel',
|
|
133
|
-
measure: MEASURE.CHANNEL_NEW_CUSTOMER_ROAS,
|
|
134
|
-
category: MEASURE_CATEGORY.UPSTACK_DATA,
|
|
135
|
-
},
|
|
136
|
-
};
|
|
137
|
-
//# sourceMappingURL=
|
|
1
|
+
import { MEASURE } from '../measures';
|
|
2
|
+
import { MEASURE_CATEGORY } from './measure-categories';
|
|
3
|
+
export const CHANNEL_MEASURES_MAP = {
|
|
4
|
+
[MEASURE.CHANNEL_SPEND]: {
|
|
5
|
+
title: 'Spend - Channel Reported',
|
|
6
|
+
description: 'The amount of money spent as reported by the channel.',
|
|
7
|
+
sumPrefix: '$',
|
|
8
|
+
sumSuffix: '',
|
|
9
|
+
avgPrefix: '$',
|
|
10
|
+
avgSuffix: '',
|
|
11
|
+
icon: 'channel',
|
|
12
|
+
measure: MEASURE.CHANNEL_SPEND,
|
|
13
|
+
category: MEASURE_CATEGORY.UPSTACK_DATA,
|
|
14
|
+
},
|
|
15
|
+
[MEASURE.CHANNEL_IMPRESSIONS]: {
|
|
16
|
+
title: 'Impressions - Channel Reported',
|
|
17
|
+
description: 'The number of times ads were shown as reported by the channel.',
|
|
18
|
+
sumPrefix: '',
|
|
19
|
+
sumSuffix: '',
|
|
20
|
+
avgPrefix: '',
|
|
21
|
+
avgSuffix: '',
|
|
22
|
+
icon: 'channel',
|
|
23
|
+
measure: MEASURE.CHANNEL_IMPRESSIONS,
|
|
24
|
+
category: MEASURE_CATEGORY.UPSTACK_DATA,
|
|
25
|
+
},
|
|
26
|
+
[MEASURE.CHANNEL_CLICKS]: {
|
|
27
|
+
title: 'Clicks - Channel Reported',
|
|
28
|
+
description: 'The number of clicks as reported by the channel.',
|
|
29
|
+
sumPrefix: '',
|
|
30
|
+
sumSuffix: '',
|
|
31
|
+
avgPrefix: '',
|
|
32
|
+
avgSuffix: '',
|
|
33
|
+
icon: 'channel',
|
|
34
|
+
measure: MEASURE.CHANNEL_CLICKS,
|
|
35
|
+
category: MEASURE_CATEGORY.UPSTACK_DATA,
|
|
36
|
+
},
|
|
37
|
+
[MEASURE.CHANNEL_CTR]: {
|
|
38
|
+
title: 'CTR - Channel Reported',
|
|
39
|
+
description: 'The click-through rate as reported by the channel.',
|
|
40
|
+
sumPrefix: '',
|
|
41
|
+
sumSuffix: '%',
|
|
42
|
+
avgPrefix: '',
|
|
43
|
+
avgSuffix: '%',
|
|
44
|
+
icon: 'channel',
|
|
45
|
+
measure: MEASURE.CHANNEL_CTR,
|
|
46
|
+
category: MEASURE_CATEGORY.UPSTACK_DATA,
|
|
47
|
+
},
|
|
48
|
+
[MEASURE.CHANNEL_CPC]: {
|
|
49
|
+
title: 'CPC - Channel Reported',
|
|
50
|
+
description: 'The cost per click as reported by the channel.',
|
|
51
|
+
sumPrefix: '$',
|
|
52
|
+
sumSuffix: '',
|
|
53
|
+
avgPrefix: '$',
|
|
54
|
+
avgSuffix: '',
|
|
55
|
+
icon: 'channel',
|
|
56
|
+
measure: MEASURE.CHANNEL_CPC,
|
|
57
|
+
category: MEASURE_CATEGORY.UPSTACK_DATA,
|
|
58
|
+
},
|
|
59
|
+
[MEASURE.CHANNEL_CPM]: {
|
|
60
|
+
title: 'CPM - Channel Reported',
|
|
61
|
+
description: 'The cost per thousand impressions as reported by the channel.',
|
|
62
|
+
sumPrefix: '$',
|
|
63
|
+
sumSuffix: '',
|
|
64
|
+
avgPrefix: '$',
|
|
65
|
+
avgSuffix: '',
|
|
66
|
+
icon: 'channel',
|
|
67
|
+
measure: MEASURE.CHANNEL_CPM,
|
|
68
|
+
category: MEASURE_CATEGORY.UPSTACK_DATA,
|
|
69
|
+
},
|
|
70
|
+
[MEASURE.CHANNEL_PURCHASES]: {
|
|
71
|
+
title: 'Purchases - Channel Reported',
|
|
72
|
+
description: 'The number of purchases as reported by the channel.',
|
|
73
|
+
sumPrefix: '',
|
|
74
|
+
sumSuffix: '',
|
|
75
|
+
avgPrefix: '',
|
|
76
|
+
avgSuffix: '',
|
|
77
|
+
icon: 'channel',
|
|
78
|
+
measure: MEASURE.CHANNEL_PURCHASES,
|
|
79
|
+
category: MEASURE_CATEGORY.UPSTACK_DATA,
|
|
80
|
+
},
|
|
81
|
+
[MEASURE.CHANNEL_PURCHASES_VALUE]: {
|
|
82
|
+
title: 'Purchases Value - Channel Reported',
|
|
83
|
+
description: 'The total value of purchases as reported by the channel.',
|
|
84
|
+
sumPrefix: '$',
|
|
85
|
+
sumSuffix: '',
|
|
86
|
+
avgPrefix: '$',
|
|
87
|
+
avgSuffix: '',
|
|
88
|
+
icon: 'channel',
|
|
89
|
+
measure: MEASURE.CHANNEL_PURCHASES_VALUE,
|
|
90
|
+
category: MEASURE_CATEGORY.UPSTACK_DATA,
|
|
91
|
+
},
|
|
92
|
+
[MEASURE.CHANNEL_CPA]: {
|
|
93
|
+
title: 'CPA - Channel Reported',
|
|
94
|
+
description: 'The amount spent per acquisition as reported by the channel.',
|
|
95
|
+
sumPrefix: '$',
|
|
96
|
+
sumSuffix: '',
|
|
97
|
+
avgPrefix: '$',
|
|
98
|
+
avgSuffix: '',
|
|
99
|
+
icon: 'channel',
|
|
100
|
+
measure: MEASURE.CHANNEL_CPA,
|
|
101
|
+
category: MEASURE_CATEGORY.UPSTACK_DATA,
|
|
102
|
+
},
|
|
103
|
+
[MEASURE.CHANNEL_ROAS]: {
|
|
104
|
+
title: 'ROAS - Channel Reported',
|
|
105
|
+
description: 'The return on ad spend as reported by the channel.',
|
|
106
|
+
sumPrefix: '',
|
|
107
|
+
sumSuffix: 'x',
|
|
108
|
+
avgPrefix: '',
|
|
109
|
+
avgSuffix: 'x',
|
|
110
|
+
icon: 'channel',
|
|
111
|
+
measure: MEASURE.CHANNEL_ROAS,
|
|
112
|
+
category: MEASURE_CATEGORY.UPSTACK_DATA,
|
|
113
|
+
},
|
|
114
|
+
[MEASURE.CHANNEL_NEW_CUSTOMER_CPA]: {
|
|
115
|
+
title: 'New Customer CPA - Channel Reported',
|
|
116
|
+
description: 'The cost per acquisition for new customers as reported by the channel.',
|
|
117
|
+
sumPrefix: '$',
|
|
118
|
+
sumSuffix: '',
|
|
119
|
+
avgPrefix: '$',
|
|
120
|
+
avgSuffix: '',
|
|
121
|
+
icon: 'channel',
|
|
122
|
+
measure: MEASURE.CHANNEL_NEW_CUSTOMER_CPA,
|
|
123
|
+
category: MEASURE_CATEGORY.UPSTACK_DATA,
|
|
124
|
+
},
|
|
125
|
+
[MEASURE.CHANNEL_NEW_CUSTOMER_ROAS]: {
|
|
126
|
+
title: 'New Customer ROAS - Channel Reported',
|
|
127
|
+
description: 'The return on ad spend for new customers as reported by the channel.',
|
|
128
|
+
sumPrefix: '',
|
|
129
|
+
sumSuffix: 'x',
|
|
130
|
+
avgPrefix: '',
|
|
131
|
+
avgSuffix: 'x',
|
|
132
|
+
icon: 'channel',
|
|
133
|
+
measure: MEASURE.CHANNEL_NEW_CUSTOMER_ROAS,
|
|
134
|
+
category: MEASURE_CATEGORY.UPSTACK_DATA,
|
|
135
|
+
},
|
|
136
|
+
};
|
|
137
|
+
//# sourceMappingURL=channel-measure-definitions.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"channel-measure-definitions.js","sourceRoot":"","sources":["../../../../../../src/types/api/measures/definitions/channel-measure-definitions.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { MeasureDefinition } from './measure-definitions';
|
|
2
|
-
export declare const CORE_MEASURES_MAP: Record<string, MeasureDefinition>;
|
|
1
|
+
import { MeasureDefinition } from './measure-definitions';
|
|
2
|
+
export declare const CORE_MEASURES_MAP: Record<string, MeasureDefinition>;
|