A new user was register in my web application, but the campaigns that are loaded with CampaignService not load from API.
I debug the issue and find that CAMPAIGN_PERFORMANCE_REPORT if return information, but the CampaignService not.
Example the query with CampaignService: SELECT Id, Name, Status, TargetGoogleSearch, TargetSearchNetwork,TargetPartnerSearchNetwork, TargetContentNetwork, AdServingOptimizationStatus, Settings WHERE Id IN ['1459060952', '1459060951', '1459060954', '1459060958'] ORDER BY Id DESC
This issue only it only happens with one user currently.
any idea? thanks.