Adobe Marketing Cloud Data Workbench Controlled Experiments

Size: px
Start display at page:

Download "Adobe Marketing Cloud Data Workbench Controlled Experiments"

Transcription

1 Adobe Marketing Cloud Data Workbench Controlled Experiments

2 Contents Data Workbench Controlled Experiments...3 How Does Site Identify Visitors?...3 How Do Controlled Experiments Work?...3 What Should I Test?...4 What Are the Requirements?...5 How Do I Implement a Controlled Experiment?...5 Enabling Controlled Experimentation...6 Modifying the ExpFile Parameter...6 Modifying the ExpCookieURL Paramter (Optional)...6 Modifying the ExpPartialMatch Parameter (Optional)...7 Creating a Controlled Experiment...8 Defining the Objective...8 Forming a Hypothesis...9 Determining the Number of Visitors Needed...11 Creating the Test Content...11 Configuring and Deploying the Experiment...11 Validating the Experiment...16 Viewing the Results...18 Configuring the Dataset...18 Modifying Log Processing.cfg...18 Modifying Transformation.cfg...19 Viewing the Experiment Results...21 Evaluating the Experiment...21 Experiment Design Spreadsheet...24 Last updated 2/8/2017 Data Workbench Controlled Experiments

3 Data Workbench Controlled Experiments 3 Data Workbench Controlled Experiments Controlled experiments are tests that enable you to compare results obtained from an experimental sample group with those from a standard control group. Site enables you to implement, measure, and analyze controlled experiments and their results as they relate to different aspects of your website. Doing so enables you to test hypotheses regarding the improvement of website performance before spending significant time or money fully implementing the proposed changes. Note: Site experiments can be analyzed only in datasets where the only method of visitor identification in use is the Sensor set persistent cookie method. Sensors running on J2EE servers (JBoss, Tomcat, WebLogic, and WebSphere) do not support controlled experimentation. For more information, see the following section. Using Site, you can implement A/B, A/B/A, and multivariate controlled experiments to gather enough test data to provide statistically accurate data for a detailed evaluation of your hypothesis, without impacting current website performance. How Does Site Identify Visitors? A typical configuration of Site uses cookies to uniquely identify visitors to your website and track their behavior over time. The first time that a particular browser (considered a visitor) makes a request of your website, Sensor works with your web server to set a persistent cookie (by default cs(cookie)(v1st)), which is interpreted internally within the system as x-trackingid. This cookie is set only once, on the very first request made to your website by that visitor. It then is collected from that visitor each time that browser makes a request (either page or embedded object request) of your website in the future. Accepting a persistent cookie is at the browser s discretion. If a user does choose to block persistent cookies, their page view requests are still logged, but the measurement data from those requests are not correlated to a particular visitor or their sessions on the website unless you implement an alternate method of visitor identification, such as using the Hash transformation on the IP and UserAgent fields. Note: Site experiments can be analyzed only in datasets where the only method of visitor identification in use is the Sensor set persistent cookie method. Sensors running on J2EE servers (JBoss, Tomcat, WebLogic, and WebSphere) do not support controlled experimentation. During a controlled experiment, users who do not accept cookies could be placed in different experiment groups from one click to the next. This becomes an issue only if you perform your test analysis with the Broken Session Filter turned off in Insight, which Adobe does not recommended. For more information about the Broken Session Filter, see the Insight User Guide. If a visitor clears the cookie during an experiment, the visitor is assigned a new cookie and potentially could be assigned to a different group. Because Adobe identifies the visitor as new, the experiment is not invalidated. How Do Controlled Experiments Work? In an experiment, you can define any number of test groups in addition to the control group.

4 Data Workbench Controlled Experiments 4 When an experiment is running, all visitors to your website become part of the experiment, either as part of a test group or of the control group, as soon as they access any page involved in the experiment. Visitors are allocated to your experiment groups randomly, in proportions defined during the experiment configuration. Controlled experiments are implemented using the Sensor software that is installed on each of the content servers in your web cluster. As the content servers receive requests, Sensor randomly selects visitors for your test groups and redirects their page requests to the experimental content. When Sensor selects a visitor to view the test content, the address bar continues to list the originally requested URI but the visitor is routed to the test URI. Because this process takes place internally in the server application, users are not aware of when they are being tested, which is an important consideration for unbiased experimentation. Sensor passes the test URIs, not the original URI displayed to the user, to the log files for use in analysis. The results of the experiments can be analyzed easily using Insight to determine whether the experimental hypothesis that you were testing is correct. Note: Adobe strongly recommends that controlled experiments be coordinated and performed with input from those individuals in your organization who are responsible for configuring and maintaining your analysis datasets. What Should I Test? Test results must be clear and meaningful so that you can feel confident making large dollar decisions based on those results. Although you can test various page layouts with Sensor and Site, Adobe suggests that you focus on testing high-value, strategic business initiatives, or new or redesigned website functionality that address the goals that you have set for your website as well as for your business.you can test for such issues as best price guarantees, personalization functionality, market offers (for example, packages or bundles), creative design, and application processes. The following concepts are most important when developing your controlled experiment: Understand the right changes to make. This requires some research into how your website functions and the business processes underlying the front-end website. You want to make changes that provide the most impact and can be tested easily. Small changes can have significant impact. Not all of the changes that you test need to be drastic to have a significant impact on your business. Always be open to making small, but very important changes. Supported Methodologies Many types of experiments with many different goals can be performed using Site. The following list provides a few examples: Altering pages, content, and website processes to improve conversion rates. Changing marketing campaigns, promotions, cross-sells, and up-sells to increase revenue. Varying page load times to understand customer quality of service and the actual value of infrastructure performance. To reach these goals, Site supports the following types of methodologies for controlled experimentation and testing: Page Replacement: Replace static URL X with static URL Y. This methodology is of limited use in a dynamic environment.

5 Data Workbench Controlled Experiments 5 Dynamic URI Replacement: This is a variant of Page Replacement that replaces static page X with dynamic page Y to render dynamic content. Object Replacement: Replace fixed object X with fixed object Y. Content Replacement: Replace content set X (multiple objects, pages, table, and so on) with content set Y. Experiment Variable Replacement: Replace JavaScript object /writecookie_x.js with JavaScript object /writecookie_y.js to write a cookie that can be used by a back-end system to serve particular content. Note: Controlled experiments are based on URI replacement, not query string replacement. The URI within a particular URL is highlighted in the following example: For example, in your controlled experiment you could specify that the control group URI index.asp be replaced with the test group URI index2.asp to determine which page design would result in more value. What Are the Requirements? To perform a controlled experiment on your website using Site, you must meet the following requirements: Sensor must be installed and working properly on each web or application server that supports the website content that you are testing. Note: Sensors running on J2EE servers (JBoss, Tomcat, WebLogic, and WebSphere) do not support controlled experimentation. You must have a process in place for pushing content to all of your web or application server(s), such as a content management system. How Do I Implement a Controlled Experiment? Controlled experimentation with Site and Sensor is designed to be simple, feasible, and actionable. The rest of this guide describes how to fully implement a controlled experiment: Enabling Controlled Experimentation Creating a Controlled Experiment Validating the Experiment Viewing the Results

6 Enabling Controlled Experimentation 6 Enabling Controlled Experimentation To enable controlled experimentation, someone with administrator access to your web or application servers must modify the ExpFile parameter in the Sensor configuration file (usually named using txlogd.conf) on each web or application server in your web cluster on which a Sensor is installed. In addition, two other parameters in this file can be modified to implement a testing tool (ExpCookieURL parameter) or to remap large sections of your website (ExpPartialMatch parameter). This chapter provides more information about these parameters. To edit the txlogd.conf file If you have administrator access, complete the following steps. If you do not have administrator access, contact your system architect to request the changes, providing them with the following steps. 1. Navigate to the Sensor installation folder on a web or application server in your web cluster on which a Sensor is installed. 2. Open the Sensor configuration file (usually named using txlogd.conf) using a text editor and edit the file as indicated in Modifying the ExpFile Parameter and optionally in Modifying the ExpCookieURL Paramter (Optional) and Modifying the ExpPartialMatch Parameter (Optional). 3. Save and close the file. 4. Repeat this procedure for each web or application server in your web cluster on which a Sensor is installed. Modifying the ExpFile Parameter The ExpFile parameter points to the location of the experiment configuration file, which defines your experiment. Setting this parameter enables you to run experiments. For steps to create the experiment configuration file, see Configuring and Deploying the Experiment. Following is an example of the ExpFile parameter: ExpFile /home/experiment.txt This tab delimited text file (.txt) can be located anywhere in the Sensor folder and can have any convenient name. Make sure you record the location of the experiments directory and the name of the configuration file that you specify because you need to save your experiment configuration file (to be described later in this guide) using this name and in this directory. Note: If you do not set this parameter identically on each machine in your web cluster on which a Sensor is installed, controlled experimentation does not work. This entry can be preconfigured and remain in the Sensor configuration file on an ongoing basis with no adverse effect. If the experiment configuration file name specified is not found by Sensor or it is blank (that is, it exists but has no content), Sensor does not conduct the experiment, logs an error event on the HTTP server, and continues to operate normally in all other respects. Modifying the ExpCookieURL Paramter (Optional) The ExpCookieURL parameter can be used to test that your controlled experiment is working properly.

