Method: PinterestSdkClient::UserAccountApi#user_account_analytics
- Defined in:
- lib/pinterest_sdk/api/user_account_api.rb
#user_account_analytics(start_date, end_date, opts = {}) ⇒ Hash<String, AnalyticsMetricsResponse>
Get user account analytics Get analytics for the "operation user_account" - By default, the "operation user_account" is the token user_account. Optional: Business Access: Specify an ad_account_id to use the owner of that ad_account as the "operation user_account".
34 35 36 37 |
# File 'lib/pinterest_sdk/api/user_account_api.rb', line 34 def user_account_analytics(start_date, end_date, opts = {}) data, _status_code, _headers = user_account_analytics_with_http_info(start_date, end_date, opts) data end |