[IMP] marketing: testing_running.rst format fixes

closes 

X-original-commit: 4b327417b0
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
This commit is contained in:
Sam Lieber (sali) 2023-05-04 13:37:33 +00:00 committed by Zachary Straub (ZST)
parent 30b596aafd
commit 3ff140ffe6

View File

@ -1,41 +1,52 @@
============================== =========================
Testing and running a campaign Testing/running campaigns
============================== =========================
Odoo gives users the ability to test marketing campaigns (and mailings) before officially running Odoo gives users the ability to test marketing campaigns (and mailings) before officially running
them. them.
First, open the :guilabel:`Marketing Automation` application and click on a campaign. Make sure First, open the :menuselection:`Marketing Automation` application, and select the desired campaign,
the campaign already has activities configured on it (or build a campaign by following the which reveals that campaign's detail form.
directions here on :doc:`this documentation <workflow_activities>`). To start a test, click the
:guilabel:`Launch a Test` button at the top of the template form. On the campaign detail form, make sure the campaign already has activities configured (or build a
campaign by following the directions here on :doc:`this documentation
</applications/marketing/marketing_automation/getting_started/workflow_activities>`).
To start a test, click the :guilabel:`Launch a Test` button at the top of the campaign form.
.. image:: testing_running/launch-test.png .. image:: testing_running/launch-test.png
:align: center :align: center
:alt: Launch a test button in Odoo Marketing Automation. :alt: Launch a test button in Odoo Marketing Automation.
When clicked, a pop-up window appears. In the dropdown field choose a specific record to run the When clicked, a :guilabel:`Launch a test` pop-up window appears. In the drop-down field, choose an
test on, or create a brand new record by clicking the :guilabel:`Search More...` link at the bottom existing record (or create a new one) to run the test on. To create a brand new record, click the
of the dropdown menu, and then click the :guilabel:`Create` button. :guilabel:`Search More...` link at the bottom of the drop-down menu, and then click the
:guilabel:`Create` button.
Once the record is selected, click :guilabel:`Continue`, and Odoo will redirect to the campaign Doing so reveals a blank contact form, in which the :guilabel:`Name` and :guilabel:`Email` **must**
test page. be entered. When all the necessary information has been entered, click :guilabel:`Save`, and Odoo
returns to the :guilabel:`Launch a test` pop-up, with that new record in the :guilabel:`Choose an
existing record or create a new one to test` field.
Once a record is selected, click :guilabel:`Continue`, and Odoo reveals the campaign test page.
.. image:: testing_running/test-screen.png .. image:: testing_running/test-screen.png
:align: center :align: center
:alt: Test screen in Odoo Marketing Automation. :alt: Test screen in Odoo Marketing Automation.
Here, the name of the :guilabel:`Record` being tested is visible, along with the precise time this On the campaign test page, the name of the :guilabel:`Record` being tested is visible, along with
test workflow was started. Beneath that is the first activity (or activities) in the workflow. the precise time this test workflow was started in the :guilabel:`Workflow Started On` field.
Beneath that, in the :guilabel:`Workflow` section is the first activity (or activities) in the
workflow that's being tested.
To start a test, click the :guilabel:`Run` icon beside the first activity in the workflow. When To start a test, click the :guilabel:`Run` button, represented by a :guilabel:`▶️ (play button)`
clicked, the page will reload, and Odoo will show the various results (and analytics) connected to icon beside the first activity in the workflow. When clicked, the page reloads, and Odoo shows the
that specific activity. various results (and analytics) connected to that specific activity as they occur, in real-time.
.. image:: testing_running/workflow-test-progress.png .. image:: testing_running/workflow-test-progress.png
:align: center :align: center
:alt: Workflow test progress in Odoo Marketing Automation. :alt: Workflow test progress in Odoo Marketing Automation.
Once all the workflow activities are completed, the test will end and be moved to the Once all the workflow activities are completed, the test will end, and move to the
:guilabel:`Completed` stage. To stop a test before all the workflow activities are completed, click :guilabel:`Completed` stage. To stop a test before all the workflow activities are completed, click
the :guilabel:`Stop` button. the :guilabel:`Stop` button in the upper-left corner of the campaign test page.