Solved

Can I set up universal links?

  • 27 March 2023
  • 1 reply
  • 66 views

I’d like to set up universal links but am having issues doing so. I’d like to route universal links my app but they do not always link to the person’s device no matter how I configure them. Am I missing something? or is there a workaround I can do to make this possible?

icon

Best answer by katie_judd 27 March 2023, 22:40

View original

1 reply

Userlevel 2
Badge

Hi Jeff, thanks for posting in the Customer.io community!

Universal links can be used within Customer.io, but you’ll need to make sure that two things are set:

  • that the liquid link_id={% cio_link_id %} is being added as a parameter to the link
    ex: https://customer.io/docs/?link_id={% cio_link_id %}
  • and that the class ‘untracked’ is being included either within the individual link settings, or a as a setting for the message being sent. 

Resource: https://customer.io/docs/universal-links/#first-configure-any-universal-links-to-be-untracked-in-our-system

From there, you’ll need to make sure that your app retrieves the generated link id and include that within the POST request back to your Customer.io account so that we can properly attribute the click. 

If you’re still running into issues, please reach out to support from your account and we’ll be happy to take a closer look for you. 

Reply