7 Enabling Controlled Experimentation 7 This parameter defines the URL of a virtual page that when requested places you into a specified experiment and group and then redirects you to the root of your website. From that point through the end of the experiment, you are part of the specified experiment and group. The default page for this parameter is setcookie.htm, but you can use any valid virtual URL. Note: This must be a virtual URL and must not be a real page or piece of existing content. There should be no file on the web server at the specified path with the specified name. Following is an example of the ExpCookieURL parameter: ExpCookieURL /setcookie.htm Modifying the ExpPartialMatch Parameter (Optional) If you want to enable your controlled experiments to remap your entire website or an entire subdirectory of your website to another location, you can set the ExpPartialMatch parameter in the txlogd.conf file to on. The default is off. Following is an example of the ExpPartialMatch parameter: ExpPartialMatch off Be very careful when setting this parameter to on because it can result in an inadvertent remapping of your entire website.

8 Creating a Controlled Experiment 8 Creating a Controlled Experiment The overall objective of running a controlled experiment on a website is to determine whether and to what degree a defined change or set of changes produces an effect on the users of the website. Defining a controlled experiment involves the following steps: 1. Defining the Objective 2. Forming a Hypothesis 3. Determining the Number of Visitors Needed 4. Creating the Test Content 5. Configuring and Deploying the Experiment Defining the Objective When defining your objective, consider the purpose of the website or website process you are analyzing: What is its primary function? Who is its target audience? Common website objectives include converting more visitors into customers or increasing the average amount of revenue gained for all visitors within an experiment over the duration of that experiment. Common website process objectives include improving the steps or pages in a process that cause visitors to abandon the process, removing unnecessary and confusing options in the process that tend to stop visitors from reaching the end of the process, or consolidating or expanding the process to eliminate or add steps or pages. Make sure to think carefully about what it is specifically that you want to understand about your website. Carefully planning your experiment makes the results much more meaningful to your business. Objective: To increase the number of visitors to our website who request a demo of our product using the Request a Demo graphical link, as shown in the following image:

9 Creating a Controlled Experiment 9 Forming a Hypothesis A hypothesis is an assumption, which can be taken as true for the purpose of argument, that provides a tentative explanation that can be tested by further investigation. Try to think about your hypothesis in terms of alternative pages, images, or processes that could be substituted easily for existing ones. Your hypothesis must be able to produce a result with statistical significance. This can be achieved by increasing the percentage of visitors included in the test, or by running the test for a longer period of time. At this point, you also should define your visitor-based success metrics, either as part of the hypothesis or as an additional matrix. Hypothesis: Moving the Request a Demo graphical link closer to the top of the page results in a Visitor Conversion increase of at least 1.5%. In our example hypothesis, we have defined the success criterion for this experiment as an increase in Visitor Conversion of at least 1.5%.

10 Creating a Controlled Experiment 10

11 Creating a Controlled Experiment 11 Determining the Number of Visitors Needed To create a statistically significant experiment, you must determine how long you need to run the experiment to include enough visitors to effectively evaluate the results of the changes to your website. If you need help determining the minimum length of your experiment, you can use the experiment design spreadsheet provided by Adobe as a tool to help you design your experiment. This file, named VS Controlled Experiment Design.xls by default, functions not only as a worksheet but also as a record of your decisions about the experiment. For more information about this file, see Experiment Design Spreadsheet. Note: The experiment design spreadsheet can provide useful statistical inferences only when the metric in question is defined as a percentage of visitors that meet some criteria. That is, it is useful only when trying to test a visitor-based metric hypothesis. Creating the Test Content Before you configure the experiment, you should create the alternate content that you want to use in the experiment. The control group is sent to the original URI, while the test group is sent to the new, alternate URI. To avoid confusion, do not reuse test group file names. For example, if you run an experiment using a test group file named test2.asp, do not use test2.asp as the name for the test file in your next experiment. For the hypothesis that moving the Request a Demo graphical link on your home page impacts Visitor Conversion, we create the alternate home page containing the Request a Demo graphical link in the new position. The following section describes how you then specify that the control group URI index.asp be replaced with the test group URI index2.asp for a certain percentage of visitors. Configuring and Deploying the Experiment After you have defined your objective, hypothesis, and experiment details as well as created your test content, you must configure Sensor to deploy the controlled experiment. You do this by completing the following two steps: Configuring the Experiment Configuration File Deploying the Configuration File and Test Content Configuring the Experiment Configuration File To configure the experiment, you must complete the experiment configuration spreadsheet provided by Adobe (named TestExperiment.xls by default). This file configures Sensor to perform the experiment and is the Excel version of the text file that you specified in Modifying the ExpFile Parameter. This file can contain information about multiple experiments, which can run at the same or at different times and use different groups and percentages, but these experiments are not correlated in any way. Users are placed into a group for each experiment listed in the file that is configured to be running at this time.

12 Creating a Controlled Experiment 12 Note: Each experiment is independent of all other experiments. Changes you make to one experiment do not affect any other experiment, and although visitors may be in multiple experiments, the results do not relate to one another. If you think a correlation exists between the changes in multiple experiments, you must create a new experiment that tests these changes together. To configure your experiment You should complete this file before the experiment begins and not modify the information while the experiment is running. Note: Any experiment is promptly invalid if the definition of the experiment changes after the experiment has begun. 1. If you have administrator access to your web or application servers, navigate to the Sensor installation folder on any Sensor machine in your web cluster to access the TestExperiment.xls file. If you do not have administrator access, contact your Adobe account manager to request the TestExperiment.xls file. 2. Open the TestExperiment.xls file (you can rename this file if desired) and complete the following fields: Field Experiment Description A descriptive name for the experiment. Each experiment name must be unique and cannot contain spaces. Experiment names are used when displaying the results of experiments in Insight. The names appear as the first half of the element names in the controlled experiment dimension. The second half of the element name is the group name from the Group field in this file. Each group is named in the following format using the experiment name followed by the group name: ExperimentName.Group Name For example: New_Homepage.Control Start The date and time that you want the experiment to begin. If you do not enter values, the experiment begins immediately after the file is deployed. Format: MM/DD/YYYY H:MM Note: If you leave the start and stop times empty, the experiment runs indefinitely. You can predefine start and stop times well in advance; therefore, you can configure all of your experiments for the next year at once if desired. Start and stop times are based on the system time of the web server. If that clock changes for any reason, your experiment may start or stop unexpectedly. If you would like to add an experiment as a configuration file entry but do not want the experiment to run in the near future, you can comment out the experiment information using the number sign # or define start and stop times in the past.

13 Creating a Controlled Experiment 13 Field Stop Description The date and time that you want the experiment to end.when the stop date and time occurs, Sensor will stop sending the cookie values identified as a test group to the test URIs and will send all cookies to the control group URIs. Format: MM/DD/YYYY H:MM Note: See the notes for the Start field. Group A descriptive name for each group of visitors in the experiment. Group names cannot contain spaces. Group names are used when displaying the results of experiments in Insight. For more information, see the Experiment field description. A control group can be implicitly or explicitly defined based on the value entered in the Percentage field. Note: To meet the number of visitors needed during the defined time period for the experiment to be statistically valid, you may need to either decrease the confidence level or increase the time period. For example, if your time frame is five days, your confidence level is 98%, and your number of visitors needed exceeds the number expected for that time period, you need to either increase the time period or decrease the confidence level until the number of visitors expected exceeds the number needed to run a statistically valid experiment. Percentage The percentage of website visitors to include in each defined group. These values can be expressed as either percentages or decimal values. In addition, both values must be either greater than or less than one. For example: 33.3% and 66.7%.99 and.01 If the sum for all groups is less than 100, the undefined excess defaults to a control group. Original URL The URI of the content to be remapped, followed by $. This value is case-sensitive. Format: index.asp$ Original URIs can be specified using a dollar sign ($) at the end of the URI to denote that an exact match of the file name is required. For example, the expression /product/product_view.asp$ matches that exact page only, while /product matches any page in the /product directory and could be used to remap that entire sub-tree. Original URL entries that do not specify the $ character at the end of the file name are ignored by the experiment unless the ExpPartialMatch parameter has been set to on. For more information about this parameter, see Modifying the ExpPartialMatch Parameter (Optional).

