Home
last modified time | relevance | path

Searched refs:goals_response (Results 1 – 1 of 1) sorted by relevance

/external/python/google-api-python-client/samples/analytics/
Dmanagement_v3_reference.py248 def print_goals(goals_response): argument
257 print_pagination_info(goals_response)
260 for goal in goals_response.get('items', []):
301 if not goals_response.get('items'):