Metainformationen zur Seite
Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Beide Seiten der vorigen RevisionVorhergehende Überarbeitung | |||
de:plugin:segment [2014/10/12 12:40] – actxc | de:plugin:segment [2014/10/12 16:26] (aktuell) – actxc | ||
---|---|---|---|
Zeile 1: | Zeile 1: | ||
+ | ====== //Entwurf - Bitte Übersetzung vervollständigen// | ||
+ | |||
+ | |||
+ | ====== Segment ====== | ||
+ | |||
+ | ---- plugin ---- | ||
+ | description: | ||
+ | author | ||
+ | type : | ||
+ | lastupdate : 2014-09-25 | ||
+ | compatible : phplist 3.0.x | ||
+ | depends | ||
+ | conflicts | ||
+ | similar | ||
+ | tags : | ||
+ | |||
+ | sourcerepo : https:// | ||
+ | donationurl: | ||
+ | ---- | ||
+ | |||
+ | ====== Aufgabe====== | ||
+ | |||
+ | Dieses Plugin ermöglicht die flexible Auswahl von Abonnenten beim senden einer Nachricht. | ||
+ | Es erlaubt nach folgenden Kriterien zu filtern: | ||
+ | * email address (Empfänger E-Mail) | ||
+ | * entered date (Erstellungsdatum des Abonnenten) | ||
+ | * campaign activity (Nachrichten Nutzung) | ||
+ | - was sent/was not sent a recent campaign | ||
+ | - opened/did not open a recent campaign | ||
+ | - clicked/did not click any link in a recent campaign (Abonnent hat Links der Nachricht angeklickt) | ||
+ | * any attribute value | ||
+ | |||
+ | Auswahlmöglichkeit, | ||
+ | |||
+ | |||
+ | |||
+ | ====== Installation ====== | ||
+ | |||
+ | Zur Installation und Konfigurationsanleitung befolgen Sie die Hinweise in GitHub: https:// | ||
+ | |||
+ | (Das Plugin erfordert keine andere Vorgehensweise, | ||
+ | |||
+ | ====== Anwendung ====== | ||
+ | |||
+ | |||
+ | ===== Bedingungen auswählen ===== | ||
+ | |||
+ | Das Plugin fügt einen eigenen Schritt zum ' | ||
+ | |||
+ | {{: | ||
+ | |||
+ | Sie können wählen, ob die Abonnenten alle oder einige der Bedingungen erfüllen müssen. Danach fügen Sie Schrit-für-Schritt Bedingungen hinzu. | ||
+ | |||
+ | - wählen Sie ein Attribut bzw. eine eigenschaft aus der auswahlliste aus. | ||
+ | - Die Seite wird automatisch aktualisiert und bietet die möglichen Operatoren bzw. ein Eingabefeld an. | ||
+ | - Wählen Sie einen Operator bzw. einen entsprechenden Wert | ||
+ | |||
+ | Jede Anzahl von Bedingungen ist möglich, meist reichen aber schon sehr wenige aus. | ||
+ | |||
+ | Danach den ' | ||
+ | |||
+ | The plugin calculates the number of subscribers using the lists chosen on the Lists tab. It selects only those subscribers who belong to the lists and who meet either any or all of the conditions. It also excludes unconfirmed or blacklisted subscribers and any subscribers who have already received the campaign. | ||
+ | |||
+ | ===== Entering the target value ===== | ||
+ | ^Attribute type^Entering the target value^ | ||
+ | |textline, textarea, hidden attributes|Entered directly in the text field.| | ||
+ | |select, radio button attributes|Selected from the multi-select list box.| | ||
+ | |date attributes|Selected using the date-picker control.| | ||
+ | |checkboxgroup attributes|Selected from the multi-select list box.| | ||
+ | ===== Evaluating conditions ===== | ||
+ | ^Operator^How the condition is evaluated^ | ||
+ | |" | ||
+ | |"is blank" and "is not blank" | ||
+ | |" | ||
+ | |" | ||
+ | |"is before" | ||
+ | |"one checked", | ||
+ | |"is one of", "is none of" | ||
+ | |"was sent", "was not sent" | ||
+ | |" | ||
+ | |" | ||
+ | |||
+ | |||
+ | |||
+ | ===== Leere oder fehlende Attriubut- und Eigenschaftswerte ===== | ||
+ | The way that the plugin handles empty or missing attribute values varies slightly for each type of attribute and its operators. | ||
+ | ^Attribute type^Missing, | ||
+ | |textline, textarea, hidden|Treated as an empty string. So, for example, the operator ' | ||
+ | |select, radio button|Treated as select list index of 0. So, for example, the operator ' | ||
+ | |checkbox|Treated as being unchecked. So the operator ' | ||
+ | |checkboxgroup|Treated as all being unchecked. So the operators 'one checked' | ||
+ | |date|Values are ignored. So subscribers with these values will not be selected for any operator, ' | ||
+ | |||
+ | ====== Konfiguration ====== | ||
+ | |||
+ | In ' | ||
+ | |||
+ | ====== Änderungen | ||
+ | |||
+ | See the GitHub page https:// | ||
+ | |||
+ | |||
+ | |||