14 Creating a Controlled Experiment 14 Field Description Note: The controlled experiment functionality ignores any query strings appended to the URI stem. For example, the page /product/product_view.asp?productid=53982 is not a valid URI, but the page /product/product_view.asp is a valid URI. Remapped URL The URI of the alternate content. Format: index2.asp Note: See the notes for the Original URL field. The following is an example of a completed TextExperiment.xls spreadsheet: Note: Do not modify the column positions in the spreadsheet. This example indicates that the New_Homepage experiment starts on June 1, 2006, ends on June 30, 2006, and contains a control group with 50% of the visitors and a test group with 50% of the visitors, who see different content for one URI. Note: Although the sample file above has an explicit control group defined, it is not necessary to explicitly define a control group the experiment automatically creates the control group. If the sum of the percentages for all groups in an experiment is less than 100%, an implicit control group is assigned to users that do not fall into one of the explicit groups. 3. To insert comments to provide additional information about specific experiments, begin the cell with a number sign (#) and follow with your comments. Comments can be inserted anywhere in the file. 4. After you have completed the variables in the experiment configuration spreadsheet, save the changes, then save the file in tab-delimited text format (*.txt) using the name that you specified in the ExpFile parameter in the Sensor configuration file. See Modifying the ExpFile Parameter. The following is an example of an experiment configuration text file:

15 Creating a Controlled Experiment 15 Note: Because of the tabs required in this file, do not edit the experiment configuration text file by hand. If you need to make changes to the file, make the changes in the experiment configuration Excel file and re-save the file as a tab-delimited text file. If you have defined Start and Stop times, there is no reason to ever delete an experiment from the experiment configuration file. Keeping all of your experiments listed in the experiment configuration file is actually a good way to keep a record of how you defined each of your experiments. Deploying the Configuration File and Test Content You must deploy the experiment configuration file to each machine in your web cluster that is running a Sensor and serving the pages involved in the experiment.you can do so using either a manual procedure or your existing content management system. To deploy your test content On each application or web server running a Sensor that is serving pages involved in the experiment, use your existing publishing process to deploy the test content to the appropriate location. For example, if you want to publish the test group page index2.asp to the test folder for your website (mysite.com), you would publish the file to Note: Do not link to any of your test files directly from a page on your website. Doing so invalidates your test results and your index scores. To deploy your experiment On each application or web server running a Sensor that is serving pages involved in the experiment, place the experiment configuration text file in the directory that you specified in the ExpFile parameter in the Sensor configuration file. See Modifying the ExpFile Parameter. Sensor randomly selects website visitors for each group based on the percentages that you defined in the file and serves the test or control group content to them as appropriate.

16 Validating the Experiment 16 Validating the Experiment After you have deployed your experiment, you should validate that the experiment is working properly. As discussed in Modifying the ExpCookieURL Paramter (Optional), the page specified in the ExpCookieURL parameter in the Sensor configuration file can be used to place yourself in a specific experiment group. The default virtual page is /setcookie.htm, but you must use the value that you set in the ExpCookieURL parameter. Requesting the Test Page To test a specific experiment group for your website, your browser must be configured to accept cookies and you must not already have a cookie for this website. Each time you want to test a new group, make sure to clear your cookies for the website. To place yourself into a specific group within a specific experiment, request the test page with a query string in the following form: <sitename/?experiment Name=Group Name> For example: When the virtual URL request is sent to the server, Sensor identifies you as a member of the specified group within the specified experiment and then redirects you to the root of the website. You now can navigate to the appropriate location on the website to validate whether the correct content displays for that experiment and group. If you were to type the following into your browser, the browser would display the home page of the website and place you into the index2 group within the New_Homepage experiment: When visitors in the index2 group request the home page, the Request a Demo graphical link displays higher on the page, as in the following graphic:

17 Validating the Experiment 17

18 Viewing the Results 18 Viewing the Results You can view the results of an experiment in a visualization within Insight. Configuring the Dataset Before you can view controlled experiment data in Insight, you must modify your dataset configuration files to include a field and an extended dimension to contain information about your experiments, which enables you to view the results of an experiment in a table within Insight. To do so, you must complete the following steps: Modifying Log Processing.cfg Modifying Transformation.cfg Note: Editing these configuration files causes your dataset to begin reprocessing immediately. It is important to schedule this for a time that has the least effect on the users of your system. For more information about reprocessing a dataset, see the Server Products Installation and Administration Guide as well as the Dataset Configuration Guide. Modifying Log Processing.cfg You must add the x-experiment field to the Log Processing.cfg file, which is used to create an extended dimension. See Modifying Transformation.cfg. To modify Log Processing.cfg 1. In Insight, open the Profile Manager by right-clicking within a workspace and clicking Admin > Profile Manager, or by opening the Profile Management workspace on the Admin tab. 2. In the Profile Manager, click Dataset to show its contents. 3. Right-click the check mark next to Log Processing.cfg and click Make Local. A check mark for this file appears in the User column. 4. Right-click the newly created check mark and click Open > in Insight. The Log Processing.cfg window appears. 5. Click Fields to show its contents. 6. Right-click the last field in the current list and click Add new > Field. 7. Type x-experiment in the newly created field, as shown in the following example:

19 Viewing the Results Right-click (modified) at the top of the window and click Save. 9. In the Profile Manager, right-click the check mark for Log Processing.cfg in the User column, then click Save to > <profile name> to save the locally made changes to the working profile. Note: The dataset begins reprocessing immediately. For more information about Log Processing and Fields see the Dataset Configuration Guide. Modifying Transformation.cfg Now that the x-experiment field is available, you must create an extended dimension to include the x-experiment field in your dataset, which allows you to view your results in Insight. To do so, you must add a new dimension to the Transformation.cfg file. If you plan to run multiple experiments, you also must add a new Split transformation to the Transformation.cfg file. This Split transformation separates the different experiment and group names so that the information is easier to interpret. To avoid reprocessing your data again if you were to need to add additional experiments at a later date, Adobe recommends that you add the Split transformation even if you are not currently planning to run multiple experiments. The following procedure includes the creation of both the new Split transformation and the extended dimension. If you do not want to add the Split transformation, simply skip steps 5 7. To modify Transformation.cfg 1. In Insight, open the Profile Manager by right-clicking within a workspace and clicking Admin > Profile Manager, or by opening the Profile Management workspace on the Admin tab. 2. In the Profile Manager, click Dataset to show its contents. 3. Right-click the check mark next to Transformation.cfg and click Make Local. A check mark for this file appears in the User column. 4. Right-click the newly created check mark and click Open > in Insight. The Transformation.cfg window appears. 5. Click Transformation to show its contents. 6. Right-click Transformations and click Add new > Split. 7. Complete the new split on comma transformation as shown in the following example:

20 Viewing the Results 20 Note: You can enter any value in the Name field. 8. Right-click Extended Dimensions and click Add new > ManyToMany. 9. Complete the new dimension as shown in the following example: Note: You can enter any value in the Name field. If you did not include the Split transformation, you must type x-experiment in the Input field. 10. Right-click (modified) at the top of the window and click Save. 11. In the Profile Manager, right-click the check mark for Transformation.cfg in the User column, then click Save to > <profile name> to save the locally made changes to the working profile. Note: The dataset begins retransforming immediately. For more information about Transformation.cfg and extended dimensions, see the Dataset Configuration Guide.

21 Viewing the Results 21 Viewing the Experiment Results After you have added the new field to Log Processing.cfg and created the new Split transformation and extended dimension, you can view the new extended dimension that you created as soon as the Fast Input stage of data reprocessing has finished. This dimension, by default, displays the number of sessions for each of your experiment groups. To view the experiment dimension Within any workspace in Insight, open a table with the experiment dimension that you created. The experiment dimension elements, which represent each experiment you are currently running and each group within each experiment, display with the current number of sessions for each group. Each group is named in the following format using the experiment name followed by the group name: Experiment Name.Group Name For example: New Homepage.Control The following table shows the Controlled Experiment Groups dimension that was created in Transformation.cfg and each of the experiments and their groups. The New Homepage experiment is shown at the bottom of the table with its two groups: Control and index2. You now can use the experiment dimension and any relevant metrics to explore and interpret the experiment results, as well as create useful reports detailing those results. Evaluating the Experiment After running the experiment until the required minimum number of visitors have participated in the experiment, you can be assured of sufficient statistical confidence to evaluate the results of your experiment. Using Insight, compare whichever metrics or key performance indicators were defined as part of the hypothesis to determine whether the experiment was a success (that is, the hypothesis was validated with the specified confidence.) In our example experiment, our hypothesis is proven correct if the Visitor Conversion increases by at least 1.5%, which is the success criterion we defined earlier. The following workspace example shows that the Conversion for the index2 test group was actually 1.8% higher than for the control group, proving our hypothesis.

22 Viewing the Results 22 Summarizing the Experiment Results Taking Action Based on the Results Monitoring Your Actions Summarizing the Experiment Results Using Insight, you can create detailed reports to summarize and illustrate the results of your experiment. You then can use your reports, as shown in the following example, to make recommendations based on the results, which are backed up by the visual information you have provided in your reports:

23 Viewing the Results 23 Taking Action Based on the Results After the results are clear, you are ready to act on those results by making production-level changes to the tested pages, applying these same changes to other areas of your website, and making sure to completely document the test, its results, and the changes that you have made. Monitoring Your Actions After the controlled experiment is complete and you have implemented the appropriate changes, make sure to continue to monitor the changes that you made by, for example, viewing validation metrics, creating control charts, and providing dashboard metrics. Always be prepared to re-test your hypothesis if you think the changes that you tested and made are not bearing out the original results.

24 Experiment Design Spreadsheet 24 Experiment Design Spreadsheet This file functions not only as a worksheet but also as a record of your decisions about the experiment. If you need help designing your experiment, you can use the experiment design spreadsheet (named VS Controlled Experiment Design.xls by default) provided by Adobe. The experiment design spreadsheet can provide useful statistical inferences only when the metric in question is defined as a percentage of visitors that meet some criteria. That is, it is useful only when testing a visitor-based metric hypothesis. To design your experiment using the experiment design file 1. If you have administrator access to your web or application servers, navigate to the Sensor installation folder on any Sensor machine in your web cluster. If you do not have administrator access, contact your Adobe account manager to request the file. 2. Open the VS Controlled Experiment Design.xls file. (You can rename this file if desired.) The spreadsheet on the following page is an example of how you would complete the spreadsheet when preparing to test the example hypothesis used throughout this guide.

25 Experiment Design Spreadsheet Enter text or values for all of the fields in blue in this file, which are described in the following table.the calculated fields are defined in the second table. Fields to Define In this field Experiment Title Experiment Description Metric Being Studied Specify A descriptive name for your experiment. A textual description of the experiment. The name of the metric on which the experiment is based. Example: Visitor Conversion Metric Definition The definition of the metric on which the experiment is based. Format: Visitors[X]/Visitors Example: Visitors[URI='conversionpage.asp']/Visitors Intended Start Time Intended End Time Applicable Selections Experiment URIs Expected Metrics for Application Selections Average Visitors per Day Visitor Conversion Experiment Will Determine if the metric name for the Test Groups is The date and time you want the experiment to begin. The date and time you want the experiment to end. (Optional) The dimension name and element set or range by which you want to further segment the dataset. The URIs involved in your hypothesis. You define the current URIs for the control group and the alternate URIs that you have created or will create for the test group(s). Heading for the metric values that you expect for your website. The average number of visitors to your website per day. The average visitor conversion rate for your website. Heading for how the metric values should be compared.

26 Experiment Design Spreadsheet 26 In this field Greater Than The Value For the Control Group? Less Than The Value For the Control Group? By at Least (Detection Level) With a Confidence Level of at Least and a Power Level of % of Visitors Test Group Control Group Other Design Notes Specify Set this field to True if you want the ability to conclude that the test group s metric increased during the experiment. Set this field to False to reduce the number of visitors needed to draw conclusions. Adobe recommends that you set it to True. Set this field to True if you want the ability to conclude that the test group s metric decreased during the experiment. Adobe recommends that you set it to True. The percentage by which you want the metric for the test group to be higher or lower than that for the control group. The desired confidence level for the test group values. The confidence level determines the number of false positives to measure the probability that the stated expectation is true. The desired power level for the test group values. The power level determines the number of false negatives. Heading for the percent of visitors values. Percent of visitors you want to include in the test group. You can play with this number until the value in the Total (Usually 100%) field in the Visitors section is equal to or greater than the value in the Minimum Visitors Required (Test+Control Groups) field, both of which are described in the following table. Percent of visitors you want to include in the control group. Any notes that you want to save for future reference. The remaining fields are calculated based on the values that you entered and are described in the following table. Calculated Fields Field Expected Metrics for Application Selections Expected Visitors per Period Calculated Z Score for Type I Error Calculated Z Score for Type II Error Minimum Visitors Required (Test+Control Groups) Description Heading for the metric values that you expect for your website. This field is normally automatically calculated by the spreadsheet. It relies on the assumption that on most days the website receives many more new visitors than return visitors. If this is not the case, this cell s calculation should be overwritten with the actual number of visitors expected during the experiment. The Z score for a false positive result. This is an intermediate statistical calculation. The Z score for a false negative result. This is an intermediate statistical calculation. Minimum number of visitors needed in your experiment to meet your specified confidence level, power level, and Z score, expressed as a percentage of the value in the Expected Visitors per Period field.

27 Experiment Design Spreadsheet 27 Field Minimum Visitors Required (Test+Control Groups) Minimum Experiment Time (Days) Visitors Test Group Control Group Total (Usually 100%) Description Minimum number of visitors needed in your experiment to meet your specified confidence level, power level, and Z score. This value must be less than or equal to the value in the Total (Usually 100%) field in the Visitors section. Minimum number of days you need to run your experiment to meet your specified confidence level, power level, and Z score. This calculated number is subject to the same issues as discussed in the Expected Visitors per Period field. In the case of a website with many returning visitors, the Minimum Experiment Time (Days) field is the expected number of days it takes to see a number of unique visitors equal to the value in the Minimum Visitors Required field. Heading for the visitors values. Number of visitors needed in the test group. Number of visitors needed in the control group. Total number of visitors needed for the experiment. This value must be equal to or greater than the value in the Minimum Visitors Required (Test+Control Groups) field. Test Group Accuracy (at Target Confidence Level) Percentage indicating that there is a chance equal to the specified confidence level that the measured value of the metric calculated for the test group will be within this percentage of its true value. Control Group Accuracy (at Target Confidence Level) Z Score (at Target Accuracy) Actual Confidence Level (at Target Interval) Actual Interval (at Target Confidence Level) Percentage indicating that there is a chance equal to the specified confidence level that the measured value of the metric calculated for the control group will be within this percentage of its true value. Number of standard deviations a given value is from the test mean. The confidence level achieved for the experiment. The confidence level measures the probability of the stated expectation to be true. The confidence interval achieved for the experiment, which provides an estimated range of values that is likely to include an unknown population parameter. This range is calculated from a given set of sample data. You need to look at the value in the Minimum Visitors Required (Test+Control Groups) field... and compare it to the value in the Total field in the Visitors column.

28 Experiment Design Spreadsheet 28 For your experiment to be statistically valid, the value in the Total (Usually 100%) field must be equal to or greater than the value in the Minimum Visitors Required (Test+Control Groups) field. Given the inputs provided, what the example worksheet shows you is that 10,475 visitors need to participate in this experiment to achieve the entered 95% confidence rate (which is the minimum suggested confidence for any controlled experiment, although you can increase this number). The experiment as currently designed includes 30,000 visitors, which is well over the minimum number of visitors required. If you keep the number of days the same, you could increase the confidence level as long as the total number of visitors continues the meet or exceed the required minimum. 4. Save the file for your records and then use the information from the file to configure the experiment using the experiment configuration spreadsheet. For more information about this spreadsheet, see Configuring and Deploying the Experiment.

Adobe Marketing Cloud Dataset Configuration

Adobe Marketing Cloud Dataset Configuration Adobe Marketing Cloud Dataset Configuration Contents Dataset Configuration...6 Understanding Dataset Construction...6 Log Processing...6 Transformation...7 Understanding Dataset Configuration...8 Required

More information

Adobe Campaign Business Practitioner Adobe Certified Expert Exam Guide. Exam number: 9A0-395

Adobe Campaign Business Practitioner Adobe Certified Expert Exam Guide. Exam number: 9A0-395 Adobe Campaign Business Practitioner Adobe Certified Expert Exam Guide Exam number: 9A0-395 Revised 08 September 2016 About Adobe Certified Expert Exams To be an Adobe Certified Expert is to demonstrate

More information

Adobe Marketing Cloud Data Workbench Client

Adobe Marketing Cloud Data Workbench Client Adobe Marketing Cloud Data Workbench Client Contents Data Workbench Client...10 Opening Data Workbench...10 Working Offline and Online...11 Working with Profiles...12 Understanding the Worktop...13 Understanding

More information

Dreamweaver Domain 6: Evaluating and Maintaining a Site by Using Dreamweaver CS5

Dreamweaver Domain 6: Evaluating and Maintaining a Site by Using Dreamweaver CS5 Dreamweaver Domain 6: Evaluating and Maintaining a Site by Using Dreamweaver CS5 Adobe Creative Suite 5 ACA Certification Preparation: Featuring Dreamweaver, Flash, and Photoshop 1 Objectives Conduct technical

More information

Adobe Target Analyst Adobe Certified Expert Exam Guide

Adobe Target Analyst Adobe Certified Expert Exam Guide Adobe Target Analyst Adobe Certified Expert Exam Guide Exam number: 9A0-399 Note: To become certified as an Adobe Target Analyst requires passing this exam and exam 9A0-398 Adobe Target Business Practitioner.

More information

Sitecore Experience Platform 8.0 Rev: September 13, Sitecore Experience Platform 8.0

Sitecore Experience Platform 8.0 Rev: September 13, Sitecore Experience Platform 8.0 Sitecore Experience Platform 8.0 Rev: September 13, 2018 Sitecore Experience Platform 8.0 All the official Sitecore documentation. Page 1 of 455 Experience Analytics glossary This topic contains a glossary

More information

Marketing Operations Cookbook

Marketing Operations Cookbook Marketing Operations Cookbook Rev: 2013-12-02 Sitecore CMS 6.6 Marketing Operations Cookbook A marketer's guide to managing how your website engages with your visitors Table of Contents Chapter 1 Introduction...

More information

HCI and Design SPRING 2016

HCI and Design SPRING 2016 HCI and Design SPRING 2016 Before we start Project midway reports and presentations due in class on Thursday April 7 th 2- minute presentation (practice to make sure of the timing!) I WILL cut you off!

More information

Topics for today. Quantitative data Instrumentation and logging Quantitative surveys AB testing Activity

Topics for today. Quantitative data Instrumentation and logging Quantitative surveys AB testing Activity HCI and Design Topics for today Quantitative data Instrumentation and logging Quantitative surveys AB testing Activity Quantitative vs. Qualitative 1. Explanation through numbers 2. Objective 3. Deductive

More information

Campaign Manager 2.0 for Sitecore CMS 6.6

Campaign Manager 2.0 for Sitecore CMS 6.6 E-Mail Campaign Manager 2.0 Marketer's Guide Rev: 2014-06-11 E-Mail Campaign Manager 2.0 for Sitecore CMS 6.6 Marketer's Guide User guide for marketing analysts and business users Table of Contents Chapter

More information

KANRI DISTANCE CALCULATOR. User Guide v2.4.9

KANRI DISTANCE CALCULATOR. User Guide v2.4.9 KANRI DISTANCE CALCULATOR User Guide v2.4.9 KANRI DISTANCE CALCULATORTM FLOW Participants Input File Correlation Distance Type? Generate Target Profile General Target Define Target Profile Calculate Off-Target

More information

BEAWebLogic. Portal. Overview

BEAWebLogic. Portal. Overview BEAWebLogic Portal Overview Version 10.2 Revised: February 2008 Contents About the BEA WebLogic Portal Documentation Introduction to WebLogic Portal Portal Concepts.........................................................2-2

More information

And the benefits are immediate minimal changes to the interface allow you and your teams to access these

And the benefits are immediate minimal changes to the interface allow you and your teams to access these Find Out What s New >> With nearly 50 enhancements that increase functionality and ease-of-use, Minitab 15 has something for everyone. And the benefits are immediate minimal changes to the interface allow

More information

Excel Part 3 Textbook Addendum

Excel Part 3 Textbook Addendum Excel Part 3 Textbook Addendum 1. Lesson 1 Activity 1-1 Creating Links Data Alert and Alternatives After completing Activity 1-1, you will have created links in individual cells that point to data on other

More information

vrealize Operations Manager Customization and Administration Guide vrealize Operations Manager 6.4

vrealize Operations Manager Customization and Administration Guide vrealize Operations Manager 6.4 vrealize Operations Manager Customization and Administration Guide vrealize Operations Manager 6.4 vrealize Operations Manager Customization and Administration Guide You can find the most up-to-date technical

More information

ONCONTACT MARKETING AND CAMPAIGN USER GUIDE V10

ONCONTACT MARKETING AND CAMPAIGN USER GUIDE V10 ONCONTACT MARKETING AND CAMPAIGN USER GUIDE V10 Contents Marketing Dashboard... 2 Marketing Dashboard Badges... 2 Marketing Dashboard Panels... 3 Campaign Record... 3 Field Descriptions... 4 Opportunities

More information

Load testing with WAPT: Quick Start Guide

Load testing with WAPT: Quick Start Guide Load testing with WAPT: Quick Start Guide This document describes step by step how to create a simple typical test for a web application, execute it and interpret the results. A brief insight is provided

More information

Chapter 3: Data Description Calculate Mean, Median, Mode, Range, Variation, Standard Deviation, Quartiles, standard scores; construct Boxplots.

Chapter 3: Data Description Calculate Mean, Median, Mode, Range, Variation, Standard Deviation, Quartiles, standard scores; construct Boxplots. MINITAB Guide PREFACE Preface This guide is used as part of the Elementary Statistics class (Course Number 227) offered at Los Angeles Mission College. It is structured to follow the contents of the textbook

More information

Tutorial 1 - Setting up your first process

Tutorial 1 - Setting up your first process Version 8.2 SolveXia Pty Ltd AUTOMATE ACTIVATE ACCELERATE CONTENTS INTRODUCTION... 3 CASE STUDY... 4 SOLUTION... 4 ILLUSTRATION OF STEPS IN PROCESS... 5 A LOGIN TO THE SYSTEM... 6 A.1 SCREEN LAYOUT...

More information

Marketer's Guide. User guide for marketing analysts and business users

Marketer's Guide. User guide for marketing analysts and business users Marketer's Guide Rev: 2014-06-11 Marketer's Guide User guide for marketing analysts and business users Table of Contents Chapter 1 Introduction... 4 Chapter 2 Quick Start Guide... 5 2.1 Accessing the Email

More information

MT+ Beneficiary Guide

MT+ Beneficiary Guide MT+ Beneficiary Guide Current version MT+ 2.5.0 implemented on 10/08/16 Introduction... 2 How to get access... 3 Login... 4 Automatic notifications... 8 Menu and Navigation... 9 List functionalities...

More information

MT+ Beneficiary Guide

MT+ Beneficiary Guide MT+ Beneficiary Guide Current version MT+ 2.3.0 implemented on 11/04/16 Introduction... 2 How to get access... 3 Login... 4 Automatic notifications... 8 Menu and Navigation... 9 List functionalities...

More information

Campaign Manager for Sitecore CMS 6.3

Campaign Manager for Sitecore CMS 6.3 E-Mail Campaign Manager Marketer's Guide Rev: 2013-01-24 E-Mail Campaign Manager for Sitecore CMS 6.3 Marketer's Guide User guide for marketing analysts and business users Table of Contents Chapter 1 Introduction...

More information

Adobe Target Analyst Adobe Certified Expert Exam Guide

Adobe Target Analyst Adobe Certified Expert Exam Guide Adobe Target Analyst Adobe Certified Expert Exam Guide Exam number: 9A0-399 Note: To become certified as an Adobe Target Analyst requires passing this exam and exam 9A0-398 Adobe Target Business Practitioner.

More information

Adobe Marketing Cloud Best Practices Implementing Adobe Target using Dynamic Tag Management

Adobe Marketing Cloud Best Practices Implementing Adobe Target using Dynamic Tag Management Adobe Marketing Cloud Best Practices Implementing Adobe Target using Dynamic Tag Management Contents Best Practices for Implementing Adobe Target using Dynamic Tag Management.3 Dynamic Tag Management Implementation...4

More information

Excel Forecasting Tools Review

Excel Forecasting Tools Review Excel Forecasting Tools Review Duke MBA Computer Preparation Excel Forecasting Tools Review Focus The focus of this assignment is on four Excel 2003 forecasting tools: The Data Table, the Scenario Manager,

More information

Adobe Marketing Cloud Data Workbench with Target

Adobe Marketing Cloud Data Workbench with Target Adobe Marketing Cloud Contents...3 Set HTTP log reporting in ExportIntegration.exe...5 Last updated 6/18/2015 3 Integration of Adobe Data Workbench with Adobe Target became easier with Data Workbench features

More information

Integration Guide. MaritzCX for Adobe

Integration Guide. MaritzCX for Adobe June 9, 2015 Table of Contents Overview...3 Prerequisites...3 Build Your Survey...4 Step 1 - Create Your Survey...4 Step 2 - Design Your Survey...4 Step 3 - Publish and Activate Your Survey...6 Embed the

More information

Working with Mailbox Manager

Working with Mailbox Manager Working with Mailbox Manager A user guide for Mailbox Manager supporting the Message Storage Server component of the Avaya S3400 Message Server Mailbox Manager Version 5.0 February 2003 Copyright 2003

More information

Section 9 Linking & Importing

Section 9 Linking & Importing Section 9 Linking & Importing ECDL Excel 2003 Section 9 Linking & Importing By the end of this Section you should be able to: Link Cells Link between Worksheets Link between Workbooks Link to a Word Document

More information

Using Excel for a Gradebook: Advanced Gradebook Formulas

Using Excel for a Gradebook: Advanced Gradebook Formulas Using Excel for a Gradebook: Advanced Gradebook Formulas Objective 1: Review basic formula concepts. Review Basic Formula Concepts Entering a formula by hand: Always start with an equal sign, and click

More information

WebStudio User Guide. OpenL Tablets BRMS Release 5.18

WebStudio User Guide. OpenL Tablets BRMS Release 5.18 WebStudio User Guide OpenL Tablets BRMS Release 5.18 Document number: TP_OpenL_WS_UG_3.2_LSh Revised: 07-12-2017 OpenL Tablets Documentation is licensed under a Creative Commons Attribution 3.0 United

More information

Business Insight Authoring

Business Insight Authoring Business Insight Authoring Getting Started Guide ImageNow Version: 6.7.x Written by: Product Documentation, R&D Date: August 2016 2014 Perceptive Software. All rights reserved CaptureNow, ImageNow, Interact,

More information

WEB ANALYTICS A REPORTING APPROACH

WEB ANALYTICS A REPORTING APPROACH WEB ANALYTICS A REPORTING APPROACH By Robert Blakeley, Product Manager WebMD A web analytics program consists of many elements. One of the important elements in the process is the reporting. This step

More information

SAS BI Dashboard 3.1. User s Guide Second Edition

SAS BI Dashboard 3.1. User s Guide Second Edition SAS BI Dashboard 3.1 User s Guide Second Edition The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2007. SAS BI Dashboard 3.1: User s Guide, Second Edition. Cary, NC:

More information

Applied Machine Learning

Applied Machine Learning Applied Machine Learning Lab 3 Working with Text Data Overview In this lab, you will use R or Python to work with text data. Specifically, you will use code to clean text, remove stop words, and apply

More information

Table of Contents CLIENT INTERNET ACCESS...4. Mobile Devices...4. Browser Compatibility...4 SYSTEM NAVIGATION Header Links...

Table of Contents CLIENT INTERNET ACCESS...4. Mobile Devices...4. Browser Compatibility...4 SYSTEM NAVIGATION Header Links... WebLink User Guide Table of Contents CLIENT INTERNET ACCESS...4 Mobile Devices...4 Browser Compatibility...4 SYSTEM NAVIGATION... 9 Header Links... 9 Navigation Bar... 9 USER OPTIONS... 9 Change Password...

More information

Project and Portfolio Management Center

Project and Portfolio Management Center Project and Portfolio Management Center Software Version: 9.42 Getting Started Go to HELP CENTER ONLINE http://admhelp.microfocus.com/ppm/ Document Release Date: September 2017 Software Release Date: September

More information

Spreadsheet Case 2. Clarkson Cosmetics

Spreadsheet Case 2. Clarkson Cosmetics 27 Spreadsheet Case 2 Clarkson Cosmetics Problem: Management skills: PC skills: File: Evaluate the effectiveness of an e-commerce company s Web site and advertising sites Analyzing Organizing Formulas

More information

What s New in Spotfire DXP 1.1. Spotfire Product Management January 2007

What s New in Spotfire DXP 1.1. Spotfire Product Management January 2007 What s New in Spotfire DXP 1.1 Spotfire Product Management January 2007 Spotfire DXP Version 1.1 This document highlights the new capabilities planned for release in version 1.1 of Spotfire DXP. In this

More information

Spreadsheet Management Software Cases. Evaluate the effectiveness of an e-commerce company s Web site and advertising sites

Spreadsheet Management Software Cases. Evaluate the effectiveness of an e-commerce company s Web site and advertising sites 31 Spreadsheet Case 2 Athena Beauty Products Problem: Management skills: Excel skills: File: Evaluate the effectiveness of an e-commerce company s Web site and advertising sites Analyzing Organizing Formulas

More information

MT+ Beneficiary Guide

MT+ Beneficiary Guide MT+ Beneficiary Guide Introduction... 2 How to get access... 3 Login... 4 Automatic notifications... 8 Menu and Navigation... 9 List functionalities... 12 Project Details... 18 How to manage organisations...

More information

A/B Testing Overview

A/B Testing Overview A/B Testing Overview A/B Testing (also known as Split testing) defines a way to compare two versions of an application or a web page that enables you to determine which one performs better. It is one of

More information

Optimize Online Testing for Site Optimization: 101. White Paper. White Paper Webtrends 2014 Webtrends, Inc. All Rights Reserved

Optimize Online Testing for Site Optimization: 101. White Paper. White Paper Webtrends 2014 Webtrends, Inc. All Rights Reserved Optimize Online Testing for Site Optimization: 101 White Paper Overview Understanding the differences between A/B and multivariate testing helps marketers select the proper method for reaching optimization

More information

Global Model Workstation Release Log

Global Model Workstation Release Log Global Model Workstation Release Log 2018 OXFORD ECONOMICS LTD ALL RIGHTS RESERVED Reproduction or disclosure to third parties of this document, or any part thereof, is only permitted with the prior and

More information

Orientation Assignment for Statistics Software (nothing to hand in) Mary Parker,

Orientation Assignment for Statistics Software (nothing to hand in) Mary Parker, Orientation to MINITAB, Mary Parker, mparker@austincc.edu. Last updated 1/3/10. page 1 of Orientation Assignment for Statistics Software (nothing to hand in) Mary Parker, mparker@austincc.edu When you

More information

GRAPHING BAYOUSIDE CLASSROOM DATA

GRAPHING BAYOUSIDE CLASSROOM DATA LUMCON S BAYOUSIDE CLASSROOM GRAPHING BAYOUSIDE CLASSROOM DATA Focus/Overview This activity allows students to answer questions about their environment using data collected during water sampling. Learning

More information

CONFIGURING SAFE V4.0 IN THE IBM COLLABORATIVE LIFECYCLE MANAGEMENT

CONFIGURING SAFE V4.0 IN THE IBM COLLABORATIVE LIFECYCLE MANAGEMENT CONFIGURING SAFE V4.0 IN THE IBM COLLABORATIVE LIFECYCLE MANAGEMENT Abstract In this document, we provide step-by-step guidance to configure support for the SAFe V4.0 methodology in CLM tooling. Amy Silberbauer

More information

Introduction to BEST Viewpoints

Introduction to BEST Viewpoints Introduction to BEST Viewpoints This is not all but just one of the documentation files included in BEST Viewpoints. Introduction BEST Viewpoints is a user friendly data manipulation and analysis application

More information

Getting Started with Code Coverage/Eclipse

Getting Started with Code Coverage/Eclipse Getting Started with Code Coverage/Eclipse Code Coverage/Eclipse is the modernized GUI for Compuware s Xpediter/Code Coverage product. With it, users can create reports detailing testing efficiency and

More information

Binary Diagnostic Tests Clustered Samples

Binary Diagnostic Tests Clustered Samples Chapter 538 Binary Diagnostic Tests Clustered Samples Introduction A cluster randomization trial occurs when whole groups or clusters of individuals are treated together. In the twogroup case, each cluster

More information

Beacon Catalog. Categories:

Beacon Catalog. Categories: Beacon Catalog Find the Data Beacons you need to build Custom Dashboards to answer your most pressing digital marketing questions, enable you to drill down for more detailed analysis and provide the data,

More information

Microsoft Excel 2007 and the Government Meeting Professional

Microsoft Excel 2007 and the Government Meeting Professional Microsoft Excel 2007 and the Government Meeting Professional Tips on how to manage, create, and utilize Excel to be more efficient and cost effective. Excel 2007 Today s Topics Basic Organization Skills

More information

1 Introduction to Using Excel Spreadsheets

1 Introduction to Using Excel Spreadsheets Survey of Math: Excel Spreadsheet Guide (for Excel 2007) Page 1 of 6 1 Introduction to Using Excel Spreadsheets This section of the guide is based on the file (a faux grade sheet created for messing with)

More information

UNIBALANCE Users Manual. Marcin Macutkiewicz and Roger M. Cooke

UNIBALANCE Users Manual. Marcin Macutkiewicz and Roger M. Cooke UNIBALANCE Users Manual Marcin Macutkiewicz and Roger M. Cooke Deflt 2006 1 1. Installation The application is delivered in the form of executable installation file. In order to install it you have to

More information

Advanced Training Manual: Surveys Last Updated: October 2013

Advanced Training Manual: Surveys Last Updated: October 2013 Advanced Training Manual: Surveys Last Updated: October 2013 Advanced Training Manual: Surveys Page 1 of 28 Table of Contents Introduction Training Objective Surveys Overview Survey Table Survey Options

More information

07/20/2016 Blackbaud Altru 4.91 Reports US 2016 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any

07/20/2016 Blackbaud Altru 4.91 Reports US 2016 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any Reports Guide 07/20/2016 Blackbaud Altru 4.91 Reports US 2016 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any means, electronic, or mechanical,

More information

EFIS 2.0 Training Materials Child Care User

EFIS 2.0 Training Materials Child Care User EFIS 2.0 Training Materials Child Care User Contents Module 1 Basic Planning... 3 Module 2 Basic Planning Through Smart View... 17 Module 3 Advanced Smart View... 29 Module 4 Data Entry Validation... 40

More information

WHO STEPS Surveillance Support Materials. STEPS Epi Info Training Guide

WHO STEPS Surveillance Support Materials. STEPS Epi Info Training Guide STEPS Epi Info Training Guide Department of Chronic Diseases and Health Promotion World Health Organization 20 Avenue Appia, 1211 Geneva 27, Switzerland For further information: www.who.int/chp/steps WHO

More information

Architectural Engineering Senior Thesis CPEP Webpage Guidelines and Instructions

Architectural Engineering Senior Thesis CPEP Webpage Guidelines and Instructions Architectural Engineering Senior Thesis CPEP Webpage Guidelines and Instructions Your Thesis Drive (T:\) Each student is allocated space on the Thesis drive. Any files on this drive are accessible from

More information

SelectSurveyASP Advanced User Manual

SelectSurveyASP Advanced User Manual SelectSurveyASP Advanced User Manual Creating Surveys 2 Designing Surveys 2 Templates 3 Libraries 4 Item Types 4 Scored Surveys 5 Page Conditions 5 Piping Answers 6 Previewing Surveys 7 Managing Surveys

More information

Data Analyst Nanodegree Syllabus

Data Analyst Nanodegree Syllabus Data Analyst Nanodegree Syllabus Discover Insights from Data with Python, R, SQL, and Tableau Before You Start Prerequisites : In order to succeed in this program, we recommend having experience working

More information

Identifying Updated Metadata and Images from a Content Provider

Identifying Updated Metadata and Images from a Content Provider University of Iowa Libraries Staff Publications 4-8-2010 Identifying Updated Metadata and Images from a Content Provider Wendy Robertson University of Iowa 2010 Wendy C Robertson Comments Includes presenter's

More information

Monitor database health in a dashboard

Monitor database health in a dashboard Monitor database health in a dashboard Published: 2018-04-20 When someone reports that a database query failed or is too slow, several questions come to mind. Finding the answers can be a time-consuming

More information

Do-It-Yourself Guide for Advertisers

Do-It-Yourself Guide for Advertisers Do-It-Yourself Guide for Advertisers Foreword Affinity's Advertiser DIY Guide is intended to provide Advertisers with helpful insights on how to best run their ad campaigns on the Affinity Ad Platform.

More information

2. In Video #6, we used Power Query to append multiple Text Files into a single Proper Data Set:

2. In Video #6, we used Power Query to append multiple Text Files into a single Proper Data Set: Data Analysis & Business Intelligence Made Easy with Excel Power Tools Excel Data Analysis Basics = E-DAB Notes for Video: E-DAB 07: Excel Data Analysis & BI Basics: Data Modeling: Excel Formulas, Power

More information

Rapid Bottleneck Identification A Better Way to do Load Testing. An Oracle White Paper June 2008

Rapid Bottleneck Identification A Better Way to do Load Testing. An Oracle White Paper June 2008 Rapid Bottleneck Identification A Better Way to do Load Testing An Oracle White Paper June 2008 Rapid Bottleneck Identification A Better Way to do Load Testing. RBI combines a comprehensive understanding

More information

Teiid Designer User Guide 7.5.0

Teiid Designer User Guide 7.5.0 Teiid Designer User Guide 1 7.5.0 1. Introduction... 1 1.1. What is Teiid Designer?... 1 1.2. Why Use Teiid Designer?... 2 1.3. Metadata Overview... 2 1.3.1. What is Metadata... 2 1.3.2. Editing Metadata

More information

Office 2016 Excel Basics 25 Video/Class Project #37 Excel Basics 25: Power Query (Get & Transform Data) to Convert Bad Data into Proper Data Set

Office 2016 Excel Basics 25 Video/Class Project #37 Excel Basics 25: Power Query (Get & Transform Data) to Convert Bad Data into Proper Data Set Office 2016 Excel Basics 25 Video/Class Project #37 Excel Basics 25: Power Query (Get & Transform Data) to Convert Bad Data into Proper Data Set Goal in video # 25: Learn about how to use the Get & Transform

More information

Developer Resources: PIN2

Developer Resources: PIN2 Administrative Technology Services Technology and Data Services Developer Resources: PIN2 Contents Introduction... 2 Registering an Application... 2 Information Required for Registration... 3 Information

More information

C exam. Number: C Passing Score: 800 Time Limit: 120 min File Version: 1.0.

C exam. Number: C Passing Score: 800 Time Limit: 120 min File Version: 1.0. C2090-621.exam Number: C2090-621 Passing Score: 800 Time Limit: 120 min File Version: 1.0 IBM C2090-621 IBM Cognos Analytics Author V11 Version 1.0 Exam B QUESTION 1 A report author wants to conditionally

More information

SAS Data Explorer 2.1: User s Guide

SAS Data Explorer 2.1: User s Guide SAS Data Explorer 2.1: User s Guide Working with SAS Data Explorer Understanding SAS Data Explorer SAS Data Explorer and the Choose Data Window SAS Data Explorer enables you to copy data to memory on SAS

More information

Statistics with a Hemacytometer

Statistics with a Hemacytometer Statistics with a Hemacytometer Overview This exercise incorporates several different statistical analyses. Data gathered from cell counts with a hemacytometer is used to explore frequency distributions

More information

Table of Contents. Table of Contents 3

Table of Contents. Table of Contents 3 User Guide for Administrators EPiServer 7 CMS Revision A, 2012 Table of Contents 3 Table of Contents Table of Contents 3 Introduction 5 About this Documentation 5 Accessing EPiServer Help System 5 Online

More information

Excel 2010: Getting Started with Excel

Excel 2010: Getting Started with Excel Excel 2010: Getting Started with Excel Excel 2010 Getting Started with Excel Introduction Page 1 Excel is a spreadsheet program that allows you to store, organize, and analyze information. In this lesson,

More information

Product Documentation SAP Business ByDesign August Analytics

Product Documentation SAP Business ByDesign August Analytics Product Documentation PUBLIC Analytics Table Of Contents 1 Analytics.... 5 2 Business Background... 6 2.1 Overview of Analytics... 6 2.2 Overview of Reports in SAP Business ByDesign... 12 2.3 Reports

More information

CHAPTER 2: FINANCIAL REPORTING

CHAPTER 2: FINANCIAL REPORTING Chapter 2: Financial Reporting CHAPTER 2: FINANCIAL REPORTING Objectives The objectives are: Describe filtering and analysis windows related to the Chart of Accounts. Provide a demonstration of setting

More information

Multivariate Calibration Quick Guide

Multivariate Calibration Quick Guide Last Updated: 06.06.2007 Table Of Contents 1. HOW TO CREATE CALIBRATION MODELS...1 1.1. Introduction into Multivariate Calibration Modelling... 1 1.1.1. Preparing Data... 1 1.2. Step 1: Calibration Wizard

More information

Marketer's Guide. User guide for marketing analysts and business users

Marketer's Guide. User guide for marketing analysts and business users Marketer's Guide Rev: 18 November 2014 Email Campaign Manager 2.2 for Sitecore CMS 7.5 Marketer's Guide User guide for marketing analysts and business users Table of Contents Chapter 1 Introduction...

More information

Creating a data file and entering data

Creating a data file and entering data 4 Creating a data file and entering data There are a number of stages in the process of setting up a data file and analysing the data. The flow chart shown on the next page outlines the main steps that

More information

Interaction Feedback

Interaction Feedback Interaction Feedback Technical Reference 2018 R2 Last updated 2018-02-09 (See Change Log for summary of changes.) Abstract This user guide documents the PureConnect Customer Feedback Management solution

More information

Applied Regression Modeling: A Business Approach

Applied Regression Modeling: A Business Approach i Applied Regression Modeling: A Business Approach Computer software help: SPSS SPSS (originally Statistical Package for the Social Sciences ) is a commercial statistical software package with an easy-to-use

More information

HPE Project and Portfolio Management Center

HPE Project and Portfolio Management Center HPE Project and Portfolio Management Center Software Version: 9.41 Getting Started Go to HELP CENTER ONLINE http://ppm-help.saas.hpe.com Document Release Date: March 2017 Software Release Date: March 2017

More information

Adobe Certified Professional: Implementation for Omniture EXAM GUIDE

Adobe Certified Professional: Implementation for Omniture EXAM GUIDE Adobe Certified Professional: Implementation for Omniture EXAM GUIDE Exam Guide for ACP: Implementation for Omniture PURPOSE OF ACP: IMPLEMENTATION EXAM GUIDE Adobe Training Services has created and published

More information

Topic C. Communicating the Precision of Measured Numbers

Topic C. Communicating the Precision of Measured Numbers Topic C. Communicating the Precision of Measured Numbers C. page 1 of 14 Topic C. Communicating the Precision of Measured Numbers This topic includes Section 1. Reporting measurements Section 2. Rounding

More information

TRACKING YOUR WEBSITE WITH GOOGLE ANALYTICS CHRIS EDWARDS

TRACKING YOUR WEBSITE WITH GOOGLE ANALYTICS CHRIS EDWARDS TRACKING YOUR WEBSITE WITH GOOGLE ANALYTICS CHRIS EDWARDS Hi, I am Chris Edwards Data Nerd & Agency Owner Website Developer 18 years WordPress Developer 6 years Google Analytics 13 years Digital Marketer/SEO

More information

CHAPTER 4: MICROSOFT OFFICE: EXCEL 2010

CHAPTER 4: MICROSOFT OFFICE: EXCEL 2010 CHAPTER 4: MICROSOFT OFFICE: EXCEL 2010 Quick Summary A workbook an Excel document that stores data contains one or more pages called a worksheet. A worksheet or spreadsheet is stored in a workbook, and

More information

Appendix 3: Using the Exsys CORVID Servlet Runtime

Appendix 3: Using the Exsys CORVID Servlet Runtime Appendix 3: Using the Exsys CORVID Servlet Runtime The Exsys CORVID Ver 2 provides a powerful new way to deliver CORVID expert systems to end users. The new Exsys CORVID Servlet Runtime is a Java servlet

More information

Designing dashboards for performance. Reference deck

Designing dashboards for performance. Reference deck Designing dashboards for performance Reference deck Basic principles 1. Everything in moderation 2. If it isn t fast in database, it won t be fast in Tableau 3. If it isn t fast in desktop, it won t be

More information

Simulation of Molecular Evolution with Bioinformatics Analysis

Simulation of Molecular Evolution with Bioinformatics Analysis Simulation of Molecular Evolution with Bioinformatics Analysis Barbara N. Beck, Rochester Community and Technical College, Rochester, MN Project created by: Barbara N. Beck, Ph.D., Rochester Community

More information

HERA and FEDRA Software User Notes: General guide for all users Version 7 Jan 2009

HERA and FEDRA Software User Notes: General guide for all users Version 7 Jan 2009 HERA and FEDRA Software User Notes: General guide for all users Version 7 Jan 2009 1 Educational Competencies Consortium Ltd is a not-for-profit, member-driven organisation, offering a unique mix of high

More information

BEAWebLogic. Portal. Tutorials Getting Started with WebLogic Portal

BEAWebLogic. Portal. Tutorials Getting Started with WebLogic Portal BEAWebLogic Portal Tutorials Getting Started with WebLogic Portal Version 10.2 February 2008 Contents 1. Introduction Introduction............................................................ 1-1 2. Setting

More information

VEDATRAK CRM 3.0. User Guide

VEDATRAK CRM 3.0. User Guide VEDATRAK CRM 3.0 User Guide 2 (C) 2006-2012 SUI SOLUTIONS Ltd. All rights reserved. 3 Contents Overview...9 System Requirements...12 Installation Notes...13 Vedatrak Basics...14 User Roles...14 System

More information

22/10/16. Data Coding in SPSS. Data Coding in SPSS. Data Coding in SPSS. Data Coding in SPSS

22/10/16. Data Coding in SPSS. Data Coding in SPSS. Data Coding in SPSS. Data Coding in SPSS DATA CODING IN SPSS STAFF TRAINING WORKSHOP March 28, 2017 Delivered by Dr. Director of Applied Economics Unit African Heritage Institution Enugu Nigeria To code data in SPSS, Lunch the SPSS The Data Editor

More information

ZENworks Reporting System Reference. January 2017

ZENworks Reporting System Reference. January 2017 ZENworks Reporting System Reference January 2017 Legal Notices For information about legal notices, trademarks, disclaimers, warranties, export and other use restrictions, U.S. Government rights, patent

More information

COPYRIGHT Wavextend B.V. All rights reserved. Calculation Framework user guide, Basic configuration for version

COPYRIGHT Wavextend B.V. All rights reserved. Calculation Framework user guide, Basic configuration for version DATA MANIPULATION FRAMEWORK USER GUIDE Basic configuration for version 2011 COPYRIGHT Information in this document, including URL and other Internet Web site references, is subject to change without notice.

More information

User Guide. Kronodoc Kronodoc Oy. Intelligent methods for process improvement and project execution

User Guide. Kronodoc Kronodoc Oy. Intelligent methods for process improvement and project execution User Guide Kronodoc 3.0 Intelligent methods for process improvement and project execution 2003 Kronodoc Oy 2 Table of Contents 1 User Guide 5 2 Information Structure in Kronodoc 6 3 Entering and Exiting

More information

WELCOME! Lecture 3 Thommy Perlinger

WELCOME! Lecture 3 Thommy Perlinger Quantitative Methods II WELCOME! Lecture 3 Thommy Perlinger Program Lecture 3 Cleaning and transforming data Graphical examination of the data Missing Values Graphical examination of the data It is important

More information

More on Testing and Large Scale Web Apps

More on Testing and Large Scale Web Apps More on Testing and Large Scale Web Apps Testing Functionality Tests - Unit tests: E.g. Mocha - Integration tests - End-to-end - E.g. Selenium - HTML CSS validation - forms and form validation - cookies

More information

Data Analyst Nanodegree Syllabus

Data Analyst Nanodegree Syllabus Data Analyst Nanodegree Syllabus Discover Insights from Data with Python, R, SQL, and Tableau Before You Start Prerequisites : In order to succeed in this program, we recommend having experience working

More information