79808640

Date: 2025-11-04 08:03:18
Score: 1
Natty:
Report link

For anyone encountering this issue, I was able to get it to work using the following params:

$params = array(
            'filtering' => array(
                array(
                    'field' => 'created_time',
                    'operator' => 'GREATER_THAN',
                    'value' => strtotime($start_date)
                ),
            ),
            'limit' => 1000
        );

The Reason seems to be that time_range is only supported by the Insights API and not the Marketing API

Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: manuk