@betarena/ad-engine 0.0.36 → 0.0.38
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/package.json
CHANGED
|
@@ -365,7 +365,7 @@
|
|
|
365
365
|
;
|
|
366
366
|
|
|
367
367
|
// [🐞]
|
|
368
|
-
|
|
368
|
+
console.log('creativeAdData-HERE1', creativeAdData);
|
|
369
369
|
|
|
370
370
|
for (const adData of creativeAdData)
|
|
371
371
|
{
|
|
@@ -429,7 +429,7 @@
|
|
|
429
429
|
;
|
|
430
430
|
|
|
431
431
|
// [🐞]
|
|
432
|
-
|
|
432
|
+
console.log('creativeAdData-HERE2', creativeAdData);
|
|
433
433
|
|
|
434
434
|
for (const adData of creativeAdData)
|
|
435
435
|
{
|
|
@@ -475,7 +475,7 @@
|
|
|
475
475
|
(
|
|
476
476
|
{
|
|
477
477
|
deviceType,
|
|
478
|
-
isoCountryCode: '
|
|
478
|
+
isoCountryCode: geoLocation?.country_code ?? 'EN',
|
|
479
479
|
authorId,
|
|
480
480
|
tagIds: authorArticleTagIds,
|
|
481
481
|
zoneIds: [...betarenaAdsInjectMap.keys()]
|