Skip to main content

I’m trying to use property links to create segments in emails. 

 

I created a segment: 

properties about someone -- Shopping for --  equals -- baby -- text 

 

I then used the below link in an email: 

{% update_property_link 'Shopping for' ‘baby’ 'https://www.giggle.com/collections/baby-1’ %}

 

And I keep getting the below error message. Any insight is appreciated. 

 

Hi @Allissa,

It looks like you’re using two different types of quotation marks -- I would try the following instead:

{% update_property_link Shopping for ‘baby’ https://www.giggle.com/collections/baby-1 %}

Best,

Caroline


same thing with mine. I checked the link and it is correct, but still get the same error.


Hey @Jeanette Mancera

Adding to @caroline’s point, can try the following steps:

  1. Copy and edit the following base code: 
    {% update_property_link 'profile_property' 'property_value' 'redirect_link' %}
  2. Then copy and paste the updated code without any extra formatting into the Link URL of that Image/Button
    {% update_property_link 'Shopping for' 'baby' 'https://www.giggle.com/collections/baby-1' %}
  3. Save the Image/Button. 

Sometimes, latent formatting that comes through from copy and pasting the code into a desired area may effecting how Klaviyo reads the code thus throwing an error. 

 

Let me know how that works!

-David


Reply