I'm expecting issue on accessing my GA account via API. As you can see from the response the entity webProperties is empty also if I have all permission and scopes active .
{
"kind": "analytics#accountSummaries",
"username": "[email protected]",
"totalResults": 1,
"startIndex": 1,
"itemsPerPage": 1000,
"items": [
{
"id": "183028779",
"kind": "analytics#accountSummary",
"name": "Libra Factory B.V.",
"webProperties": []
}
]
}
Also using https://ga-dev-tools.appspot.com/account-explorer/ it only show account but no property. Being the account part of an Google Workplace organization, is there anything I need to enable in the organization panel to enable Google API ?
Thanks in advance for any help. Fabio