From 802d1ee5c7e9616d74609ed3b2bb01bc7a565c61 Mon Sep 17 00:00:00 2001 From: aditya-nambiar Date: Wed, 2 Jul 2014 15:43:42 -0400 Subject: [PATCH] abtesting xml --- xml/schema/Mailing/MailingAB.xml | 73 ++++++++++++++++++++++++++++++++ xml/schema/Mailing/files.xml | 1 + 2 files changed, 74 insertions(+) create mode 100644 xml/schema/Mailing/MailingAB.xml diff --git a/xml/schema/Mailing/MailingAB.xml b/xml/schema/Mailing/MailingAB.xml new file mode 100644 index 0000000000..de42d4ee76 --- /dev/null +++ b/xml/schema/Mailing/MailingAB.xml @@ -0,0 +1,73 @@ + + + + CRM/Mailing + Mailing + civicrm_abtesting + Stores information about abtesting + true + + id + int unsigned + true + + + id + true + + + mailing_id_a + int unsigned + Id of mailing A + 4.5 + + + mailing_id_b + int unsigned + Id of mailing B + 4.5 + + + domain_id + int unsigned + Which site is this mailing for + 4.5 + + + url_or_opentracking_ + int unsigned + 0 => No tracking ,1 => Url tracking , 2=> Specific Url tracking, 3=> Open tracking + 4.5 + + + url_open_count + int unsigned + Count of url clinks/open + 4.5 + + + specific_url + varchar + What specific url to track + 4.5 + + + percentage_confidence + int unsigned + Minimum confidence required + 4.5 + + + automated + boolean + Is the abtesting automated? + 4.5 + + + decare_winning_time + datetime + In how much time to declare winner + 4.5 + + +
\ No newline at end of file diff --git a/xml/schema/Mailing/files.xml b/xml/schema/Mailing/files.xml index 80d8caa6d4..b8899cfd37 100644 --- a/xml/schema/Mailing/files.xml +++ b/xml/schema/Mailing/files.xml @@ -4,6 +4,7 @@ + -- 2.25.1