Skip to content

Commit

Permalink
docs: add shields into doc
Browse files Browse the repository at this point in the history
  • Loading branch information
mayrop authored Sep 16, 2024
1 parent 0ef4cbb commit 8093892
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Google Tag Manager 'Nested Properties Object Getter' Variable Template

[![Template Status](https://img.shields.io/badge/Community%20Template%20Gallery%20Status-published-green)](https://tagmanager.google.com/gallery/#/owners/justia/templates/gtm-nested-properties-object-getter-variable) ![Repo Size](https://img.shields.io/github/repo-size/justia/gtm-nested-properties-object-getter-variable) ![License](https://img.shields.io/github/license/justia/gtm-nested-properties-object-getter-variable)

---

## Summary

This repository contains a [Google Tag Manager Variable template](https://developers.google.com/tag-manager/templates) that makes it possible to obtain nested properties from an object using dot or bracket notation (for example, `foo[0].bar`). It works similar to [lodash _.get function](https://lodash.com/docs/4.17.15#get).
Expand Down

0 comments on commit 8093892

Please sign in to comment.