Making WordPress.org

Opened 6 years ago

Closed 6 years ago

Last modified 6 years ago

#4371 closed defect (bug) (fixed)

Add Google Tag Manager to login.wordpress.org/wp-login.php

Reported by: jonoaldersonwp's profile jonoaldersonwp Owned by: dd32's profile dd32
Milestone: Priority: high
Component: General Keywords: analytics
Cc:

Description

It's present on login.wordpress.org, but not on login.wordpress.org/wp-login.php (including variants such as the "Please solve this math problem" error state).

Change History (4)

This ticket was mentioned in Slack in #core-privacy by javorszky. View the logs.


6 years ago

#2 @dd32
6 years ago

In 8606:

Login: Add GTM code to more login pages.

See #4371.

#3 @dd32
6 years ago

  • Owner set to dd32
  • Resolution set to fixed
  • Status changed from new to closed

In 8607:

Login: Output GTM code on wp_die() pages too.

This isn't horribly correct, as it outputs the <link> and GTM code inside a <p> tag, but it does the job for the rare page load.

Fixes #4371.

#4 @dd32
6 years ago

In 8608:

Login: Only prepend GTM code when a string $message is provided, WP_Error objects may also appear here.

See [8607].
See #4371.

Note: See TracTickets for help on using tickets.