Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c8520b2

Browse files
authored
Merge pull request segmentio#5457 from segmentio/master
Master back to develop
2 parents 2343881 + f716fe3 commit c8520b2

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

src/guides/intro-impl.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,13 @@ There are several different ways to ensure that you can collect your data once,
100100

101101
If you're seeing errors thrown by your destinations, you might have an implementation issue. See the [Integration Error Codes list](/docs/connections/integration_error_codes/) or [contact our Success engineering team](https://segment.com/help/contact/) for help.
102102

103-
104103
> success ""
105-
> Have suggestions for things to add to this guide? [Drop us a line](mailto:[email protected]?subject=Segment%20Dev%20guide%20Suggestion)!
104+
> Have suggestions for things to add to this guide? [Drop us a line](mailto:[email protected]?subject=Segment%20Dev%20guide%20Suggestion).
105+
106+
## Segment Terraform Provider
107+
108+
> info ""
109+
> Segment Terraform is currently in the pilot phase and is governed by Segment’s [First Access and Beta Preview Terms](https://www.twilio.com/en-us/legal/tos){:target="_blank"}.
110+
111+
Segment has a [Terraform](https://www.terraform.io/){:target="_blank"} provider, powered by the Public API, that you can use to manage Segment resources, automate cloud deployments, and change control. Take a look at the [Segment provider documentation](https://registry.terraform.io/providers/segmentio/segment/latest/docs){:target="_blank"} on Terraform to see what's supported.
112+

src/guides/working-with-ids.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ hidden: true
44
---
55

66
> warning "Critical Segment recommendation"
7-
> Segment recommends that you use `uuid4` for `anonymousId`.
7+
> Segment recommends that you use `uuid4` for `anonymousId`, `userId`, and `groupId`.
88
99
As part of your Segment implementation, you’ll come across various identifiers (IDs) that Segment’s systems may process. The three most prominent identifiers you’ll encounter are `anonymousId`, `userId`, and `groupId`.
1010

@@ -44,7 +44,7 @@ Here's how Segment generates the IDs you just learned about:
4444

4545
## Segment's guidance on identifier formats
4646

47-
As you work with identifiers, **Segment recommends that you use `uuidv4` for `anonymousId`**. The following table lists the criteria that Segment recommends your identifiers satisfy, as well as why Segment recommends `uuidv4`:
47+
As you work with identifiers, **Segment recommends that you use `uuidv4` for `anonymousId`, `userId`, and `groupId`**. The following table lists the criteria that Segment recommends your identifiers satisfy, as well as why Segment recommends `uuidv4`:
4848

4949
| Trait | Reasoning |
5050
| ---------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |

0 commit comments

Comments
 (0)