Jump to content

Google Analytics API


Recommended Posts

Hallo Freunde,

 

ich bekomme es leider nicht hin Google Analytics API im Modul richtig einzustellen. Ich weiß auch nicht wo mein Problem ist. Er nimmt mir die Client-Id, Client Sicherheitsschlüssel und Profil nicht an. 

 

Was soll ich tun oder was kann ich tun?

 

Shop Version: 1.6.0.14

 

Vielen Dank im Voraus!

Link to comment
Share on other sites

  • 2 months later...

Hallo Freunde,

 

ich bekomme es leider nicht hin Google Analytics API im Modul richtig einzustellen. Ich weiß auch nicht wo mein Problem ist. Er nimmt mir die Client-Id, Client Sicherheitsschlüssel und Profil nicht an. 

 

Was soll ich tun oder was kann ich tun?

 

Shop Version: 1.6.0.14

 

Vielen Dank im Voraus!

 

Okay, ich weiß, der Post ist schon älter, aber ich habe eine Lösung gefunden:

 

in der Datei gapi.php in der Zeile 135

$shop = new Shop(Shop::getContextShopID(true));

in

$shop = new Shop(Shop::getContextShopID());

ändern

und in der Zeile 164

$shop = new Shop(Shop::getContextShopID(true));

auch in

$shop = new Shop(Shop::getContextShopID());

ändern.

 

Dann funktioniert das Modul.

 

Liebe Grüße

 

Markus

  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...