Encrypting UTM URLs | Community
Skip to main content
AWmindtree
New Participant
January 19, 2021
Solved

Encrypting UTM URLs

  • January 19, 2021
  • 1 reply
  • 3568 views

Hi All,
We want to encrypt URLs in Marketo. Is there any possible ways to post this encryptions from Server Side? 

Use Case- Want to encrypt UTM details and personal details in the Marketo URLs. 

@sanfordwhiteman Need your assistance in this. 

Thanks in Advance. 

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

We want to encrypt URLs in Marketo. Is there any possible ways to post this encryptions from Server Side? 


Use Case- Want to encrypt UTM details and personal details in the Marketo URLs. . 


A fine idea, but you're going to need a webhook for both sides (encryption and decryption).

 

In the past, you could encrypt using Velocity alone, though you still needed Call Webhook and a remote service to decrypt the encrypted query param back into plain-text fields.

 

Now, you need to do both via webhook.

1 reply

SanfordWhiteman
SanfordWhitemanAccepted solution
New Participant
January 20, 2021

We want to encrypt URLs in Marketo. Is there any possible ways to post this encryptions from Server Side? 


Use Case- Want to encrypt UTM details and personal details in the Marketo URLs. . 


A fine idea, but you're going to need a webhook for both sides (encryption and decryption).

 

In the past, you could encrypt using Velocity alone, though you still needed Call Webhook and a remote service to decrypt the encrypted query param back into plain-text fields.

 

Now, you need to do both via webhook.

AWmindtree
New Participant
January 20, 2021

Thanks @sanfordwhiteman while doing encrypt and decryption function via Webhook we need to create custom field to store the value. Since we are directly tracing this UTM value in google analytics only , in that case how to handle decryption in GA?

SanfordWhiteman
New Participant
January 20, 2021

Since we are directly tracing this UTM value in google analytics only , in that case how to handle decryption in GA?

I don't believe there's any way to decrypt hit data in GA itself. You could connect a Sheet to the data and call the decryption function from Apps Script, though.