|
1932 | 1932 | }
|
1933 | 1933 | }
|
1934 | 1934 | },
|
1935 |
| - "revision": "20250310", |
| 1935 | + "revision": "20250409", |
1936 | 1936 | "rootUrl": "https://tagmanager.googleapis.com/",
|
1937 | 1937 | "schemas": {
|
1938 | 1938 | "Account": {
|
|
2391 | 2391 | },
|
2392 | 2392 | "type": "array"
|
2393 | 2393 | },
|
2394 |
| - "macro": { |
2395 |
| - "deprecated": true, |
2396 |
| - "description": "The macros in the container that this version was taken from.", |
2397 |
| - "items": { |
2398 |
| - "$ref": "Macro" |
2399 |
| - }, |
2400 |
| - "type": "array" |
2401 |
| - }, |
2402 | 2394 | "name": {
|
2403 | 2395 | "description": "Container version display name.",
|
2404 | 2396 | "type": "string"
|
|
2407 | 2399 | "description": "User notes on how to apply this container version in the container.",
|
2408 | 2400 | "type": "string"
|
2409 | 2401 | },
|
2410 |
| - "rule": { |
2411 |
| - "deprecated": true, |
2412 |
| - "description": "The rules in the container that this version was taken from.", |
2413 |
| - "items": { |
2414 |
| - "$ref": "Rule" |
2415 |
| - }, |
2416 |
| - "type": "array" |
2417 |
| - }, |
2418 | 2402 | "tag": {
|
2419 | 2403 | "description": "The tags in the container that this version was taken from.",
|
2420 | 2404 | "items": {
|
|
2463 | 2447 | "description": "Container version display name.",
|
2464 | 2448 | "type": "string"
|
2465 | 2449 | },
|
2466 |
| - "numMacros": { |
2467 |
| - "deprecated": true, |
2468 |
| - "description": "Number of macros in the container version.", |
2469 |
| - "type": "string" |
2470 |
| - }, |
2471 |
| - "numRules": { |
2472 |
| - "deprecated": true, |
2473 |
| - "description": "Number of rules in the container version.", |
2474 |
| - "type": "string" |
2475 |
| - }, |
2476 | 2450 | "numTags": {
|
2477 | 2451 | "description": "Number of tags in the container version.",
|
2478 | 2452 | "type": "string"
|
|
2777 | 2751 | },
|
2778 | 2752 | "type": "object"
|
2779 | 2753 | },
|
2780 |
| - "Macro": { |
2781 |
| - "description": "Represents a Google Tag Manager Macro.", |
2782 |
| - "id": "Macro", |
2783 |
| - "properties": { |
2784 |
| - "accountId": { |
2785 |
| - "description": "GTM Account ID.", |
2786 |
| - "type": "string" |
2787 |
| - }, |
2788 |
| - "containerId": { |
2789 |
| - "description": "GTM Container ID.", |
2790 |
| - "type": "string" |
2791 |
| - }, |
2792 |
| - "disablingRuleId": { |
2793 |
| - "description": "For mobile containers only: A list of rule IDs for disabling conditional macros; the macro is enabled if one of the enabling rules is true while all the disabling rules are false. Treated as an unordered set.", |
2794 |
| - "items": { |
2795 |
| - "type": "string" |
2796 |
| - }, |
2797 |
| - "type": "array" |
2798 |
| - }, |
2799 |
| - "enablingRuleId": { |
2800 |
| - "description": "For mobile containers only: A list of rule IDs for enabling conditional macros; the macro is enabled if one of the enabling rules is true while all the disabling rules are false. Treated as an unordered set.", |
2801 |
| - "items": { |
2802 |
| - "type": "string" |
2803 |
| - }, |
2804 |
| - "type": "array" |
2805 |
| - }, |
2806 |
| - "fingerprint": { |
2807 |
| - "description": "The fingerprint of the GTM Macro as computed at storage time. This value is recomputed whenever the macro is modified.", |
2808 |
| - "type": "string" |
2809 |
| - }, |
2810 |
| - "macroId": { |
2811 |
| - "description": "The Macro ID uniquely identifies the GTM Macro.", |
2812 |
| - "type": "string" |
2813 |
| - }, |
2814 |
| - "name": { |
2815 |
| - "description": "Macro display name.", |
2816 |
| - "type": "string" |
2817 |
| - }, |
2818 |
| - "notes": { |
2819 |
| - "description": "User notes on how to apply this macro in the container.", |
2820 |
| - "type": "string" |
2821 |
| - }, |
2822 |
| - "parameter": { |
2823 |
| - "description": "The macro's parameters.", |
2824 |
| - "items": { |
2825 |
| - "$ref": "Parameter" |
2826 |
| - }, |
2827 |
| - "type": "array" |
2828 |
| - }, |
2829 |
| - "parentFolderId": { |
2830 |
| - "description": "Parent folder id.", |
2831 |
| - "type": "string" |
2832 |
| - }, |
2833 |
| - "scheduleEndMs": { |
2834 |
| - "description": "The end timestamp in milliseconds to schedule a macro.", |
2835 |
| - "format": "int64", |
2836 |
| - "type": "string" |
2837 |
| - }, |
2838 |
| - "scheduleStartMs": { |
2839 |
| - "description": "The start timestamp in milliseconds to schedule a macro.", |
2840 |
| - "format": "int64", |
2841 |
| - "type": "string" |
2842 |
| - }, |
2843 |
| - "type": { |
2844 |
| - "description": "GTM Macro Type.", |
2845 |
| - "type": "string" |
2846 |
| - } |
2847 |
| - }, |
2848 |
| - "type": "object" |
2849 |
| - }, |
2850 | 2754 | "Parameter": {
|
2851 | 2755 | "description": "Represents a Google Tag Manager Parameter.",
|
2852 | 2756 | "id": "Parameter",
|
|
2913 | 2817 | },
|
2914 | 2818 | "type": "object"
|
2915 | 2819 | },
|
2916 |
| - "Rule": { |
2917 |
| - "description": "Represents a Google Tag Manager Rule.", |
2918 |
| - "id": "Rule", |
2919 |
| - "properties": { |
2920 |
| - "accountId": { |
2921 |
| - "description": "GTM Account ID.", |
2922 |
| - "type": "string" |
2923 |
| - }, |
2924 |
| - "condition": { |
2925 |
| - "description": "The list of conditions that make up this rule (implicit AND between them).", |
2926 |
| - "items": { |
2927 |
| - "$ref": "Condition" |
2928 |
| - }, |
2929 |
| - "type": "array" |
2930 |
| - }, |
2931 |
| - "containerId": { |
2932 |
| - "description": "GTM Container ID.", |
2933 |
| - "type": "string" |
2934 |
| - }, |
2935 |
| - "fingerprint": { |
2936 |
| - "description": "The fingerprint of the GTM Rule as computed at storage time. This value is recomputed whenever the rule is modified.", |
2937 |
| - "type": "string" |
2938 |
| - }, |
2939 |
| - "name": { |
2940 |
| - "description": "Rule display name.", |
2941 |
| - "type": "string" |
2942 |
| - }, |
2943 |
| - "notes": { |
2944 |
| - "description": "User notes on how to apply this rule in the container.", |
2945 |
| - "type": "string" |
2946 |
| - }, |
2947 |
| - "ruleId": { |
2948 |
| - "description": "The Rule ID uniquely identifies the GTM Rule.", |
2949 |
| - "type": "string" |
2950 |
| - } |
2951 |
| - }, |
2952 |
| - "type": "object" |
2953 |
| - }, |
2954 | 2820 | "SetupTag": {
|
2955 | 2821 | "id": "SetupTag",
|
2956 | 2822 | "properties": {
|
|
2973 | 2839 | "description": "GTM Account ID.",
|
2974 | 2840 | "type": "string"
|
2975 | 2841 | },
|
2976 |
| - "blockingRuleId": { |
2977 |
| - "deprecated": true, |
2978 |
| - "description": "Blocking rule IDs. If any of the listed rules evaluate to true, the tag will not fire.", |
2979 |
| - "items": { |
2980 |
| - "type": "string" |
2981 |
| - }, |
2982 |
| - "type": "array" |
2983 |
| - }, |
2984 | 2842 | "blockingTriggerId": {
|
2985 | 2843 | "description": "Blocking trigger IDs. If any of the listed triggers evaluate to true, the tag will not fire.",
|
2986 | 2844 | "items": {
|
|
2996 | 2854 | "description": "The fingerprint of the GTM Tag as computed at storage time. This value is recomputed whenever the tag is modified.",
|
2997 | 2855 | "type": "string"
|
2998 | 2856 | },
|
2999 |
| - "firingRuleId": { |
3000 |
| - "deprecated": true, |
3001 |
| - "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.", |
3002 |
| - "items": { |
3003 |
| - "type": "string" |
3004 |
| - }, |
3005 |
| - "type": "array" |
3006 |
| - }, |
3007 | 2857 | "firingTriggerId": {
|
3008 | 2858 | "description": "Firing trigger IDs. A tag will fire when any of the listed triggers are true and all of its blockingTriggerIds (if any specified) are false.",
|
3009 | 2859 | "items": {
|
|
0 commit comments