Skip to content

Commit 06de14e

Browse files
authored
Fix bug in Segment event JSON examples (#1019)
1 parent a27c87e commit 06de14e

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

code_blocks/integrations/third-party-integrations/segment_5.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"user_id": "$RCAnonymousID:87c6049c58069238dce29853916d624c",
44
"event": "rc_trial_started_event",
55
"properties": {
6-
"price": 0.0,
6+
"revenue": 0.0,
7+
"currency": "USD",
78
"store": "APP_STORE",
89
"expires_at": 1556693063,
910
"entitlement": "premium",

code_blocks/integrations/third-party-integrations/segment_6.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"user_id": "$RCAnonymousID:87c6049c58069238dce29853916d624c",
44
"event": "rc_trial_converted_event",
55
"properties": {
6-
"price": 7.99,
6+
"revenue": 7.99,
7+
"currency": "USD",
78
"store": "APP_STORE",
89
"expires_at": 1558701211,
910
"entitlement": "premium",

code_blocks/integrations/third-party-integrations/segment_8.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"user_id": "$RCAnonymousID:87c6049c58069238dce29853916d624c",
44
"event": "rc_renewal_event",
55
"properties": {
6-
"price": 7.99,
6+
"revenue": 7.99,
7+
"currency": "USD",
78
"store": "APP_STORE",
89
"expires_at": 1558699811,
910
"entitlement": "premium",

code_blocks/integrations/third-party-integrations/segment_9.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"user_id": "$RCAnonymousID:87c6049c58069238dce29853916d624c",
44
"event": "rc_cancellation_event",
55
"properties": {
6-
"price": 0.0,
6+
"revenue": 0.0,
7+
"currency": "USD",
78
"store": "APP_STORE",
89
"expires_at": 1558116196,
910
"entitlement": "premium",

0 commit comments

Comments
 (0)