You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you run this code, keep the following in mind:
100
100
101
-
- You'll need to replace <WRITE_KEY> with the key from your Android Source in Segment.
101
+
- You'll need to replace `<WRITE_KEY>` with the key from your Android Source in Segment.
102
102
-`debugMode` sends signals to Segment for use in the Event Builder. Only enable it in development environments.
103
103
- If your app doesn't use Jetpack Compose or Navigation, you can skip those plugin lines.
104
104
@@ -250,4 +250,4 @@ The following table lists the available options:
250
250
251
251
## Next steps
252
252
253
-
After you've confirmed that signals show up in the Event Builder, use the [Generate Events from Signals](/docs/connections/auto-instrumentation/configuration/) guide to configure how signals get translated into analytics events.
253
+
After you've confirmed that signals show up in the Event Builder, use the [Generate Events from Signals](/docs/connections/auto-instrumentation/configuration/) guide to configure how signals get translated into analytics events.
Copy file name to clipboardExpand all lines: src/connections/sources/catalog/cloud-apps/twilio/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,7 +83,7 @@ Below are tables outlining the properties included in the collections listed abo
83
83
| caller_name | The caller's name if this Call was an incoming call to a phone number with Caller ID Lookup enabled |
84
84
| date_created | The date that this resource was created, given as GMT in RFC 2822 format |
85
85
| date_updated | The date that this resource was last updated, given as GMT in RFC 2822 format |
86
-
| direction | A string describing the direction of the Call. Values are inbound for inbound calls, outbound-api for calls initiated using the REST API or outbound-dial for calls initiated by a <Dial> verb |
86
+
| direction | A string describing the direction of the Call. Values are inbound for inbound calls, outbound-api for calls initiated using the REST API or outbound-dial for calls initiated by a `<Dial>` verb |
87
87
| duration | The length of the Call in seconds. This value is empty for busy, failed, unanswered or ongoing calls |
88
88
| end_time | The time the Call ended, given as GMT in RFC 2822 format. Empty if the call did not complete successfully |
89
89
| forwarded_from | The forwarding phone number if this Call was an incoming call forwarded from another number (depends on carrier supporting forwarding) |
0 commit comments