]> git.mxchange.org Git - mailer.git/commitdiff
Extension ext-network continued:
authorRoland Häder <roland@mxchange.org>
Sun, 21 Aug 2011 09:02:36 +0000 (09:02 +0000)
committerRoland Häder <roland@mxchange.org>
Sun, 21 Aug 2011 09:02:36 +0000 (09:02 +0000)
- Offline documentation updated
- Fixed wrong parameter 'hash' for advertisement network 'FuCoExSponsor' and
  added sub-tracking id for all types

DOCS/de/network/README.txt
inc/extensions/ext-network.php

index d562f74036e5c11697c62a8740a6bdb53d2caf2b..a78e850a94da588320677e9d8c7c9fca5b20d40a 100644 (file)
@@ -1,13 +1,22 @@
+-------------------------------------------------------------------------------
+        [README.txt - Erweiterung ext-network - Werbenetzwerkanbindung]
+-------------------------------------------------------------------------------
+
 Verwendbare Platzhalter fuer URLs:
 ----------------------------------
 
-UID = Ihre Werbenetz-Id (meistens die Sie zum Einloggen verwenden, UserID)
-SID = Die Seiten-Id Ihrer Eingetragen Webseite (SiteID)
-BID = Banner-Id (z.B. Forcedbanner oder Bannerklick/-view, BannerID)
-CID = Kampagnen-Id (z.B. Textmail-Id aus Textmails, CampaignID)
-TID = Track-Id (z.B. lokale User-Id von dem klickenden Mitglied)
+Die Platzhalter sollen die Parameter fuer die Ziel- und Banner-URLs
+vereinheitlichen und muessen in Prozenten eingeschlossen in der URL eingebunden
+sein. Diese werden spaeter vom Script gegen die entsprechenden Daten wieder
+ausgetauscht.
+
+Es werden derzeit folgende Platzhalter unterstuetzt:
 
-Diese Platzhalter muessen in Prozenten eingeschlossen in die URL eingebunden sein.
+UID = Ihre Affiliate-Id (UserID)
+SID = Die Seiten-Id Ihrer eingetragenen Webseite (SiteID)
+BID = Banner-Id (z.B. bei Forcedbanner oder Bannerklick/-view, BannerID)
+CID = Kampagnen-Id (z.B. Textmail-Id aus Textmails, CampaignID)
+TID = Track-Id oder Sub-Id (z.B. lokale User-Id von dem klickenden Mitglied)
 
 Beispiel:
 http://www.anbieter-name.invalid/code/t-mail.php?id=%UID%&sid=%SID%&trackid=%TID%
@@ -16,19 +25,19 @@ http://www.anbieter-name.invalid/code/t-mail.php?id=%UID%&sid=%SID%&trackid=%TID
 
 Verwendete Abfrageparameter:
 ----------------------------
+currency = Waehrung
+erotic   = Ob Erotik-Kampagnen erlaubt oder nicht, oder exklusiv Erotik-Kampagnen holen
+extra    = Extra-Parameter, der sonst oben nicht passt
 id       = Kundennummer (Merchant-Id oder Account-Id)
-sid      = Webseiten-Id (Ihrer angemeldeten Webseite zugeordnete Id-Nummer)
-password = Interface-Passwort (nicht Account-Passwort)
-reload   = Maximale Reloadsperre in Sekunden (!) nach der gesucht werden soll
 max_stay = Maximale Auffenthaltszeit
 min_stay = Minimale Auffenthaltszeit
-currency = Waehrung
-type     = Typ (z.B. paidmail,forcedbanner,textview,...)
+password = Interface-Passwort (nicht Account-Passwort)
+reload   = Maximale Reloadsperre in Sekunden (!) nach der gesucht werden soll
 remain   = Mindestanzahl an Klicks nach der gesucht werden soll
 reward   = Mindestverguetung nach der gesucht werden soll
+sid      = Webseiten-Id (Ihrer angemeldeten Webseite zugeordnete Id-Nummer)
 size     = Groesse des Werbemittels (bei Bannern, Buttons, evtl. Popup/-down)
-erotic   = Ob Erotik-Kampagnen erlaubt oder nicht, oder exklusiv Erotik-Kampagnen holen
-extra    = Extra-Parameter, der sonst oben nicht passt
+type     = Typ (z.B. text,html,view,klick)
 
 -------------------------------------------------------------------------------
 
