Hi Eric, As for MCC account... how can I check if it owns my developer token?
Results are the same when I use TOTAL_USAGE_API_UNITS_PER_MONTH. Why don't you run the code below on your server? require_once '/var/www/adwords/src/Google/Api/Ads/AdWords/Lib/ AdWordsUser.php'; $user = new AdWordsUser( NULL, 'xxxxxxx', 'xxxxxxx', 'xxxxxxxxxxxxxxxxxxxx', 'xxxxxxxxxxxxxxxxxxxx', '', NULL ); $infoService = $user->GetInfoService(); $is = new InfoSelector(); $is->apiUsageType = TOTAL_USAGE_API_UNITS_PER_MONTH; $infoPage = $infoService->get($is); thanks -- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to adwords-...@googlegroups.com. To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/adwords-api?hl=.