@blotoutio/providers-universal-ads-sdk 1.69.1 → 1.69.2

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/index.cjs.js CHANGED
@@ -365,6 +365,9 @@ const init = ({ manifest }) => {
365
365
  * Keep this list in sync with `defaultParams` in queryParams.ts when new
366
366
  * click ID providers are added.
367
367
  */
368
+ // One limit for the Customers.ai mmuid / search tokens everywhere they are
369
+ // handled: the smblead SDK capture hook, EdgeLake emission, and the smblead
370
+ // webhook ingestion/emission (the app cannot import provider config libs).
368
371
  const CLICK_IDS = [
369
372
  { param: 'fbclid', label: 'Facebook' }, // Facebook Ads
370
373
  { param: 'gclid', label: 'Google' }, // Google Ads (click)
package/index.js CHANGED
@@ -366,6 +366,9 @@ var ProvidersUniversalAdsSdk = (function () {
366
366
  * Keep this list in sync with `defaultParams` in queryParams.ts when new
367
367
  * click ID providers are added.
368
368
  */
369
+ // One limit for the Customers.ai mmuid / search tokens everywhere they are
370
+ // handled: the smblead SDK capture hook, EdgeLake emission, and the smblead
371
+ // webhook ingestion/emission (the app cannot import provider config libs).
369
372
  const CLICK_IDS = [
370
373
  { param: 'fbclid', label: 'Facebook' }, // Facebook Ads
371
374
  { param: 'gclid', label: 'Google' }, // Google Ads (click)
package/index.mjs CHANGED
@@ -363,6 +363,9 @@ const init = ({ manifest }) => {
363
363
  * Keep this list in sync with `defaultParams` in queryParams.ts when new
364
364
  * click ID providers are added.
365
365
  */
366
+ // One limit for the Customers.ai mmuid / search tokens everywhere they are
367
+ // handled: the smblead SDK capture hook, EdgeLake emission, and the smblead
368
+ // webhook ingestion/emission (the app cannot import provider config libs).
366
369
  const CLICK_IDS = [
367
370
  { param: 'fbclid', label: 'Facebook' }, // Facebook Ads
368
371
  { param: 'gclid', label: 'Google' }, // Google Ads (click)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blotoutio/providers-universal-ads-sdk",
3
- "version": "1.69.1",
3
+ "version": "1.69.2",
4
4
  "description": "Universal Ads Browser SDK for EdgeTag",
5
5
  "author": "Blotout",
6
6
  "license": "MIT",