Created
August 30, 2024 20:31
-
-
Save fackux/d5f9255f9ce95c0b1bd4b1295aad2f0d to your computer and use it in GitHub Desktop.
datalayer cta recomoendados
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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