OLD | NEW |
1 { | 1 { |
2 "auth": { | 2 "auth": { |
3 "oauth2": { | 3 "oauth2": { |
4 "scopes": { | 4 "scopes": { |
5 "https://www.googleapis.com/auth/tagmanager.delete.containers":
{ | 5 "https://www.googleapis.com/auth/tagmanager.delete.containers":
{ |
6 "description": "Delete your Google Tag Manager containers" | 6 "description": "Delete your Google Tag Manager containers" |
7 }, | 7 }, |
8 "https://www.googleapis.com/auth/tagmanager.edit.containers": { | 8 "https://www.googleapis.com/auth/tagmanager.edit.containers": { |
9 "description": "Manage your Google Tag Manager containers" | 9 "description": "Manage your Google Tag Manager containers" |
10 }, | 10 }, |
(...skipping 15 matching lines...) Expand all Loading... |
26 } | 26 } |
27 } | 27 } |
28 }, | 28 }, |
29 "basePath": "/tagmanager/v1/", | 29 "basePath": "/tagmanager/v1/", |
30 "baseUrl": "https://www.googleapis.com/tagmanager/v1/", | 30 "baseUrl": "https://www.googleapis.com/tagmanager/v1/", |
31 "batchPath": "batch", | 31 "batchPath": "batch", |
32 "canonicalName": "Tag Manager", | 32 "canonicalName": "Tag Manager", |
33 "description": "API for accessing Tag Manager accounts and containers.", | 33 "description": "API for accessing Tag Manager accounts and containers.", |
34 "discoveryVersion": "v1", | 34 "discoveryVersion": "v1", |
35 "documentationLink": "https://developers.google.com/tag-manager/api/v1/", | 35 "documentationLink": "https://developers.google.com/tag-manager/api/v1/", |
36 "etag": "\"l66ggWbucbkBw9Lpos72oziyefE/pVfb1ajMeYIw5IrU4jq20F5dMAg\"", | 36 "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/xcGgQKwhk2lzAuNnzm2cQsk-PZM\"", |
37 "icons": { | 37 "icons": { |
38 "x16": "http://www.google.com/images/icons/product/search-16.gif", | 38 "x16": "http://www.google.com/images/icons/product/search-16.gif", |
39 "x32": "http://www.google.com/images/icons/product/search-32.gif" | 39 "x32": "http://www.google.com/images/icons/product/search-32.gif" |
40 }, | 40 }, |
41 "id": "tagmanager:v1", | 41 "id": "tagmanager:v1", |
42 "kind": "discovery#restDescription", | 42 "kind": "discovery#restDescription", |
43 "name": "tagmanager", | 43 "name": "tagmanager", |
44 "ownerDomain": "google.com", | 44 "ownerDomain": "google.com", |
45 "ownerName": "Google", | 45 "ownerName": "Google", |
46 "parameters": { | 46 "parameters": { |
(...skipping 1642 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1689 }, | 1689 }, |
1690 "scopes": [ | 1690 "scopes": [ |
1691 "https://www.googleapis.com/auth/tagmanager.mana
ge.users" | 1691 "https://www.googleapis.com/auth/tagmanager.mana
ge.users" |
1692 ] | 1692 ] |
1693 } | 1693 } |
1694 } | 1694 } |
1695 } | 1695 } |
1696 } | 1696 } |
1697 } | 1697 } |
1698 }, | 1698 }, |
1699 "revision": "20141024", | 1699 "revision": "20141112", |
1700 "rootUrl": "https://www.googleapis.com/", | 1700 "rootUrl": "https://www.googleapis.com/", |
1701 "schemas": { | 1701 "schemas": { |
1702 "Account": { | 1702 "Account": { |
1703 "description": "Represents a Google Tag Manager Account.", | 1703 "description": "Represents a Google Tag Manager Account.", |
1704 "id": "Account", | 1704 "id": "Account", |
1705 "properties": { | 1705 "properties": { |
1706 "accountId": { | 1706 "accountId": { |
1707 "description": "The Account ID uniquely identifies the GTM A
ccount.", | 1707 "description": "The Account ID uniquely identifies the GTM A
ccount.", |
1708 "type": "string" | 1708 "type": "string" |
1709 }, | 1709 }, |
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1819 "description": "The Container ID uniquely identifies the GTM
Container.", | 1819 "description": "The Container ID uniquely identifies the GTM
Container.", |
1820 "type": "string" | 1820 "type": "string" |
1821 }, | 1821 }, |
1822 "domainName": { | 1822 "domainName": { |
1823 "description": "Optional list of domain names associated wit
h the Container.", | 1823 "description": "Optional list of domain names associated wit
h the Container.", |
1824 "items": { | 1824 "items": { |
1825 "type": "string" | 1825 "type": "string" |
1826 }, | 1826 }, |
1827 "type": "array" | 1827 "type": "array" |
1828 }, | 1828 }, |
| 1829 "enabledBuiltInVariable": { |
| 1830 "description": "List of enabled built-in variables.", |
| 1831 "items": { |
| 1832 "enum": [ |
| 1833 "clickClasses", |
| 1834 "clickElement", |
| 1835 "clickId", |
| 1836 "clickTarget", |
| 1837 "clickText", |
| 1838 "clickUrl", |
| 1839 "containerId", |
| 1840 "containerVersion", |
| 1841 "debugMode", |
| 1842 "errorLine", |
| 1843 "errorMessage", |
| 1844 "errorUrl", |
| 1845 "event", |
| 1846 "formClasses", |
| 1847 "formElement", |
| 1848 "formId", |
| 1849 "formTarget", |
| 1850 "formText", |
| 1851 "formUrl", |
| 1852 "historySource", |
| 1853 "newHistoryFragment", |
| 1854 "newHistoryState", |
| 1855 "oldHistoryFragment", |
| 1856 "oldHistoryState", |
| 1857 "pageHostname", |
| 1858 "pagePath", |
| 1859 "pageUrl", |
| 1860 "randomNumber", |
| 1861 "referrer" |
| 1862 ], |
| 1863 "enumDescriptions": [ |
| 1864 "", |
| 1865 "", |
| 1866 "", |
| 1867 "", |
| 1868 "", |
| 1869 "", |
| 1870 "", |
| 1871 "", |
| 1872 "", |
| 1873 "", |
| 1874 "", |
| 1875 "", |
| 1876 "", |
| 1877 "", |
| 1878 "", |
| 1879 "", |
| 1880 "", |
| 1881 "", |
| 1882 "", |
| 1883 "", |
| 1884 "", |
| 1885 "", |
| 1886 "", |
| 1887 "", |
| 1888 "", |
| 1889 "", |
| 1890 "", |
| 1891 "", |
| 1892 "" |
| 1893 ], |
| 1894 "type": "string" |
| 1895 }, |
| 1896 "type": "array" |
| 1897 }, |
1829 "fingerprint": { | 1898 "fingerprint": { |
1830 "description": "The fingerprint of the GTM Container as comp
uted at storage time. This value is recomputed whenever the account is modified.
", | 1899 "description": "The fingerprint of the GTM Container as comp
uted at storage time. This value is recomputed whenever the account is modified.
", |
1831 "type": "string" | 1900 "type": "string" |
1832 }, | 1901 }, |
1833 "name": { | 1902 "name": { |
1834 "annotations": { | 1903 "annotations": { |
1835 "required": [ | 1904 "required": [ |
1836 "tagmanager.accounts.containers.create" | 1905 "tagmanager.accounts.containers.create" |
1837 ] | 1906 ] |
1838 }, | 1907 }, |
(...skipping 582 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2421 "description": "Blocking trigger IDs. If any of the listed t
riggers evaluate to true, the tag will not fire.", | 2490 "description": "Blocking trigger IDs. If any of the listed t
riggers evaluate to true, the tag will not fire.", |
2422 "items": { | 2491 "items": { |
2423 "type": "string" | 2492 "type": "string" |
2424 }, | 2493 }, |
2425 "type": "array" | 2494 "type": "array" |
2426 }, | 2495 }, |
2427 "containerId": { | 2496 "containerId": { |
2428 "description": "GTM Container ID.", | 2497 "description": "GTM Container ID.", |
2429 "type": "string" | 2498 "type": "string" |
2430 }, | 2499 }, |
2431 "dependencies": { | |
2432 "$ref": "Parameter", | |
2433 "description": "An optional list of tag names that this tag
depends on to fire. Execution of this tag will be prevented until the tags with
the given names complete their execution." | |
2434 }, | |
2435 "fingerprint": { | 2500 "fingerprint": { |
2436 "description": "The fingerprint of the GTM Tag as computed a
t storage time. This value is recomputed whenever the tag is modified.", | 2501 "description": "The fingerprint of the GTM Tag as computed a
t storage time. This value is recomputed whenever the tag is modified.", |
2437 "type": "string" | 2502 "type": "string" |
2438 }, | 2503 }, |
2439 "firingRuleId": { | 2504 "firingRuleId": { |
2440 "description": "Firing rule IDs. A tag will fire when any of
the listed rules are true and all of its blockingRuleIds (if any specified) are
false.", | 2505 "description": "Firing rule IDs. A tag will fire when any of
the listed rules are true and all of its blockingRuleIds (if any specified) are
false.", |
2441 "items": { | 2506 "items": { |
2442 "type": "string" | 2507 "type": "string" |
2443 }, | 2508 }, |
2444 "type": "array" | 2509 "type": "array" |
(...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2747 "type": "string" | 2812 "type": "string" |
2748 } | 2813 } |
2749 }, | 2814 }, |
2750 "type": "object" | 2815 "type": "object" |
2751 } | 2816 } |
2752 }, | 2817 }, |
2753 "servicePath": "tagmanager/v1/", | 2818 "servicePath": "tagmanager/v1/", |
2754 "title": "Tag Manager API", | 2819 "title": "Tag Manager API", |
2755 "version": "v1" | 2820 "version": "v1" |
2756 } | 2821 } |
OLD | NEW |