GFE93 Posted June 25, 2015 Share Posted June 25, 2015 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 More sharing options...
markberlin Posted September 1, 2015 Share Posted September 1, 2015 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 1 Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now