{% extends "base_query_page.html" %} {% block pagetitle %}Manage Query{% endblock %} {% block bodytitle %}Manage Query{% endblock %} {% block head %} {% endblock %} {% block api_query_content %}

Public Request Endpoint

Details about the configuration and the public URL for this query.

{% if is_admin %} {% endif %}
Status {{ query_status }}
Owner {{ api_query.user_email }}
 
  (1 hour = 3600, 1 day = 86400)


Supported date parameters are {today} and {Ndaysago}.
Relative dates are resolved to actual dates during query execution and are currently configured to use the {{ timezone|capitalize }} timezone.

E.g. A query for the last 7 days would use the following start and end dates:
https://www.googleapis.com/analytics/v3/data/ga?ids=ga%3A12345&start-date={7daysago}&end-date={today}
Warning: Changing the the API Request URL may cause you to break clients that are expecting a stable API Response for this public endpoint.

Tip: Use the Google Analytics Query Explorer to build a valid Query URI.

Cancel
{% if test_response %}

Test Response Content

{{ test_response }}
{% endif %}
{% endblock %}