@@ -41,4 +50,19 @@ dass ich dies als indirekte Bezahlung meiner "Arbeitszeiten" am Script verstehe.
 
 Deshalb moechte ich Sie auch bitten, meine Referral-Links zum Anmelden zu
 verwenden. Wenn Sie selber das Werbenetzwerk bewerben wollen, koennen Sie
-selbstverstaendlich Ihren Referral-Link verwenden.
+selbstverstaendlich Ihren Referral-Link verwenden. Dazu gibt es im Adminbereich
+unter dem Punkt "API-Zugangsdaten" die Moeglichkeit, dass Sie dort Ihren
+Referral-Link plus einen kleinen 88x31 Pixel grossen Button eintragen koennen.
+Diese werden Ihren Mitgliedern und "Gaesten" (module=index) zum Anmelden
+angeboten.
+
+Tragen Sie dazu einfach den kompletten "rohen" Referral-Link aus dem jeweiligen
+Zugangsbereiches des Werbenetzwerkes ein, wo Sie sich angemeldet haben.
+
+So kann dieser Link aussehen:
+http://www.anbieter-name.invalid/?ref=xxxx
+
+Den genauen Link erfahren Sie im Zugangsbereich des Werbenetzwerkes meistens
+unter "Werbebanner" oder "Ref-Center". Bitte kopieren Sie jedoch keinen
+HTML-Code in das Formular. Dieser fuehrt zu Darstellungsfehlern (HTML-Fehler)
+was dann nicht zur Verlinkung Ihres Referral-Linkes fuehrt.
index a3d9dc5b5699662c3612e439644e9b951a266378..90fa3c5c00f3494549d712ab563be8c67964b64d 100644 (file)
@@ -492,23 +492,23 @@ UNIQUE INDEX `provider_type` (`network_id`,`network_type_id`)",
 
                // Network type handlers - FuCoExSponsor.net
                addExtensionSql("INSERT INTO `{?_MYSQL_PREFIX?}_network_types` (`network_type_id`,`network_id`,`network_type_handle`,`network_type_api_url`,`network_type_click_url`,`network_type_banner_url`) VALUES
-(273, 29, 'banner_click', 'http://fucoexsponsor.net/int/get.php', 'http://fucoexsponsor.net/kamp/ziel.php?uid=%UID%&bid=%BID%&sid=%SID%', 'http://fucoexsponsor.net/kamp/b_view.php?uid=%UID%&bid=%BID%&sid=%SID%'),
-(274, 29, 'banner_view', 'http://fucoexsponsor.net/int/get.php', 'http://fucoexsponsor.net/kamp/ziel.php?uid=%UID%&bid=%BID%&sid=%SID%', 'http://fucoexsponsor.net/kamp/b_view.php?uid=%UID%&bid=%BID%&sid=%SID%'),
-(275, 29, 'button_click', 'http://fucoexsponsor.net/int/get.php', 'http://fucoexsponsor.net/kamp/ziel.php?uid=%UID%&bid=%BID%&sid=%SID%', 'http://fucoexsponsor.net/kamp/b_view.php?uid=%UID%&bid=%BID%&sid=%SID%'),
-(276, 29, 'button_view', 'http://fucoexsponsor.net/int/get.php', 'http://fucoexsponsor.net/kamp/ziel.php?uid=%UID%&bid=%BID%&sid=%SID%', 'http://fucoexsponsor.net/kamp/b_view.php?uid=%UID%&bid=%BID%&sid=%SID%'),
-(277, 29, 'forcedbanner', 'http://fucoexsponsor.net/int/get.php', 'http://fucoexsponsor.net/kamp/ziel.php?uid=%UID%&bid=%BID%&sid=%SID%', 'http://fucoexsponsor.net/kamp/b_view.php?uid=%UID%&bid=%BID%&sid=%SID%'),
-(278, 29, 'forcedtextlink', 'http://fucoexsponsor.net/int/get.php', 'http://fucoexsponsor.net/kamp/ziel.php?uid=%UID%&bid=%BID%&sid=%SID%', NULL),
-(279, 29, 'htmlmail', 'http://fucoexsponsor.net/int/get.php', 'http://fucoexsponsor.net/kamp/ziel.php?uid=%UID%&bid=%BID%&sid=%SID%', NULL),
-(280, 29, 'layer', 'http://fucoexsponsor.net/int/get.php', 'http://fucoexsponsor.net/kamp/sc_layer.php?uid=%UID%&bid=%BID%&sid=%SID%', NULL),
-(282, 29, 'popup', 'http://fucoexsponsor.net/int/get.php', 'http://fucoexsponsor.net/kamp/sc_popup.php?uid=%UID%&bid=%BID%&sid=%SID%', NULL),
-(283, 29, 'skybanner_click', 'http://fucoexsponsor.net/int/get.php', 'http://fucoexsponsor.net/kamp/ziel.php?uid=%UID%&bid=%BID%&sid=%SID%', 'http://fucoexsponsor.net/kamp/b_view.php?uid=%UID%&bid=%BID%&sid=%SID%'),
-(284, 29, 'skybanner_view', 'http://fucoexsponsor.net/int/get.php', 'http://fucoexsponsor.net/kamp/ziel.php?uid=%UID%&bid=%BID%&sid=%SID%', 'http://fucoexsponsor.net/kamp/b_view.php?uid=%UID%&bid=%BID%&sid=%SID%'),
-(285, 29, 'surfbar_click', 'http://fucoexsponsor.net/int/get.php', 'http://fucoexsponsor.net/kamp/ziel.php?uid=%UID%&bid=%BID%&sid=%SID%', 'http://fucoexsponsor.net/kamp/b_view.php?uid=%UID%&bid=%BID%&sid=%SID%'),
-(286, 29, 'surfbar_view', 'http://fucoexsponsor.net/int/get.php', 'http://fucoexsponsor.net/kamp/ziel.php?uid=%UID%&bid=%BID%&sid=%SID%', 'http://fucoexsponsor.net/kamp/b_view.php?uid=%UID%&bid=%BID%&sid=%SID%'),
-(287, 29, 'textlink_click', 'http://fucoexsponsor.net/int/get.php', 'http://fucoexsponsor.net/kamp/ziel.php?uid=%UID%&bid=%BID%&sid=%SID%', NULL),
-(288, 29, 'textlink_view', 'http://fucoexsponsor.net/int/get.php', 'http://fucoexsponsor.net/kamp/sc_textview.php?uid=%UID%&bid=%BID%&sid=%SID%', NULL),
-(281, 29, 'textmail', 'http://fucoexsponsor.net/int/get.php', 'http://fucoexsponsor.net/kamp/ziel.php?uid=%UID%&bid=%BID%&sid=%SID%', NULL),
-(289, 29, 'traffic', 'http://fucoexsponsor.net/int/get.php', 'http://fucoexsponsor.net/kamp/ziel.php?uid=%UID%&bid=%BID%&sid=%SID%', NULL)");
+(273, 29, 'banner_click', 'http://fucoexsponsor.net/int/get.php', 'http://fucoexsponsor.net/kamp/ziel.php?uid=%UID%&bid=%BID%&sid=%SID%&subid=%TID%', 'http://fucoexsponsor.net/kamp/b_view.php?uid=%UID%&bid=%BID%&sid=%SID%&subid=%TID%'),
+(274, 29, 'banner_view', 'http://fucoexsponsor.net/int/get.php', 'http://fucoexsponsor.net/kamp/ziel.php?uid=%UID%&bid=%BID%&sid=%SID%&subid=%TID%', 'http://fucoexsponsor.net/kamp/b_view.php?uid=%UID%&bid=%BID%&sid=%SID%&subid=%TID%'),
+(275, 29, 'button_click', 'http://fucoexsponsor.net/int/get.php', 'http://fucoexsponsor.net/kamp/ziel.php?uid=%UID%&bid=%BID%&sid=%SID%&subid=%TID%', 'http://fucoexsponsor.net/kamp/b_view.php?uid=%UID%&bid=%BID%&sid=%SID%&subid=%TID%'),
+(276, 29, 'button_view', 'http://fucoexsponsor.net/int/get.php', 'http://fucoexsponsor.net/kamp/ziel.php?uid=%UID%&bid=%BID%&sid=%SID%&subid=%TID%', 'http://fucoexsponsor.net/kamp/b_view.php?uid=%UID%&bid=%BID%&sid=%SID%&subid=%TID%'),
+(277, 29, 'forcedbanner', 'http://fucoexsponsor.net/int/get.php', 'http://fucoexsponsor.net/kamp/ziel.php?uid=%UID%&bid=%BID%&sid=%SID%&subid=%TID%', 'http://fucoexsponsor.net/kamp/b_view.php?uid=%UID%&bid=%BID%&sid=%SID%&subid=%TID%'),
+(278, 29, 'forcedtextlink', 'http://fucoexsponsor.net/int/get.php', 'http://fucoexsponsor.net/kamp/ziel.php?uid=%UID%&bid=%BID%&sid=%SID%&subid=%TID%', NULL),
+(279, 29, 'htmlmail', 'http://fucoexsponsor.net/int/get.php', 'http://fucoexsponsor.net/kamp/ziel.php?uid=%UID%&bid=%BID%&sid=%SID%&subid=%TID%', NULL),
+(280, 29, 'layer', 'http://fucoexsponsor.net/int/get.php', 'http://fucoexsponsor.net/kamp/sc_layer.php?uid=%UID%&bid=%BID%&sid=%SID%&subid=%TID%', NULL),
+(281, 29, 'textmail', 'http://fucoexsponsor.net/int/get.php', 'http://fucoexsponsor.net/kamp/ziel.php?uid=%UID%&bid=%BID%&sid=%SID%&subid=%TID%', NULL),
+(282, 29, 'popup', 'http://fucoexsponsor.net/int/get.php', 'http://fucoexsponsor.net/kamp/sc_popup.php?uid=%UID%&bid=%BID%&sid=%SID%&subid=%TID%', NULL),
+(283, 29, 'skybanner_click', 'http://fucoexsponsor.net/int/get.php', 'http://fucoexsponsor.net/kamp/ziel.php?uid=%UID%&bid=%BID%&sid=%SID%&subid=%TID%', 'http://fucoexsponsor.net/kamp/b_view.php?uid=%UID%&bid=%BID%&sid=%SID%&subid=%TID%'),
+(284, 29, 'skybanner_view', 'http://fucoexsponsor.net/int/get.php', 'http://fucoexsponsor.net/kamp/ziel.php?uid=%UID%&bid=%BID%&sid=%SID%&subid=%TID%', 'http://fucoexsponsor.net/kamp/b_view.php?uid=%UID%&bid=%BID%&sid=%SID%&subid=%TID%'),
+(285, 29, 'surfbar_click', 'http://fucoexsponsor.net/int/get.php', 'http://fucoexsponsor.net/kamp/ziel.php?uid=%UID%&bid=%BID%&sid=%SID%&subid=%TID%', 'http://fucoexsponsor.net/kamp/b_view.php?uid=%UID%&bid=%BID%&sid=%SID%&subid=%TID%'),
+(286, 29, 'surfbar_view', 'http://fucoexsponsor.net/int/get.php', 'http://fucoexsponsor.net/kamp/ziel.php?uid=%UID%&bid=%BID%&sid=%SID%&subid=%TID%', 'http://fucoexsponsor.net/kamp/b_view.php?uid=%UID%&bid=%BID%&sid=%SID%&subid=%TID%'),
+(287, 29, 'textlink_click', 'http://fucoexsponsor.net/int/get.php', 'http://fucoexsponsor.net/kamp/ziel.php?uid=%UID%&bid=%BID%&sid=%SID%&subid=%TID%', NULL),
+(288, 29, 'textlink_view', 'http://fucoexsponsor.net/int/get.php', 'http://fucoexsponsor.net/kamp/sc_textview.php?uid=%UID%&bid=%BID%&sid=%SID%&subid=%TID%', NULL),
+(289, 29, 'traffic', 'http://fucoexsponsor.net/int/get.php', 'http://fucoexsponsor.net/kamp/ziel.php?uid=%UID%&bid=%BID%&sid=%SID%&subid=%TID%', NULL)");
 
                // Network type handlers - Fusion-Ads
                addExtensionSql("INSERT INTO `{?_MYSQL_PREFIX?}_network_types` (`network_type_id`,`network_id`,`network_type_handle`,`network_type_api_url`,`network_type_click_url`,`network_type_banner_url`) VALUES
@@ -1920,7 +1920,7 @@ UNIQUE INDEX `provider_type` (`network_id`,`network_type_id`)",
 (29, 284, 'reward', 'verguetung', NULL),
 (29, 284, 'sid', 'sid', NULL),
 (29, 285, 'extra', 'art', 'surfbarklick'),
-(29, 285, 'hash', 'pw', NULL),
+(29, 285, 'password', 'pw', NULL),
 (29, 285, 'id', 'uid', NULL),
 (29, 285, 'reload', 'reload', NULL),
 (29, 285, 'remain', 'uebrig', NULL),