@adstage/web-sdk 3.0.14 → 3.0.15

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
@@ -671,6 +671,12 @@ interface TrackingParams {
671
671
  ad_creative?: string;
672
672
  creative_id?: string;
673
673
  term?: string;
674
+ k_campaign?: string;
675
+ k_adgroup?: string;
676
+ k_keyword?: string;
677
+ k_keyword_id?: string;
678
+ k_creative?: string;
679
+ k_rank?: string;
674
680
  utm_source?: string;
675
681
  utm_medium?: string;
676
682
  utm_campaign?: string;