• Resolved jfantasybooks

    (@jfantasybooks)


    Hi.

    Can you change Custom Dimensions Author on:

    front/tracking-analytics.php line 43 and
    front/tracking-tagmanager.php line 74 from

    $author_name = get_the_author_meta( ‘display_name’, $author_id );

    to

    $author_name = get_the_author_meta( ‘user_login’, $author_id );

    The fact that users can change their display name makes the data extremely hectic. And having to recall to change it myself every update messes up my data.

    I would appreciate it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author tomdude

    (@tomdude)

    I’ve added an option to push the user_login to a custom dimension. I left the original option as is so it won’t mess up existing configs and added a new “Authors (user login)” that can be set instead. Its in ver 5.4.5.

    Thread Starter jfantasybooks

    (@jfantasybooks)

    You’re awesome. Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change Custom Dimension’ is closed to new replies.