How to use URL with Accordion in Marketo Email | Community
Skip to main content
Vidhi_Kare
New Participant
January 7, 2021
Solved

How to use URL with Accordion in Marketo Email

  • January 7, 2021
  • 1 reply
  • 3785 views

Hi 

Wish you a very happy and fulfilling 2021.

I have a question and will appreciate if anyone can help us.

We have received URLs to be added in our Email and they contain accordion parameters. Our website Landing page is coded with accordion. How can we use in our email so that it will give us the expected results.

Please find below the URL that we are trying out to add in our CTA button.

australiansuper.com/tools-and-advice/events-and-seminars?t=1&accordion=8&card=0

Also, please suggest if there is another way to achieve the same results.

 

Kind Regards,

Vidhi

Best answer by SanfordWhiteman

Then that's a bug in your JavaScript.  Additional query params should have no effect on operation unless the JS wrongly assumes the entire query string will look a certain way and with params in a specific order.

1 reply

SanfordWhiteman
New Participant
January 7, 2021

Hi — not sure what your question is? Your URL simply has a query string, which is fully supported anywhere you use URLs in Marketo.  (The fact that the query params are used for an HTML accordion effect on your website isn't important, query params could be used for anything!)

Vidhi_Kare
New Participant
January 8, 2021

Hi @sanfordwhiteman ,

Thank you for your inputs.

Apologies for confusion. Yes, I totally understand that query params are not an issue. Actually, with UTM parameters in the link, it takes the user to the starting of the page and not straight to the accordion. Without UTM's appended, it is working fine. So, is there any way to make it work with UTM params.

Kind Regards,

Vidhi

 

SanfordWhiteman
SanfordWhitemanAccepted solution
New Participant
January 8, 2021

Then that's a bug in your JavaScript.  Additional query params should have no effect on operation unless the JS wrongly assumes the entire query string will look a certain way and with params in a specific order.