@tokenoftrust/storefront-runner 1.4.2-rc.0 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (363) hide show
  1. package/apps/storefront/astro.config.mjs +3 -3
  2. package/apps/storefront/env.d.ts +54 -5
  3. package/apps/storefront/integrations/materialize-guard.mjs +12 -14
  4. package/apps/storefront/migrations-apps/0004_deep_morph.sql +36 -0
  5. package/apps/storefront/migrations-apps/0005_common_mystique.sql +23 -0
  6. package/apps/storefront/migrations-apps/0006_broad_microchip.sql +16 -0
  7. package/apps/storefront/migrations-apps/0007_brave_outlaw_kid.sql +15 -0
  8. package/apps/storefront/migrations-apps/0008_blue_dazzler.sql +11 -0
  9. package/apps/storefront/migrations-apps/0009_bored_shinobi_shaw.sql +15 -0
  10. package/apps/storefront/migrations-apps/0010_ws4_verified_provider_measurement.sql +35 -0
  11. package/apps/storefront/migrations-apps/meta/0004_snapshot.json +1474 -0
  12. package/apps/storefront/migrations-apps/meta/0005_snapshot.json +1617 -0
  13. package/apps/storefront/migrations-apps/meta/0006_snapshot.json +1716 -0
  14. package/apps/storefront/migrations-apps/meta/0007_snapshot.json +1812 -0
  15. package/apps/storefront/migrations-apps/meta/0008_snapshot.json +1881 -0
  16. package/apps/storefront/migrations-apps/meta/0009_snapshot.json +1979 -0
  17. package/apps/storefront/migrations-apps/meta/_journal.json +42 -0
  18. package/apps/storefront/public/apps/tot.demo.analytics/0.1.0/entry.js +42 -0
  19. package/apps/storefront/public/platform/amplitude-http/v1/entry.mjs +19 -0
  20. package/apps/storefront/public/platform/google-measurement/v1/entry.mjs +19 -0
  21. package/apps/storefront/public/shared/commerce-chrome.css +20 -2
  22. package/apps/storefront/scripts/build-v84-clean-clone-standalone.mjs +68 -0
  23. package/apps/storefront/scripts/deny-v84-clean-clone-standalone-capabilities.mjs +111 -0
  24. package/apps/storefront/scripts/deny-v84-dogfood-capabilities.mjs +2 -0
  25. package/apps/storefront/scripts/deny-v84-lifecycle-capabilities.mjs +247 -0
  26. package/apps/storefront/scripts/dogfood-v84-nonportable-routes.ts +73 -0
  27. package/apps/storefront/scripts/fixed-v84-native-install-producer.ts +79 -0
  28. package/apps/storefront/scripts/generated/v84-clean-clone-replay.bundle.mjs +10982 -0
  29. package/apps/storefront/scripts/import-v84-through-ws2.ts +38 -0
  30. package/apps/storefront/scripts/initialize-v84-lifecycle-tooling-dependency.ts +2 -0
  31. package/apps/storefront/scripts/initialize-v84-lifecycle-tooling.ts +4 -0
  32. package/apps/storefront/scripts/install-v84-native-through-ws1.ts +185 -0
  33. package/apps/storefront/scripts/prove-clone-isolation.ts +506 -0
  34. package/apps/storefront/scripts/replay-v84-clean-clone-pass.ts +148 -0
  35. package/apps/storefront/scripts/replay-v84-clean-clone-standalone.ts +35 -0
  36. package/apps/storefront/scripts/replay-v84-clean-clone.ts +214 -0
  37. package/apps/storefront/scripts/run-fixed-v84-native-install-producer.mjs +18 -0
  38. package/apps/storefront/scripts/run-v84-clone-isolation-proof.mjs +18 -0
  39. package/apps/storefront/scripts/run-v84-clone-lifecycle-proof.mjs +18 -0
  40. package/apps/storefront/scripts/run-v84-import-through-ws2-proof.mjs +17 -0
  41. package/apps/storefront/scripts/run-v84-nonportable-route-dogfood.mjs +15 -0
  42. package/apps/storefront/scripts/sanitize-v84-proof-environment.mjs +21 -0
  43. package/apps/storefront/scripts/v84CleanCloneGraphPin.ts +42 -0
  44. package/apps/storefront/scripts/v84CleanCloneSourceGraph.ts +145 -0
  45. package/apps/storefront/scripts/validate-v84-clone-lifecycle.ts +18 -0
  46. package/apps/storefront/src/components/Img.astro +1 -1
  47. package/apps/storefront/src/components/admin/AdminBlogTab.astro +19 -16
  48. package/apps/storefront/src/components/admin/AdminIntegrationsTab.astro +105 -0
  49. package/apps/storefront/src/components/admin/AdminPublishTab.astro +1057 -412
  50. package/apps/storefront/src/components/admin/AdminSettingsTab.astro +2 -2
  51. package/apps/storefront/src/components/admin/orders/OrdersWorkspace.astro +5 -5
  52. package/apps/storefront/src/components/chrome/NavDropdown.astro +12 -0
  53. package/apps/storefront/src/components/chrome/SiteFooter.astro +7 -2
  54. package/apps/storefront/src/components/chrome/SiteHeader.astro +46 -10
  55. package/apps/storefront/src/components/compliance/AdultSignatureNotice.astro +1 -1
  56. package/apps/storefront/src/components/compliance/ComplianceNotice.astro +1 -2
  57. package/apps/storefront/src/components/compliance/ExciseTaxNotice.astro +1 -2
  58. package/apps/storefront/src/components/compliance/PactActNotice.astro +1 -1
  59. package/apps/storefront/src/components/compliance/Prop65Warning.astro +1 -2
  60. package/apps/storefront/src/components/compliance/PurchaseLimitNotice.astro +2 -3
  61. package/apps/storefront/src/components/compliance/ShippingRestrictionNotice.astro +2 -2
  62. package/apps/storefront/src/components/compliance/StateEligibilityNotice.astro +2 -3
  63. package/apps/storefront/src/components/content/TrustStrip.astro +4 -4
  64. package/apps/storefront/src/components/islands/MobileNav.tsx +26 -1
  65. package/apps/storefront/src/components/islands/VariantSelector.tsx +27 -2
  66. package/apps/storefront/src/components/islands/useCheckoutHandoffCorrelation.ts +75 -0
  67. package/apps/storefront/src/components/membership/IllustrativeLabel.astro +1 -2
  68. package/apps/storefront/src/components/membership/TierCards.astro +2 -2
  69. package/apps/storefront/src/components/membership/TierComparisonTable.astro +2 -2
  70. package/apps/storefront/src/components/subscription/SavingsExplainer.astro +2 -2
  71. package/apps/storefront/src/config/adminTenantLookup.ts +35 -0
  72. package/apps/storefront/src/config/devTenantSeed.ts +9 -9
  73. package/apps/storefront/src/config/resolver.ts +4 -4
  74. package/apps/storefront/src/layouts/Layout.astro +100 -20
  75. package/apps/storefront/src/lib/activity/candidateSubmitLease.ts +87 -0
  76. package/apps/storefront/src/lib/activity/changeActorAttribution.ts +86 -6
  77. package/apps/storefront/src/lib/activity/deployVersion.ts +1 -1
  78. package/apps/storefront/src/lib/admin/adminShell.ts +2 -0
  79. package/apps/storefront/src/lib/admin/envelope.ts +1 -2
  80. package/apps/storefront/src/lib/apps/adminService.ts +10 -0
  81. package/apps/storefront/src/lib/apps/adminSession.ts +1 -1
  82. package/apps/storefront/src/lib/apps/appVersionStore.ts +281 -0
  83. package/apps/storefront/src/lib/apps/consentConfigStore.ts +228 -0
  84. package/apps/storefront/src/lib/apps/gtmMigrationInstall.ts +447 -0
  85. package/apps/storefront/src/lib/apps/gtmMigrationReport.ts +367 -0
  86. package/apps/storefront/src/lib/apps/gtmMigrationTab.ts +315 -0
  87. package/apps/storefront/src/lib/apps/integrationLifecycle.ts +614 -0
  88. package/apps/storefront/src/lib/apps/integrationLifecycleController.ts +125 -0
  89. package/apps/storefront/src/lib/apps/integrationReadModel.ts +563 -0
  90. package/apps/storefront/src/lib/apps/integrationsTab.ts +547 -0
  91. package/apps/storefront/src/lib/apps/integrationsView.ts +106 -0
  92. package/apps/storefront/src/lib/apps/managedAnalyticsService.ts +599 -0
  93. package/apps/storefront/src/lib/apps/orders/orderConversionD1.ts +150 -0
  94. package/apps/storefront/src/lib/apps/orders/orderForwardReceiver.ts +8 -0
  95. package/apps/storefront/src/lib/apps/orders/ordersStore.ts +1 -1
  96. package/apps/storefront/src/lib/apps/orders/verifiedProviderMeasurement.ts +117 -0
  97. package/apps/storefront/src/lib/apps/registryService.ts +264 -10
  98. package/apps/storefront/src/lib/apps/tenantIntegrationMaterialization.ts +170 -0
  99. package/apps/storefront/src/lib/apps/v84CleanCloneReplayContext.ts +16 -0
  100. package/apps/storefront/src/lib/apps/v84CloneLifecycleCacheEvidence.ts +105 -0
  101. package/apps/storefront/src/lib/apps/v84CloneLifecycleEvidence.ts +177 -0
  102. package/apps/storefront/src/lib/apps/v84CloneLifecycleMaterialization.ts +251 -0
  103. package/apps/storefront/src/lib/apps/v84CloneLifecycleSemantics.ts +241 -0
  104. package/apps/storefront/src/lib/apps/v84CloneMigrationEvidence.ts +211 -0
  105. package/apps/storefront/src/lib/apps/v84CloneNativeInstallEvidence.ts +409 -0
  106. package/apps/storefront/src/lib/apps/v84NonportableCodeCoaching.ts +368 -0
  107. package/apps/storefront/src/lib/apps/v84NonportableRouteContract.ts +188 -0
  108. package/apps/storefront/src/lib/apps/v84NonportableRouteDogfood.ts +291 -0
  109. package/apps/storefront/src/lib/apps/ws1ManagedAnalyticsClient.ts +95 -0
  110. package/apps/storefront/src/lib/auth/adminApiGuard.ts +66 -0
  111. package/apps/storefront/src/lib/auth/adminEntry.ts +2 -2
  112. package/apps/storefront/src/lib/auth/adminLanding.ts +88 -0
  113. package/apps/storefront/src/lib/blog/collection.ts +97 -10
  114. package/apps/storefront/src/lib/blog/markdown.ts +1 -1
  115. package/apps/storefront/src/lib/blog/provider.ts +57 -3
  116. package/apps/storefront/src/lib/blog/types.ts +9 -9
  117. package/apps/storefront/src/lib/chrome/examples/tokenoftrust.chrome-assignments.example.json +6 -0
  118. package/apps/storefront/src/lib/chrome/examples/tokenoftrust.chrome.example.json +79 -0
  119. package/apps/storefront/src/lib/chrome/model.ts +48 -253
  120. package/apps/storefront/src/lib/chrome/navCurrent.ts +29 -0
  121. package/apps/storefront/src/lib/chrome/parseConfig.ts +18 -32
  122. package/apps/storefront/src/lib/chrome/variant.ts +39 -0
  123. package/apps/storefront/src/lib/commerce/checkoutHandoffCorrelation.ts +105 -0
  124. package/apps/storefront/src/lib/compliance/tamper-sentinel-boot.ts +152 -0
  125. package/apps/storefront/src/lib/compliance/tamper-sentinel.ts +327 -0
  126. package/apps/storefront/src/lib/content/index.ts +5 -5
  127. package/apps/storefront/src/lib/content-edit/applyDiff.ts +1 -1
  128. package/apps/storefront/src/lib/content-edit/route.ts +1 -1
  129. package/apps/storefront/src/lib/d1/catalog.ts +12 -0
  130. package/apps/storefront/src/lib/d1/schema-apps.ts +276 -0
  131. package/apps/storefront/src/lib/dev/cockpit/ask.ts +49 -0
  132. package/apps/storefront/src/lib/dev/cockpit/clickToSource.ts +71 -0
  133. package/apps/storefront/src/lib/dev/cockpit/copyCommand.ts +227 -0
  134. package/apps/storefront/src/lib/dev/cockpit/files.ts +249 -0
  135. package/apps/storefront/src/lib/dev/cockpit/hostedActivity.ts +500 -0
  136. package/apps/storefront/src/lib/dev/cockpit/infoPopover.ts +12 -0
  137. package/apps/storefront/src/lib/dev/cockpit/mcpCopy.ts +34 -0
  138. package/apps/storefront/src/lib/dev/cockpit/monitor.ts +107 -0
  139. package/apps/storefront/src/lib/dev/cockpit/stepper.ts +116 -0
  140. package/apps/storefront/src/lib/dev/cockpit/themeToggle.ts +23 -0
  141. package/apps/storefront/src/lib/dev/runtimeStore.ts +1 -1
  142. package/apps/storefront/src/lib/edgeCache.ts +18 -6
  143. package/apps/storefront/src/lib/email/candidateConflictEmail.ts +80 -0
  144. package/apps/storefront/src/lib/integration/browserEnvironment.ts +137 -0
  145. package/apps/storefront/src/lib/integration/managedInstallDeclarations.ts +72 -0
  146. package/apps/storefront/src/lib/integration/nonceStamp.ts +49 -0
  147. package/apps/storefront/src/lib/integration/tenantDeclarations.ts +116 -0
  148. package/apps/storefront/src/lib/membership/eligibility.ts +1 -1
  149. package/apps/storefront/src/lib/membership/model.ts +1 -2
  150. package/apps/storefront/src/lib/newsletter/confirmationEmail.ts +2 -2
  151. package/apps/storefront/src/lib/newsletter/consent.ts +2 -2
  152. package/apps/storefront/src/lib/newsletter/send.ts +3 -3
  153. package/apps/storefront/src/lib/previewReload.ts +57 -1
  154. package/apps/storefront/src/lib/publish/adminPublishTab.ts +1775 -669
  155. package/apps/storefront/src/lib/publish/buildStream.ts +269 -0
  156. package/apps/storefront/src/lib/publish/collapsePersistence.ts +72 -0
  157. package/apps/storefront/src/lib/publish/lifecycleState.ts +369 -0
  158. package/apps/storefront/src/lib/publish/liveReleaseSummary.ts +29 -0
  159. package/apps/storefront/src/lib/publish/mergeDoctorOnFailure.ts +78 -0
  160. package/apps/storefront/src/lib/publish/mergeHealthBanner.ts +62 -0
  161. package/apps/storefront/src/lib/publish/mergeRowFindings.ts +124 -0
  162. package/apps/storefront/src/lib/publish/mergeSupportEscalation.ts +75 -0
  163. package/apps/storefront/src/lib/publish/publish-guard.ts +88 -0
  164. package/apps/storefront/src/lib/publish/publishFormat.ts +165 -0
  165. package/apps/storefront/src/lib/publish/publishHero.ts +177 -0
  166. package/apps/storefront/src/lib/publish/reviewRelease/changeState.ts +66 -0
  167. package/apps/storefront/src/lib/publish/reviewRelease/copy.ts +141 -0
  168. package/apps/storefront/src/lib/publish/reviewRelease/index.ts +41 -0
  169. package/apps/storefront/src/lib/publish/reviewRelease/permissions.ts +47 -0
  170. package/apps/storefront/src/lib/publish/reviewRelease/releaseState.ts +42 -0
  171. package/apps/storefront/src/lib/publish/reviewRelease/types.ts +59 -0
  172. package/apps/storefront/src/lib/publish/reviewRelease/viewModel.ts +440 -0
  173. package/apps/storefront/src/lib/publish/reviewReleaseWorkspace/actions.ts +161 -0
  174. package/apps/storefront/src/lib/publish/reviewReleaseWorkspace/controller.ts +325 -0
  175. package/apps/storefront/src/lib/publish/reviewReleaseWorkspace/render.ts +241 -0
  176. package/apps/storefront/src/lib/publish/shipWorkspace.ts +22 -3
  177. package/apps/storefront/src/lib/publish/sseRoute.ts +119 -0
  178. package/apps/storefront/src/lib/publish/streamLogConsole.ts +142 -0
  179. package/apps/storefront/src/lib/publish/versionNumber.ts +52 -0
  180. package/apps/storefront/src/lib/rawChrome.ts +125 -47
  181. package/apps/storefront/src/lib/rawMarketingHtml.ts +74 -3
  182. package/apps/storefront/src/lib/seo/alternates.ts +1 -1
  183. package/apps/storefront/src/lib/social/notify.ts +4 -4
  184. package/apps/storefront/src/lib/storyblok/content-model.ts +7 -33
  185. package/apps/storefront/src/lib/storyblok/provider.ts +168 -60
  186. package/apps/storefront/src/lib/subscription/model.ts +4 -4
  187. package/apps/storefront/src/lib/the-build/provider.ts +9 -4
  188. package/apps/storefront/src/middleware/index.ts +273 -51
  189. package/apps/storefront/src/pages/[...slug].astro +9 -4
  190. package/apps/storefront/src/pages/admin/review-release.astro +265 -0
  191. package/apps/storefront/src/pages/admin/select.astro +96 -0
  192. package/apps/storefront/src/pages/admin.astro +16 -2
  193. package/apps/storefront/src/pages/api/activity.ts +8 -8
  194. package/apps/storefront/src/pages/api/admin/activity-alerts.ts +5 -20
  195. package/apps/storefront/src/pages/api/admin/orders/[id].ts +7 -2
  196. package/apps/storefront/src/pages/api/admin/orders.ts +8 -2
  197. package/apps/storefront/src/pages/api/apps/admin/gtm-migration-install.ts +174 -0
  198. package/apps/storefront/src/pages/api/apps/admin/gtm-migration.ts +96 -0
  199. package/apps/storefront/src/pages/api/apps/admin/integration-lifecycle.ts +118 -0
  200. package/apps/storefront/src/pages/api/apps/admin/integrations.ts +89 -0
  201. package/apps/storefront/src/pages/api/apps/admin/platform-adapters.ts +85 -0
  202. package/apps/storefront/src/pages/api/apps/internal/order-forward.ts +74 -2
  203. package/apps/storefront/src/pages/api/commerce/checkout-handoff.ts +77 -0
  204. package/apps/storefront/src/pages/api/compliance/tamper.ts +88 -0
  205. package/apps/storefront/src/pages/api/integrations/v1/[operation].ts +108 -0
  206. package/apps/storefront/src/pages/api/rum/vitals.ts +1 -2
  207. package/apps/storefront/src/pages/blog/[slug].astro +5 -5
  208. package/apps/storefront/src/pages/blog/author/[author].astro +3 -3
  209. package/apps/storefront/src/pages/blog/category/[category].astro +2 -2
  210. package/apps/storefront/src/pages/blog/index.astro +2 -2
  211. package/apps/storefront/src/pages/blog/tag/[tag].astro +2 -2
  212. package/apps/storefront/src/pages/cockpit.astro +61 -1362
  213. package/apps/storefront/src/pages/index.astro +10 -5
  214. package/apps/storefront/src/pages/llms.txt.ts +1 -1
  215. package/apps/storefront/src/pages/products/[handle].astro +7 -6
  216. package/apps/storefront/src/pages/sitemap.xml.ts +2 -2
  217. package/apps/storefront/src/pages/style-guide/[tenant]/[theme].astro +31 -27
  218. package/apps/storefront/src/pages/style-guide/[tenant]/chrome/[theme].astro +1 -1
  219. package/apps/storefront/src/pages/tenants/[id]/[...path].ts +38 -2
  220. package/apps/storefront/src/pages/the-build/[slug].astro +4 -4
  221. package/apps/storefront/src/pages/the-build/index.astro +2 -2
  222. package/apps/storefront/src/pages/the-build/rss.xml.ts +2 -2
  223. package/apps/storefront/src/styles/admin.css +27 -1
  224. package/apps/storefront/tsconfig.json +1 -1
  225. package/package.json +1 -1
  226. package/packages/public-runtime/package.json +2 -1
  227. package/packages/public-runtime/schemas/managed-analytics/v1/adapter-definition.schema.json +427 -0
  228. package/packages/public-runtime/schemas/managed-analytics/v1/create-integration-install-request.schema.json +161 -0
  229. package/packages/public-runtime/schemas/managed-analytics/v1/create-migration-draft-request.schema.json +157 -0
  230. package/packages/public-runtime/schemas/managed-analytics/v1/delete-integration-install-request.schema.json +84 -0
  231. package/packages/public-runtime/schemas/managed-analytics/v1/delete-migration-draft-request.schema.json +84 -0
  232. package/packages/public-runtime/schemas/managed-analytics/v1/error-envelope.schema.json +180 -0
  233. package/packages/public-runtime/schemas/managed-analytics/v1/get-adapter-definition-request.schema.json +52 -0
  234. package/packages/public-runtime/schemas/managed-analytics/v1/get-integration-install-request.schema.json +52 -0
  235. package/packages/public-runtime/schemas/managed-analytics/v1/get-integration-revision-request.schema.json +79 -0
  236. package/packages/public-runtime/schemas/managed-analytics/v1/get-migration-draft-request.schema.json +52 -0
  237. package/packages/public-runtime/schemas/managed-analytics/v1/integration-install.schema.json +167 -0
  238. package/packages/public-runtime/schemas/managed-analytics/v1/integration-revision.schema.json +208 -0
  239. package/packages/public-runtime/schemas/managed-analytics/v1/list-adapter-definitions-request.schema.json +53 -0
  240. package/packages/public-runtime/schemas/managed-analytics/v1/list-integration-installs-request.schema.json +53 -0
  241. package/packages/public-runtime/schemas/managed-analytics/v1/list-integration-revisions-request.schema.json +82 -0
  242. package/packages/public-runtime/schemas/managed-analytics/v1/migration-draft.schema.json +218 -0
  243. package/packages/public-runtime/schemas/managed-analytics/v1/mutation-request.schema.json +52 -0
  244. package/packages/public-runtime/schemas/managed-analytics/v1/mutation-success-envelope.schema.json +49 -0
  245. package/packages/public-runtime/schemas/managed-analytics/v1/read-request.schema.json +20 -0
  246. package/packages/public-runtime/schemas/managed-analytics/v1/read-success-envelope.schema.json +45 -0
  247. package/packages/public-runtime/schemas/managed-analytics/v1/revise-integration-install-request.schema.json +156 -0
  248. package/packages/public-runtime/schemas/managed-analytics/v1/set-integration-install-status-request.schema.json +92 -0
  249. package/packages/public-runtime/schemas/managed-analytics/v1/update-migration-draft-request.schema.json +184 -0
  250. package/packages/public-runtime/scripts/generate-managed-analytics-api-v1-schemas.mjs +13 -0
  251. package/packages/public-runtime/src/activity/catalog.ts +41 -37
  252. package/packages/public-runtime/src/activity/event.ts +6 -6
  253. package/packages/public-runtime/src/activity/index.ts +2 -2
  254. package/packages/public-runtime/src/activity/redaction.ts +4 -4
  255. package/packages/public-runtime/src/candidate-index.ts +42 -8
  256. package/packages/public-runtime/src/checkout-orders.ts +2 -2
  257. package/packages/public-runtime/src/checkout-style-publish.ts +2 -2
  258. package/packages/public-runtime/src/checkout-style.ts +7 -7
  259. package/packages/public-runtime/src/checkout.ts +3 -3
  260. package/packages/public-runtime/src/chrome.ts +777 -0
  261. package/packages/public-runtime/src/compliance-obligations.ts +310 -0
  262. package/packages/public-runtime/src/csp.ts +99 -0
  263. package/packages/public-runtime/src/customization-runtime.ts +32 -1
  264. package/packages/public-runtime/src/destination-webhook/contract.ts +353 -0
  265. package/packages/public-runtime/src/embed-catalog.d.mts +9 -0
  266. package/packages/public-runtime/src/embed-catalog.mjs +40 -0
  267. package/packages/public-runtime/src/evidence.ts +288 -0
  268. package/packages/public-runtime/src/gtm-migration/bounds.ts +138 -0
  269. package/packages/public-runtime/src/gtm-migration/disposition-rules.ts +361 -0
  270. package/packages/public-runtime/src/gtm-migration/dispositions.ts +181 -0
  271. package/packages/public-runtime/src/gtm-migration/draft-generator.ts +400 -0
  272. package/packages/public-runtime/src/gtm-migration/graph.ts +468 -0
  273. package/packages/public-runtime/src/gtm-migration/index.ts +95 -0
  274. package/packages/public-runtime/src/gtm-migration/parse.ts +410 -0
  275. package/packages/public-runtime/src/gtm-migration/references.ts +266 -0
  276. package/packages/public-runtime/src/gtm-migration/types.ts +86 -0
  277. package/packages/public-runtime/src/index.ts +16 -1
  278. package/packages/public-runtime/src/integration/assurance-decision.ts +259 -0
  279. package/packages/public-runtime/src/integration/assurance.ts +228 -0
  280. package/packages/public-runtime/src/integration/candidate-evidence.ts +377 -0
  281. package/packages/public-runtime/src/integration/commerce-broker.ts +497 -0
  282. package/packages/public-runtime/src/integration/consent-broker.ts +337 -0
  283. package/packages/public-runtime/src/integration/consent-cmp-demand.ts +115 -0
  284. package/packages/public-runtime/src/integration/consent-config.ts +260 -0
  285. package/packages/public-runtime/src/integration/consent-preview.ts +125 -0
  286. package/packages/public-runtime/src/integration/correlation-token.ts +444 -0
  287. package/packages/public-runtime/src/integration/csp-compiler.ts +267 -0
  288. package/packages/public-runtime/src/integration/csp.ts +105 -0
  289. package/packages/public-runtime/src/integration/digest.ts +43 -0
  290. package/packages/public-runtime/src/integration/environment.ts +228 -0
  291. package/packages/public-runtime/src/integration/events-catalog.ts +186 -0
  292. package/packages/public-runtime/src/integration/events.ts +701 -0
  293. package/packages/public-runtime/src/integration/g2-action-boundary.ts +106 -0
  294. package/packages/public-runtime/src/integration/index.ts +90 -0
  295. package/packages/public-runtime/src/integration/interim-bridge.ts +138 -0
  296. package/packages/public-runtime/src/integration/lifecycle-boot.ts +317 -0
  297. package/packages/public-runtime/src/integration/lifecycle-runtime.ts +393 -0
  298. package/packages/public-runtime/src/integration/lifecycle.ts +94 -0
  299. package/packages/public-runtime/src/integration/managed-analytics-api-v1-safety.d.mts +2 -0
  300. package/packages/public-runtime/src/integration/managed-analytics-api-v1-safety.mjs +10 -0
  301. package/packages/public-runtime/src/integration/managed-analytics-api-v1.schemas.ts +382 -0
  302. package/packages/public-runtime/src/integration/managed-analytics-api-v1.ts +684 -0
  303. package/packages/public-runtime/src/integration/managed-analytics-bridge.ts +383 -0
  304. package/packages/public-runtime/src/integration/managed-analytics-value-safety.ts +14 -0
  305. package/packages/public-runtime/src/integration/managed-analytics.ts +277 -0
  306. package/packages/public-runtime/src/integration/manifest.ts +470 -0
  307. package/packages/public-runtime/src/integration/native-amplitude.ts +362 -0
  308. package/packages/public-runtime/src/integration/native-ga4.ts +352 -0
  309. package/packages/public-runtime/src/integration/observability.ts +451 -0
  310. package/packages/public-runtime/src/integration/order-conversion.ts +0 -0
  311. package/packages/public-runtime/src/integration/phases.ts +182 -0
  312. package/packages/public-runtime/src/integration/plan.ts +112 -0
  313. package/packages/public-runtime/src/integration/platform-adapter-runtime.ts +146 -0
  314. package/packages/public-runtime/src/integration/platform-adapters.ts +671 -0
  315. package/packages/public-runtime/src/integration/promotion-gate.ts +451 -0
  316. package/packages/public-runtime/src/integration/provider-checkout-extension.ts +425 -0
  317. package/packages/public-runtime/src/integration/receipt-measurement.ts +370 -0
  318. package/packages/public-runtime/src/integration/regulated-parent-cert.ts +311 -0
  319. package/packages/public-runtime/src/integration/render-phases.ts +267 -0
  320. package/packages/public-runtime/src/integration/resolve.ts +465 -0
  321. package/packages/public-runtime/src/integration/result.ts +239 -0
  322. package/packages/public-runtime/src/integration/secrets.ts +92 -0
  323. package/packages/public-runtime/src/integration/tamper-evidence.ts +205 -0
  324. package/packages/public-runtime/src/integration/tamper-recovery.ts +127 -0
  325. package/packages/public-runtime/src/integration/version.ts +92 -0
  326. package/packages/public-runtime/src/integration-capabilities.ts +520 -0
  327. package/packages/public-runtime/src/membership.ts +2 -2
  328. package/packages/public-runtime/src/raw-html-policy.ts +2 -4
  329. package/packages/public-runtime/src/regulated-commerce/broker/consent-dedupe.ts +144 -0
  330. package/packages/public-runtime/src/regulated-commerce/correlation/contract.ts +177 -0
  331. package/packages/public-runtime/src/regulated-commerce/diagnostics/local-dispatch.ts +24 -0
  332. package/packages/public-runtime/src/regulated-commerce/diagnostics/read-model.ts +69 -0
  333. package/packages/public-runtime/src/regulated-commerce/dispatch/core.ts +134 -0
  334. package/packages/public-runtime/src/regulated-commerce/events/contract.ts +113 -0
  335. package/packages/public-runtime/src/regulated-commerce/ledger/core.ts +81 -0
  336. package/packages/public-runtime/src/regulated-commerce/mappings/ga4-ads.ts +87 -0
  337. package/packages/public-runtime/src/regulated-commerce/provider-order/bridge.ts +52 -0
  338. package/packages/public-runtime/src/regulated-commerce/purchase-truth/contract.ts +252 -0
  339. package/packages/public-runtime/src/regulated-commerce/sources/accepted-browser-operation.ts +67 -0
  340. package/packages/public-runtime/src/regulated-commerce/testing/fake-destination.ts +93 -0
  341. package/packages/public-runtime/src/static-bundle.ts +5 -5
  342. package/packages/public-runtime/src/tenant-assets.ts +143 -4
  343. package/packages/public-runtime/src/tenant.ts +45 -9
  344. package/packages/public-runtime/tests/fixtures/integration/browser-environment.example.json +8 -0
  345. package/packages/public-runtime/tests/fixtures/integration/commerce-event.example.json +44 -0
  346. package/packages/public-runtime/tests/fixtures/integration/commerce-order-event.example.json +44 -0
  347. package/packages/public-runtime/tests/fixtures/integration/compliance-assurance-record.example.json +50 -0
  348. package/packages/public-runtime/tests/fixtures/integration/integration-manifest-v2.example.json +120 -0
  349. package/packages/public-runtime/tests/fixtures/integration/managed-analytics-v1/fake-adapter-catalog.json +35 -0
  350. package/packages/public-runtime/tests/fixtures/integration/tenant-action-registry.example.json +11 -0
  351. package/packages/public-runtime/tests/fixtures/integration/tenant-local-example/README.md +22 -0
  352. package/packages/public-runtime/tests/fixtures/integration/tenant-local-example/entry.js +30 -0
  353. package/packages/public-runtime/tests/fixtures/integration/tenant-local-example/manifest.json +75 -0
  354. package/packages/public-runtime/tests/fixtures/integration/tenant-local-example/public-config.json +3 -0
  355. package/packages/public-runtime/tests/fixtures/regulated-commerce/fake-destinations.ts +38 -0
  356. package/packages/public-runtime/tests/gtm-migration/fixtures/gtm-sample-container-v84.provenance.json +29 -0
  357. package/packages/public-runtime/tests/gtm-migration/fixtures/gtm-sample-container-v84.redacted.json +3397 -0
  358. package/scripts/dev/file-browser.mjs +2 -2
  359. package/scripts/dev/file-writer.mjs +2 -2
  360. package/scripts/dev/integration-guardrails.mjs +498 -0
  361. package/scripts/dev/safe-path.mjs +2 -2
  362. package/scripts/dev/tenant-source-root.mjs +1 -1
  363. package/scripts/tot-dev.mjs +2 -2
