This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script type="text/javascript"> | |
/* gms.scrolltracking.js | v0.2 | |
www.gandke.de | |
Copyright (c) 2015 Markus Baersch (@mbaersch) | |
Licensed under MIT license. | |
*/ | |
var trackBottomScroll = 0; | |
var trackScrollStep = 20 ; | |
var useDataLayer = true ; | |
window.onscroll = function () { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* gms.serverside-analytics.php | v0.4 | |
www.gandke.de | |
Copyright (c) 2015 Markus Baersch (@mbaersch) | |
Licensed under MIT license. | |
*/ | |
/*********************************** | |
VARIANT A: TRACK BOTS AND REAL USERS | |
************************************/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* Collmex Cleanup: Alte Collmex-Shop-Dateien vom Server entfernen | |
Version 1.0.0.1 vom 21.09.2016 | |
M. Baersch, gandke marketing & software gmbh - www.gandke.de | |
*/ | |
// Tragen Sie hier das Passwort ein, dass zum Starten der gewaehlten Aktion angegeben werden muss. Es dient dem Schutz Ihres Shops! | |
// Ohne Nutzung eines Kennworts kann jeder das Script aufrufen und dadurch Dateien loeschen. Nehmen Sie uns diese Huerde daher bitte | |
// nicht krum. Geben Sie ein Kennwort (welches kein " enthalten sollte) zwischen den Anfuehrungszeichen in der naechsten Zeile ein. | |
$setup_kennwort = "" ; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* Pruefung einer VAT mittels nuSOAP (https://sourceforge.net/projects/nusoap/) statt SOAP | |
Version 1.0.0.1 vom 30.09.2016 | |
M. Baersch, gandke marketing & software gmbh - www.gandke.de | |
*/ | |
function isValidVat($nr) { | |
require_once('lib/nusoap.php'); | |
$vatid = str_replace(array(' ', '.', '-', ',', ', '), '', trim($nr)); | |
$cc = substr($vatid, 0, 2); | |
$vn = substr($vatid, 2); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
Plugin Name: gms GA Opt-Out-Marker (Demo) | |
Plugin URI: https://www.gandke.de/ga-marker | |
Description: Ausgabe eines Markers für internen Traffic zum Ausschluss aus Google Analytics. Weitere Infos siehe Blog | |
Author: Markus Baersch, gandke marketing & software | |
Author URI: https://www.gandke.de | |
Version: 0.2 | |
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* -------------------------------------------------------------- | |
PbGaOptoutMarker.inc.php 2017-03-29 | |
Markus Baersch, gandke marketing & software, Peter Berghausen | |
https://www.gandke.de, http://www.peterberghausen.de | |
Copyright (c) 2017 Markus Baersch, gandke marketing & software, Peter Berghausen | |
Released under the GNU General Public License (Version 2) | |
[http://www.gnu.org/licenses/gpl-2.0.html] | |
-------------------------------------------------------------- | |
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* -------------------------------------------------------------- | |
pb_ga_optout_marker.php 2017-03-29 | |
Markus Baersch, gandke marketing & software, Peter Berghausen | |
https://www.gandke.de, http://www.peterberghausen.de | |
Copyright (c) 2017 Markus Baersch, gandke marketing & software, Peter Berghausen | |
-------------------------------------------------------------- | |
*/ | |
/** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/***********************************************************************/ | |
/****** Dynamische Anzeige von Trusted Shops Produktbewertungen *******/ | |
/***********************************************************************/ | |
/* v1.2 2017 Markus Baersch (@mbaersch) | |
gandke marketing & software - www.gandke.de */ | |
/******************************* Setup *******************************/ | |
//Bezeichnung des Labels für Anzeigegruppen mit zu behandelnden Keywords angeben | |
var lblDynParams = "ApiRating"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<!-- | |
Google Analytics Checkout- und Transaktionsmessung im Collmex-Shop - Universal Analytics Version | |
Version 1.0.0.1 vom 23.07.2017 | |
M. Baersch, gandke marketing & software gmbh - www.gandke.de | |
--> | |
<head> | |
<title>gms Collmex Checkout Tracker</title> | |
<meta name="robots" content="noindex,nofollow" /> | |
<script type="text/javascript"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/**************************************************************/ | |
/****** "Gurkenfinder"-Script für Google AdWords *******/ | |
/**************************************************************/ | |
/* v1.4 2020 Markus Baersch (@mbaersch) | |
Reduzierte Non-MCC-Fassung | |
gandke marketing & software - www.gandke.de */ | |
/*********** Start Setup **********************/ | |
var emailAddress = "[email protected]"; |
OlderNewer