@adtrackify/at-tracking-event-types 3.0.84 → 3.0.85
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/dist/cjs/types/api/destinations/third-party-destination-configs.d.ts +9 -1
- package/dist/cjs/types/api/destinations/third-party-destination-configs.js.map +1 -1
- package/dist/cjs/types/api/subscription.d.ts +0 -2
- package/dist/cjs/types/api/subscription.js.map +1 -1
- package/dist/esm/types/api/destinations/third-party-destination-configs.d.ts +9 -1
- package/dist/esm/types/api/destinations/third-party-destination-configs.js.map +1 -1
- package/dist/esm/types/api/subscription.d.ts +0 -2
- package/dist/esm/types/api/subscription.js.map +1 -1
- package/package.json +2 -2
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { TRACKING_EVENT_NAME } from '../../event';
|
|
1
2
|
import { Destination, UserDestinationConfiguration } from './destinations';
|
|
2
3
|
export interface AdTrackifyFacebookDestination extends Destination {
|
|
3
4
|
configuration: FacebookPixelConfiguration;
|
|
@@ -48,7 +49,14 @@ export interface GoogleAnalytics4Configuration extends UserDestinationConfigurat
|
|
|
48
49
|
}
|
|
49
50
|
export interface GoogleAdsConfiguration extends UserDestinationConfiguration {
|
|
50
51
|
pixelId: string;
|
|
51
|
-
|
|
52
|
+
conversionId: string;
|
|
53
|
+
conversions?: GoogleAdsConversion[];
|
|
54
|
+
}
|
|
55
|
+
export interface GoogleAdsConversion {
|
|
56
|
+
trackingEventName: TRACKING_EVENT_NAME;
|
|
57
|
+
conversionId: string;
|
|
58
|
+
conversionLabel: string;
|
|
59
|
+
enabled: boolean;
|
|
52
60
|
}
|
|
53
61
|
export interface HubspotPixelConfiguration extends UserDestinationConfiguration {
|
|
54
62
|
hubspotId: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"third-party-destination-configs.js","sourceRoot":"","sources":["../../../../../src/types/api/destinations/third-party-destination-configs.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"third-party-destination-configs.js","sourceRoot":"","sources":["../../../../../src/types/api/destinations/third-party-destination-configs.ts"],"names":[],"mappings":";;;AAgJA,IAAY,kBAIX;AAJD,WAAY,kBAAkB;IAC5B,uCAAiB,CAAA;IACjB,uCAAiB,CAAA;IACjB,mCAAa,CAAA;AACf,CAAC,EAJW,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAI7B"}
|
|
@@ -79,8 +79,6 @@ export interface PlanUsage {
|
|
|
79
79
|
currentMonthUsage: number;
|
|
80
80
|
lastMonthUsageRatio: number;
|
|
81
81
|
currentMonthUsageRatio: number;
|
|
82
|
-
lastThreeMonthsUsage: number;
|
|
83
|
-
lastThreeMonthsUsageExceeded: boolean;
|
|
84
82
|
}
|
|
85
83
|
export declare enum PLAN_BILLING_FREQUENCY {
|
|
86
84
|
MONTHLY = "monthly",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"subscription.js","sourceRoot":"","sources":["../../../../src/types/api/subscription.ts"],"names":[],"mappings":";;;AAyEA,IAAY,YAGX;AAHD,WAAY,YAAY;IACtB,+BAAe,CAAA;IACf,yCAAyB,CAAA;AAC3B,CAAC,EAHW,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAGvB;
|
|
1
|
+
{"version":3,"file":"subscription.js","sourceRoot":"","sources":["../../../../src/types/api/subscription.ts"],"names":[],"mappings":";;;AAyEA,IAAY,YAGX;AAHD,WAAY,YAAY;IACtB,+BAAe,CAAA;IACf,yCAAyB,CAAA;AAC3B,CAAC,EAHW,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAGvB;AAYD,IAAY,sBAGX;AAHD,WAAY,sBAAsB;IAChC,6CAAmB,CAAA;IACnB,2CAAiB,CAAA;AACnB,CAAC,EAHW,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAGjC;AAED,IAAY,cAKX;AALD,WAAY,cAAc;IACxB,qCAAmB,CAAA;IACnB,uCAAqB,CAAA;IACrB,yCAAuB,CAAA;IACvB,mCAAiB,CAAA;AACnB,CAAC,EALW,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAKzB;AAED,IAAY,mBAQX;AARD,WAAY,mBAAmB;IAC7B,wCAAiB,CAAA;IACjB,8CAAuB,CAAA;IACvB,4CAAqB,CAAA;IACrB,0CAAmB,CAAA;IACnB,wCAAiB,CAAA;IACjB,0CAAmB,CAAA;IACnB,2CAAoB,CAAA;AACtB,CAAC,EARW,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QAQ9B;AAED,IAAY,eAIX;AAJD,WAAY,eAAe;IACzB,oCAAiB,CAAA;IACjB,oCAAiB,CAAA;IACjB,sCAAmB,CAAA;AACrB,CAAC,EAJW,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAI1B"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { TRACKING_EVENT_NAME } from '../../event';
|
|
1
2
|
import { Destination, UserDestinationConfiguration } from './destinations';
|
|
2
3
|
export interface AdTrackifyFacebookDestination extends Destination {
|
|
3
4
|
configuration: FacebookPixelConfiguration;
|
|
@@ -48,7 +49,14 @@ export interface GoogleAnalytics4Configuration extends UserDestinationConfigurat
|
|
|
48
49
|
}
|
|
49
50
|
export interface GoogleAdsConfiguration extends UserDestinationConfiguration {
|
|
50
51
|
pixelId: string;
|
|
51
|
-
|
|
52
|
+
conversionId: string;
|
|
53
|
+
conversions?: GoogleAdsConversion[];
|
|
54
|
+
}
|
|
55
|
+
export interface GoogleAdsConversion {
|
|
56
|
+
trackingEventName: TRACKING_EVENT_NAME;
|
|
57
|
+
conversionId: string;
|
|
58
|
+
conversionLabel: string;
|
|
59
|
+
enabled: boolean;
|
|
52
60
|
}
|
|
53
61
|
export interface HubspotPixelConfiguration extends UserDestinationConfiguration {
|
|
54
62
|
hubspotId: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"third-party-destination-configs.js","sourceRoot":"","sources":["../../../../../src/types/api/destinations/third-party-destination-configs.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"third-party-destination-configs.js","sourceRoot":"","sources":["../../../../../src/types/api/destinations/third-party-destination-configs.ts"],"names":[],"mappings":"AAgJA,MAAM,CAAN,IAAY,kBAIX;AAJD,WAAY,kBAAkB;IAC5B,uCAAiB,CAAA;IACjB,uCAAiB,CAAA;IACjB,mCAAa,CAAA;AACf,CAAC,EAJW,kBAAkB,KAAlB,kBAAkB,QAI7B"}
|
|
@@ -79,8 +79,6 @@ export interface PlanUsage {
|
|
|
79
79
|
currentMonthUsage: number;
|
|
80
80
|
lastMonthUsageRatio: number;
|
|
81
81
|
currentMonthUsageRatio: number;
|
|
82
|
-
lastThreeMonthsUsage: number;
|
|
83
|
-
lastThreeMonthsUsageExceeded: boolean;
|
|
84
82
|
}
|
|
85
83
|
export declare enum PLAN_BILLING_FREQUENCY {
|
|
86
84
|
MONTHLY = "monthly",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"subscription.js","sourceRoot":"","sources":["../../../../src/types/api/subscription.ts"],"names":[],"mappings":"AAyEA,MAAM,CAAN,IAAY,YAGX;AAHD,WAAY,YAAY;IACtB,+BAAe,CAAA;IACf,yCAAyB,CAAA;AAC3B,CAAC,EAHW,YAAY,KAAZ,YAAY,QAGvB;
|
|
1
|
+
{"version":3,"file":"subscription.js","sourceRoot":"","sources":["../../../../src/types/api/subscription.ts"],"names":[],"mappings":"AAyEA,MAAM,CAAN,IAAY,YAGX;AAHD,WAAY,YAAY;IACtB,+BAAe,CAAA;IACf,yCAAyB,CAAA;AAC3B,CAAC,EAHW,YAAY,KAAZ,YAAY,QAGvB;AAYD,MAAM,CAAN,IAAY,sBAGX;AAHD,WAAY,sBAAsB;IAChC,6CAAmB,CAAA;IACnB,2CAAiB,CAAA;AACnB,CAAC,EAHW,sBAAsB,KAAtB,sBAAsB,QAGjC;AAED,MAAM,CAAN,IAAY,cAKX;AALD,WAAY,cAAc;IACxB,qCAAmB,CAAA;IACnB,uCAAqB,CAAA;IACrB,yCAAuB,CAAA;IACvB,mCAAiB,CAAA;AACnB,CAAC,EALW,cAAc,KAAd,cAAc,QAKzB;AAED,MAAM,CAAN,IAAY,mBAQX;AARD,WAAY,mBAAmB;IAC7B,wCAAiB,CAAA;IACjB,8CAAuB,CAAA;IACvB,4CAAqB,CAAA;IACrB,0CAAmB,CAAA;IACnB,wCAAiB,CAAA;IACjB,0CAAmB,CAAA;IACnB,2CAAoB,CAAA;AACtB,CAAC,EARW,mBAAmB,KAAnB,mBAAmB,QAQ9B;AAED,MAAM,CAAN,IAAY,eAIX;AAJD,WAAY,eAAe;IACzB,oCAAiB,CAAA;IACjB,oCAAiB,CAAA;IACjB,sCAAmB,CAAA;AACrB,CAAC,EAJW,eAAe,KAAf,eAAe,QAI1B"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adtrackify/at-tracking-event-types",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.85",
|
|
4
4
|
"description": "",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist/*"
|
|
@@ -81,4 +81,4 @@
|
|
|
81
81
|
"author": "",
|
|
82
82
|
"license": "ISC",
|
|
83
83
|
"homepage": "https://bitbucket.org/eacap/at-tracking-event-types#readme"
|
|
84
|
-
}
|
|
84
|
+
}
|