0

Maybe some JS expert could help me to fix / modify this script ?!

<script type=”application/javascript”>
var gclid_field = document.querySelector(“#gclid_field”);
gclid_field.value={{Store GA ID}};
</script>

Many thanks,

2
  • These type of quotes come when you copy paste stuff from forums that don't format their code right. ”application/javascript” should be "application/javascript" Commented Nov 29, 2022 at 16:37
  • 1
    @FUZIION you've missed the “#gclid_field” part. Commented Nov 29, 2022 at 16:46

1 Answer 1

2

Looks like your code editor is not quite a code editor. Replace with "

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.