This document is about a {{ page.integration_type }} which is in beta
This means that the {{ page.title }} is in active development, and some functionality may change before it becomes generally available.
diff --git a/src/_includes/content/beta-note.md b/src/_includes/content/beta-note.md index 48d762a34e..71c0fcf159 100644 --- a/src/_includes/content/beta-note.md +++ b/src/_includes/content/beta-note.md @@ -1 +1,7 @@ -
This document is about a {{ page.integration_type }} which is in beta
This means that the {{ page.title }} is in active development, and some functionality may change before it becomes generally available.
This document is about a {{ page.integration_type }} which is in beta
+This means that the {{ page.title }} is in active development, and some functionality may change before it becomes generally available.
+HTTP Tracking API limits
Segment's HTTP Tracking API accepts batch requests up to 500KB. To avoid errors in event creation, ensure that individual event payload sizes remain below 32KB.
- - -| Property | -Description | -Magnitude | -
|---|---|---|
| Property | +Description | +Magnitude | +
| ad_campaign | Ad Campaign name | diff --git a/src/connections/sources/catalog/libraries/server/go/v2/index.md b/src/connections/sources/catalog/libraries/server/go/v2/index.md index 93293d7ca7..59a5ff58eb 100644 --- a/src/connections/sources/catalog/libraries/server/go/v2/index.md +++ b/src/connections/sources/catalog/libraries/server/go/v2/index.md @@ -239,6 +239,7 @@ client.Identify(&analytics.Identify{ "friends": 42, }, }) +``` // the identified user does actions ... ```go