Parse parameters from query string

Tamir_Belzer_TB
Level 2

Parse parameters from query string

Hi, what is the most effective way to parse custom parameters from a URL into custom fields in Marketo? preferably from within Marketo 

Tags (2)
3 REPLIES 3
SanfordWhiteman
Level 10 - Community Moderator

Re: Parse parameters from query string

Very simple with a webhook-compatible service, impossible without.

Jo_Pitts1
Level 10 - Community Advisor

Re: Parse parameters from query string

@Tamir_Belzer_TB , in what context?  If it's a form fill then you can do it easily using hidden fields, and Marketo's inbuilt functionality.

Anything else, then I agree with @SanfordWhiteman 

Cheers

Jo

 

SanfordWhiteman
Level 10 - Community Moderator

Re: Parse parameters from query string

Yeah, I assumed this was referring to a URL already stored in a Marketo field, not one that could be parsed on the client side.