Details
-
Type: Bug
-
Status: Closed
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: Goa
-
Component/s: Other / Misc.
-
Labels:None
-
Environment:
QA Environment
-
Story Points:2
-
Sprint:Goa Sprint 1
Description
Google Quota tool always shows Free API units value as ZERO
[TSAApp@aq-qa-jboss1 bidmgr]$ ./googlequotatool.sh
-d 3
/usr/local/tsa/bidmgr//libs
2013-01-23 10:44:41.291 (3) [main]: Debug Level set to 3
2013-01-23 10:44:41.293 (3) [main]: Licensing environment detected, loading configuration.
2013-01-23 10:44:41.294 (3) [main]: Loaded property: tsa.google.mcc.email=ffejsmb@gmail.com
2013-01-23 10:44:41.294 (3) [main]: Loaded property: tsa.google.mcc.password=brothereclipsesmb
2013-01-23 10:44:41.295 (3) [main]: Loaded property: tsa.google.mcc.developerToken=ojCnjZaM6RD1h0yt_DOJZg
.
.
.
Goole Quota usage for date range [2013-01-01 to 2013-01-23]
Total quota cap is 2001000000000
Free API quota cap is 1000000000000
Free API units used is 0
Total API units used is 0
Free Quota use warning is 0.8
Free API units remaining is 1000000000000.
Here values for “Free API units uses shows ZERO” but database sesytem. quotaUsage shows :
mysql> select operation, sum(quotaUsed) from quotaUsage join searchEngineResources on resourceID=id where date between '2013-01-01' and '2013-1-23' group by resourceID;
----------------------------------------+
operation | sum(quotaUsed) |
----------------------------------------+
GetAllAdWordsCampaigns | 658 |
GetAllAdGroups | 1173 |
GetAllCriteria | 28730 |
GetClientAccounts | 0 |
AddCampaignList | 429 |
AddAdGroupList | 434 |
GetAllAds | 2700 |
AddAdList | 84703 |
AddCriterionList | 478328 |
UpdateAds | 395 |
RemoveCriteria | 0 |
UpdateAdGroupList | 0 |
UpdateCampaignList | 1089 |
UpdateCriteriaAttributes | 17139 |
createClientAccount | 0 |
addBudget | 64 |
checkAds | 545 |
checkCriteria | 2078 |
GetTargetLists | 8587 |
SetCampaignTargets | 6903 |
GetUsageInfo | 0 |
----------------------------------------+
21 rows in set (0.00 sec)
Aggregate QuotaUsed = 633955