add third party snippet to be activated with query string parameter | Community
Skip to main content
Level 3
September 25, 2017
Solved

add third party snippet to be activated with query string parameter

  • September 25, 2017
  • 5 replies
  • 2841 views

Would like some help setting up a third party snippet onto our site that execute when it sees a query parameter.

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 stevenl41634786

If you are pasting this into a JavaScript code block, you need to remove the "<script>" references as those are HTML, not JavaScript.

5 replies

jantzen_b
Adobe Employee
Adobe Employee
September 25, 2017

Hi,

Do you have an example of the code snippet your trying to deploy?

From the information provided, I would recommend setting up a data element to capture the query parameter. I would then setup a page load rule that uses the "Data Element Value" condition. This will result in a page load rule that checks the data element value at the beginning of each page load. If the condition is met, the rule will fire.

You could place the third party code in the "Javascript/Third Party Tags" section of the rule.

Cheers,
Jantzen

Level 3
September 25, 2017

Here's a copy of the snippet.

<script data-cfasync="false">window.ju_num="7DC7D7B9-A622-4291-B2C2-F3C9B5F68DDF";window.asset_host='//cdn.justuno.com/';(function(i,s,o,g,r,a,m){i[r]=i[r]||function(){(i[r].q=i[r].q||[]).push(arguments)};a=s.createElement(o),m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)})(window,document,'script',asset_host+'vck.js','juapp');</script>

Per your recommendation, I added the data element and set the parameter name "justuno" and default value "1".  I then went to the conditions and selected the dat element "justuno" and set the value to "1".  I then went javascript / third party tags under non-sequential javascript and added the script but I got his error message. 

Unexpected token < (line: 1, col: 1)

Please advise.

-Robert

On Mon, Sep 25, 2017 at 2:53 PM, Jantzen.Belliston <forums_noreply@adobe.com

stevenl41634786Accepted solution
September 29, 2017

If you are pasting this into a JavaScript code block, you need to remove the "<script>" references as those are HTML, not JavaScript.

jantzen_b
Adobe Employee
Adobe Employee
September 29, 2017

Hey Robert,

Since your code snippet begins with <script> it's actually an HTML tag that contains javascript. It's a bit confusing but Javascript tags won't have HTML tags (<tag_name>) in them. Try using the HTML section of the third-party code.

Thanks,
Jantzen

Level 3
September 29, 2017

Thanks for the response. We discovered this was the issue and was able to

resolve.

-Robert

On Fri, Sep 29, 2017 at 8:05 AM, Jantzen.Belliston <forums_noreply@adobe.com