Skip to content

Commit

Permalink
Merge pull request #1930 from CityOfPhiladelphia/data-layer-update
Browse files Browse the repository at this point in the history
Data layer update
  • Loading branch information
m-atia authored Jul 6, 2023
2 parents 439190c + 0b1c9a0 commit 4fe38ce
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
window.dataLayer = window.dataLayer || [];
dataLayer.push({
"event": "page_loaded",
"post_type": "<?php echo get_post_type() ?>",
"contentModifiedDepartment": "<?php echo $departments ?>",
"lastUpdated": "<?php the_modified_time('Y-m-d H:i:s'); ?>",
"templateType": "<?php echo phila_get_selected_template() ?>",
Expand Down

0 comments on commit 4fe38ce

Please sign in to comment.