我想使用Google分析或数据工作室(或两者)创建一个时间序列图,显示社交网络随时间推介的推荐次数。
正如您在图片中看到的,每个社交网络都有一种颜色,图表的线条允许我比较来自每个网络的流量。
看起来这应该很简单,但我显然错过了一些东西。
答案 0 :(得分:0)
标准数据工作室时间序列图。
尺寸 - 日期
细分维度 - 来源/媒介(仅查看社交网络使过滤器仅包含您想要的来源)
指标 - 入口或会话
答案 1 :(得分:0)
你也可以使用"社交网络"作为您的细分维度,而不是源/媒介(这可能会让您获得太多不够精细的选项)。请记住,对于某些GA / Data Studio帐户,有两个维度称为"社交网络。"一个工作,一个没有。不知道为什么会这样。
答案 2 :(得分:0)
可以实现此目标的一种方法是使用带有Time Series的Control图表:
Bitmap getDefaultVideoPoster ()
View getVideoLoadingProgressView ()
void getVisitedHistory (ValueCallback<String[]> callback)
void onCloseWindow (WebView window)
boolean onConsoleMessage (ConsoleMessage consoleMessage)
void onConsoleMessage (String message, int lineNumber, String sourceID)
boolean onCreateWindow (WebView view, boolean isDialog, boolean isUserGesture, Message resultMsg)
void onExceededDatabaseQuota (String url, String databaseIdentifier, long quota, long estimatedDatabaseSize, long totalQuota, WebStorage.QuotaUpdater quotaUpdater)
void onGeolocationPermissionsHidePrompt ()
void onGeolocationPermissionsShowPrompt (String origin, GeolocationPermissions.Callback callback)
void onHideCustomView ()
boolean onJsAlert (WebView view, String url, String message, JsResult result)
boolean onJsBeforeUnload (WebView view, String url, String message, JsResult result)
boolean onJsConfirm (WebView view, String url, String message, JsResult result)
boolean onJsPrompt (WebView view, String url, String message, String defaultValue, JsPromptResult result)
boolean onJsTimeout ()
void onPermissionRequest (PermissionRequest request)
void onPermissionRequestCanceled (PermissionRequest request)
void onProgressChanged (WebView view, int newProgress)
void onReachedMaxAppCacheSize (long requiredStorage, long quota, WebStorage.QuotaUpdater quotaUpdater)
void onReceivedIcon (WebView view, Bitmap icon)
void onReceivedTitle (WebView view, String title)
void onReceivedTouchIconUrl (WebView view, String url, boolean precomposed)
void onRequestFocus (WebView view)
void onShowCustomView (View view, int requestedOrientation, WebChromeClient.CustomViewCallback callback)
void onShowCustomView (View view, WebChromeClient.CustomViewCallback callback)
boolean onShowFileChooser (WebView webView, ValueCallback<Uri[]> filePathCallback, WebChromeClient.FileChooserParams fileChooserParams)
Date
Source
Sessions
Medium
Google Data Studio Report和要详细说明的GIF: