Skip to content

Release v1.5.4 #294

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Oct 17, 2016
Merged
Show file tree
Hide file tree
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: 10 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
v1.5.4
Version 1.5.4

Bugfix release

- Properly handle errors when the API returns a mapping or sequence. (#289)
- Upgrade to unified uritemplate 3.0.0. (#293)
- Allow oauth2client 4.0.0, with the caveat that file-based discovery
caching is disabled.

v1.5.3
Version 1.5.3

Expand Down
13 changes: 7 additions & 6 deletions docs/dyn/analytics_v3.data.ga.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,19 +115,18 @@ <h3>Method Details</h3>
],
],
"containsSampledData": True or False, # Determines if Analytics data contains samples.
"totalResults": 42, # The total number of rows for the query, regardless of the number of rows in the response.
"itemsPerPage": 42, # The maximum number of rows the response can contain, regardless of the actual number of rows returned. Its value ranges from 1 to 10,000 with a value of 1000 by default, or otherwise specified by the max-results query parameter.
"totalsForAllResults": { # Total values for the requested metrics over all the results, not just the results returned in this response. The order of the metric totals is same as the metric order specified in the request.
"a_key": "A String", # Key-value pair for the total value of a metric. Key is the metric name and the value is the total value for that metric.
},
"columnHeaders": [ # Column headers that list dimension names followed by the metric names. The order of dimensions and metrics is same as specified in the request.
{
"dataType": "A String", # Data type. Dimension column headers have only STRING as the data type. Metric column headers have data types for metric values such as INTEGER, DOUBLE, CURRENCY etc.
"columnType": "A String", # Column Type. Either DIMENSION or METRIC.
"name": "A String", # Column name.
},
],
"sampleSize": "A String", # The number of samples used to calculate the result.
"totalResults": 42, # The total number of rows for the query, regardless of the number of rows in the response.
"itemsPerPage": 42, # The maximum number of rows the response can contain, regardless of the actual number of rows returned. Its value ranges from 1 to 10,000 with a value of 1000 by default, or otherwise specified by the max-results query parameter.
"totalsForAllResults": { # Total values for the requested metrics over all the results, not just the results returned in this response. The order of the metric totals is same as the metric order specified in the request.
"a_key": "A String", # Key-value pair for the total value of a metric. Key is the metric name and the value is the total value for that metric.
},
"dataTable": {
"rows": [
{
Expand All @@ -146,6 +145,8 @@ <h3>Method Details</h3>
},
],
},
"sampleSize": "A String", # The number of samples used to calculate the result.
"dataLastRefreshed": "A String", # The last refreshed time in seconds for Analytics data.
"query": { # Analytics data request query parameters.
"max-results": 42, # Maximum results per page.
"sort": [ # List of dimensions or metrics based on which Analytics data is sorted.
Expand Down
16 changes: 8 additions & 8 deletions docs/dyn/analytics_v3.management.profiles.html
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ <h3>Method Details</h3>

{ # JSON template for an Analytics view (profile).
"currency": "A String", # The currency type associated with this view (profile), defaults to USD. The supported values are:
# ARS, AUD, BGN, BRL, CAD, CHF, CNY, CZK, DKK, EUR, GBP, HKD, HUF, IDR, INR, JPY, KRW, LTL, MXN, NOK, NZD, PHP, PLN, RUB, SEK, THB, TRY, TWD, USD, VND, ZAR
# USD, JPY, EUR, GBP, AUD, KRW, BRL, CNY, DKK, RUB, SEK, NOK, PLN, TRY, TWD, HKD, THB, IDR, ARS, MXN, VND, PHP, INR, CHF, CAD, CZK, NZD, HUF, BGN, LTL, ZAR, UAH, AED, BOB, CLP, COP, EGP, HRK, ILS, MAD, MYR, PEN, PKR, RON, RSD, SAR, SGD, VEF, LVL
"eCommerceTracking": True or False, # Indicates whether ecommerce tracking is enabled for this view (profile).
"webPropertyId": "A String", # Web property ID of the form UA-XXXXX-YY to which this view (profile) belongs.
"timezone": "A String", # Time zone for which this view (profile) has been configured. Time zones are identified by strings from the TZ database.
Expand Down Expand Up @@ -169,7 +169,7 @@ <h3>Method Details</h3>

{ # JSON template for an Analytics view (profile).
"currency": "A String", # The currency type associated with this view (profile), defaults to USD. The supported values are:
# ARS, AUD, BGN, BRL, CAD, CHF, CNY, CZK, DKK, EUR, GBP, HKD, HUF, IDR, INR, JPY, KRW, LTL, MXN, NOK, NZD, PHP, PLN, RUB, SEK, THB, TRY, TWD, USD, VND, ZAR
# USD, JPY, EUR, GBP, AUD, KRW, BRL, CNY, DKK, RUB, SEK, NOK, PLN, TRY, TWD, HKD, THB, IDR, ARS, MXN, VND, PHP, INR, CHF, CAD, CZK, NZD, HUF, BGN, LTL, ZAR, UAH, AED, BOB, CLP, COP, EGP, HRK, ILS, MAD, MYR, PEN, PKR, RON, RSD, SAR, SGD, VEF, LVL
"eCommerceTracking": True or False, # Indicates whether ecommerce tracking is enabled for this view (profile).
"webPropertyId": "A String", # Web property ID of the form UA-XXXXX-YY to which this view (profile) belongs.
"timezone": "A String", # Time zone for which this view (profile) has been configured. Time zones are identified by strings from the TZ database.
Expand Down Expand Up @@ -213,7 +213,7 @@ <h3>Method Details</h3>

{ # JSON template for an Analytics view (profile).
"currency": "A String", # The currency type associated with this view (profile), defaults to USD. The supported values are:
# ARS, AUD, BGN, BRL, CAD, CHF, CNY, CZK, DKK, EUR, GBP, HKD, HUF, IDR, INR, JPY, KRW, LTL, MXN, NOK, NZD, PHP, PLN, RUB, SEK, THB, TRY, TWD, USD, VND, ZAR
# USD, JPY, EUR, GBP, AUD, KRW, BRL, CNY, DKK, RUB, SEK, NOK, PLN, TRY, TWD, HKD, THB, IDR, ARS, MXN, VND, PHP, INR, CHF, CAD, CZK, NZD, HUF, BGN, LTL, ZAR, UAH, AED, BOB, CLP, COP, EGP, HRK, ILS, MAD, MYR, PEN, PKR, RON, RSD, SAR, SGD, VEF, LVL
"eCommerceTracking": True or False, # Indicates whether ecommerce tracking is enabled for this view (profile).
"webPropertyId": "A String", # Web property ID of the form UA-XXXXX-YY to which this view (profile) belongs.
"timezone": "A String", # Time zone for which this view (profile) has been configured. Time zones are identified by strings from the TZ database.
Expand Down Expand Up @@ -271,7 +271,7 @@ <h3>Method Details</h3>
"items": [ # A list of views (profiles).
{ # JSON template for an Analytics view (profile).
"currency": "A String", # The currency type associated with this view (profile), defaults to USD. The supported values are:
# ARS, AUD, BGN, BRL, CAD, CHF, CNY, CZK, DKK, EUR, GBP, HKD, HUF, IDR, INR, JPY, KRW, LTL, MXN, NOK, NZD, PHP, PLN, RUB, SEK, THB, TRY, TWD, USD, VND, ZAR
# USD, JPY, EUR, GBP, AUD, KRW, BRL, CNY, DKK, RUB, SEK, NOK, PLN, TRY, TWD, HKD, THB, IDR, ARS, MXN, VND, PHP, INR, CHF, CAD, CZK, NZD, HUF, BGN, LTL, ZAR, UAH, AED, BOB, CLP, COP, EGP, HRK, ILS, MAD, MYR, PEN, PKR, RON, RSD, SAR, SGD, VEF, LVL
"eCommerceTracking": True or False, # Indicates whether ecommerce tracking is enabled for this view (profile).
"webPropertyId": "A String", # Web property ID of the form UA-XXXXX-YY to which this view (profile) belongs.
"timezone": "A String", # Time zone for which this view (profile) has been configured. Time zones are identified by strings from the TZ database.
Expand Down Expand Up @@ -330,7 +330,7 @@ <h3>Method Details</h3>

{ # JSON template for an Analytics view (profile).
"currency": "A String", # The currency type associated with this view (profile), defaults to USD. The supported values are:
# ARS, AUD, BGN, BRL, CAD, CHF, CNY, CZK, DKK, EUR, GBP, HKD, HUF, IDR, INR, JPY, KRW, LTL, MXN, NOK, NZD, PHP, PLN, RUB, SEK, THB, TRY, TWD, USD, VND, ZAR
# USD, JPY, EUR, GBP, AUD, KRW, BRL, CNY, DKK, RUB, SEK, NOK, PLN, TRY, TWD, HKD, THB, IDR, ARS, MXN, VND, PHP, INR, CHF, CAD, CZK, NZD, HUF, BGN, LTL, ZAR, UAH, AED, BOB, CLP, COP, EGP, HRK, ILS, MAD, MYR, PEN, PKR, RON, RSD, SAR, SGD, VEF, LVL
"eCommerceTracking": True or False, # Indicates whether ecommerce tracking is enabled for this view (profile).
"webPropertyId": "A String", # Web property ID of the form UA-XXXXX-YY to which this view (profile) belongs.
"timezone": "A String", # Time zone for which this view (profile) has been configured. Time zones are identified by strings from the TZ database.
Expand Down Expand Up @@ -374,7 +374,7 @@ <h3>Method Details</h3>

{ # JSON template for an Analytics view (profile).
"currency": "A String", # The currency type associated with this view (profile), defaults to USD. The supported values are:
# ARS, AUD, BGN, BRL, CAD, CHF, CNY, CZK, DKK, EUR, GBP, HKD, HUF, IDR, INR, JPY, KRW, LTL, MXN, NOK, NZD, PHP, PLN, RUB, SEK, THB, TRY, TWD, USD, VND, ZAR
# USD, JPY, EUR, GBP, AUD, KRW, BRL, CNY, DKK, RUB, SEK, NOK, PLN, TRY, TWD, HKD, THB, IDR, ARS, MXN, VND, PHP, INR, CHF, CAD, CZK, NZD, HUF, BGN, LTL, ZAR, UAH, AED, BOB, CLP, COP, EGP, HRK, ILS, MAD, MYR, PEN, PKR, RON, RSD, SAR, SGD, VEF, LVL
"eCommerceTracking": True or False, # Indicates whether ecommerce tracking is enabled for this view (profile).
"webPropertyId": "A String", # Web property ID of the form UA-XXXXX-YY to which this view (profile) belongs.
"timezone": "A String", # Time zone for which this view (profile) has been configured. Time zones are identified by strings from the TZ database.
Expand Down Expand Up @@ -426,7 +426,7 @@ <h3>Method Details</h3>

{ # JSON template for an Analytics view (profile).
"currency": "A String", # The currency type associated with this view (profile), defaults to USD. The supported values are:
# ARS, AUD, BGN, BRL, CAD, CHF, CNY, CZK, DKK, EUR, GBP, HKD, HUF, IDR, INR, JPY, KRW, LTL, MXN, NOK, NZD, PHP, PLN, RUB, SEK, THB, TRY, TWD, USD, VND, ZAR
# USD, JPY, EUR, GBP, AUD, KRW, BRL, CNY, DKK, RUB, SEK, NOK, PLN, TRY, TWD, HKD, THB, IDR, ARS, MXN, VND, PHP, INR, CHF, CAD, CZK, NZD, HUF, BGN, LTL, ZAR, UAH, AED, BOB, CLP, COP, EGP, HRK, ILS, MAD, MYR, PEN, PKR, RON, RSD, SAR, SGD, VEF, LVL
"eCommerceTracking": True or False, # Indicates whether ecommerce tracking is enabled for this view (profile).
"webPropertyId": "A String", # Web property ID of the form UA-XXXXX-YY to which this view (profile) belongs.
"timezone": "A String", # Time zone for which this view (profile) has been configured. Time zones are identified by strings from the TZ database.
Expand Down Expand Up @@ -470,7 +470,7 @@ <h3>Method Details</h3>

{ # JSON template for an Analytics view (profile).
"currency": "A String", # The currency type associated with this view (profile), defaults to USD. The supported values are:
# ARS, AUD, BGN, BRL, CAD, CHF, CNY, CZK, DKK, EUR, GBP, HKD, HUF, IDR, INR, JPY, KRW, LTL, MXN, NOK, NZD, PHP, PLN, RUB, SEK, THB, TRY, TWD, USD, VND, ZAR
# USD, JPY, EUR, GBP, AUD, KRW, BRL, CNY, DKK, RUB, SEK, NOK, PLN, TRY, TWD, HKD, THB, IDR, ARS, MXN, VND, PHP, INR, CHF, CAD, CZK, NZD, HUF, BGN, LTL, ZAR, UAH, AED, BOB, CLP, COP, EGP, HRK, ILS, MAD, MYR, PEN, PKR, RON, RSD, SAR, SGD, VEF, LVL
"eCommerceTracking": True or False, # Indicates whether ecommerce tracking is enabled for this view (profile).
"webPropertyId": "A String", # Web property ID of the form UA-XXXXX-YY to which this view (profile) belongs.
"timezone": "A String", # Time zone for which this view (profile) has been configured. Time zones are identified by strings from the TZ database.
Expand Down
Loading