Renvoie un rapport personnalisé sur vos données d'événements Google Analytics.
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2025/07/26 (UTC).
[[["Facile à comprendre","easyToUnderstand","thumb-up"],["J'ai pu résoudre mon problème","solvedMyProblem","thumb-up"],["Autre","otherUp","thumb-up"]],[["Il n'y a pas l'information dont j'ai besoin","missingTheInformationINeed","thumb-down"],["Trop compliqué/Trop d'étapes","tooComplicatedTooManySteps","thumb-down"],["Obsolète","outOfDate","thumb-down"],["Problème de traduction","translationIssue","thumb-down"],["Mauvais exemple/Erreur de code","samplesCodeIssue","thumb-down"],["Autre","otherDown","thumb-down"]],["Dernière mise à jour le 2025/07/26 (UTC)."],[[["\u003cp\u003eThis resource has no persistent data associated with it.\u003c/p\u003e\n"],["\u003cp\u003eIt provides methods for running various types of reports, including batch reports, pivot reports, realtime reports, and standard reports.\u003c/p\u003e\n"],["\u003cp\u003eIt offers compatibility checks to ensure the validity of report requests and a method to retrieve metadata for dimensions and metrics.\u003c/p\u003e\n"]]],["The resource has no persistent data. Key actions include retrieving various types of reports through different methods: `batchRunPivotReports` and `batchRunReports` for multiple reports, `runPivotReport` and `runReport` for customized reports, and `runRealtimeReport` for real-time data. The `checkCompatibility` method verifies the compatibility of dimensions and metrics in a report, while `getMetadata` provides details on available dimensions and metrics for reporting.\n"],null,["# REST Resource: properties\n\n- [Resource](#RESOURCE_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource\n--------\n\nThere is no persistent data associated with this resource.\n\n| Methods ------- ||\n|----------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------|\n| ### [batchRunPivotReports](/analytics/devguides/reporting/data/v1/rest/v1beta/properties/batchRunPivotReports) | Returns multiple pivot reports in a batch. |\n| ### [batchRunReports](/analytics/devguides/reporting/data/v1/rest/v1beta/properties/batchRunReports) | Returns multiple reports in a batch. |\n| ### [checkCompatibility](/analytics/devguides/reporting/data/v1/rest/v1beta/properties/checkCompatibility) | This compatibility method lists dimensions and metrics that can be added to a report request and maintain compatibility. |\n| ### [getMetadata](/analytics/devguides/reporting/data/v1/rest/v1beta/properties/getMetadata) | Returns metadata for dimensions and metrics available in reporting methods. |\n| ### [runPivotReport](/analytics/devguides/reporting/data/v1/rest/v1beta/properties/runPivotReport) | Returns a customized pivot report of your Google Analytics event data. |\n| ### [runRealtimeReport](/analytics/devguides/reporting/data/v1/rest/v1beta/properties/runRealtimeReport) | Returns a customized report of realtime event data for your property. |\n| ### [runReport](/analytics/devguides/reporting/data/v1/rest/v1beta/properties/runReport) | Returns a customized report of your Google Analytics event data. |"]]