@adtrackify/at-tracking-event-types 1.1.24 → 1.1.25

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/index.d.ts CHANGED
@@ -587,6 +587,7 @@ declare module '@adtrackify/at-tracking-event-types/types/tracking-events/tracki
587
587
  }
588
588
  export interface CampaignInfo {
589
589
  name?: string;
590
+ campaign?: string;
590
591
  source?: string;
591
592
  medium?: string;
592
593
  term?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adtrackify/at-tracking-event-types",
3
- "version": "1.1.24",
3
+ "version": "1.1.25",
4
4
  "description": "",
5
5
  "module": "./dist/index.js",
6
6
  "main": "./dist/index.js",
@@ -32,6 +32,7 @@ export interface AdClickInfo {
32
32
 
33
33
  export interface CampaignInfo {
34
34
  name?: string;
35
+ campaign?: string;
35
36
  source?: string;
36
37
  medium?: string;
37
38
  term?: string;