Creating a revenue goal that can show cumulative revenue (not just first time)

THIS ARTICLE WILL HELP YOU:

Introduction

The below applies to revenue amount only and the number of goal conversions won't be counted multiple times, but revenue from additional purchases will be added to revenue shown on your report.  All other goals are conversions which are unique (only counted the first time per experiment).

Create a Revenue Goal

Create a revenue goal through Goal templates menu:

Select Manual Revenue Tracking:

Note the Goal id after saving the goal.  That ID should be filled in where you see "goal_id" in the code.

Add Force Multiple

Modify the code shown above to add "force_multiple" to the end, eg something like the below but with the correct variables and goal ID, and place this on the page where revenue is generated (typically the thank_you or confirmation page):

_conv_q.push(["pushRevenue","revenue","products_cnt","goal_id","force_multiple"]);