D³ Google Analytics Schnittstelle

Hallo zusammen, ich wollte eben Google Analytics in meinen Shop integrieren und bin auf das Modul von D³ gestoßen.

Habe zuerst den Modul Connector problemlos installiert, dann die Daten für die Google Analytics Schnittstelle genau nach Anleitung kopiert, aber im Adminbereich kann ich es nicht aktivieren. Da fehlen irgendwie Informationen:

Weiß jemand, was hier zu tun ist?

Viele Grüße,
kanuddel

Edit:
Modulversion 3.0.0.2
Shopversion: CE 4.8.0
Wenn ich das richtig verstanden habe, sollte das ja kompatibel sein.

Hallo kanuddel :slight_smile:

im Modulverzeichnis des Moduls befindet sich eine Datei die heißt metadata.php. Öffne diese mit einem normalen Texteditor, wenn du den Inhalt nicht lesen kannst könnte Sie verschlüsselt sein… Was eigentlich nicht sein sollte.

Oder du postet hier den Inhalt der metadata.php, viele Grüße!
indianer3c

Okay, hier der inhalt der metadata.php


<?php

/**
 *    This module is free software: you can redistribute it and/or modify
 *    it under the terms of the GNU General Public License as published by
 *    the Free Software Foundation, either version 3 of the License, or
 *    (at your option) any later version.
 *
 *    This module is distributed in the hope that it will be useful,
 *    but WITHOUT ANY WARRANTY; without even the implied warranty of
 *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *    GNU General Public License for more details.
 *
 *    For further informations, see <http://www.gnu.org/licenses/>.
 *
 * @link      http://www.oxidmodule.com
 * @link      http://www.shopmodule.com
 * @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
 */

/**
 * Metadata version
 */
$sMetadataVersion = '1.1';

/**
 * Module information
 */
$aModule = array(
    'id'           => 'd3_googleanalytics',
    'title'        => (class_exists('d3utils')?d3utils::getInstance()->getD3Logo():'D³').' Google Analytics Schnittstelle',
    'description'  => array(
            'de'   => 'Dieses Modul stellt Ihnen die schnelle und unkomplizierte Einbindung Ihres Google-Analytics-Kontos in Ihren Shop zur Verfügung.
                       Hierbei werden über standardisierte Schnittstellen die Besucherdaten und eCommerce-Daten zu Google übertragen.
                       Ebenfalls übermittelt werden Daten der Website-Suche.
                       Dem Modul liegen angepaßte Templates bei, mit denen auch die Trichter ordentlich protokolliert werden.',
            'en'   => 'Provides a quick and easy integration with your Google Analytics account to your shop.',
    ),
    'thumbnail'    => 'picture.png',
    'version'      => '3.0.0.2',
    'author'       => 'D³ Data Development (Inh. Thomas Dartsch)',
    'email'        => '[email protected]',
    'url'          => 'http://www.oxidmodule.com/',
    'extend'      => array(
        'oxcmp_utils' => 'd3/d3_googleanalytics/modules/components/d3_oxcmp_utils_googleanalytics',
        'oxorder'     => 'd3/d3_googleanalytics/modules/models/d3_oxorder_googleanalytics',
        'order'       => 'd3/d3_googleanalytics/modules/controllers/d3_order_googleanalytics',
        'oxutilsview' => 'd3/d3_googleanalytics/modules/core/d3_oxutilsview_googleanalytics',
        'thankyou'    => 'd3/d3_googleanalytics/modules/controllers/d3_thankyou_googleanalytics',
    ),
    'files' => array(
        'd3_cfg_googleanalytics'           => 'd3/d3_googleanalytics/controllers/admin/d3_cfg_googleanalytics.php',
        'd3_cfg_googleanalytics_campaigns' => 'd3/d3_googleanalytics/controllers/admin/d3_cfg_googleanalytics_campaigns.php',
        'd3_cfg_googleanalytics_licence'   => 'd3/d3_googleanalytics/controllers/admin/d3_cfg_googleanalytics_licence.php',
        'd3_cfg_googleanalytics_list'      => 'd3/d3_googleanalytics/controllers/admin/d3_cfg_googleanalytics_list.php',
        'd3_cfg_googleanalytics_main'      => 'd3/d3_googleanalytics/controllers/admin/d3_cfg_googleanalytics_main.php',
        'd3_googleanalytics_update'        => 'd3/d3_googleanalytics/models/d3_googleanalytics_update.php',
    ),
    'templates' => array(
        'd3_googleanalytics.tpl'                => 'd3/d3_googleanalytics/views/tpl/widget/d3_googleanalytics.tpl',
        'd3_cfg_googleanalytics_main.tpl'       => 'd3/d3_googleanalytics/views/admin/tpl/d3_cfg_googleanalytics_main.tpl',
        'd3_cfg_googleanalytics_campaigns.tpl'  => 'd3/d3_googleanalytics/views/admin/tpl/d3_cfg_googleanalytics_campaigns.tpl',
    ),
    'events'       => array(
        'onActivate'                      => 'd3install::checkUpdateStart',
    ),
	'blocks' => array(
        array(  'template' => 'layout/base.tpl',
                'block'=>'head_css',
                'file'=>'/views/blocks/layout/d3_base_googleanalytics.tpl'),
    ),
);

Du hast alles im Binär-Modus raufgeladen?

Hey :slight_smile:

deine metadata ist okay!

Was du bei dir im Shop Admin noch probieren könntest ist gehe zu -> D3 Modul-Connector -> TMP leeren. Dort das Häkchen bei “komplett leeren” setzen und den Button “TMP leeren” betätigen. Anschließend probierst du nochmal das Modul zu aktivieren.

Wenn dies nichts hilft würde ich mich an deiner Stelle dich an D3 wenden.

Viele Grüße
indianer3c