Skip to content

Instantly share code, notes, and snippets.

@fackux
Created August 30, 2024 20:31
Show Gist options
  • Save fackux/d5f9255f9ce95c0b1bd4b1295aad2f0d to your computer and use it in GitHub Desktop.
Save fackux/d5f9255f9ce95c0b1bd4b1295aad2f0d to your computer and use it in GitHub Desktop.
datalayer cta recomoendados
const content_group = page.charAt(0).toUpperCase() + page.slice(1);
const content_type = `Recomendados ${page === 'ficha' ? 'Ficha Usuario' : content_group}`;
const dl = {
item_id: 'click_mas_recomendados',
content_group,
content_type
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment