Evan Mattson

Results 84 issues of Evan Mattson

## Feature Description Once the new decoupled infrastructure for gtag are created, Analytics (currently the only module using gtag, although this will soon change) should update its web tag to...

P0
Type: Enhancement
Module: Analytics
PHP

## Feature Description The `dashboardSharing` feature flag was removed in #6884 , however there is still a reference left behind https://github.com/google/site-kit-wp/blob/0c6c86498887ce4c8834982c9af70dd7661bb1ca/assets/js/components/settings/EntityOwnershipChangeNotice.js#L42 --------------- _Do not alter or remove anything below. The...

P0
Type: Infrastructure

## Feature Description GTag rendering should be lifted out of Analytics into a core location where it can be used by multiple modules, initially the Ads module in addition to...

P0
Type: Enhancement
QA: Eng
PHP
Module: Ads

--------------- _Do not alter or remove anything below. The following sections will be managed by moderators only._ ## Acceptance criteria * Release is prepared, tested, and deployed to wordpress.org. ##...

P0
Type: Task

## Feature Description GA4 requires that all data stream names for a property are unique as can be seen in the admin interface: This constraint can result in failing API...

P2
Type: Enhancement
Module: Analytics
Sp Wk 2

## Bug Description Our API client logs request failures automatically. Recently we added a new request for testing if the client is connected to the internet. This is expected to...

Type: Bug
P1

## Bug Description When attempting to deploy the release to wp.org, there are svn errors raised seemingly related to dependencies in the plugin Example run https://github.com/google/site-kit-wp/actions/runs/7701119995/job/20986692669#step:4:1624 ``` ➤ Copying files......

P1
Type: Infrastructure

## Feature Description Remote features are currently set up unnecessarily late in the plugin bootstrapping which has led to at least one bug where a difference in behavior from our...

P1
Type: Enhancement
QA: Eng
PHP

## Feature Description Features that are controlled by remote activation are currently only refreshed via a WP cron job twice daily after being received as part of the initial setup....

P1
Type: Enhancement

## Summary Addresses issue: - #8316 ## Relevant technical choices ## PR Author Checklist - [ ] My code is tested and passes existing unit tests. - [ ] My...