Segmentation with pageUrl returns unexpected results

I encountered unexpected results while trying to retrieve Actions.getPageUrls using the specified parameters:

    "period": "day", 
    "date": "2023-10-25,2023-10-26",
    "format": "json",
    "filter_limit": -1,
    "segment": f"pageUrl=@{subdomain}",

I noticed that this query returns accurate results for subdomain = "example.com/", but when I entered subdomain = "example.com", it returned an empty list.

I guess that the slash is necessary.
A pageUrl not only consists of a domain, but also always contains something of the page path.
So it looks more like expected behavior to me

1 Like