flag

Campaign codes

Adminstrera kampanjkoder i källkoden för sidan
  • Name
    Name
    The name of the code, to tell them apart.
  • The code
    The code
    This is where you put the campaign tracking code for the page. Nothing is added, so eventual HTML comment marks should be added by you.
  • Path
    Path
    This is the path that should be matched against the full path of the request, including page arguments. Examples:

    /
    /texter/page.php?id=1234
    /pages/Contact

    If you enable the grep option in the form, the path is treated as a PCRE regular expression. If you don't know what that is, then don't use it. Examples of regular expressions:

    member
    projects.*id=1
    ^\/index.php\?page=Contact$

    Important
    If the path is left empty, the code will be shown on all pages. If you have several entries of "pathless" entries, one will be selected by random. Entries with a specific path will be selected instead of pathless entries when they apply.
  • Regular expressions
    Regular expressions
    If you enable the grep option, the path is treated as a PCRE regular expression. If you don't know what that is, then don't use it. Examples of regular expressions:

    member
    projects.*id=1
    ^\/index.php\?page=Contact$
Formulärhjälp
Formulärhjälp
Det här är hjälptexter för varje fält i databasen, som ger information om hur varje fält används, samt tips och trix om hur man använder dom.
Dom här hjälptexterna finns tillgängliga direkt i formuläret som inline-hjälp.