Skip to main content
When sending emails to your creators, influencers, and affiliates through Klaviyo, CreatorCommerce provides a rich set of profile properties and event data to personalize your communications. This guide covers Side 1: Affiliate Messaging (B2B) from The Two Sides of Klaviyo.

Klaviyo Access Patterns

  • Profile properties: {{ person|lookup:"field-name" }}
  • Event properties: {{ event.property_name }}
  • Nested event properties: {{ event.property.nested_variable }}

B2B Event Set (This Guide)

Klaviyo EventTypical Use
Creator Collaboration StartedCollab invitation + onboarding start
Creator Drop CreatedWelcome/new drop creator messaging
Creator Invitation AcceptedOnboarding abandonment logic
Creator Order AttributedSales milestone messaging
Shop UpdatedShop update confirmation
Creator Added To CampaignCampaign launch/activation messaging

Profile Properties

These properties are synced to each creator’s Klaviyo profile:

Identity

VariableDescriptionExample
cc_creator_first_namePartner’s first name”Sarah”
cc_creator_last_namePartner’s last name”Johnson”
cc_creator_emailPartner’s email addresssarah@example.com
cc_creator_handleUnique partner handle”sarah-johnson”
cc_creator_profile_pictureProfile image URL”https://…”

Performance

VariableDescriptionExample
cc_total_salesLifetime attributed sales15420.00
cc_total_ordersLifetime attributed orders127
cc_total_commissionsLifetime commissions earned1542.00
cc_conversion_rateClick-to-purchase rate0.034
cc_avg_order_valueAverage order value121.42

Status

VariableDescriptionExample
cc_partner_tierPartner tier/segment”Gold”
cc_activation_statusCurrent activation state”active”
cc_last_sale_dateDate of most recent sale”2024-01-15”
cc_days_since_last_saleDays since last attributed sale12

Collab Details

VariableDescriptionExample
cc_discount_codePartner’s discount code”SARAH20”
cc_discount_amountDiscount percentage or amount”20%“
cc_commission_rateCommission percentage”10%“
cc_shop_urlPartner’s co-branded shop URLhttps://store.com/p/sarah

Event Data

These events trigger flows and carry additional data:

Partner Created

Fires when a new partner is added to CreatorCommerce.

Partner Activated

Fires when a partner completes activation requirements.

Sale Attributed

Fires when an order is attributed to a partner.
PropertyDescription
order_idShopify order ID
order_totalOrder total amount
commission_amountCommission for this order
productsArray of purchased products

Milestone Reached

Fires when a partner hits a performance milestone.
PropertyDescription
milestone_typeType of milestone (sales, orders, etc.)
milestone_valueValue reached
previous_valuePrevious milestone value

Usage Examples

Welcome Email

Hey {{ person|lookup:"cc-creator-first-name" }},

Welcome to our partner program! Your unique discount code is {{ person|lookup:"cc-collab-discount-code" }} and your personalized shop is live at:

{{ person|lookup:"cc-creator-shop-url" }}

Share this with your audience to start earning {{ event.commission_rate }} on every sale!

Performance Update

Hi {{ person|lookup:"cc-creator-first-name" }},

Here's your weekly performance update:

Sales this week: ${{ event.weekly_sales }}
Orders: {{ event.weekly_orders }}
Commissions earned: ${{ event.weekly_commissions }}

Keep up the great work!