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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ca7abe5ed0437048bead7b0b1b074979d85cb5f247d752e4e5ebd638fadc95a6
4
- data.tar.gz: 2989bed6e4a9ee6bb6745eb1630e74e5973bb361c51b772a0115ebdeedc6ac21
3
+ metadata.gz: 661a673be51b64dee6da2fdc82ef9a82baf564ee5c10612835b70f1ff592f81c
4
+ data.tar.gz: d7ebda35866e1267e4126f3c9f8a1e039293fe76c037d6823ad9d88198bfc402
5
5
  SHA512:
6
- metadata.gz: 7592104f62d2110332fe4a775f8d6e30445c8db480685225cbea112bd3e1f34df9c2259de0e8de114a95deb510aecd697e7f727424013ec6543e4c42320b655f
7
- data.tar.gz: 66efd287a71046e3ef4c677ca20e77c6265b1ea6c3c2bf302a3b3ebfc90215259d48f34dd5add56a5c90de8612dc2268151728581e6b18cccda0c4b4d19166dd
6
+ metadata.gz: 55c673724c2cc4acd65a418391738af6ea0c38ed780c27ccdbd026b3579de6a58d9a2ab09d576eece6d962bc1cfcf88c2696ba742d794d34fbceeccb94a89e59
7
+ data.tar.gz: 634c8776fb6e71ae372aae9c397b883f8ed2d58ab33d6ab5951a619a85d12d1ac58291bfed3f52de56a9fb11b0444a83d9229cf122f587c32180cb87c1a1ed31
data/README.md CHANGED
@@ -1,6 +1,27 @@
1
- # Spree Klaviyo
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="col-12 col-md-6 p-0">
8
- <div class="card mb-4">
9
- <div class="card-body">
10
- <%= preference_field(
11
- @integration,
12
- form,
13
- "klaviyo_public_api_key",
14
- i18n_scope: "admin.integrations.klaviyo",
15
- ) %>
16
- <p class="mb-4 mt-n2">
17
- <%= external_link_to "Where to find my API Key?",
18
- "https://help.klaviyo.com/hc/en-us/articles/115005062267-How-to-Manage-Your-Account-s-API-Keys" %>
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
- <%= preference_field(
22
- @integration,
23
- form,
24
- "klaviyo_private_api_key",
25
- i18n_scope: "admin.integrations.klaviyo",
26
- ) %>
27
- <p class="mb-4 mt-n2">
28
- <%= external_link_to "Where to find my Private API key?",
29
- "https://help.klaviyo.com/hc/en-us/articles/115005062267-How-to-Manage-Your-Account-s-API-Keys" %>
30
- </p>
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
- <%= preference_field(
33
- @integration,
34
- form,
35
- "default_newsletter_list_id",
36
- i18n_scope: "admin.integrations.klaviyo",
37
- ) %>
38
- <p class="mt-n2">
39
- <%= external_link_to "Where to find list ID?",
40
- "https://help.klaviyo.com/hc/en-us/articles/115005078647-How-to-find-a-list-ID" %>
41
- </p>
42
- <div class="alert alert-info mt-n2 mb-0">
43
- This list will be used as the default newsletter list for your
44
- customers signing up from storefront and checkout.
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
+
@@ -1,5 +1,5 @@
1
1
  module SpreeKlaviyo
2
- VERSION = '1.0.0'.freeze
2
+ VERSION = '1.0.1'.freeze
3
3
 
4
4
  def gem_version
5
5
  Gem::Version.new(VERSION)
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.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-05-30 00:00:00.000000000 Z
11
+ date: 2025-06-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: spree