Initiiert das Erstellen einer Berichtsaufgabe. Bei dieser Methode wird schnell eine Berichtsaufgabe zurückgegeben und eine lange laufende asynchrone Anforderung zum Erstellen eines benutzerdefinierten Berichts über Ihre Google Analytics-Ereignisdaten initiiert.
Eine Berichtsaufgabe wird aufbewahrt und kann 72 Stunden nach ihrer Erstellung abgefragt werden.
Eine Berichtsaufgabe, die von einem Nutzer erstellt wurde, kann von allen Nutzern mit Zugriff auf die Property aufgelistet und abgefragt werden.
HTTP-Anfrage
POST https://analyticsdata.googleapis.com/v1alpha/{parent=properties/*}/reportTasks
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Benötigte Informationen nicht gefunden","missingTheInformationINeed","thumb-down"],["Zu umständlich/zu viele Schritte","tooComplicatedTooManySteps","thumb-down"],["Nicht mehr aktuell","outOfDate","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Problem mit Beispielen/Code","samplesCodeIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-07-26 (UTC)."],[],["This describes the process to create a report task for Google Analytics event data. A `POST` request is sent to `https://analyticsdata.googleapis.com/v1alpha/{parent=properties/*}/reportTasks`, where `parent` specifies the property. The request body must include a `ReportTask` instance. Upon success, it will respond with an `Operation` instance. Authorization requires either the `analytics.readonly` or `analytics` scope. Created tasks are retained for 72 hours and accessible to all property users.\n"]]