Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

205
Views
gtag ya no funciona debido a ERR_ABORTED 404 (gclidless)
GET https://www.gstatic.com/conversions/gclidless.js net::ERR_ABORTED 404

Recibí este error, así que me preguntaba qué estaba mal, revisé GTM y encontré esto:

 <script async src="https://gstatic.com/conversions/gclidless.js"></script> <script> (function ($) { var getParam = function (p) { var match = new RegExp('[?&]' + p + '=([^&]*)').exec(window.location.search); return match && decodeURIComponent(match[1].replace(/\+/g, ' ')); }; function getExpiryRecord(value) { var expiryPeriod = 90 * 24 * 60 * 60 * 1000; // 90 day expiry in milliseconds var expiryDate = new Date().getTime() + expiryPeriod; return { value: value, expiryDate: expiryDate }; } var addGclid = function () { var gclidFormFields = ['input[name=gclid_field]']; // all possible gclid form field ids here var gclidParam = getParam('gclid'); var gclidRecord = null; var gclsrcParam = getParam('gclsrc'); var isGclsrcValid = !gclsrcParam || gclsrcParam.indexOf('aw') !== -1; if (gclidParam && isGclsrcValid) { gclidRecord = getExpiryRecord(gclidParam); localStorage.setItem('gclid', JSON.stringify(gclidRecord)); } var gclid = gclidRecord || JSON.parse(localStorage.getItem('gclid')); var isGclidValid = gclid && new Date().getTime() < gclid.expiryDate; if (isGclidValid) { $('input[name=gclid_field]').val(gclid.value); } } $(document).ready(function () { $('form').prepend('<input type="hidden" name="gclid_field" style="display: none;" data-added-by="tagmanager.google-add-gclid">'); }); $(document).ready(function() { window.setUpGclidless(); $(document).on('submit-success', 'form', function(event, postdata) { window.sendData([ postdata['email'] ]); }); }); $(document).ready(addGclid); })(jQuery); </script>

Tengo en mis manos esta etiqueta de Google, pero el problema es que ya no funciona y me pregunto si hay una versión más nueva de esta etiqueta que debería reemplazar. Quizás reemplazar la URL funcione, porque https://gstatic.com/conversions/gclidless.js conduce a un 404.

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!