Skip to content

Commit

Permalink
πŸ“– Analytics var documentation format (#26745)
Browse files Browse the repository at this point in the history
* Format
  • Loading branch information
Micajuine Ho authored Feb 12, 2020
1 parent cfced80 commit 0a29a7c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion extensions/amp-analytics/analytics-vars.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,10 @@ One known caveat is when substituting a variable for a macro (not including its
This will result in the first QUERY_PARAM working as intended but the second QUERY_PARAM will not get parsed corretly due to the second pair of parenthesis from the macros within.
Similar to this, another restriction is nesting analytics variables within each other (`${queryParam(${title},${canonicalUrl})}`). Instead, use the platform version (or a combination): `QUERY_PARAM(TITLE,${myVariable})`.
Similar to this, another restriction is nesting analytics variables within each other:
`${queryParam(${title},${canonicalUrl})}`
Instead, use the platform version (or a combination):
`QUERY_PARAM(TITLE,${myVariable})`

0 comments on commit 0a29a7c

Please sign in to comment.