Google Analyticsからデータ接続する際のフィルターについて
GAからデータ接続する際に複数のフィルターディメンションを設定したいのですが、うまくいかず困っております。
何か解決方法はございますでしょうか。
状況例としては
ディメンションAのX、かつ、ディメンションBのY
を満たすデータのみ接続したいと考えております。
自分なりに以下のように記述してみたのですが、エラーが起きます。
{ "dimensionFilterClauses": [ { "filters": [ { "dimensionName": "ga:dimensionA", "operator": "EXACT", "expressions": ["X"] } ] AND [ { "dimensionName": "ga:dimensionB", "operator": "EXACT", "expressions": ["Y"] } ] } ] }
0
Comments
-
Try this:
{ "dimensionFilterClauses": [ { "operator": "AND", "filters": [ { "dimensionName": "ga: dimensionA", "operator": "EXACT", "expressions": ["X"] }, { "dimensionName": "ga: dimensionB", "operator": "EXACT", "expressions": ["Y"] } ] } ] }
**Was this post helpful? Click Agree or Like below**
**Did this solve your problem? Accept it as a solution!**0
Categories
- 7.7K All Categories
- 3 Connect
- 919 Connectors
- 244 Workbench
- 477 Transform
- 1.8K Magic ETL
- 60 SQL DataFlows
- 446 Datasets
- 37 Visualize
- 198 Beast Mode
- 2K Charting
- 8 Variables
- 1 Automate
- 348 APIs & Domo Developer
- 82 Apps
- Workflows
- 14 Predict
- 3 Jupyter Workspaces
- 11 R & Python Tiles
- 241 Distribute
- 59 Domo Everywhere
- 241 Scheduled Reports
- 15 Manage
- 36 Governance & Security
- 27 Product Ideas
- 1.1K Ideas Exchange
- Community Forums
- 14 Getting Started
- 1 Community Member Introductions
- 49 Community News
- 18 Event Recordings
- 579 日本支部