Wrong query parameters are passed to buildQuery in GoogleAnalyticsCounterAppManager reportData

Created on 11 July 2023, 12 months ago

Problem/Motivation

in php the function is defined like this:
protected function buildQuery($step, array $parameters = [], array $cache_options = [], $limit = NULL, $offset = NULL, $currentTimestamp = NULL) {

But when I call like this:
$this->buildQuery($step, $parameters, $cache_options, $currentTimestamp);

inside the buildQuery, $limit gets a default value as: 1689068264 - that's the timestamp, not the custom limit.

Steps to reproduce

Fix parameters ASAP.

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

πŸ› Bug report
Status

Fixed

Version

4.0

Component

Code

Created by

πŸ‡ΈπŸ‡°Slovakia kaszarobert

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.69.0 2024