Details
-
Type: Bug
-
Status: Closed
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: Sustaining
-
Component/s: Google
-
Labels:None
-
Sprint:Sprint 5, Sprint 1
Description
With the recent Google API upgrade, the CS Team and I have noticed that the account names (tsacommon.searchEngineUser.description) has been changed from the descriptive name to the email address of the MCC they reside in. If accounts fall under our Master MCC, they all have the same description (like tsa.mcc.us@gmail.com)
As you see from the email below, it makes it very difficult to distinguish what any account is. Can we get this changed so the description is the descriptive name? Maybe the description got mapped to the wrong field in the API upgrade?
Here’s an example query to run to see this in the DB:
select *
from tsacommon.searchEngineUsers
where distributionID = 3
and description like '%@%'