Anowave Magento 2 Google Analytics 4 Enhanced Ecommerce tracking (GTM)

Anowave Magento 2 Google Analytics 4 Enhanced Ecommerce tracking (GTM) V103.0.9.21411 Nulled

No permission to download
newimage Sergeant Major
Staff member
Moderating
badge id 104 You Are Richer badge id 109 NullPro Uploader
Jun 28, 2020
2,192
5,639
$6,199
thanks to dear member @newimage submitted a new resource:

Anowave Magento 2 Google Analytics 4 Enhanced Ecommerce tracking (GTM) - Google Analytics 4 for Magento 2 based on Google Tag Manager.

Google Analytics 4 for Magento 2 based on Google Tag Manager. Provides a full support for the Google Analytics 4 specification and allows for advanced Enhanced Ecommerce tracking for Magento 2 via the visionary GA4. The new Analytics adds AI-powered insights, tracks users across devices and provides more granular data controls.

Read more about this resource...
 
lost
"anowave/package" : ">0.0.0",
"anowave/ec" : ">=100.5.8"

please check it and upload full package
 
Hi @hellobut ,
I am getting following deprecated exception on M2.4.4 PHP 8.1:

Code:
Deprecated Functionality: openssl_decrypt(): Passing null to parameter #1 ($data) of type string is deprecated in .../app/code/Anowave/Package/Helper/Base.php on line 180

How to fix it?
 
update it , please enjoy !
 
Last edited by a moderator:
update it , please enjoy !

It was giving error: Something went wrong while saving this configuration: Warning: Undefined array key 1 in .../app/code/Anowave/Package/Helper/Base.php on line 110
Then I added following lines:

Code:
if ( ! isset($key[1])) {
        $key[1] = null;
}

After that, getting error when saving license key:
Code:
The provided license key is invalid for domain ...
 
It was giving error: Something went wrong while saving this configuration: Warning: Undefined array key 1 in .../app/code/Anowave/Package/Helper/Base.php on line 110
Then I added following lines:

Code:
if ( ! isset($key[1])) {
        $key[1] = null;
}

After that, getting error when saving license key:
Code:
The provided license key is invalid for domain ...
add code following line
PHP:
//$key = (array) explode(chr(58), (string) $this->decrypt($license));
   if ( ! isset($key[1])) {
        $key[1] = null;
}

you lost php plugin openssl
 
Same issue here, when trying to save settings always showing

The provided license key is invalid for domain ...

Also no snippets are showing in the source code. All data entered in the settings correctly and mapped via Google Sign-In.
Any fixing? Paid extra 15 eur and two additionally credits for download the 1st and 2nd time the module, but still not working.
 
Last edited:
Back
Top