@betarena/ad-engine 0.0.68 → 0.0.69
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
|
@@ -437,10 +437,10 @@
|
|
|
437
437
|
{
|
|
438
438
|
target: element,
|
|
439
439
|
props:
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
440
|
+
{
|
|
441
|
+
instanceNode: element,
|
|
442
|
+
objectAdvertData: adData
|
|
443
|
+
}
|
|
444
444
|
}
|
|
445
445
|
);
|
|
446
446
|
;
|
|
@@ -451,7 +451,7 @@
|
|
|
451
451
|
new AdvertLeftSide
|
|
452
452
|
(
|
|
453
453
|
{
|
|
454
|
-
target:
|
|
454
|
+
target: element.parentElement,
|
|
455
455
|
props:
|
|
456
456
|
{
|
|
457
457
|
objectAdvertData: adData
|
|
@@ -698,10 +698,10 @@
|
|
|
698
698
|
injectBetarenaAds
|
|
699
699
|
(
|
|
700
700
|
{
|
|
701
|
-
|
|
702
|
-
deviceType: 'desktop',
|
|
703
|
-
|
|
704
|
-
isoCountryCode: 'BR',
|
|
701
|
+
deviceType,
|
|
702
|
+
// deviceType: 'desktop',
|
|
703
|
+
isoCountryCode: geoLocation.country_code ?? 'EN',
|
|
704
|
+
// isoCountryCode: 'BR',
|
|
705
705
|
authorId,
|
|
706
706
|
tagIds: authorArticleTagIds,
|
|
707
707
|
zoneIds: [...mapBetarenaAdvertStandardElement.keys()]
|