Report Filter Criteria

Description

The ReportFilterCriteria enables a Report to be restricted to the given filtering criteria.


ParemeterTypeRequiredDescription
StartDateDateTimeRequiredBeginning date for the reporting period. Please note that the StartDate value will be localized into the Preferred Timezone of the userid that is passed in the ProviderCredential. See ContactAtOnce! Date and Time Handling for more information.
EndDateDateTimeRequiredEnding date for the reporting period. Please note that the EndDate value will be localized into the Preferred Timezone of the userid that is passed in the ProviderCredential. See ContactAtOnce! Date and Time Handling for more information.
AdvertiserIdStringOptionalAdvertiserId for the report request. If NULL or empty string, all advertisers returned by the report.
UseTimeStringOptionalDetermines whether report will be filtered by provided times in StartDate and EndDate.
  • true - Results will be filtered by dates and times.
  • false - Results will be filtered by dates only regardless of times provided.
Default = false.