Completed
Push — master ( fe2237...18149d )
by Oleg
04:24 queued 14s
created
examples/Campaigns/CreateCampaign.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -42,26 +42,26 @@
 block discarded – undo
42 42
     $campaign = new Campaign(array(
43 43
             "project_id" => $projectId,
44 44
             "changes" => array(
45
-              array(
45
+                array(
46 46
                 "type" => "custom_code",
47 47
                 "value" => "window.someGlobalFunction();"
48
-              )
48
+                )
49 49
             ),
50 50
             "experiment_ids" => array(
51
-              0
51
+                0
52 52
             ),
53 53
             "holdback" => 0,
54 54
             "metrics" => array(
55
-              array(
55
+                array(
56 56
                 "aggregator" => "sum",
57 57
                 "event_id" => 0,
58 58
                 "field" => "revenue",
59 59
                 "scope" => "session"
60
-              )
60
+                )
61 61
             ),
62 62
             "name" => "Landing Page Optimization",
63 63
             "page_ids" => array(
64
-              $pageId,
64
+                $pageId,
65 65
             ),
66 66
             "status" => "not_started",
67 67
             "type" => "a/b"
Please login to merge, or discard this patch.