[Stape x Obsidian Webinar] Klaviyo server-side tracking for Shopify: boosting e-commerce revenue

Поделиться
HTML-код
  • Опубликовано: 7 янв 2025

Комментарии • 17

  • @DataMan82739
    @DataMan82739 3 месяца назад

    Love the webinar!
    Quick question...
    If we're using Shopify's Checkout Extensibility and our GTM is setup in Customer Events and subscribing to the default product_added_to_cart event from Shopify, how does the tag pickup the email address? According to Shopify's documentation, email isn't a variable they provide.

    • @Farhanfuad6534
      @Farhanfuad6534 3 месяца назад

      same question

    • @Farhanfuad6534
      @Farhanfuad6534 3 месяца назад

      ​ @Stape same question

    • @Stape
      @Stape  3 месяца назад

      If you use the data layer added by our Shopify app, the email will be available on the add_to_cart event if the user is logged in.

    • @DataMan82739
      @DataMan82739 3 месяца назад

      @@Stape Ah, got it. And what if the customer is not logged into the site? In my experience, most of our brands don't have logged in customers. Would revenue still be attributed to the Klaviyo flow even if not logged in?

  • @codenext4802
    @codenext4802 16 дней назад +1

    Why don't stape create a server side variable template for converting parameter naming conventions from ga4 to klaviyo

    • @Stape
      @Stape  12 дней назад

      Thank you for your feedback and suggestion.
      But the best practice is to do it manually. It doesn't take much time and gives you full control over the parameters passed to Klaviyo.

    • @codenext4802
      @codenext4802 12 дней назад

      @Stape everything possible manually but still u guys have template for so many things isn't it?

  • @Farhanfuad6534
    @Farhanfuad6534 3 месяца назад

    I have a question that we usually get gmail value with purchase view product add to cart If I don't get it here, then I don't have to pay the value of the email.. and can I send the purchase and checkout events?

    • @Stape
      @Stape  3 месяца назад

      Could you please clarify the question?

  • @Oilly-lg8tv
    @Oilly-lg8tv 10 часов назад

    Screen is annoying for red border 😭

    • @Stape
      @Stape  2 часа назад

      Thank you for your feedback. We will take it into consideration.

  • @Farhanfuad6534
    @Farhanfuad6534 3 месяца назад

    Here is a major question. When we add products to the cart or do the begin checkout event, there is no option to input an email. We can input email only for the purchase event. So how can we send email with "Add To Cart" and "Begin Checkout" events?

    • @DataMan82739
      @DataMan82739 3 месяца назад

      My guess is that this is more for users that are already on your list. So after you send a campaign, those users that view product or add to cart but don't buy will get added to the atc/viewed product abandoned flow. And since their email is already known from Klaviyo, the tag just carries it across all events.

    • @Stape
      @Stape  Месяц назад

      This is often possible if the user is authorised on your site (then you probably have their email available at all events). Or if the user has subscribed to a mailing list - store the specified email in cookies/localStorage and pass it along with further events generated by the user.

  • @Jeppe-e7g
    @Jeppe-e7g 2 месяца назад

    How are you getting email on the page view event?

    • @Stape
      @Stape  Месяц назад

      From the event data. if the email is available in a cookie or from the event where it is used, it will be passed.