Skip to content

Commit

Permalink
[DFC-653] - Update account intervention journey with correct taxonomy…
Browse files Browse the repository at this point in the history
… values
  • Loading branch information
di-aholme committed Sep 16, 2024
1 parent 110cb5e commit 2ab2eb8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@

</form>

{{ga4OnPageLoad({ nonce: scriptNonce, statusCode: "200", englishPageTitle: pageTitleName, taxonomyLevel1: "authentication", taxonomyLevel2: "", contentId: "", loggedInStatus: false, dynamic: false })}}
{{ga4OnPageLoad({ nonce: scriptNonce, statusCode: "200", englishPageTitle: pageTitleName, taxonomyLevel1: "accounts", taxonomyLevel2: "account intervention", contentId: "", loggedInStatus: false, dynamic: false })}}

{% endblock %}
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@

<p class="govuk-body">{{'pages.permanentlyLockedScreen.section2.paragraph2' | translate }}</p>

{{ga4OnPageLoad({ nonce: scriptNonce, statusCode: "200", englishPageTitle: pageTitleName, taxonomyLevel1: "authentication", taxonomyLevel2: "", contentId: "", loggedInStatus: false, dynamic: false })}}
{{ga4OnPageLoad({ nonce: scriptNonce, statusCode: "200", englishPageTitle: pageTitleName, taxonomyLevel1: "accounts", taxonomyLevel2: "account intervention", contentId: "", loggedInStatus: false, dynamic: false })}}

{% endblock %}
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@

<p class="govuk-body">{{'pages.suspendedPageScreen.section2.paragraph2' | translate }}</p>

{{ga4OnPageLoad({ nonce: scriptNonce, statusCode: "200", englishPageTitle: pageTitleName, taxonomyLevel1: "authentication", taxonomyLevel2: "", contentId: "", loggedInStatus: false, dynamic: false })}}
{{ga4OnPageLoad({ nonce: scriptNonce, statusCode: "200", englishPageTitle: pageTitleName, taxonomyLevel1: "accounts", taxonomyLevel2: "account intervention", contentId: "895deac9-e21d-4991-b1f7-9509c2d8c10e", loggedInStatus: false, dynamic: false })}}

{% endblock %}

0 comments on commit 2ab2eb8

Please sign in to comment.