URL Shortener in Custom Field | Community
Skip to main content
July 11, 2016
Question

URL Shortener in Custom Field

  • July 11, 2016
  • 1 reply
  • 1728 views

We're looking to implement a referral program with our customers and as such, we've created a formula based field with custom urls to track sign-ups and their source based on customer IDs, however, these URLs are quite long with all the tracking and such.

Is there a way to convert this URLs in the field to a shortened version (each one being unique and thousands will be generated in a week) with something like a bit.ly API? Does anyone know of a marketo plugin/integration taht can be used to store this value in each record's field so that it can be used in emails and on landing pages?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

SanfordWhiteman
Level 10
July 11, 2016

Yes, in fact you can call the Bit.ly API directly as a webhook.

It returns the short URL in the JSON property data.url.  Doc: Bitly API Documentation