Skip to content
This repository was archived by the owner on Nov 9, 2024. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions google/analytics/data_v1beta/types/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,9 @@ class MinuteRange(proto.Message):

If unspecified, ``startMinutesAgo`` is defaulted to 29.
Standard Analytics properties can request up to the last 30
minutes of event data (``startMinutesAgo <= 29``), and 360
Analytics properties can request up to the last 60 minutes
of event data (``startMinutesAgo <= 59``).
minutes of event data (``startMinutesAgo <= 29``), and
Google Analytics 360 properties can request up to the last
60 minutes of event data (``startMinutesAgo <= 59``).

This field is a member of `oneof`_ ``_start_minutes_ago``.
end_minutes_ago (int):
Expand All @@ -165,8 +165,8 @@ class MinuteRange(proto.Message):
If unspecified, ``endMinutesAgo`` is defaulted to 0.
Standard Analytics properties can request any minute in the
last 30 minutes of event data (``endMinutesAgo <= 29``), and
360 Analytics properties can request any minute in the last
60 minutes of event data (``endMinutesAgo <= 59``).
Google Analytics 360 properties can request any minute in
the last 60 minutes of event data (``endMinutesAgo <= 59``).

This field is a member of `oneof`_ ``_end_minutes_ago``.
name (str):
Expand Down