@@ -0,0 +1,3397 @@
1
+ {
2
+ "exportFormatVersion": 2,
3
+ "exportTime": "2026-08-29 13:25:21",
4
+ "containerVersion": {
5
+ "path": "accounts/1234567890/containers/88888888/versions/84",
6
+ "accountId": "1234567890",
7
+ "containerId": "88888888",
8
+ "containerVersionId": "84",
9
+ "name": "Sample Container Version",
10
+ "description": "Synthetic sample container version.",
11
+ "container": {
12
+ "path": "accounts/1234567890/containers/88888888",
13
+ "accountId": "1234567890",
14
+ "containerId": "88888888",
15
+ "name": "Example Analytics Container",
16
+ "publicId": "GTM-SAMPLE1",
17
+ "usageContext": [
18
+ "WEB"
19
+ ],
20
+ "fingerprint": "1700000000001",
21
+ "tagManagerUrl": "https://tagmanager.google.com/#/container/accounts/1234567890/containers/88888888/workspaces?apiLink=container",
22
+ "features": {
23
+ "supportUserPermissions": true,
24
+ "supportEnvironments": true,
25
+ "supportWorkspaces": true,
26
+ "supportGtagConfigs": false,
27
+ "supportBuiltInVariables": true,
28
+ "supportClients": false,
29
+ "supportFolders": true,
30
+ "supportTags": true,
31
+ "supportTemplates": true,
32
+ "supportTriggers": true,
33
+ "supportVariables": true,
34
+ "supportVersions": true,
35
+ "supportZones": true,
36
+ "supportTransformations": false
37
+ },
38
+ "tagIds": [
39
+ "GTM-SAMPLE1"
40
+ ]
41
+ },
42
+ "tag": [
43
+ {
44
+ "accountId": "1234567890",
45
+ "containerId": "88888888",
46
+ "tagId": "4",
47
+ "name": "Tag 1",
48
+ "type": "cvt_88888888_3",
49
+ "parameter": [
50
+ {
51
+ "type": "TEMPLATE",
52
+ "key": "accountId",
53
+ "value": "{{Variable 5}}"
54
+ }
55
+ ],
56
+ "fingerprint": "1700000000002",
57
+ "firingTriggerId": [
58
+ "2147479553"
59
+ ],
60
+ "blockingTriggerId": [
61
+ "42"
62
+ ],
63
+ "tagFiringOption": "ONCE_PER_EVENT",
64
+ "monitoringMetadata": {
65
+ "type": "MAP"
66
+ },
67
+ "consentSettings": {
68
+ "consentStatus": "NOT_SET"
69
+ }
70
+ },
71
+ {
72
+ "accountId": "1234567890",
73
+ "containerId": "88888888",
74
+ "tagId": "6",
75
+ "name": "Tag 2",
76
+ "type": "bzi",
77
+ "parameter": [
78
+ {
79
+ "type": "TEMPLATE",
80
+ "key": "id",
81
+ "value": "0000000"
82
+ }
83
+ ],
84
+ "fingerprint": "1700000000003",
85
+ "firingTriggerId": [
86
+ "5"
87
+ ],
88
+ "tagFiringOption": "ONCE_PER_EVENT",
89
+ "monitoringMetadata": {
90
+ "type": "MAP"
91
+ },
92
+ "consentSettings": {
93
+ "consentStatus": "NOT_SET"
94
+ }
95
+ },
96
+ {
97
+ "accountId": "1234567890",
98
+ "containerId": "88888888",
99
+ "tagId": "7",
100
+ "name": "Tag 3",
101
+ "type": "googtag",
102
+ "parameter": [
103
+ {
104
+ "type": "TEMPLATE",
105
+ "key": "tagId",
106
+ "value": "{{Variable 13}}"
107
+ },
108
+ {
109
+ "type": "LIST",
110
+ "key": "configSettingsTable",
111
+ "list": [
112
+ {
113
+ "type": "MAP",
114
+ "map": [
115
+ {
116
+ "type": "TEMPLATE",
117
+ "key": "parameter",
118
+ "value": "send_page_view"
119
+ },
120
+ {
121
+ "type": "TEMPLATE",
122
+ "key": "parameterValue",
123
+ "value": "true"
124
+ }
125
+ ]
126
+ }
127
+ ]
128
+ }
129
+ ],
130
+ "fingerprint": "1700000000004",
131
+ "firingTriggerId": [
132
+ "2147479573"
133
+ ],
134
+ "tagFiringOption": "ONCE_PER_EVENT",
135
+ "monitoringMetadata": {
136
+ "type": "MAP"
137
+ },
138
+ "consentSettings": {
139
+ "consentStatus": "NOT_SET"
140
+ }
141
+ },
142
+ {
143
+ "accountId": "1234567890",
144
+ "containerId": "88888888",
145
+ "tagId": "18",
146
+ "name": "Tag 4",
147
+ "type": "html",
148
+ "parameter": [
149
+ {
150
+ "type": "TEMPLATE",
151
+ "key": "html",
152
+ "value": "[[REDACTED_CODE]]"
153
+ },
154
+ {
155
+ "type": "BOOLEAN",
156
+ "key": "supportDocumentWrite",
157
+ "value": "false"
158
+ }
159
+ ],
160
+ "fingerprint": "1700000000005",
161
+ "firingTriggerId": [
162
+ "17"
163
+ ],
164
+ "tagFiringOption": "ONCE_PER_EVENT",
165
+ "monitoringMetadata": {
166
+ "type": "MAP"
167
+ },
168
+ "consentSettings": {
169
+ "consentStatus": "NOT_SET"
170
+ }
171
+ },
172
+ {
173
+ "accountId": "1234567890",
174
+ "containerId": "88888888",
175
+ "tagId": "29",
176
+ "name": "Tag 5",
177
+ "type": "html",
178
+ "parameter": [
179
+ {
180
+ "type": "TEMPLATE",
181
+ "key": "html",
182
+ "value": "[[REDACTED_CODE]]"
183
+ },
184
+ {
185
+ "type": "BOOLEAN",
186
+ "key": "supportDocumentWrite",
187
+ "value": "false"
188
+ }
189
+ ],
190
+ "fingerprint": "1700000000006",
191
+ "firingTriggerId": [
192
+ "30"
193
+ ],
194
+ "tagFiringOption": "ONCE_PER_EVENT",
195
+ "monitoringMetadata": {
196
+ "type": "MAP"
197
+ },
198
+ "consentSettings": {
199
+ "consentStatus": "NOT_SET"
200
+ }
201
+ },
202
+ {
203
+ "accountId": "1234567890",
204
+ "containerId": "88888888",
205
+ "tagId": "31",
206
+ "name": "Tag 6",
207
+ "type": "html",
208
+ "parameter": [
209
+ {
210
+ "type": "TEMPLATE",
211
+ "key": "html",
212
+ "value": "[[REDACTED_CODE]]"
213
+ },
214
+ {
215
+ "type": "BOOLEAN",
216
+ "key": "supportDocumentWrite",
217
+ "value": "false"
218
+ }
219
+ ],
220
+ "fingerprint": "1700000000007",
221
+ "firingTriggerId": [
222
+ "32"
223
+ ],
224
+ "tagFiringOption": "ONCE_PER_EVENT",
225
+ "monitoringMetadata": {
226
+ "type": "MAP"
227
+ },
228
+ "consentSettings": {
229
+ "consentStatus": "NOT_SET"
230
+ }
231
+ },
232
+ {
233
+ "accountId": "1234567890",
234
+ "containerId": "88888888",
235
+ "tagId": "44",
236
+ "name": "Tag 7",
237
+ "type": "googtag",
238
+ "parameter": [
239
+ {
240
+ "type": "TEMPLATE",
241
+ "key": "tagId",
242
+ "value": "{{Variable 13}}"
243
+ },
244
+ {
245
+ "type": "LIST",
246
+ "key": "configSettingsTable",
247
+ "list": [
248
+ {
249
+ "type": "MAP",
250
+ "map": [
251
+ {
252
+ "type": "TEMPLATE",
253
+ "key": "parameter",
254
+ "value": "send_page_view"
255
+ },
256
+ {
257
+ "type": "TEMPLATE",
258
+ "key": "parameterValue",
259
+ "value": "true"
260
+ }
261
+ ]
262
+ }
263
+ ]
264
+ }
265
+ ],
266
+ "fingerprint": "1700000000008",
267
+ "firingTriggerId": [
268
+ "45"
269
+ ],
270
+ "blockingTriggerId": [
271
+ "103"
272
+ ],
273
+ "tagFiringOption": "ONCE_PER_EVENT",
274
+ "monitoringMetadata": {
275
+ "type": "MAP"
276
+ },
277
+ "consentSettings": {
278
+ "consentStatus": "NOT_SET"
279
+ }
280
+ },
281
+ {
282
+ "accountId": "1234567890",
283
+ "containerId": "88888888",
284
+ "tagId": "48",
285
+ "name": "Tag 8",
286
+ "type": "html",
287
+ "parameter": [
288
+ {
289
+ "type": "TEMPLATE",
290
+ "key": "html",
291
+ "value": "[[REDACTED_CODE]]"
292
+ },
293
+ {
294
+ "type": "BOOLEAN",
295
+ "key": "supportDocumentWrite",
296
+ "value": "false"
297
+ }
298
+ ],
299
+ "fingerprint": "1700000000009",
300
+ "firingTriggerId": [
301
+ "2147479553"
302
+ ],
303
+ "blockingTriggerId": [
304
+ "42",
305
+ "10",
306
+ "11",
307
+ "9"
308
+ ],
309
+ "tagFiringOption": "ONCE_PER_EVENT",
310
+ "monitoringMetadata": {
311
+ "type": "MAP"
312
+ },
313
+ "consentSettings": {
314
+ "consentStatus": "NOT_SET"
315
+ }
316
+ },
317
+ {
318
+ "accountId": "1234567890",
319
+ "containerId": "88888888",
320
+ "tagId": "49",
321
+ "name": "Tag 9",
322
+ "type": "awct",
323
+ "parameter": [
324
+ {
325
+ "type": "BOOLEAN",
326
+ "key": "enableNewCustomerReporting",
327
+ "value": "false"
328
+ },
329
+ {
330
+ "type": "BOOLEAN",
331
+ "key": "enableConversionLinker",
332
+ "value": "true"
333
+ },
334
+ {
335
+ "type": "BOOLEAN",
336
+ "key": "enableProductReporting",
337
+ "value": "false"
338
+ },
339
+ {
340
+ "type": "BOOLEAN",
341
+ "key": "enableEnhancedConversion",
342
+ "value": "false"
343
+ },
344
+ {
345
+ "type": "TEMPLATE",
346
+ "key": "conversionCookiePrefix",
347
+ "value": "_gcl"
348
+ },
349
+ {
350
+ "type": "BOOLEAN",
351
+ "key": "enableShippingData",
352
+ "value": "false"
353
+ },
354
+ {
355
+ "type": "TEMPLATE",
356
+ "key": "conversionId",
357
+ "value": "000000000"
358
+ },
359
+ {
360
+ "type": "TEMPLATE",
361
+ "key": "conversionLabel",
362
+ "value": "[[REDACTED_LABEL]]"
363
+ },
364
+ {
365
+ "type": "BOOLEAN",
366
+ "key": "rdp",
367
+ "value": "false"
368
+ }
369
+ ],
370
+ "fingerprint": "1700000000010",
371
+ "firingTriggerId": [
372
+ "2147479553"
373
+ ],
374
+ "tagFiringOption": "ONCE_PER_EVENT",
375
+ "monitoringMetadata": {
376
+ "type": "MAP"
377
+ },
378
+ "consentSettings": {
379
+ "consentStatus": "NOT_SET"
380
+ }
381
+ },
382
+ {
383
+ "accountId": "1234567890",
384
+ "containerId": "88888888",
385
+ "tagId": "50",
386
+ "name": "Tag 10",
387
+ "type": "sp",
388
+ "parameter": [
389
+ {
390
+ "type": "BOOLEAN",
391
+ "key": "enableConversionLinker",
392
+ "value": "true"
393
+ },
394
+ {
395
+ "type": "BOOLEAN",
396
+ "key": "enableDynamicRemarketing",
397
+ "value": "false"
398
+ },
399
+ {
400
+ "type": "TEMPLATE",
401
+ "key": "conversionCookiePrefix",
402
+ "value": "_gcl"
403
+ },
404
+ {
405
+ "type": "TEMPLATE",
406
+ "key": "conversionId",
407
+ "value": "000000000"
408
+ },
409
+ {
410
+ "type": "TEMPLATE",
411
+ "key": "customParamsFormat",
412
+ "value": "NONE"
413
+ },
414
+ {
415
+ "type": "BOOLEAN",
416
+ "key": "rdp",
417
+ "value": "false"
418
+ },
419
+ {
420
+ "type": "TEMPLATE",
421
+ "key": "conversionLabel",
422
+ "value": "[[REDACTED_LABEL]]"
423
+ }
424
+ ],
425
+ "fingerprint": "1700000000011",
426
+ "firingTriggerId": [
427
+ "2147479553"
428
+ ],
429
+ "tagFiringOption": "ONCE_PER_EVENT",
430
+ "monitoringMetadata": {
431
+ "type": "MAP"
432
+ },
433
+ "consentSettings": {
434
+ "consentStatus": "NOT_SET"
435
+ }
436
+ },
437
+ {
438
+ "accountId": "1234567890",
439
+ "containerId": "88888888",
440
+ "tagId": "51",
441
+ "name": "Tag 11",
442
+ "type": "gclidw",
443
+ "parameter": [
444
+ {
445
+ "type": "BOOLEAN",
446
+ "key": "enableCrossDomain",
447
+ "value": "false"
448
+ },
449
+ {
450
+ "type": "BOOLEAN",
451
+ "key": "enableUrlPassthrough",
452
+ "value": "false"
453
+ },
454
+ {
455
+ "type": "BOOLEAN",
456
+ "key": "enableCookieOverrides",
457
+ "value": "false"
458
+ }
459
+ ],
460
+ "fingerprint": "1700000000012",
461
+ "firingTriggerId": [
462
+ "2147479553"
463
+ ],
464
+ "tagFiringOption": "ONCE_PER_EVENT",
465
+ "monitoringMetadata": {
466
+ "type": "MAP"
467
+ },
468
+ "consentSettings": {
469
+ "consentStatus": "NOT_SET"
470
+ }
471
+ },
472
+ {
473
+ "accountId": "1234567890",
474
+ "containerId": "88888888",
475
+ "tagId": "57",
476
+ "name": "Tag 12",
477
+ "type": "ua",
478
+ "parameter": [
479
+ {
480
+ "type": "BOOLEAN",
481
+ "key": "overrideGaSettings",
482
+ "value": "true"
483
+ },
484
+ {
485
+ "type": "TEMPLATE",
486
+ "key": "trackType",
487
+ "value": "TRACK_PAGEVIEW"
488
+ },
489
+ {
490
+ "type": "TEMPLATE",
491
+ "key": "trackingId",
492
+ "value": "{{Variable 1}}"
493
+ }
494
+ ],
495
+ "fingerprint": "1700000000013",
496
+ "firingTriggerId": [
497
+ "2147479553"
498
+ ],
499
+ "tagFiringOption": "ONCE_PER_EVENT",
500
+ "monitoringMetadata": {
501
+ "type": "MAP"
502
+ },
503
+ "consentSettings": {
504
+ "consentStatus": "NOT_SET"
505
+ }
506
+ },
507
+ {
508
+ "accountId": "1234567890",
509
+ "containerId": "88888888",
510
+ "tagId": "59",
511
+ "name": "Tag 13",
512
+ "type": "gaawe",
513
+ "parameter": [
514
+ {
515
+ "type": "BOOLEAN",
516
+ "key": "sendEcommerceData",
517
+ "value": "false"
518
+ },
519
+ {
520
+ "type": "LIST",
521
+ "key": "eventSettingsTable",
522
+ "list": [
523
+ {
524
+ "type": "MAP",
525
+ "map": [
526
+ {
527
+ "type": "TEMPLATE",
528
+ "key": "parameter",
529
+ "value": "utm_source"
530
+ },
531
+ {
532
+ "type": "TEMPLATE",
533
+ "key": "parameterValue",
534
+ "value": "{{Variable 18}}"
535
+ }
536
+ ]
537
+ },
538
+ {
539
+ "type": "MAP",
540
+ "map": [
541
+ {
542
+ "type": "TEMPLATE",
543
+ "key": "parameter",
544
+ "value": "utm_campaign"
545
+ },
546
+ {
547
+ "type": "TEMPLATE",
548
+ "key": "parameterValue",
549
+ "value": "{{Variable 20}}"
550
+ }
551
+ ]
552
+ },
553
+ {
554
+ "type": "MAP",
555
+ "map": [
556
+ {
557
+ "type": "TEMPLATE",
558
+ "key": "parameter",
559
+ "value": "utm_medium"
560
+ },
561
+ {
562
+ "type": "TEMPLATE",
563
+ "key": "parameterValue",
564
+ "value": "{{Variable 19}}"
565
+ }
566
+ ]
567
+ }
568
+ ]
569
+ },
570
+ {
571
+ "type": "TEMPLATE",
572
+ "key": "eventName",
573
+ "value": "SampleFunnel_AccountCreated"
574
+ },
575
+ {
576
+ "type": "TEMPLATE",
577
+ "key": "measurementIdOverride",
578
+ "value": "{{Variable 13}}"
579
+ }
580
+ ],
581
+ "fingerprint": "1700000000014",
582
+ "firingTriggerId": [
583
+ "58"
584
+ ],
585
+ "tagFiringOption": "ONCE_PER_EVENT",
586
+ "monitoringMetadata": {
587
+ "type": "MAP"
588
+ },
589
+ "consentSettings": {
590
+ "consentStatus": "NOT_SET"
591
+ }
592
+ },
593
+ {
594
+ "accountId": "1234567890",
595
+ "containerId": "88888888",
596
+ "tagId": "63",
597
+ "name": "Tag 14",
598
+ "type": "gaawe",
599
+ "parameter": [
600
+ {
601
+ "type": "BOOLEAN",
602
+ "key": "sendEcommerceData",
603
+ "value": "false"
604
+ },
605
+ {
606
+ "type": "LIST",
607
+ "key": "eventSettingsTable",
608
+ "list": [
609
+ {
610
+ "type": "MAP",
611
+ "map": [
612
+ {
613
+ "type": "TEMPLATE",
614
+ "key": "parameter",
615
+ "value": "utm_source"
616
+ },
617
+ {
618
+ "type": "TEMPLATE",
619
+ "key": "parameterValue",
620
+ "value": "{{Variable 18}}"
621
+ }
622
+ ]
623
+ },
624
+ {
625
+ "type": "MAP",
626
+ "map": [
627
+ {
628
+ "type": "TEMPLATE",
629
+ "key": "parameter",
630
+ "value": "utm_medium"
631
+ },
632
+ {
633
+ "type": "TEMPLATE",
634
+ "key": "parameterValue",
635
+ "value": "{{Variable 19}}"
636
+ }
637
+ ]
638
+ },
639
+ {
640
+ "type": "MAP",
641
+ "map": [
642
+ {
643
+ "type": "TEMPLATE",
644
+ "key": "parameter",
645
+ "value": "utm_campaign"
646
+ },
647
+ {
648
+ "type": "TEMPLATE",
649
+ "key": "parameterValue",
650
+ "value": "{{Variable 20}}"
651
+ }
652
+ ]
653
+ }
654
+ ]
655
+ },
656
+ {
657
+ "type": "TEMPLATE",
658
+ "key": "eventName",
659
+ "value": "SampleFunnel_FormOfPaymentAdded"
660
+ },
661
+ {
662
+ "type": "TEMPLATE",
663
+ "key": "measurementIdOverride",
664
+ "value": "{{Variable 13}}"
665
+ }
666
+ ],
667
+ "fingerprint": "1700000000015",
668
+ "firingTriggerId": [
669
+ "62"
670
+ ],
671
+ "tagFiringOption": "ONCE_PER_EVENT",
672
+ "monitoringMetadata": {
673
+ "type": "MAP"
674
+ },
675
+ "consentSettings": {
676
+ "consentStatus": "NOT_SET"
677
+ }
678
+ },
679
+ {
680
+ "accountId": "1234567890",
681
+ "containerId": "88888888",
682
+ "tagId": "68",
683
+ "name": "Tag 15",
684
+ "type": "mf",
685
+ "parameter": [
686
+ {
687
+ "type": "TEMPLATE",
688
+ "key": "projectId",
689
+ "value": "00000000-0000-0000-0000-000000000000"
690
+ }
691
+ ],
692
+ "fingerprint": "1700000000016",
693
+ "firingTriggerId": [
694
+ "2147479553"
695
+ ],
696
+ "blockingTriggerId": [
697
+ "11",
698
+ "10",
699
+ "75"
700
+ ],
701
+ "tagFiringOption": "ONCE_PER_EVENT",
702
+ "monitoringMetadata": {
703
+ "type": "MAP"
704
+ },
705
+ "consentSettings": {
706
+ "consentStatus": "NOT_SET"
707
+ }
708
+ },
709
+ {
710
+ "accountId": "1234567890",
711
+ "containerId": "88888888",
712
+ "tagId": "73",
713
+ "name": "Tag 16",
714
+ "type": "gaawe",
715
+ "parameter": [
716
+ {
717
+ "type": "BOOLEAN",
718
+ "key": "sendEcommerceData",
719
+ "value": "false"
720
+ },
721
+ {
722
+ "type": "LIST",
723
+ "key": "eventSettingsTable",
724
+ "list": [
725
+ {
726
+ "type": "MAP",
727
+ "map": [
728
+ {
729
+ "type": "TEMPLATE",
730
+ "key": "parameter",
731
+ "value": "utm_campaign"
732
+ },
733
+ {
734
+ "type": "TEMPLATE",
735
+ "key": "parameterValue",
736
+ "value": "{{Variable 20}}"
737
+ }
738
+ ]
739
+ },
740
+ {
741
+ "type": "MAP",
742
+ "map": [
743
+ {
744
+ "type": "TEMPLATE",
745
+ "key": "parameter",
746
+ "value": "utm_source"
747
+ },
748
+ {
749
+ "type": "TEMPLATE",
750
+ "key": "parameterValue",
751
+ "value": "{{Variable 18}}"
752
+ }
753
+ ]
754
+ },
755
+ {
756
+ "type": "MAP",
757
+ "map": [
758
+ {
759
+ "type": "TEMPLATE",
760
+ "key": "parameter",
761
+ "value": "utm_medium"
762
+ },
763
+ {
764
+ "type": "TEMPLATE",
765
+ "key": "parameterValue",
766
+ "value": "{{Variable 19}}"
767
+ }
768
+ ]
769
+ }
770
+ ]
771
+ },
772
+ {
773
+ "type": "BOOLEAN",
774
+ "key": "enhancedUserId",
775
+ "value": "false"
776
+ },
777
+ {
778
+ "type": "TEMPLATE",
779
+ "key": "eventName",
780
+ "value": "{{Variable 16}}-{{Event}}"
781
+ },
782
+ {
783
+ "type": "TEMPLATE",
784
+ "key": "measurementIdOverride",
785
+ "value": "{{Variable 13}}"
786
+ }
787
+ ],
788
+ "fingerprint": "1700000000017",
789
+ "firingTriggerId": [
790
+ "71"
791
+ ],
792
+ "blockingTriggerId": [
793
+ "103"
794
+ ],
795
+ "tagFiringOption": "ONCE_PER_EVENT",
796
+ "monitoringMetadata": {
797
+ "type": "MAP"
798
+ },
799
+ "consentSettings": {
800
+ "consentStatus": "NOT_SET"
801
+ }
802
+ },
803
+ {
804
+ "accountId": "1234567890",
805
+ "containerId": "88888888",
806
+ "tagId": "78",
807
+ "name": "Tag 17",
808
+ "type": "gaawe",
809
+ "parameter": [
810
+ {
811
+ "type": "BOOLEAN",
812
+ "key": "sendEcommerceData",
813
+ "value": "false"
814
+ },
815
+ {
816
+ "type": "LIST",
817
+ "key": "eventSettingsTable",
818
+ "list": [
819
+ {
820
+ "type": "MAP",
821
+ "map": [
822
+ {
823
+ "type": "TEMPLATE",
824
+ "key": "parameter",
825
+ "value": "utm_source"
826
+ },
827
+ {
828
+ "type": "TEMPLATE",
829
+ "key": "parameterValue",
830
+ "value": "{{Variable 18}}"
831
+ }
832
+ ]
833
+ },
834
+ {
835
+ "type": "MAP",
836
+ "map": [
837
+ {
838
+ "type": "TEMPLATE",
839
+ "key": "parameter",
840
+ "value": "utm_campaign"
841
+ },
842
+ {
843
+ "type": "TEMPLATE",
844
+ "key": "parameterValue",
845
+ "value": "{{Variable 20}}"
846
+ }
847
+ ]
848
+ },
849
+ {
850
+ "type": "MAP",
851
+ "map": [
852
+ {
853
+ "type": "TEMPLATE",
854
+ "key": "parameter",
855
+ "value": "utm_medium"
856
+ },
857
+ {
858
+ "type": "TEMPLATE",
859
+ "key": "parameterValue",
860
+ "value": "{{Variable 19}}"
861
+ }
862
+ ]
863
+ }
864
+ ]
865
+ },
866
+ {
867
+ "type": "TEMPLATE",
868
+ "key": "eventName",
869
+ "value": "{{Variable 17}}-{{Event}}"
870
+ },
871
+ {
872
+ "type": "TEMPLATE",
873
+ "key": "measurementIdOverride",
874
+ "value": "{{Variable 13}}"
875
+ }
876
+ ],
877
+ "fingerprint": "1700000000018",
878
+ "firingTriggerId": [
879
+ "77"
880
+ ],
881
+ "tagFiringOption": "ONCE_PER_EVENT",
882
+ "monitoringMetadata": {
883
+ "type": "MAP"
884
+ },
885
+ "consentSettings": {
886
+ "consentStatus": "NOT_SET"
887
+ }
888
+ },
889
+ {
890
+ "accountId": "1234567890",
891
+ "containerId": "88888888",
892
+ "tagId": "80",
893
+ "name": "Tag 18",
894
+ "type": "gaawe",
895
+ "parameter": [
896
+ {
897
+ "type": "BOOLEAN",
898
+ "key": "sendEcommerceData",
899
+ "value": "false"
900
+ },
901
+ {
902
+ "type": "LIST",
903
+ "key": "eventSettingsTable",
904
+ "list": [
905
+ {
906
+ "type": "MAP",
907
+ "map": [
908
+ {
909
+ "type": "TEMPLATE",
910
+ "key": "parameter",
911
+ "value": "utm_source"
912
+ },
913
+ {
914
+ "type": "TEMPLATE",
915
+ "key": "parameterValue",
916
+ "value": "{{Variable 18}}"
917
+ }
918
+ ]
919
+ },
920
+ {
921
+ "type": "MAP",
922
+ "map": [
923
+ {
924
+ "type": "TEMPLATE",
925
+ "key": "parameter",
926
+ "value": "utm_campaign"
927
+ },
928
+ {
929
+ "type": "TEMPLATE",
930
+ "key": "parameterValue",
931
+ "value": "{{Variable 20}}"
932
+ }
933
+ ]
934
+ },
935
+ {
936
+ "type": "MAP",
937
+ "map": [
938
+ {
939
+ "type": "TEMPLATE",
940
+ "key": "parameter",
941
+ "value": "utm_medium"
942
+ },
943
+ {
944
+ "type": "TEMPLATE",
945
+ "key": "parameterValue",
946
+ "value": "{{Variable 19}}"
947
+ }
948
+ ]
949
+ }
950
+ ]
951
+ },
952
+ {
953
+ "type": "TEMPLATE",
954
+ "key": "eventName",
955
+ "value": "SampleFunnel_SentFirstVerification"
956
+ },
957
+ {
958
+ "type": "TEMPLATE",
959
+ "key": "measurementIdOverride",
960
+ "value": "{{Variable 13}}"
961
+ }
962
+ ],
963
+ "fingerprint": "1700000000019",
964
+ "firingTriggerId": [
965
+ "79"
966
+ ],
967
+ "tagFiringOption": "ONCE_PER_EVENT",
968
+ "monitoringMetadata": {
969
+ "type": "MAP"
970
+ },
971
+ "consentSettings": {
972
+ "consentStatus": "NOT_SET"
973
+ }
974
+ },
975
+ {
976
+ "accountId": "1234567890",
977
+ "containerId": "88888888",
978
+ "tagId": "82",
979
+ "name": "Tag 19",
980
+ "type": "gaawe",
981
+ "parameter": [
982
+ {
983
+ "type": "BOOLEAN",
984
+ "key": "sendEcommerceData",
985
+ "value": "false"
986
+ },
987
+ {
988
+ "type": "LIST",
989
+ "key": "eventSettingsTable",
990
+ "list": [
991
+ {
992
+ "type": "MAP",
993
+ "map": [
994
+ {
995
+ "type": "TEMPLATE",
996
+ "key": "parameter",
997
+ "value": "utm_source"
998
+ },
999
+ {
1000
+ "type": "TEMPLATE",
1001
+ "key": "parameterValue",
1002
+ "value": "{{Variable 18}}"
1003
+ }
1004
+ ]
1005
+ },
1006
+ {
1007
+ "type": "MAP",
1008
+ "map": [
1009
+ {
1010
+ "type": "TEMPLATE",
1011
+ "key": "parameter",
1012
+ "value": "utm_campaign"
1013
+ },
1014
+ {
1015
+ "type": "TEMPLATE",
1016
+ "key": "parameterValue",
1017
+ "value": "{{Variable 20}}"
1018
+ }
1019
+ ]
1020
+ },
1021
+ {
1022
+ "type": "MAP",
1023
+ "map": [
1024
+ {
1025
+ "type": "TEMPLATE",
1026
+ "key": "parameter",
1027
+ "value": "utm_medium"
1028
+ },
1029
+ {
1030
+ "type": "TEMPLATE",
1031
+ "key": "parameterValue",
1032
+ "value": "{{Variable 19}}"
1033
+ }
1034
+ ]
1035
+ }
1036
+ ]
1037
+ },
1038
+ {
1039
+ "type": "TEMPLATE",
1040
+ "key": "eventName",
1041
+ "value": "SampleFunnel_DemoStarted"
1042
+ },
1043
+ {
1044
+ "type": "TEMPLATE",
1045
+ "key": "measurementIdOverride",
1046
+ "value": "{{Variable 13}}"
1047
+ }
1048
+ ],
1049
+ "fingerprint": "1700000000020",
1050
+ "firingTriggerId": [
1051
+ "81"
1052
+ ],
1053
+ "tagFiringOption": "ONCE_PER_EVENT",
1054
+ "monitoringMetadata": {
1055
+ "type": "MAP"
1056
+ },
1057
+ "consentSettings": {
1058
+ "consentStatus": "NOT_SET"
1059
+ }
1060
+ },
1061
+ {
1062
+ "accountId": "1234567890",
1063
+ "containerId": "88888888",
1064
+ "tagId": "84",
1065
+ "name": "Tag 20",
1066
+ "type": "gaawe",
1067
+ "parameter": [
1068
+ {
1069
+ "type": "BOOLEAN",
1070
+ "key": "sendEcommerceData",
1071
+ "value": "false"
1072
+ },
1073
+ {
1074
+ "type": "LIST",
1075
+ "key": "eventSettingsTable",
1076
+ "list": [
1077
+ {
1078
+ "type": "MAP",
1079
+ "map": [
1080
+ {
1081
+ "type": "TEMPLATE",
1082
+ "key": "parameter",
1083
+ "value": "utm_source"
1084
+ },
1085
+ {
1086
+ "type": "TEMPLATE",
1087
+ "key": "parameterValue",
1088
+ "value": "{{Variable 18}}"
1089
+ }
1090
+ ]
1091
+ },
1092
+ {
1093
+ "type": "MAP",
1094
+ "map": [
1095
+ {
1096
+ "type": "TEMPLATE",
1097
+ "key": "parameter",
1098
+ "value": "utm_campaign"
1099
+ },
1100
+ {
1101
+ "type": "TEMPLATE",
1102
+ "key": "parameterValue",
1103
+ "value": "{{Variable 20}}"
1104
+ }
1105
+ ]
1106
+ },
1107
+ {
1108
+ "type": "MAP",
1109
+ "map": [
1110
+ {
1111
+ "type": "TEMPLATE",
1112
+ "key": "parameter",
1113
+ "value": "utm_medium"
1114
+ },
1115
+ {
1116
+ "type": "TEMPLATE",
1117
+ "key": "parameterValue",
1118
+ "value": "{{Variable 19}}"
1119
+ }
1120
+ ]
1121
+ }
1122
+ ]
1123
+ },
1124
+ {
1125
+ "type": "TEMPLATE",
1126
+ "key": "eventName",
1127
+ "value": "SampleFunnel_DemoResultsForUpload"
1128
+ },
1129
+ {
1130
+ "type": "TEMPLATE",
1131
+ "key": "measurementIdOverride",
1132
+ "value": "{{Variable 13}}"
1133
+ }
1134
+ ],
1135
+ "fingerprint": "1700000000021",
1136
+ "firingTriggerId": [
1137
+ "83"
1138
+ ],
1139
+ "tagFiringOption": "ONCE_PER_EVENT",
1140
+ "monitoringMetadata": {
1141
+ "type": "MAP"
1142
+ },
1143
+ "consentSettings": {
1144
+ "consentStatus": "NOT_SET"
1145
+ }
1146
+ },
1147
+ {
1148
+ "accountId": "1234567890",
1149
+ "containerId": "88888888",
1150
+ "tagId": "86",
1151
+ "name": "Tag 21",
1152
+ "type": "gaawe",
1153
+ "parameter": [
1154
+ {
1155
+ "type": "BOOLEAN",
1156
+ "key": "sendEcommerceData",
1157
+ "value": "false"
1158
+ },
1159
+ {
1160
+ "type": "LIST",
1161
+ "key": "eventSettingsTable",
1162
+ "list": [
1163
+ {
1164
+ "type": "MAP",
1165
+ "map": [
1166
+ {
1167
+ "type": "TEMPLATE",
1168
+ "key": "parameter",
1169
+ "value": "utm_source"
1170
+ },
1171
+ {
1172
+ "type": "TEMPLATE",
1173
+ "key": "parameterValue",
1174
+ "value": "{{Variable 18}}"
1175
+ }
1176
+ ]
1177
+ },
1178
+ {
1179
+ "type": "MAP",
1180
+ "map": [
1181
+ {
1182
+ "type": "TEMPLATE",
1183
+ "key": "parameter",
1184
+ "value": "utm_campaign"
1185
+ },
1186
+ {
1187
+ "type": "TEMPLATE",
1188
+ "key": "parameterValue",
1189
+ "value": "{{Variable 20}}"
1190
+ }
1191
+ ]
1192
+ },
1193
+ {
1194
+ "type": "MAP",
1195
+ "map": [
1196
+ {
1197
+ "type": "TEMPLATE",
1198
+ "key": "parameter",
1199
+ "value": "utm_medium"
1200
+ },
1201
+ {
1202
+ "type": "TEMPLATE",
1203
+ "key": "parameterValue",
1204
+ "value": "{{Variable 19}}"
1205
+ }
1206
+ ]
1207
+ }
1208
+ ]
1209
+ },
1210
+ {
1211
+ "type": "TEMPLATE",
1212
+ "key": "eventName",
1213
+ "value": "SampleFunnel_DemoResultsForCamera"
1214
+ },
1215
+ {
1216
+ "type": "TEMPLATE",
1217
+ "key": "measurementIdOverride",
1218
+ "value": "{{Variable 13}}"
1219
+ }
1220
+ ],
1221
+ "fingerprint": "1700000000022",
1222
+ "firingTriggerId": [
1223
+ "85"
1224
+ ],
1225
+ "tagFiringOption": "ONCE_PER_EVENT",
1226
+ "monitoringMetadata": {
1227
+ "type": "MAP"
1228
+ },
1229
+ "consentSettings": {
1230
+ "consentStatus": "NOT_SET"
1231
+ }
1232
+ },
1233
+ {
1234
+ "accountId": "1234567890",
1235
+ "containerId": "88888888",
1236
+ "tagId": "88",
1237
+ "name": "Tag 22",
1238
+ "type": "gaawe",
1239
+ "parameter": [
1240
+ {
1241
+ "type": "BOOLEAN",
1242
+ "key": "sendEcommerceData",
1243
+ "value": "false"
1244
+ },
1245
+ {
1246
+ "type": "LIST",
1247
+ "key": "eventSettingsTable",
1248
+ "list": [
1249
+ {
1250
+ "type": "MAP",
1251
+ "map": [
1252
+ {
1253
+ "type": "TEMPLATE",
1254
+ "key": "parameter",
1255
+ "value": "utm_source"
1256
+ },
1257
+ {
1258
+ "type": "TEMPLATE",
1259
+ "key": "parameterValue",
1260
+ "value": "{{Variable 18}}"
1261
+ }
1262
+ ]
1263
+ },
1264
+ {
1265
+ "type": "MAP",
1266
+ "map": [
1267
+ {
1268
+ "type": "TEMPLATE",
1269
+ "key": "parameter",
1270
+ "value": "utm_campaign"
1271
+ },
1272
+ {
1273
+ "type": "TEMPLATE",
1274
+ "key": "parameterValue",
1275
+ "value": "{{Variable 20}}"
1276
+ }
1277
+ ]
1278
+ },
1279
+ {
1280
+ "type": "MAP",
1281
+ "map": [
1282
+ {
1283
+ "type": "TEMPLATE",
1284
+ "key": "parameter",
1285
+ "value": "utm_medium"
1286
+ },
1287
+ {
1288
+ "type": "TEMPLATE",
1289
+ "key": "parameterValue",
1290
+ "value": "{{Variable 19}}"
1291
+ }
1292
+ ]
1293
+ }
1294
+ ]
1295
+ },
1296
+ {
1297
+ "type": "TEMPLATE",
1298
+ "key": "eventName",
1299
+ "value": "SampleFunnel_DemoResult"
1300
+ },
1301
+ {
1302
+ "type": "TEMPLATE",
1303
+ "key": "measurementIdOverride",
1304
+ "value": "{{Variable 13}}"
1305
+ }
1306
+ ],
1307
+ "fingerprint": "1700000000023",
1308
+ "firingTriggerId": [
1309
+ "85",
1310
+ "83"
1311
+ ],
1312
+ "tagFiringOption": "ONCE_PER_EVENT",
1313
+ "monitoringMetadata": {
1314
+ "type": "MAP"
1315
+ },
1316
+ "consentSettings": {
1317
+ "consentStatus": "NOT_SET"
1318
+ }
1319
+ },
1320
+ {
1321
+ "accountId": "1234567890",
1322
+ "containerId": "88888888",
1323
+ "tagId": "96",
1324
+ "name": "Tag 23",
1325
+ "type": "gaawe",
1326
+ "parameter": [
1327
+ {
1328
+ "type": "BOOLEAN",
1329
+ "key": "sendEcommerceData",
1330
+ "value": "false"
1331
+ },
1332
+ {
1333
+ "type": "LIST",
1334
+ "key": "eventSettingsTable",
1335
+ "list": [
1336
+ {
1337
+ "type": "MAP",
1338
+ "map": [
1339
+ {
1340
+ "type": "TEMPLATE",
1341
+ "key": "parameter",
1342
+ "value": "utm_source"
1343
+ },
1344
+ {
1345
+ "type": "TEMPLATE",
1346
+ "key": "parameterValue",
1347
+ "value": "{{Variable 18}}"
1348
+ }
1349
+ ]
1350
+ },
1351
+ {
1352
+ "type": "MAP",
1353
+ "map": [
1354
+ {
1355
+ "type": "TEMPLATE",
1356
+ "key": "parameter",
1357
+ "value": "utm_medium"
1358
+ },
1359
+ {
1360
+ "type": "TEMPLATE",
1361
+ "key": "parameterValue",
1362
+ "value": "{{Variable 19}}"
1363
+ }
1364
+ ]
1365
+ },
1366
+ {
1367
+ "type": "MAP",
1368
+ "map": [
1369
+ {
1370
+ "type": "TEMPLATE",
1371
+ "key": "parameter",
1372
+ "value": "utm_campaign"
1373
+ },
1374
+ {
1375
+ "type": "TEMPLATE",
1376
+ "key": "parameterValue",
1377
+ "value": "{{Variable 20}}"
1378
+ }
1379
+ ]
1380
+ }
1381
+ ]
1382
+ },
1383
+ {
1384
+ "type": "TEMPLATE",
1385
+ "key": "eventName",
1386
+ "value": "SampleFunnel_PlatformWFromPlugin"
1387
+ },
1388
+ {
1389
+ "type": "TEMPLATE",
1390
+ "key": "measurementIdOverride",
1391
+ "value": "{{Variable 13}}"
1392
+ }
1393
+ ],
1394
+ "fingerprint": "1700000000024",
1395
+ "firingTriggerId": [
1396
+ "91"
1397
+ ],
1398
+ "tagFiringOption": "ONCE_PER_EVENT",
1399
+ "monitoringMetadata": {
1400
+ "type": "MAP"
1401
+ },
1402
+ "consentSettings": {
1403
+ "consentStatus": "NOT_SET"
1404
+ }
1405
+ },
1406
+ {
1407
+ "accountId": "1234567890",
1408
+ "containerId": "88888888",
1409
+ "tagId": "97",
1410
+ "name": "Tag 24",
1411
+ "type": "gaawe",
1412
+ "parameter": [
1413
+ {
1414
+ "type": "BOOLEAN",
1415
+ "key": "sendEcommerceData",
1416
+ "value": "false"
1417
+ },
1418
+ {
1419
+ "type": "LIST",
1420
+ "key": "eventSettingsTable",
1421
+ "list": [
1422
+ {
1423
+ "type": "MAP",
1424
+ "map": [
1425
+ {
1426
+ "type": "TEMPLATE",
1427
+ "key": "parameter",
1428
+ "value": "utm_source"
1429
+ },
1430
+ {
1431
+ "type": "TEMPLATE",
1432
+ "key": "parameterValue",
1433
+ "value": "{{Variable 18}}"
1434
+ }
1435
+ ]
1436
+ },
1437
+ {
1438
+ "type": "MAP",
1439
+ "map": [
1440
+ {
1441
+ "type": "TEMPLATE",
1442
+ "key": "parameter",
1443
+ "value": "utm_medium"
1444
+ },
1445
+ {
1446
+ "type": "TEMPLATE",
1447
+ "key": "parameterValue",
1448
+ "value": "{{Variable 19}}"
1449
+ }
1450
+ ]
1451
+ },
1452
+ {
1453
+ "type": "MAP",
1454
+ "map": [
1455
+ {
1456
+ "type": "TEMPLATE",
1457
+ "key": "parameter",
1458
+ "value": "utm_campaign"
1459
+ },
1460
+ {
1461
+ "type": "TEMPLATE",
1462
+ "key": "parameterValue",
1463
+ "value": "{{Variable 20}}"
1464
+ }
1465
+ ]
1466
+ }
1467
+ ]
1468
+ },
1469
+ {
1470
+ "type": "TEMPLATE",
1471
+ "key": "eventName",
1472
+ "value": "SampleFunnel_PlatformWDetected"
1473
+ },
1474
+ {
1475
+ "type": "TEMPLATE",
1476
+ "key": "measurementIdOverride",
1477
+ "value": "{{Variable 13}}"
1478
+ }
1479
+ ],
1480
+ "fingerprint": "1700000000025",
1481
+ "firingTriggerId": [
1482
+ "92"
1483
+ ],
1484
+ "tagFiringOption": "ONCE_PER_EVENT",
1485
+ "monitoringMetadata": {
1486
+ "type": "MAP"
1487
+ },
1488
+ "consentSettings": {
1489
+ "consentStatus": "NOT_SET"
1490
+ }
1491
+ },
1492
+ {
1493
+ "accountId": "1234567890",
1494
+ "containerId": "88888888",
1495
+ "tagId": "98",
1496
+ "name": "Tag 25",
1497
+ "type": "gaawe",
1498
+ "parameter": [
1499
+ {
1500
+ "type": "BOOLEAN",
1501
+ "key": "sendEcommerceData",
1502
+ "value": "false"
1503
+ },
1504
+ {
1505
+ "type": "LIST",
1506
+ "key": "eventSettingsTable",
1507
+ "list": [
1508
+ {
1509
+ "type": "MAP",
1510
+ "map": [
1511
+ {
1512
+ "type": "TEMPLATE",
1513
+ "key": "parameter",
1514
+ "value": "utm_source"
1515
+ },
1516
+ {
1517
+ "type": "TEMPLATE",
1518
+ "key": "parameterValue",
1519
+ "value": "{{Variable 18}}"
1520
+ }
1521
+ ]
1522
+ },
1523
+ {
1524
+ "type": "MAP",
1525
+ "map": [
1526
+ {
1527
+ "type": "TEMPLATE",
1528
+ "key": "parameter",
1529
+ "value": "utm_medium"
1530
+ },
1531
+ {
1532
+ "type": "TEMPLATE",
1533
+ "key": "parameterValue",
1534
+ "value": "{{Variable 19}}"
1535
+ }
1536
+ ]
1537
+ },
1538
+ {
1539
+ "type": "MAP",
1540
+ "map": [
1541
+ {
1542
+ "type": "TEMPLATE",
1543
+ "key": "parameter",
1544
+ "value": "utm_campaign"
1545
+ },
1546
+ {
1547
+ "type": "TEMPLATE",
1548
+ "key": "parameterValue",
1549
+ "value": "{{Variable 20}}"
1550
+ }
1551
+ ]
1552
+ }
1553
+ ]
1554
+ },
1555
+ {
1556
+ "type": "TEMPLATE",
1557
+ "key": "eventName",
1558
+ "value": "SampleFunnel_PlatformSDetected"
1559
+ },
1560
+ {
1561
+ "type": "TEMPLATE",
1562
+ "key": "measurementIdOverride",
1563
+ "value": "{{Variable 13}}"
1564
+ }
1565
+ ],
1566
+ "fingerprint": "1700000000026",
1567
+ "firingTriggerId": [
1568
+ "93"
1569
+ ],
1570
+ "tagFiringOption": "ONCE_PER_EVENT",
1571
+ "monitoringMetadata": {
1572
+ "type": "MAP"
1573
+ },
1574
+ "consentSettings": {
1575
+ "consentStatus": "NOT_SET"
1576
+ }
1577
+ },
1578
+ {
1579
+ "accountId": "1234567890",
1580
+ "containerId": "88888888",
1581
+ "tagId": "99",
1582
+ "name": "Tag 26",
1583
+ "type": "gaawe",
1584
+ "parameter": [
1585
+ {
1586
+ "type": "BOOLEAN",
1587
+ "key": "sendEcommerceData",
1588
+ "value": "false"
1589
+ },
1590
+ {
1591
+ "type": "LIST",
1592
+ "key": "eventSettingsTable",
1593
+ "list": [
1594
+ {
1595
+ "type": "MAP",
1596
+ "map": [
1597
+ {
1598
+ "type": "TEMPLATE",
1599
+ "key": "parameter",
1600
+ "value": "utm_source"
1601
+ },
1602
+ {
1603
+ "type": "TEMPLATE",
1604
+ "key": "parameterValue",
1605
+ "value": "{{Variable 18}}"
1606
+ }
1607
+ ]
1608
+ },
1609
+ {
1610
+ "type": "MAP",
1611
+ "map": [
1612
+ {
1613
+ "type": "TEMPLATE",
1614
+ "key": "parameter",
1615
+ "value": "utm_campaign"
1616
+ },
1617
+ {
1618
+ "type": "TEMPLATE",
1619
+ "key": "parameterValue",
1620
+ "value": "{{Variable 20}}"
1621
+ }
1622
+ ]
1623
+ },
1624
+ {
1625
+ "type": "MAP",
1626
+ "map": [
1627
+ {
1628
+ "type": "TEMPLATE",
1629
+ "key": "parameter",
1630
+ "value": "utm_medium"
1631
+ },
1632
+ {
1633
+ "type": "TEMPLATE",
1634
+ "key": "parameterValue",
1635
+ "value": "{{Variable 19}}"
1636
+ }
1637
+ ]
1638
+ }
1639
+ ]
1640
+ },
1641
+ {
1642
+ "type": "TEMPLATE",
1643
+ "key": "eventName",
1644
+ "value": "SampleFunnel_PlatformBDetected"
1645
+ },
1646
+ {
1647
+ "type": "TEMPLATE",
1648
+ "key": "measurementIdOverride",
1649
+ "value": "{{Variable 13}}"
1650
+ }
1651
+ ],
1652
+ "fingerprint": "1700000000027",
1653
+ "firingTriggerId": [
1654
+ "94"
1655
+ ],
1656
+ "tagFiringOption": "ONCE_PER_EVENT",
1657
+ "monitoringMetadata": {
1658
+ "type": "MAP"
1659
+ },
1660
+ "consentSettings": {
1661
+ "consentStatus": "NOT_SET"
1662
+ }
1663
+ },
1664
+ {
1665
+ "accountId": "1234567890",
1666
+ "containerId": "88888888",
1667
+ "tagId": "100",
1668
+ "name": "Tag 27",
1669
+ "type": "gaawe",
1670
+ "parameter": [
1671
+ {
1672
+ "type": "BOOLEAN",
1673
+ "key": "sendEcommerceData",
1674
+ "value": "false"
1675
+ },
1676
+ {
1677
+ "type": "LIST",
1678
+ "key": "eventSettingsTable",
1679
+ "list": [
1680
+ {
1681
+ "type": "MAP",
1682
+ "map": [
1683
+ {
1684
+ "type": "TEMPLATE",
1685
+ "key": "parameter",
1686
+ "value": "utm_source"
1687
+ },
1688
+ {
1689
+ "type": "TEMPLATE",
1690
+ "key": "parameterValue",
1691
+ "value": "{{Variable 18}}"
1692
+ }
1693
+ ]
1694
+ },
1695
+ {
1696
+ "type": "MAP",
1697
+ "map": [
1698
+ {
1699
+ "type": "TEMPLATE",
1700
+ "key": "parameter",
1701
+ "value": "utm_medium"
1702
+ },
1703
+ {
1704
+ "type": "TEMPLATE",
1705
+ "key": "parameterValue",
1706
+ "value": "{{Variable 19}}"
1707
+ }
1708
+ ]
1709
+ },
1710
+ {
1711
+ "type": "MAP",
1712
+ "map": [
1713
+ {
1714
+ "type": "TEMPLATE",
1715
+ "key": "parameter",
1716
+ "value": "utm_campaign"
1717
+ },
1718
+ {
1719
+ "type": "TEMPLATE",
1720
+ "key": "parameterValue",
1721
+ "value": "{{Variable 20}}"
1722
+ }
1723
+ ]
1724
+ }
1725
+ ]
1726
+ },
1727
+ {
1728
+ "type": "TEMPLATE",
1729
+ "key": "eventName",
1730
+ "value": "SampleFunnel_PlatformMDetected"
1731
+ },
1732
+ {
1733
+ "type": "TEMPLATE",
1734
+ "key": "measurementIdOverride",
1735
+ "value": "{{Variable 13}}"
1736
+ }
1737
+ ],
1738
+ "fingerprint": "1700000000028",
1739
+ "firingTriggerId": [
1740
+ "95"
1741
+ ],
1742
+ "tagFiringOption": "ONCE_PER_EVENT",
1743
+ "monitoringMetadata": {
1744
+ "type": "MAP"
1745
+ },
1746
+ "consentSettings": {
1747
+ "consentStatus": "NOT_SET"
1748
+ }
1749
+ }
1750
+ ],
1751
+ "trigger": [
1752
+ {
1753
+ "accountId": "1234567890",
1754
+ "containerId": "88888888",
1755
+ "triggerId": "5",
1756
+ "name": "Trigger 1",
1757
+ "type": "PAGEVIEW",
1758
+ "filter": [
1759
+ {
1760
+ "type": "CONTAINS",
1761
+ "parameter": [
1762
+ {
1763
+ "type": "TEMPLATE",
1764
+ "key": "arg0",
1765
+ "value": "{{Variable 6}}"
1766
+ },
1767
+ {
1768
+ "type": "TEMPLATE",
1769
+ "key": "arg1",
1770
+ "value": "sourcetwo"
1771
+ }
1772
+ ]
1773
+ }
1774
+ ],
1775
+ "fingerprint": "1700000000029"
1776
+ },
1777
+ {
1778
+ "accountId": "1234567890",
1779
+ "containerId": "88888888",
1780
+ "triggerId": "9",
1781
+ "name": "Trigger 2",
1782
+ "type": "PAGEVIEW",
1783
+ "filter": [
1784
+ {
1785
+ "type": "EQUALS",
1786
+ "parameter": [
1787
+ {
1788
+ "type": "TEMPLATE",
1789
+ "key": "arg0",
1790
+ "value": "{{Page Hostname}}"
1791
+ },
1792
+ {
1793
+ "type": "TEMPLATE",
1794
+ "key": "arg1",
1795
+ "value": "my.example.com"
1796
+ }
1797
+ ]
1798
+ }
1799
+ ],
1800
+ "fingerprint": "1700000000030"
1801
+ },
1802
+ {
1803
+ "accountId": "1234567890",
1804
+ "containerId": "88888888",
1805
+ "triggerId": "10",
1806
+ "name": "Trigger 3",
1807
+ "type": "PAGEVIEW",
1808
+ "filter": [
1809
+ {
1810
+ "type": "EQUALS",
1811
+ "parameter": [
1812
+ {
1813
+ "type": "TEMPLATE",
1814
+ "key": "arg0",
1815
+ "value": "{{Page Hostname}}"
1816
+ },
1817
+ {
1818
+ "type": "TEMPLATE",
1819
+ "key": "arg1",
1820
+ "value": "test.example.com"
1821
+ }
1822
+ ]
1823
+ }
1824
+ ],
1825
+ "fingerprint": "1700000000031"
1826
+ },
1827
+ {
1828
+ "accountId": "1234567890",
1829
+ "containerId": "88888888",
1830
+ "triggerId": "11",
1831
+ "name": "Trigger 4",
1832
+ "type": "PAGEVIEW",
1833
+ "filter": [
1834
+ {
1835
+ "type": "EQUALS",
1836
+ "parameter": [
1837
+ {
1838
+ "type": "TEMPLATE",
1839
+ "key": "arg0",
1840
+ "value": "{{Page Hostname}}"
1841
+ },
1842
+ {
1843
+ "type": "TEMPLATE",
1844
+ "key": "arg1",
1845
+ "value": "sandbox.example.com"
1846
+ }
1847
+ ]
1848
+ }
1849
+ ],
1850
+ "fingerprint": "1700000000032"
1851
+ },
1852
+ {
1853
+ "accountId": "1234567890",
1854
+ "containerId": "88888888",
1855
+ "triggerId": "14",
1856
+ "name": "Trigger 5",
1857
+ "type": "PAGEVIEW",
1858
+ "filter": [
1859
+ {
1860
+ "type": "EQUALS",
1861
+ "parameter": [
1862
+ {
1863
+ "type": "TEMPLATE",
1864
+ "key": "arg0",
1865
+ "value": "{{Page Hostname}}"
1866
+ },
1867
+ {
1868
+ "type": "TEMPLATE",
1869
+ "key": "arg1",
1870
+ "value": "my.example.com"
1871
+ }
1872
+ ]
1873
+ },
1874
+ {
1875
+ "type": "CONTAINS",
1876
+ "parameter": [
1877
+ {
1878
+ "type": "TEMPLATE",
1879
+ "key": "arg0",
1880
+ "value": "{{Page Path}}"
1881
+ },
1882
+ {
1883
+ "type": "TEMPLATE",
1884
+ "key": "arg1",
1885
+ "value": "/termsOfServiceSampleCRMForm"
1886
+ }
1887
+ ]
1888
+ }
1889
+ ],
1890
+ "fingerprint": "1700000000033"
1891
+ },
1892
+ {
1893
+ "accountId": "1234567890",
1894
+ "containerId": "88888888",
1895
+ "triggerId": "17",
1896
+ "name": "Trigger 6",
1897
+ "type": "CUSTOM_EVENT",
1898
+ "customEventFilter": [
1899
+ {
1900
+ "type": "MATCH_REGEX",
1901
+ "parameter": [
1902
+ {
1903
+ "type": "TEMPLATE",
1904
+ "key": "arg0",
1905
+ "value": "{{_event}}"
1906
+ },
1907
+ {
1908
+ "type": "TEMPLATE",
1909
+ "key": "arg1",
1910
+ "value": "dashboardSignIn\\.sourceone.*"
1911
+ }
1912
+ ]
1913
+ }
1914
+ ],
1915
+ "filter": [
1916
+ {
1917
+ "type": "CONTAINS",
1918
+ "parameter": [
1919
+ {
1920
+ "type": "TEMPLATE",
1921
+ "key": "arg0",
1922
+ "value": "{{Variable 6}}"
1923
+ },
1924
+ {
1925
+ "type": "TEMPLATE",
1926
+ "key": "arg1",
1927
+ "value": "sourceone"
1928
+ }
1929
+ ]
1930
+ }
1931
+ ],
1932
+ "fingerprint": "1700000000034"
1933
+ },
1934
+ {
1935
+ "accountId": "1234567890",
1936
+ "containerId": "88888888",
1937
+ "triggerId": "19",
1938
+ "name": "Trigger 7",
1939
+ "type": "CUSTOM_EVENT",
1940
+ "customEventFilter": [
1941
+ {
1942
+ "type": "EQUALS",
1943
+ "parameter": [
1944
+ {
1945
+ "type": "TEMPLATE",
1946
+ "key": "arg0",
1947
+ "value": "{{_event}}"
1948
+ },
1949
+ {
1950
+ "type": "TEMPLATE",
1951
+ "key": "arg1",
1952
+ "value": "registrationComplete"
1953
+ }
1954
+ ]
1955
+ }
1956
+ ],
1957
+ "fingerprint": "1700000000035"
1958
+ },
1959
+ {
1960
+ "accountId": "1234567890",
1961
+ "containerId": "88888888",
1962
+ "triggerId": "30",
1963
+ "name": "Trigger 8",
1964
+ "type": "PAGEVIEW",
1965
+ "filter": [
1966
+ {
1967
+ "type": "CONTAINS",
1968
+ "parameter": [
1969
+ {
1970
+ "type": "TEMPLATE",
1971
+ "key": "arg0",
1972
+ "value": "{{Variable 6}}"
1973
+ },
1974
+ {
1975
+ "type": "TEMPLATE",
1976
+ "key": "arg1",
1977
+ "value": "sourcetwo"
1978
+ },
1979
+ {
1980
+ "type": "BOOLEAN",
1981
+ "key": "negate",
1982
+ "value": "true"
1983
+ }
1984
+ ]
1985
+ }
1986
+ ],
1987
+ "fingerprint": "1700000000036"
1988
+ },
1989
+ {
1990
+ "accountId": "1234567890",
1991
+ "containerId": "88888888",
1992
+ "triggerId": "32",
1993
+ "name": "Trigger 9",
1994
+ "type": "CUSTOM_EVENT",
1995
+ "customEventFilter": [
1996
+ {
1997
+ "type": "MATCH_REGEX",
1998
+ "parameter": [
1999
+ {
2000
+ "type": "TEMPLATE",
2001
+ "key": "arg0",
2002
+ "value": "{{_event}}"
2003
+ },
2004
+ {
2005
+ "type": "TEMPLATE",
2006
+ "key": "arg1",
2007
+ "value": "dashboardSignIn\\.sourceone.*"
2008
+ }
2009
+ ]
2010
+ }
2011
+ ],
2012
+ "filter": [
2013
+ {
2014
+ "type": "CONTAINS",
2015
+ "parameter": [
2016
+ {
2017
+ "type": "TEMPLATE",
2018
+ "key": "arg0",
2019
+ "value": "{{Variable 6}}"
2020
+ },
2021
+ {
2022
+ "type": "TEMPLATE",
2023
+ "key": "arg1",
2024
+ "value": "sourceone"
2025
+ },
2026
+ {
2027
+ "type": "BOOLEAN",
2028
+ "key": "negate",
2029
+ "value": "true"
2030
+ }
2031
+ ]
2032
+ }
2033
+ ],
2034
+ "fingerprint": "1700000000037"
2035
+ },
2036
+ {
2037
+ "accountId": "1234567890",
2038
+ "containerId": "88888888",
2039
+ "triggerId": "39",
2040
+ "name": "Trigger 10",
2041
+ "type": "CUSTOM_EVENT",
2042
+ "customEventFilter": [
2043
+ {
2044
+ "type": "MATCH_REGEX",
2045
+ "parameter": [
2046
+ {
2047
+ "type": "TEMPLATE",
2048
+ "key": "arg0",
2049
+ "value": "{{_event}}"
2050
+ },
2051
+ {
2052
+ "type": "TEMPLATE",
2053
+ "key": "arg1",
2054
+ "value": ".*"
2055
+ }
2056
+ ]
2057
+ }
2058
+ ],
2059
+ "filter": [
2060
+ {
2061
+ "type": "LESS",
2062
+ "parameter": [
2063
+ {
2064
+ "type": "TEMPLATE",
2065
+ "key": "arg0",
2066
+ "value": "{{Variable 11}}"
2067
+ },
2068
+ {
2069
+ "type": "TEMPLATE",
2070
+ "key": "arg1",
2071
+ "value": "0"
2072
+ }
2073
+ ]
2074
+ }
2075
+ ],
2076
+ "fingerprint": "1700000000038",
2077
+ "parentFolderId": "37"
2078
+ },
2079
+ {
2080
+ "accountId": "1234567890",
2081
+ "containerId": "88888888",
2082
+ "triggerId": "40",
2083
+ "name": "Trigger 11",
2084
+ "type": "WINDOW_LOADED",
2085
+ "fingerprint": "1700000000039",
2086
+ "parentFolderId": "37"
2087
+ },
2088
+ {
2089
+ "accountId": "1234567890",
2090
+ "containerId": "88888888",
2091
+ "triggerId": "42",
2092
+ "name": "Trigger 12",
2093
+ "type": "PAGEVIEW",
2094
+ "filter": [
2095
+ {
2096
+ "type": "STARTS_WITH",
2097
+ "parameter": [
2098
+ {
2099
+ "type": "TEMPLATE",
2100
+ "key": "arg0",
2101
+ "value": "{{Page Path}}"
2102
+ },
2103
+ {
2104
+ "type": "TEMPLATE",
2105
+ "key": "arg1",
2106
+ "value": "/embed/"
2107
+ }
2108
+ ]
2109
+ }
2110
+ ],
2111
+ "fingerprint": "1700000000040"
2112
+ },
2113
+ {
2114
+ "accountId": "1234567890",
2115
+ "containerId": "88888888",
2116
+ "triggerId": "45",
2117
+ "name": "Trigger 13",
2118
+ "type": "HISTORY_CHANGE",
2119
+ "fingerprint": "1700000000041"
2120
+ },
2121
+ {
2122
+ "accountId": "1234567890",
2123
+ "containerId": "88888888",
2124
+ "triggerId": "58",
2125
+ "name": "Trigger 14",
2126
+ "type": "CUSTOM_EVENT",
2127
+ "customEventFilter": [
2128
+ {
2129
+ "type": "EQUALS",
2130
+ "parameter": [
2131
+ {
2132
+ "type": "TEMPLATE",
2133
+ "key": "arg0",
2134
+ "value": "{{_event}}"
2135
+ },
2136
+ {
2137
+ "type": "TEMPLATE",
2138
+ "key": "arg1",
2139
+ "value": "SampleFunnel_AccountCreated"
2140
+ }
2141
+ ]
2142
+ }
2143
+ ],
2144
+ "fingerprint": "1700000000042"
2145
+ },
2146
+ {
2147
+ "accountId": "1234567890",
2148
+ "containerId": "88888888",
2149
+ "triggerId": "62",
2150
+ "name": "Trigger 15",
2151
+ "type": "CUSTOM_EVENT",
2152
+ "customEventFilter": [
2153
+ {
2154
+ "type": "EQUALS",
2155
+ "parameter": [
2156
+ {
2157
+ "type": "TEMPLATE",
2158
+ "key": "arg0",
2159
+ "value": "{{_event}}"
2160
+ },
2161
+ {
2162
+ "type": "TEMPLATE",
2163
+ "key": "arg1",
2164
+ "value": "SampleFunnel_FormOfPaymentAdded"
2165
+ }
2166
+ ]
2167
+ }
2168
+ ],
2169
+ "fingerprint": "1700000000043"
2170
+ },
2171
+ {
2172
+ "accountId": "1234567890",
2173
+ "containerId": "88888888",
2174
+ "triggerId": "67",
2175
+ "name": "Trigger 16",
2176
+ "type": "PAGEVIEW",
2177
+ "filter": [
2178
+ {
2179
+ "type": "CONTAINS",
2180
+ "parameter": [
2181
+ {
2182
+ "type": "TEMPLATE",
2183
+ "key": "arg0",
2184
+ "value": "{{Page URL}}"
2185
+ },
2186
+ {
2187
+ "type": "TEMPLATE",
2188
+ "key": "arg1",
2189
+ "value": "\\/p\\/[a-zA-Z0-9_-]*"
2190
+ }
2191
+ ]
2192
+ }
2193
+ ],
2194
+ "fingerprint": "1700000000044"
2195
+ },
2196
+ {
2197
+ "accountId": "1234567890",
2198
+ "containerId": "88888888",
2199
+ "triggerId": "71",
2200
+ "name": "Trigger 17",
2201
+ "type": "CLICK",
2202
+ "filter": [
2203
+ {
2204
+ "type": "CONTAINS",
2205
+ "parameter": [
2206
+ {
2207
+ "type": "TEMPLATE",
2208
+ "key": "arg0",
2209
+ "value": "{{Page Path}}"
2210
+ },
2211
+ {
2212
+ "type": "TEMPLATE",
2213
+ "key": "arg1",
2214
+ "value": "/hq"
2215
+ }
2216
+ ]
2217
+ },
2218
+ {
2219
+ "type": "CONTAINS",
2220
+ "parameter": [
2221
+ {
2222
+ "type": "TEMPLATE",
2223
+ "key": "arg0",
2224
+ "value": "{{Page Hostname}}"
2225
+ },
2226
+ {
2227
+ "type": "TEMPLATE",
2228
+ "key": "arg1",
2229
+ "value": "example.com"
2230
+ }
2231
+ ]
2232
+ },
2233
+ {
2234
+ "type": "CONTAINS",
2235
+ "parameter": [
2236
+ {
2237
+ "type": "TEMPLATE",
2238
+ "key": "arg0",
2239
+ "value": "{{Variable 16}}"
2240
+ },
2241
+ {
2242
+ "type": "TEMPLATE",
2243
+ "key": "arg1",
2244
+ "value": "no-event-name-assigned"
2245
+ },
2246
+ {
2247
+ "type": "BOOLEAN",
2248
+ "key": "negate",
2249
+ "value": "true"
2250
+ }
2251
+ ]
2252
+ }
2253
+ ],
2254
+ "fingerprint": "1700000000045"
2255
+ },
2256
+ {
2257
+ "accountId": "1234567890",
2258
+ "containerId": "88888888",
2259
+ "triggerId": "75",
2260
+ "name": "Trigger 18",
2261
+ "type": "PAGEVIEW",
2262
+ "filter": [
2263
+ {
2264
+ "type": "MATCH_REGEX",
2265
+ "parameter": [
2266
+ {
2267
+ "type": "TEMPLATE",
2268
+ "key": "arg0",
2269
+ "value": "{{Page URL}}"
2270
+ },
2271
+ {
2272
+ "type": "TEMPLATE",
2273
+ "key": "arg1",
2274
+ "value": "\\/(embed|support)\\/"
2275
+ }
2276
+ ]
2277
+ }
2278
+ ],
2279
+ "fingerprint": "1700000000046"
2280
+ },
2281
+ {
2282
+ "accountId": "1234567890",
2283
+ "containerId": "88888888",
2284
+ "triggerId": "77",
2285
+ "name": "Trigger 19",
2286
+ "type": "CLICK",
2287
+ "filter": [
2288
+ {
2289
+ "type": "CONTAINS",
2290
+ "parameter": [
2291
+ {
2292
+ "type": "TEMPLATE",
2293
+ "key": "arg0",
2294
+ "value": "{{Page Path}}"
2295
+ },
2296
+ {
2297
+ "type": "TEMPLATE",
2298
+ "key": "arg1",
2299
+ "value": "/continue"
2300
+ }
2301
+ ]
2302
+ },
2303
+ {
2304
+ "type": "CONTAINS",
2305
+ "parameter": [
2306
+ {
2307
+ "type": "TEMPLATE",
2308
+ "key": "arg0",
2309
+ "value": "{{Page Hostname}}"
2310
+ },
2311
+ {
2312
+ "type": "TEMPLATE",
2313
+ "key": "arg1",
2314
+ "value": "example.com"
2315
+ }
2316
+ ]
2317
+ },
2318
+ {
2319
+ "type": "CONTAINS",
2320
+ "parameter": [
2321
+ {
2322
+ "type": "TEMPLATE",
2323
+ "key": "arg0",
2324
+ "value": "{{Variable 17}}"
2325
+ },
2326
+ {
2327
+ "type": "TEMPLATE",
2328
+ "key": "arg1",
2329
+ "value": "no-event-name-assigned"
2330
+ },
2331
+ {
2332
+ "type": "BOOLEAN",
2333
+ "key": "negate",
2334
+ "value": "true"
2335
+ }
2336
+ ]
2337
+ }
2338
+ ],
2339
+ "fingerprint": "1700000000047"
2340
+ },
2341
+ {
2342
+ "accountId": "1234567890",
2343
+ "containerId": "88888888",
2344
+ "triggerId": "79",
2345
+ "name": "Trigger 20",
2346
+ "type": "CUSTOM_EVENT",
2347
+ "customEventFilter": [
2348
+ {
2349
+ "type": "EQUALS",
2350
+ "parameter": [
2351
+ {
2352
+ "type": "TEMPLATE",
2353
+ "key": "arg0",
2354
+ "value": "{{_event}}"
2355
+ },
2356
+ {
2357
+ "type": "TEMPLATE",
2358
+ "key": "arg1",
2359
+ "value": "SampleFunnel_SentFirstVerification"
2360
+ }
2361
+ ]
2362
+ }
2363
+ ],
2364
+ "fingerprint": "1700000000048"
2365
+ },
2366
+ {
2367
+ "accountId": "1234567890",
2368
+ "containerId": "88888888",
2369
+ "triggerId": "81",
2370
+ "name": "Trigger 21",
2371
+ "type": "CUSTOM_EVENT",
2372
+ "customEventFilter": [
2373
+ {
2374
+ "type": "EQUALS",
2375
+ "parameter": [
2376
+ {
2377
+ "type": "TEMPLATE",
2378
+ "key": "arg0",
2379
+ "value": "{{_event}}"
2380
+ },
2381
+ {
2382
+ "type": "TEMPLATE",
2383
+ "key": "arg1",
2384
+ "value": "SampleFunnel_DemoStarted"
2385
+ }
2386
+ ]
2387
+ }
2388
+ ],
2389
+ "fingerprint": "1700000000049"
2390
+ },
2391
+ {
2392
+ "accountId": "1234567890",
2393
+ "containerId": "88888888",
2394
+ "triggerId": "83",
2395
+ "name": "Trigger 22",
2396
+ "type": "CUSTOM_EVENT",
2397
+ "customEventFilter": [
2398
+ {
2399
+ "type": "EQUALS",
2400
+ "parameter": [
2401
+ {
2402
+ "type": "TEMPLATE",
2403
+ "key": "arg0",
2404
+ "value": "{{_event}}"
2405
+ },
2406
+ {
2407
+ "type": "TEMPLATE",
2408
+ "key": "arg1",
2409
+ "value": "SampleFunnel_DemoResultsForUpload"
2410
+ }
2411
+ ]
2412
+ }
2413
+ ],
2414
+ "fingerprint": "1700000000050"
2415
+ },
2416
+ {
2417
+ "accountId": "1234567890",
2418
+ "containerId": "88888888",
2419
+ "triggerId": "85",
2420
+ "name": "Trigger 23",
2421
+ "type": "CUSTOM_EVENT",
2422
+ "customEventFilter": [
2423
+ {
2424
+ "type": "EQUALS",
2425
+ "parameter": [
2426
+ {
2427
+ "type": "TEMPLATE",
2428
+ "key": "arg0",
2429
+ "value": "{{_event}}"
2430
+ },
2431
+ {
2432
+ "type": "TEMPLATE",
2433
+ "key": "arg1",
2434
+ "value": "SampleFunnel_DemoResultsForCamera"
2435
+ }
2436
+ ]
2437
+ }
2438
+ ],
2439
+ "fingerprint": "1700000000051"
2440
+ },
2441
+ {
2442
+ "accountId": "1234567890",
2443
+ "containerId": "88888888",
2444
+ "triggerId": "89",
2445
+ "name": "Trigger 24",
2446
+ "type": "CUSTOM_EVENT",
2447
+ "customEventFilter": [
2448
+ {
2449
+ "type": "EQUALS",
2450
+ "parameter": [
2451
+ {
2452
+ "type": "TEMPLATE",
2453
+ "key": "arg0",
2454
+ "value": "{{_event}}"
2455
+ },
2456
+ {
2457
+ "type": "TEMPLATE",
2458
+ "key": "arg1",
2459
+ "value": "captureUtm"
2460
+ }
2461
+ ]
2462
+ }
2463
+ ],
2464
+ "fingerprint": "1700000000052"
2465
+ },
2466
+ {
2467
+ "accountId": "1234567890",
2468
+ "containerId": "88888888",
2469
+ "triggerId": "91",
2470
+ "name": "Trigger 25",
2471
+ "type": "CUSTOM_EVENT",
2472
+ "customEventFilter": [
2473
+ {
2474
+ "type": "EQUALS",
2475
+ "parameter": [
2476
+ {
2477
+ "type": "TEMPLATE",
2478
+ "key": "arg0",
2479
+ "value": "{{_event}}"
2480
+ },
2481
+ {
2482
+ "type": "TEMPLATE",
2483
+ "key": "arg1",
2484
+ "value": "SampleFunnel_PlatformWFromPlugin"
2485
+ }
2486
+ ]
2487
+ }
2488
+ ],
2489
+ "fingerprint": "1700000000053"
2490
+ },
2491
+ {
2492
+ "accountId": "1234567890",
2493
+ "containerId": "88888888",
2494
+ "triggerId": "92",
2495
+ "name": "Trigger 26",
2496
+ "type": "CUSTOM_EVENT",
2497
+ "customEventFilter": [
2498
+ {
2499
+ "type": "MATCH_REGEX",
2500
+ "parameter": [
2501
+ {
2502
+ "type": "TEMPLATE",
2503
+ "key": "arg0",
2504
+ "value": "{{_event}}"
2505
+ },
2506
+ {
2507
+ "type": "TEMPLATE",
2508
+ "key": "arg1",
2509
+ "value": "PlatformWDetected"
2510
+ }
2511
+ ]
2512
+ }
2513
+ ],
2514
+ "fingerprint": "1700000000054"
2515
+ },
2516
+ {
2517
+ "accountId": "1234567890",
2518
+ "containerId": "88888888",
2519
+ "triggerId": "93",
2520
+ "name": "Trigger 27",
2521
+ "type": "CUSTOM_EVENT",
2522
+ "customEventFilter": [
2523
+ {
2524
+ "type": "MATCH_REGEX",
2525
+ "parameter": [
2526
+ {
2527
+ "type": "TEMPLATE",
2528
+ "key": "arg0",
2529
+ "value": "{{_event}}"
2530
+ },
2531
+ {
2532
+ "type": "TEMPLATE",
2533
+ "key": "arg1",
2534
+ "value": "PlatformSDetected"
2535
+ }
2536
+ ]
2537
+ }
2538
+ ],
2539
+ "fingerprint": "1700000000055"
2540
+ },
2541
+ {
2542
+ "accountId": "1234567890",
2543
+ "containerId": "88888888",
2544
+ "triggerId": "94",
2545
+ "name": "Trigger 28",
2546
+ "type": "CUSTOM_EVENT",
2547
+ "customEventFilter": [
2548
+ {
2549
+ "type": "MATCH_REGEX",
2550
+ "parameter": [
2551
+ {
2552
+ "type": "TEMPLATE",
2553
+ "key": "arg0",
2554
+ "value": "{{_event}}"
2555
+ },
2556
+ {
2557
+ "type": "TEMPLATE",
2558
+ "key": "arg1",
2559
+ "value": "PlatformBDetected"
2560
+ }
2561
+ ]
2562
+ }
2563
+ ],
2564
+ "fingerprint": "1700000000056"
2565
+ },
2566
+ {
2567
+ "accountId": "1234567890",
2568
+ "containerId": "88888888",
2569
+ "triggerId": "95",
2570
+ "name": "Trigger 29",
2571
+ "type": "CUSTOM_EVENT",
2572
+ "customEventFilter": [
2573
+ {
2574
+ "type": "MATCH_REGEX",
2575
+ "parameter": [
2576
+ {
2577
+ "type": "TEMPLATE",
2578
+ "key": "arg0",
2579
+ "value": "{{_event}}"
2580
+ },
2581
+ {
2582
+ "type": "TEMPLATE",
2583
+ "key": "arg1",
2584
+ "value": "PlatformMDetected"
2585
+ }
2586
+ ]
2587
+ }
2588
+ ],
2589
+ "fingerprint": "1700000000057"
2590
+ },
2591
+ {
2592
+ "accountId": "1234567890",
2593
+ "containerId": "88888888",
2594
+ "triggerId": "103",
2595
+ "name": "Trigger 30",
2596
+ "type": "PAGEVIEW",
2597
+ "filter": [
2598
+ {
2599
+ "type": "EQUALS",
2600
+ "parameter": [
2601
+ {
2602
+ "type": "TEMPLATE",
2603
+ "key": "arg0",
2604
+ "value": "{{Page Hostname}}"
2605
+ },
2606
+ {
2607
+ "type": "TEMPLATE",
2608
+ "key": "arg1",
2609
+ "value": "example.com"
2610
+ }
2611
+ ]
2612
+ }
2613
+ ],
2614
+ "fingerprint": "1700000000058"
2615
+ }
2616
+ ],
2617
+ "variable": [
2618
+ {
2619
+ "accountId": "1234567890",
2620
+ "containerId": "88888888",
2621
+ "variableId": "23",
2622
+ "name": "Variable 1",
2623
+ "type": "c",
2624
+ "parameter": [
2625
+ {
2626
+ "type": "TEMPLATE",
2627
+ "key": "value",
2628
+ "value": "UA-00000000-0"
2629
+ }
2630
+ ],
2631
+ "fingerprint": "1700000000059",
2632
+ "formatValue": {}
2633
+ },
2634
+ {
2635
+ "accountId": "1234567890",
2636
+ "containerId": "88888888",
2637
+ "variableId": "24",
2638
+ "name": "Variable 2",
2639
+ "type": "c",
2640
+ "parameter": [
2641
+ {
2642
+ "type": "TEMPLATE",
2643
+ "key": "value",
2644
+ "value": "0000000"
2645
+ }
2646
+ ],
2647
+ "fingerprint": "1700000000060",
2648
+ "formatValue": {}
2649
+ },
2650
+ {
2651
+ "accountId": "1234567890",
2652
+ "containerId": "88888888",
2653
+ "variableId": "25",
2654
+ "name": "Variable 3",
2655
+ "type": "c",
2656
+ "parameter": [
2657
+ {
2658
+ "type": "TEMPLATE",
2659
+ "key": "value",
2660
+ "value": "0000000"
2661
+ }
2662
+ ],
2663
+ "fingerprint": "1700000000061",
2664
+ "formatValue": {}
2665
+ },
2666
+ {
2667
+ "accountId": "1234567890",
2668
+ "containerId": "88888888",
2669
+ "variableId": "26",
2670
+ "name": "Variable 4",
2671
+ "type": "c",
2672
+ "parameter": [
2673
+ {
2674
+ "type": "TEMPLATE",
2675
+ "key": "value",
2676
+ "value": "0000000"
2677
+ }
2678
+ ],
2679
+ "fingerprint": "1700000000062",
2680
+ "formatValue": {}
2681
+ },
2682
+ {
2683
+ "accountId": "1234567890",
2684
+ "containerId": "88888888",
2685
+ "variableId": "27",
2686
+ "name": "Variable 5",
2687
+ "type": "smm",
2688
+ "parameter": [
2689
+ {
2690
+ "type": "BOOLEAN",
2691
+ "key": "setDefaultValue",
2692
+ "value": "true"
2693
+ },
2694
+ {
2695
+ "type": "TEMPLATE",
2696
+ "key": "input",
2697
+ "value": "{{Environment Name}}"
2698
+ },
2699
+ {
2700
+ "type": "TEMPLATE",
2701
+ "key": "defaultValue",
2702
+ "value": "{{Variable 2}}"
2703
+ },
2704
+ {
2705
+ "type": "LIST",
2706
+ "key": "map",
2707
+ "list": [
2708
+ {
2709
+ "type": "MAP",
2710
+ "map": [
2711
+ {
2712
+ "type": "TEMPLATE",
2713
+ "key": "key",
2714
+ "value": "Live"
2715
+ },
2716
+ {
2717
+ "type": "TEMPLATE",
2718
+ "key": "value",
2719
+ "value": "{{Variable 4}}"
2720
+ }
2721
+ ]
2722
+ },
2723
+ {
2724
+ "type": "MAP",
2725
+ "map": [
2726
+ {
2727
+ "type": "TEMPLATE",
2728
+ "key": "key",
2729
+ "value": "Development"
2730
+ },
2731
+ {
2732
+ "type": "TEMPLATE",
2733
+ "key": "value",
2734
+ "value": "{{Variable 2}}"
2735
+ }
2736
+ ]
2737
+ },
2738
+ {
2739
+ "type": "MAP",
2740
+ "map": [
2741
+ {
2742
+ "type": "TEMPLATE",
2743
+ "key": "key",
2744
+ "value": "Sandbox"
2745
+ },
2746
+ {
2747
+ "type": "TEMPLATE",
2748
+ "key": "value",
2749
+ "value": "{{Variable 4}}"
2750
+ }
2751
+ ]
2752
+ },
2753
+ {
2754
+ "type": "MAP",
2755
+ "map": [
2756
+ {
2757
+ "type": "TEMPLATE",
2758
+ "key": "key",
2759
+ "value": "Website"
2760
+ },
2761
+ {
2762
+ "type": "TEMPLATE",
2763
+ "key": "value",
2764
+ "value": "{{Variable 4}}"
2765
+ }
2766
+ ]
2767
+ },
2768
+ {
2769
+ "type": "MAP",
2770
+ "map": [
2771
+ {
2772
+ "type": "TEMPLATE",
2773
+ "key": "key",
2774
+ "value": "Test"
2775
+ },
2776
+ {
2777
+ "type": "TEMPLATE",
2778
+ "key": "value",
2779
+ "value": "{{Variable 2}}"
2780
+ }
2781
+ ]
2782
+ }
2783
+ ]
2784
+ }
2785
+ ],
2786
+ "fingerprint": "1700000000063",
2787
+ "formatValue": {}
2788
+ },
2789
+ {
2790
+ "accountId": "1234567890",
2791
+ "containerId": "88888888",
2792
+ "variableId": "28",
2793
+ "name": "Variable 6",
2794
+ "type": "smm",
2795
+ "parameter": [
2796
+ {
2797
+ "type": "BOOLEAN",
2798
+ "key": "setDefaultValue",
2799
+ "value": "true"
2800
+ },
2801
+ {
2802
+ "type": "TEMPLATE",
2803
+ "key": "input",
2804
+ "value": "{{Environment Name}}"
2805
+ },
2806
+ {
2807
+ "type": "TEMPLATE",
2808
+ "key": "defaultValue",
2809
+ "value": "none"
2810
+ },
2811
+ {
2812
+ "type": "LIST",
2813
+ "key": "map",
2814
+ "list": [
2815
+ {
2816
+ "type": "MAP",
2817
+ "map": [
2818
+ {
2819
+ "type": "TEMPLATE",
2820
+ "key": "key",
2821
+ "value": "Live"
2822
+ },
2823
+ {
2824
+ "type": "TEMPLATE",
2825
+ "key": "value",
2826
+ "value": "sourceone,sourcetwo"
2827
+ }
2828
+ ]
2829
+ },
2830
+ {
2831
+ "type": "MAP",
2832
+ "map": [
2833
+ {
2834
+ "type": "TEMPLATE",
2835
+ "key": "key",
2836
+ "value": "Sandbox"
2837
+ },
2838
+ {
2839
+ "type": "TEMPLATE",
2840
+ "key": "value",
2841
+ "value": "sourceone,sourcetwo"
2842
+ }
2843
+ ]
2844
+ },
2845
+ {
2846
+ "type": "MAP",
2847
+ "map": [
2848
+ {
2849
+ "type": "TEMPLATE",
2850
+ "key": "key",
2851
+ "value": "Website"
2852
+ },
2853
+ {
2854
+ "type": "TEMPLATE",
2855
+ "key": "value",
2856
+ "value": "sourceone,sourcetwo"
2857
+ }
2858
+ ]
2859
+ }
2860
+ ]
2861
+ }
2862
+ ],
2863
+ "fingerprint": "1700000000064",
2864
+ "formatValue": {}
2865
+ },
2866
+ {
2867
+ "accountId": "1234567890",
2868
+ "containerId": "88888888",
2869
+ "variableId": "33",
2870
+ "name": "Variable 7",
2871
+ "type": "v",
2872
+ "parameter": [
2873
+ {
2874
+ "type": "INTEGER",
2875
+ "key": "dataLayerVersion",
2876
+ "value": "2"
2877
+ },
2878
+ {
2879
+ "type": "BOOLEAN",
2880
+ "key": "setDefaultValue",
2881
+ "value": "false"
2882
+ },
2883
+ {
2884
+ "type": "TEMPLATE",
2885
+ "key": "name",
2886
+ "value": "content-name"
2887
+ }
2888
+ ],
2889
+ "fingerprint": "1700000000065",
2890
+ "formatValue": {}
2891
+ },
2892
+ {
2893
+ "accountId": "1234567890",
2894
+ "containerId": "88888888",
2895
+ "variableId": "34",
2896
+ "name": "Variable 8",
2897
+ "type": "v",
2898
+ "parameter": [
2899
+ {
2900
+ "type": "INTEGER",
2901
+ "key": "dataLayerVersion",
2902
+ "value": "2"
2903
+ },
2904
+ {
2905
+ "type": "BOOLEAN",
2906
+ "key": "setDefaultValue",
2907
+ "value": "false"
2908
+ },
2909
+ {
2910
+ "type": "TEMPLATE",
2911
+ "key": "name",
2912
+ "value": "content-view-name"
2913
+ }
2914
+ ],
2915
+ "fingerprint": "1700000000066",
2916
+ "formatValue": {}
2917
+ },
2918
+ {
2919
+ "accountId": "1234567890",
2920
+ "containerId": "88888888",
2921
+ "variableId": "35",
2922
+ "name": "Variable 9",
2923
+ "type": "v",
2924
+ "parameter": [
2925
+ {
2926
+ "type": "INTEGER",
2927
+ "key": "dataLayerVersion",
2928
+ "value": "2"
2929
+ },
2930
+ {
2931
+ "type": "BOOLEAN",
2932
+ "key": "setDefaultValue",
2933
+ "value": "false"
2934
+ },
2935
+ {
2936
+ "type": "TEMPLATE",
2937
+ "key": "name",
2938
+ "value": "utm_source"
2939
+ }
2940
+ ],
2941
+ "fingerprint": "1700000000067",
2942
+ "formatValue": {}
2943
+ },
2944
+ {
2945
+ "accountId": "1234567890",
2946
+ "containerId": "88888888",
2947
+ "variableId": "36",
2948
+ "name": "Variable 10",
2949
+ "type": "v",
2950
+ "parameter": [
2951
+ {
2952
+ "type": "INTEGER",
2953
+ "key": "dataLayerVersion",
2954
+ "value": "2"
2955
+ },
2956
+ {
2957
+ "type": "BOOLEAN",
2958
+ "key": "setDefaultValue",
2959
+ "value": "false"
2960
+ },
2961
+ {
2962
+ "type": "TEMPLATE",
2963
+ "key": "name",
2964
+ "value": "utm_medium"
2965
+ }
2966
+ ],
2967
+ "fingerprint": "1700000000068",
2968
+ "formatValue": {}
2969
+ },
2970
+ {
2971
+ "accountId": "1234567890",
2972
+ "containerId": "88888888",
2973
+ "variableId": "38",
2974
+ "name": "Variable 11",
2975
+ "type": "jsm",
2976
+ "parameter": [
2977
+ {
2978
+ "type": "TEMPLATE",
2979
+ "key": "javascript",
2980
+ "value": "[[REDACTED_CODE]]"
2981
+ }
2982
+ ],
2983
+ "fingerprint": "1700000000069",
2984
+ "parentFolderId": "37",
2985
+ "formatValue": {}
2986
+ },
2987
+ {
2988
+ "accountId": "1234567890",
2989
+ "containerId": "88888888",
2990
+ "variableId": "52",
2991
+ "name": "Variable 12",
2992
+ "type": "c",
2993
+ "parameter": [
2994
+ {
2995
+ "type": "TEMPLATE",
2996
+ "key": "value",
2997
+ "value": "G-XXXXXXXXXX"
2998
+ }
2999
+ ],
3000
+ "fingerprint": "1700000000070",
3001
+ "formatValue": {}
3002
+ },
3003
+ {
3004
+ "accountId": "1234567890",
3005
+ "containerId": "88888888",
3006
+ "variableId": "53",
3007
+ "name": "Variable 13",
3008
+ "type": "remm",
3009
+ "parameter": [
3010
+ {
3011
+ "type": "BOOLEAN",
3012
+ "key": "setDefaultValue",
3013
+ "value": "true"
3014
+ },
3015
+ {
3016
+ "type": "TEMPLATE",
3017
+ "key": "input",
3018
+ "value": "{{Page Hostname}}"
3019
+ },
3020
+ {
3021
+ "type": "BOOLEAN",
3022
+ "key": "fullMatch",
3023
+ "value": "true"
3024
+ },
3025
+ {
3026
+ "type": "BOOLEAN",
3027
+ "key": "replaceAfterMatch",
3028
+ "value": "true"
3029
+ },
3030
+ {
3031
+ "type": "BOOLEAN",
3032
+ "key": "ignoreCase",
3033
+ "value": "true"
3034
+ },
3035
+ {
3036
+ "type": "TEMPLATE",
3037
+ "key": "defaultValue",
3038
+ "value": "{{Variable 15}}"
3039
+ },
3040
+ {
3041
+ "type": "LIST",
3042
+ "key": "map",
3043
+ "list": [
3044
+ {
3045
+ "type": "MAP",
3046
+ "map": [
3047
+ {
3048
+ "type": "TEMPLATE",
3049
+ "key": "key",
3050
+ "value": "my\\.example\\.com"
3051
+ },
3052
+ {
3053
+ "type": "TEMPLATE",
3054
+ "key": "value",
3055
+ "value": "{{Variable 12}}"
3056
+ }
3057
+ ]
3058
+ },
3059
+ {
3060
+ "type": "MAP",
3061
+ "map": [
3062
+ {
3063
+ "type": "TEMPLATE",
3064
+ "key": "key",
3065
+ "value": "app\\.example\\.com"
3066
+ },
3067
+ {
3068
+ "type": "TEMPLATE",
3069
+ "key": "value",
3070
+ "value": "{{Variable 14}}"
3071
+ }
3072
+ ]
3073
+ },
3074
+ {
3075
+ "type": "MAP",
3076
+ "map": [
3077
+ {
3078
+ "type": "TEMPLATE",
3079
+ "key": "key",
3080
+ "value": "pages\\.example\\.com"
3081
+ },
3082
+ {
3083
+ "type": "TEMPLATE",
3084
+ "key": "value",
3085
+ "value": "{{Variable 14}}"
3086
+ }
3087
+ ]
3088
+ },
3089
+ {
3090
+ "type": "MAP",
3091
+ "map": [
3092
+ {
3093
+ "type": "TEMPLATE",
3094
+ "key": "key",
3095
+ "value": "blog\\.example\\.com"
3096
+ },
3097
+ {
3098
+ "type": "TEMPLATE",
3099
+ "key": "value",
3100
+ "value": "{{Variable 14}}"
3101
+ }
3102
+ ]
3103
+ },
3104
+ {
3105
+ "type": "MAP",
3106
+ "map": [
3107
+ {
3108
+ "type": "TEMPLATE",
3109
+ "key": "key",
3110
+ "value": "dev-host\\.example\\.io"
3111
+ },
3112
+ {
3113
+ "type": "TEMPLATE",
3114
+ "key": "value",
3115
+ "value": "{{Variable 12}}"
3116
+ }
3117
+ ]
3118
+ },
3119
+ {
3120
+ "type": "MAP",
3121
+ "map": [
3122
+ {
3123
+ "type": "TEMPLATE",
3124
+ "key": "key",
3125
+ "value": "example\\.com"
3126
+ },
3127
+ {
3128
+ "type": "TEMPLATE",
3129
+ "key": "value",
3130
+ "value": "{{Variable 14}}"
3131
+ }
3132
+ ]
3133
+ }
3134
+ ]
3135
+ }
3136
+ ],
3137
+ "fingerprint": "1700000000071",
3138
+ "formatValue": {}
3139
+ },
3140
+ {
3141
+ "accountId": "1234567890",
3142
+ "containerId": "88888888",
3143
+ "variableId": "54",
3144
+ "name": "Variable 14",
3145
+ "type": "c",
3146
+ "parameter": [
3147
+ {
3148
+ "type": "TEMPLATE",
3149
+ "key": "value",
3150
+ "value": "G-XXXXXXXXXX"
3151
+ }
3152
+ ],
3153
+ "fingerprint": "1700000000072",
3154
+ "formatValue": {}
3155
+ },
3156
+ {
3157
+ "accountId": "1234567890",
3158
+ "containerId": "88888888",
3159
+ "variableId": "55",
3160
+ "name": "Variable 15",
3161
+ "type": "c",
3162
+ "parameter": [
3163
+ {
3164
+ "type": "TEMPLATE",
3165
+ "key": "value",
3166
+ "value": "G-XXXXXXXXXX"
3167
+ }
3168
+ ],
3169
+ "fingerprint": "1700000000073",
3170
+ "formatValue": {}
3171
+ },
3172
+ {
3173
+ "accountId": "1234567890",
3174
+ "containerId": "88888888",
3175
+ "variableId": "74",
3176
+ "name": "Variable 16",
3177
+ "type": "aev",
3178
+ "parameter": [
3179
+ {
3180
+ "type": "BOOLEAN",
3181
+ "key": "setDefaultValue",
3182
+ "value": "true"
3183
+ },
3184
+ {
3185
+ "type": "TEMPLATE",
3186
+ "key": "varType",
3187
+ "value": "ATTRIBUTE"
3188
+ },
3189
+ {
3190
+ "type": "TEMPLATE",
3191
+ "key": "defaultValue",
3192
+ "value": "no-event-name-assigned"
3193
+ },
3194
+ {
3195
+ "type": "TEMPLATE",
3196
+ "key": "attribute",
3197
+ "value": "data-analytics-event-name"
3198
+ }
3199
+ ],
3200
+ "fingerprint": "1700000000074",
3201
+ "formatValue": {}
3202
+ },
3203
+ {
3204
+ "accountId": "1234567890",
3205
+ "containerId": "88888888",
3206
+ "variableId": "76",
3207
+ "name": "Variable 17",
3208
+ "type": "aev",
3209
+ "parameter": [
3210
+ {
3211
+ "type": "BOOLEAN",
3212
+ "key": "setDefaultValue",
3213
+ "value": "true"
3214
+ },
3215
+ {
3216
+ "type": "TEMPLATE",
3217
+ "key": "varType",
3218
+ "value": "ATTRIBUTE"
3219
+ },
3220
+ {
3221
+ "type": "TEMPLATE",
3222
+ "key": "defaultValue",
3223
+ "value": "no-event-name-assigned"
3224
+ },
3225
+ {
3226
+ "type": "TEMPLATE",
3227
+ "key": "attribute",
3228
+ "value": "data-analytics-event-name"
3229
+ }
3230
+ ],
3231
+ "fingerprint": "1700000000075",
3232
+ "formatValue": {}
3233
+ },
3234
+ {
3235
+ "accountId": "1234567890",
3236
+ "containerId": "88888888",
3237
+ "variableId": "90",
3238
+ "name": "Variable 18",
3239
+ "type": "v",
3240
+ "parameter": [
3241
+ {
3242
+ "type": "INTEGER",
3243
+ "key": "dataLayerVersion",
3244
+ "value": "2"
3245
+ },
3246
+ {
3247
+ "type": "BOOLEAN",
3248
+ "key": "setDefaultValue",
3249
+ "value": "false"
3250
+ },
3251
+ {
3252
+ "type": "TEMPLATE",
3253
+ "key": "name",
3254
+ "value": "utm_source"
3255
+ }
3256
+ ],
3257
+ "fingerprint": "1700000000076",
3258
+ "formatValue": {}
3259
+ },
3260
+ {
3261
+ "accountId": "1234567890",
3262
+ "containerId": "88888888",
3263
+ "variableId": "101",
3264
+ "name": "Variable 19",
3265
+ "type": "v",
3266
+ "parameter": [
3267
+ {
3268
+ "type": "INTEGER",
3269
+ "key": "dataLayerVersion",
3270
+ "value": "2"
3271
+ },
3272
+ {
3273
+ "type": "BOOLEAN",
3274
+ "key": "setDefaultValue",
3275
+ "value": "false"
3276
+ },
3277
+ {
3278
+ "type": "TEMPLATE",
3279
+ "key": "name",
3280
+ "value": "utm_medium"
3281
+ }
3282
+ ],
3283
+ "fingerprint": "1700000000077",
3284
+ "formatValue": {}
3285
+ },
3286
+ {
3287
+ "accountId": "1234567890",
3288
+ "containerId": "88888888",
3289
+ "variableId": "102",
3290
+ "name": "Variable 20",
3291
+ "type": "v",
3292
+ "parameter": [
3293
+ {
3294
+ "type": "INTEGER",
3295
+ "key": "dataLayerVersion",
3296
+ "value": "2"
3297
+ },
3298
+ {
3299
+ "type": "BOOLEAN",
3300
+ "key": "setDefaultValue",
3301
+ "value": "false"
3302
+ },
3303
+ {
3304
+ "type": "TEMPLATE",
3305
+ "key": "name",
3306
+ "value": "utm_campaign"
3307
+ }
3308
+ ],
3309
+ "fingerprint": "1700000000078",
3310
+ "formatValue": {}
3311
+ }
3312
+ ],
3313
+ "folder": [
3314
+ {
3315
+ "accountId": "1234567890",
3316
+ "containerId": "88888888",
3317
+ "folderId": "37",
3318
+ "name": "Folder 1",
3319
+ "fingerprint": "1700000000079"
3320
+ }
3321
+ ],
3322
+ "builtInVariable": [
3323
+ {
3324
+ "accountId": "1234567890",
3325
+ "containerId": "88888888",
3326
+ "type": "PAGE_URL",
3327
+ "name": "Page URL"
3328
+ },
3329
+ {
3330
+ "accountId": "1234567890",
3331
+ "containerId": "88888888",
3332
+ "type": "PAGE_HOSTNAME",
3333
+ "name": "Page Hostname"
3334
+ },
3335
+ {
3336
+ "accountId": "1234567890",
3337
+ "containerId": "88888888",
3338
+ "type": "PAGE_PATH",
3339
+ "name": "Page Path"
3340
+ },
3341
+ {
3342
+ "accountId": "1234567890",
3343
+ "containerId": "88888888",
3344
+ "type": "REFERRER",
3345
+ "name": "Referrer"
3346
+ },
3347
+ {
3348
+ "accountId": "1234567890",
3349
+ "containerId": "88888888",
3350
+ "type": "EVENT",
3351
+ "name": "Event"
3352
+ },
3353
+ {
3354
+ "accountId": "1234567890",
3355
+ "containerId": "88888888",
3356
+ "type": "ENVIRONMENT_NAME",
3357
+ "name": "Environment Name"
3358
+ }
3359
+ ],
3360
+ "fingerprint": "1700000000080",
3361
+ "tagManagerUrl": "https://tagmanager.google.com/#/versions/accounts/1234567890/containers/88888888/versions/84?apiLink=version",
3362
+ "customTemplate": [
3363
+ {
3364
+ "accountId": "1234567890",
3365
+ "containerId": "88888888",
3366
+ "templateId": "3",
3367
+ "name": "Custom Template 1",
3368
+ "fingerprint": "1700000000081",
3369
+ "templateData": "[[REDACTED_CODE]]",
3370
+ "galleryReference": {
3371
+ "host": "github.com",
3372
+ "owner": "example-gallery",
3373
+ "repository": "SampleTemplate",
3374
+ "version": "0000000000000000000000000000000000000000",
3375
+ "isModified": true,
3376
+ "signature": "0000000000000000000000000000000000000000000000000000000000000000"
3377
+ }
3378
+ },
3379
+ {
3380
+ "accountId": "1234567890",
3381
+ "containerId": "88888888",
3382
+ "templateId": "8",
3383
+ "name": "Custom Template 2",
3384
+ "fingerprint": "1700000000082",
3385
+ "templateData": "[[REDACTED_CODE]]",
3386
+ "galleryReference": {
3387
+ "host": "github.com",
3388
+ "owner": "example-gallery",
3389
+ "repository": "SampleTemplate",
3390
+ "version": "0000000000000000000000000000000000000000",
3391
+ "isModified": true,
3392
+ "signature": "0000000000000000000000000000000000000000000000000000000000000000"
3393
+ }
3394
+ }
3395
+ ]
3396
+ }
3397
+ }