John Davidson

php - Expect integer in dimensionFilter of GA4 Api

0 comments
Message:


I want to find most visited sites which includes my/path.


I can get the most visited pages across the system so I want to add a filter to this request. When I add this filter I get the following output:


[Exception]
Expect integer.

This is my filter:


'dimensionFilter' => new FilterExpression([
'filter' => new Filter([
'field_name' => 'fullPageUrl',
'string_filter' => new StringFilter([
'value' => 'my/path',
'match_type' => 'CONTAINS'
])
])
])

What am I missing?



My Answer:
[
{
"dimensionName": "pagePath",
"operator": "EQUAL",
"expressions": ["my/path"]
}
]

Rate this post

5 of 5 based on 2547 votes

Comments




© 2024 Hayatsk.info - Personal Blogs Platform. All Rights Reserved.
Create blog  |  Privacy Policy  |  Terms & Conditions  |  Contact Us