@aranova/tracking-react 0.23.1 → 0.24.0

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.
@@ -209,6 +209,8 @@ interface TrackingParams {
209
209
  wbraid: string | null;
210
210
  /** Google Ads iOS app-to-web click id (issued when gclid is withheld). */
211
211
  gbraid: string | null;
212
+ /** Yelp Ads click id. */
213
+ ylpcid: string | null;
212
214
  /** Meta/Facebook click id. */
213
215
  fbclid: string | null;
214
216
  /** UTM source, for example `google` or `newsletter`. */
@@ -310,6 +312,7 @@ interface TrackingSessionUpsertPayload {
310
312
  gclid: string | null;
311
313
  wbraid: string | null;
312
314
  gbraid: string | null;
315
+ ylpcid: string | null;
313
316
  fbclid: string | null;
314
317
  /** Meta CAPI cookies: `_fbc` (derived from fbclid) and `_fbp` (Pixel browser id). */
315
318
  fbc: string | null;
@@ -331,6 +334,7 @@ interface TrackingSessionUpsertPayload {
331
334
  landing_gclid?: string | null;
332
335
  landing_wbraid?: string | null;
333
336
  landing_gbraid?: string | null;
337
+ landing_ylpcid?: string | null;
334
338
  landing_fbclid?: string | null;
335
339
  landing_utm_source?: string | null;
336
340
  landing_utm_medium?: string | null;
@@ -352,6 +356,7 @@ interface TrackingEventCreatePayload {
352
356
  gclid: string | null;
353
357
  wbraid: string | null;
354
358
  gbraid: string | null;
359
+ ylpcid: string | null;
355
360
  fbclid: string | null;
356
361
  fbc: string | null;
357
362
  fbp: string | null;
@@ -209,6 +209,8 @@ interface TrackingParams {
209
209
  wbraid: string | null;
210
210
  /** Google Ads iOS app-to-web click id (issued when gclid is withheld). */
211
211
  gbraid: string | null;
212
+ /** Yelp Ads click id. */
213
+ ylpcid: string | null;
212
214
  /** Meta/Facebook click id. */
213
215
  fbclid: string | null;
214
216
  /** UTM source, for example `google` or `newsletter`. */
@@ -310,6 +312,7 @@ interface TrackingSessionUpsertPayload {
310
312
  gclid: string | null;
311
313
  wbraid: string | null;
312
314
  gbraid: string | null;
315
+ ylpcid: string | null;
313
316
  fbclid: string | null;
314
317
  /** Meta CAPI cookies: `_fbc` (derived from fbclid) and `_fbp` (Pixel browser id). */
315
318
  fbc: string | null;
@@ -331,6 +334,7 @@ interface TrackingSessionUpsertPayload {
331
334
  landing_gclid?: string | null;
332
335
  landing_wbraid?: string | null;
333
336
  landing_gbraid?: string | null;
337
+ landing_ylpcid?: string | null;
334
338
  landing_fbclid?: string | null;
335
339
  landing_utm_source?: string | null;
336
340
  landing_utm_medium?: string | null;
@@ -352,6 +356,7 @@ interface TrackingEventCreatePayload {
352
356
  gclid: string | null;
353
357
  wbraid: string | null;
354
358
  gbraid: string | null;
359
+ ylpcid: string | null;
355
360
  fbclid: string | null;
356
361
  fbc: string | null;
357
362
  fbp: string | null;
package/dist/phone.d.mts CHANGED
@@ -1,3 +1,3 @@
1
- export { l as DEFAULT_PHONE_COUNTRY, i as ParsedPhone, P as PhoneConfig, j as PhoneDisplayFormat, m as TrackedField, q as formatPhone, r as formatPhoneAsTyped, y as parsePhone, z as phoneField, E as toE164 } from './phone-utils-BhWfNuPS.mjs';
1
+ export { l as DEFAULT_PHONE_COUNTRY, i as ParsedPhone, P as PhoneConfig, j as PhoneDisplayFormat, m as TrackedField, q as formatPhone, r as formatPhoneAsTyped, y as parsePhone, z as phoneField, E as toE164 } from './phone-utils-FTQnybMz.mjs';
2
2
  export { CountryCode } from 'libphonenumber-js';
3
3
  import 'zod';
package/dist/phone.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- export { l as DEFAULT_PHONE_COUNTRY, i as ParsedPhone, P as PhoneConfig, j as PhoneDisplayFormat, m as TrackedField, q as formatPhone, r as formatPhoneAsTyped, y as parsePhone, z as phoneField, E as toE164 } from './phone-utils-BhWfNuPS.js';
1
+ export { l as DEFAULT_PHONE_COUNTRY, i as ParsedPhone, P as PhoneConfig, j as PhoneDisplayFormat, m as TrackedField, q as formatPhone, r as formatPhoneAsTyped, y as parsePhone, z as phoneField, E as toE164 } from './phone-utils-FTQnybMz.js';
2
2
  export { CountryCode } from 'libphonenumber-js';
3
3
  import 'zod';