From 6c5e90dd4d6740a2c74dca75de8f9cc729ae02ee Mon Sep 17 00:00:00 2001 From: Morton Fox Date: Fri, 12 Aug 2016 00:40:34 -0400 Subject: [PATCH] Fix links to custom event goals, revenue tracking --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ad9509f..0469654 100644 --- a/README.md +++ b/README.md @@ -153,7 +153,7 @@ analytics.virtualPageview('create-user-account-modal'); #### conversionGoal(action, options) -The `conversionGoal` method is used to record Optimizely [https://help.optimizely.com/hc/en-us/articles/200039925](Custom Event Goals) and [https://help.optimizely.com/hc/en-us/articles/200039865](Revenue Tracking). +The `conversionGoal` method is used to record Optimizely [Custom Event Goals](https://help.optimizely.com/hc/en-us/articles/200039925) and [Revenue Tracking](https://help.optimizely.com/hc/en-us/articles/200039865). It takes two arguments: * `action` - A required string that is used in the Optimizely admin interface during experiment setup. This string must match exactly to count as a conversion in a given experiment. Unlike GA events, the Optimizely `action` is *not* converted to Title Case. Avoid using spaces.