Skip to content

Commit

Permalink
Merge pull request #8584 from braze-inc/bd-3742
Browse files Browse the repository at this point in the history
BD-3742 Update Shopify event property
  • Loading branch information
rachel-feinberg authored Dec 9, 2024
2 parents 599898c + 6ea40eb commit a085195
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -896,7 +896,7 @@ With Shopify custom events in Braze, you can trigger Canvases or campaigns like

![Action-based Canvas that enters users who perform the custom event "shopify_checkouts_abandon".][5]

With Nested Object Support for Custom Event Properties, customers can now trigger campaigns and Canvases using a nested event property. The following is an example of triggering a campaign using a specific product from the `shopify_created_order` custom event. Make sure to use `list_items[].product_id` to index your item list and access the product ID.
With nested object support for custom event properties, customers can trigger campaigns and Canvases using a nested event property. The following is an example of triggering a campaign using a specific product from the `shopify_created_order` custom event. Make sure to use `list_items[0].product_id` to index your item list and access the product ID.

![Action-based campaign that sends to users who perform the custom event "shopify_created_order" where the nested property "product_id" equals a specific number.][26]

Expand Down

0 comments on commit a085195

Please sign in to comment.