SOLVED

Re: Customized Landing Pages for Salespeople

Go to solution
edmerrick
Level 1

Customized Landing Pages for Salespeople

What is the best way to create personalized landing pages for our salespeople?  I'd like to provide them landing pages so they can send their existing customers to their page so they can then submit referrals to us.  UTM seems the way to go but I'm also wondering about the possibility of personalized landing pages for sales reps.  I would like to post the sales rep name, phone number and picture on each page, but I need it to be dynamic in that we have over 150 reps.  I don't want to create 150 landing pages...

 

thanks for any advice you can give.

Ed 

2 ACCEPTED SOLUTIONS

Accepted Solutions
SanfordWhiteman
Level 10 - Community Moderator

Re: Customized Landing Pages for Salespeople

2 methods:

 

1. Add the salespeople as leads and use a pURL, then you can use standard tokens.

2. Use a regular LP + a data file uploaded to Design Studio.

  • Pass the salesperson's ID in URL - best identifier is likely email address
  • The page is personalized using JS, with relevant elements tagged like <img id="salespersonPhoto">
  • For the file, prefer TSV over CSV because tabs are less likely to cause collisions than commas (and JS doesn't actually natively parse CSVs); even better, save from Excel/Sheet to JSON or XML.

View solution in original post

SanfordWhiteman
Level 10 - Community Moderator

Re: Customized Landing Pages for Salespeople

You need to download the 2 JS files and reupload them to Design Studio. Then refer to their locations in your Marketo instance.

View solution in original post

3 REPLIES 3
SanfordWhiteman
Level 10 - Community Moderator

Re: Customized Landing Pages for Salespeople

2 methods:

 

1. Add the salespeople as leads and use a pURL, then you can use standard tokens.

2. Use a regular LP + a data file uploaded to Design Studio.

  • Pass the salesperson's ID in URL - best identifier is likely email address
  • The page is personalized using JS, with relevant elements tagged like <img id="salespersonPhoto">
  • For the file, prefer TSV over CSV because tabs are less likely to cause collisions than commas (and JS doesn't actually natively parse CSVs); even better, save from Excel/Sheet to JSON or XML.
edmerrick
Level 1

Re: Customized Landing Pages for Salespeople

WRT to the FormsPlus Library, is this a library I need to install in my instance of Marketo or does the script call automatically work.  

 

Thanks so much for the help so far.

SanfordWhiteman
Level 10 - Community Moderator

Re: Customized Landing Pages for Salespeople

You need to download the 2 JS files and reupload them to Design Studio. Then refer to their locations in your Marketo instance.