spree_klaviyo 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +36 -2
- data/app/views/spree/admin/integrations/forms/_klaviyo.html.erb +36 -37
- data/lib/spree_klaviyo/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 661a673be51b64dee6da2fdc82ef9a82baf564ee5c10612835b70f1ff592f81c
|
4
|
+
data.tar.gz: d7ebda35866e1267e4126f3c9f8a1e039293fe76c037d6823ad9d88198bfc402
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 55c673724c2cc4acd65a418391738af6ea0c38ed780c27ccdbd026b3579de6a58d9a2ab09d576eece6d962bc1cfcf88c2696ba742d794d34fbceeccb94a89e59
|
7
|
+
data.tar.gz: 634c8776fb6e71ae372aae9c397b883f8ed2d58ab33d6ab5951a619a85d12d1ac58291bfed3f52de56a9fb11b0444a83d9229cf122f587c32180cb87c1a1ed31
|
data/README.md
CHANGED
@@ -1,6 +1,27 @@
|
|
1
|
-
# Spree
|
1
|
+
# Klaviyo integration for Spree Commerce
|
2
2
|
|
3
|
-
This is an official Klaviyo email marketing extension for [Spree Commerce](https://spreecommerce.org).
|
3
|
+
This is an official Klaviyo email marketing extension for [Spree Commerce](https://spreecommerce.org) - the [open-source eCommerce platform](https://spreecommerce.org) for [Rails](https://spreecommerce.org/category/ruby-on-rails/).
|
4
|
+
|
5
|
+
# Event Tracking
|
6
|
+
|
7
|
+
Once the [Spree and Klaviyo integration is set up](https://spreecommerce.org/docs/integrations/marketing/klaviyo), Spree automatically tracks the following customer events happening on your store website and sends them to Klaviyo, so you could set up your desired email campaigns triggered by these events:
|
8
|
+
- Product view
|
9
|
+
- Product list view
|
10
|
+
- Product search
|
11
|
+
- Product added to cart
|
12
|
+
- Product removed from cart
|
13
|
+
- Checkout step view
|
14
|
+
- Checkout step complete
|
15
|
+
- Coupon entered/removed
|
16
|
+
- Coupon applied/denied
|
17
|
+
- Checkout email entered
|
18
|
+
- Newsletter subscription
|
19
|
+
- Unsubscribe from newsletter
|
20
|
+
|
21
|
+
> [!NOTE]
|
22
|
+
> When a user subscribes to the newsletter on the storefront, they’re automatically added to the list you configured in the integration settings.
|
23
|
+
|
24
|
+
These events populate the Audience → Profiles section in Klaviyo, where you can view each user’s tracked activity and properties. Lists used for newsletter subscriptions can be found in Audience → Lists & Segments.
|
4
25
|
|
5
26
|
## Installation
|
6
27
|
|
@@ -63,3 +84,16 @@ If you'd like to contribute, please take a look at the
|
|
63
84
|
pull request.
|
64
85
|
|
65
86
|
Copyright (c) 2025 [Vendo Connect Inc.](https://getvendo.com), released under the AGPL 3.0 license.
|
87
|
+
|
88
|
+
|
89
|
+
## Join the Community
|
90
|
+
|
91
|
+
[Join our Slack](https://slack.spreecommerce.org) to meet other 6k+ community members and get some support.
|
92
|
+
|
93
|
+
## Need more support?
|
94
|
+
|
95
|
+
[Contact us](https://spreecommerce.org/contact/) for enterprise support and custom development services. We offer:
|
96
|
+
* migrations and upgrades,
|
97
|
+
* delivering your Spree application,
|
98
|
+
* optimizing your Spree stack.
|
99
|
+
|
@@ -4,45 +4,44 @@
|
|
4
4
|
</div>
|
5
5
|
</div>
|
6
6
|
|
7
|
-
<div class="
|
8
|
-
<div class="card
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
</p>
|
7
|
+
<div class="card mb-4">
|
8
|
+
<div class="card-body">
|
9
|
+
<%= preference_field(
|
10
|
+
@integration,
|
11
|
+
form,
|
12
|
+
"klaviyo_public_api_key",
|
13
|
+
i18n_scope: "admin.integrations.klaviyo",
|
14
|
+
) %>
|
15
|
+
<p class="mb-4 mt-n2">
|
16
|
+
<%= external_link_to "Where to find my API Key?",
|
17
|
+
"https://help.klaviyo.com/hc/en-us/articles/115005062267-How-to-Manage-Your-Account-s-API-Keys" %>
|
18
|
+
</p>
|
20
19
|
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
20
|
+
<%= preference_field(
|
21
|
+
@integration,
|
22
|
+
form,
|
23
|
+
"klaviyo_private_api_key",
|
24
|
+
i18n_scope: "admin.integrations.klaviyo",
|
25
|
+
) %>
|
26
|
+
<p class="mb-4 mt-n2">
|
27
|
+
<%= external_link_to "Where to find my Private API key?",
|
28
|
+
"https://help.klaviyo.com/hc/en-us/articles/115005062267-How-to-Manage-Your-Account-s-API-Keys" %>
|
29
|
+
</p>
|
31
30
|
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
</div>
|
31
|
+
<%= preference_field(
|
32
|
+
@integration,
|
33
|
+
form,
|
34
|
+
"default_newsletter_list_id",
|
35
|
+
i18n_scope: "admin.integrations.klaviyo",
|
36
|
+
) %>
|
37
|
+
<p class="mt-n2">
|
38
|
+
<%= external_link_to "Where to find list ID?",
|
39
|
+
"https://help.klaviyo.com/hc/en-us/articles/115005078647-How-to-find-a-list-ID" %>
|
40
|
+
</p>
|
41
|
+
<div class="alert alert-info mt-n2 mb-0">
|
42
|
+
This list will be used as the default newsletter list for your
|
43
|
+
customers signing up from storefront and checkout.
|
46
44
|
</div>
|
47
45
|
</div>
|
48
46
|
</div>
|
47
|
+
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: spree_klaviyo
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Vendo Connect Inc.
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-
|
11
|
+
date: 2025-06-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: spree
|