ReportFooter

  • ReportFooter contains data available after report generation, such as warnings and row counts, and is always the last message in the stream response.

  • ReportFooter includes an array of ReportWarning objects which provide warnings associated with the report generation.

  • ReportFooter contains a matchingRowCount field indicating the total number of rows that matched the request, though this may not match the number of rows in the response.

  • ReportWarning objects have a type field specifying the warning type and a description field detailing the warning message in English.

  • The Type enum lists various possible warning types, including data before account timezone changes, data processing delays, or currency mismatches.

Groups data available after report generation, for example, warnings and row counts. Always sent as the last message in the stream response.

JSON representation
 { 
 "warnings" 
 : 
 [ 
 { 
 object (  ReportWarning 
 
) 
 } 
 ] 
 , 
 "matchingRowCount" 
 : 
 string 
 } 
Fields
warnings[]

object ( ReportWarning )

Warnings associated with generation of the report.

matchingRowCount

string ( int64 format)

Total number of rows that matched the request.

Warning: This count does NOT always match the number of rows in the response. Do not make that assumption when processing the response.

ReportWarning

Warnings associated with generation of the report.

JSON representation
 { 
 "type" 
 : 
 enum (  Type 
 
) 
 , 
 "description" 
 : 
 string 
 } 
Fields
type

enum ( Type )

Type of the warning.

description

string

Describes the details of the warning message, in English.

Type

Warning type.

Enums
TYPE_UNSPECIFIED Default value for an unset field. Do not use.
DATA_DELAYED There is an unusual delay in processing the source data for the requested date range. The report results might be less up to date than usual. AdMob is aware of the issue and is actively working to resolve it.
OTHER Warnings that are exposed without a specific type. Useful when new warning types are added but the API is not changed yet.
Create a Mobile Website
View Site in Mobile | Classic
Share by: