@blotoutio/providers-universal-ads-sdk 1.69.0 → 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 +3 -0
- package/index.js +3 -0
- package/index.mjs +3 -0
- package/package.json +1 -1
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)
|