Skip to content

Commit 5d09a3d

Browse files
committed
add cache plugin
1 parent f382ae0 commit 5d09a3d

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

netlify.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@
1515
command = "yarn develop-inc"
1616
ignore = "./scripts/ignore.sh"
1717

18+
[[context.branch-deploy.plugins]]
19+
package = "netlify-plugin-jekyll-cache"
20+
21+
22+
1823
[[redirects]]
1924
from = "/docs/*"
2025
to = "/:splat"

src/connections/destinations/catalog/actions-amplitude/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,10 @@ You can select these subscriptions by choosing "Quick Setup" when you first conf
9292
| Screen Calls | All **screen** calls from the connected source | Log Event | Event Type = Viewed `name`<br>for example, `Viewed Homescreen` |
9393
| Identify Calls | All **identify** calls from the connected source | Identify User | |
9494

95+
<!-- Include section about hard coded mappings for Log Revenue v2 in Track event -->
96+
<!-- Mention in Group setting the enterprise Amplitude account blurb -->
97+
<!-- Add Legacy Group Behavior section to migration -->
98+
<!-- Copy Alias method to Map User action -->
9599

96100
## Available Amplitude Actions
97101

@@ -186,6 +190,8 @@ In the default configuration, this mapping is triggered when Segment sends an Id
186190
This Action sets the user ID for a specific device ID, or updates the user properties. You can use this when you want to update user information without sending an Event to Amplitude.
187191

188192

193+
<!-- Include Merging users with Anonymous ID and USer ID -->
194+
189195
### Map User
190196

191197
In the default configuration, this mapping is triggered when Segment sends an Alias call to Amplitude (Actions).

0 commit comments

Comments
 (0)