Предыдущий Search Ads 360 Reporting API выведен из эксплуатации. Теперь вы можете создавать свои отчеты с помощью нового Search Ads 360 Reporting API .
Обратите внимание, что методы get и getByCustomerId в Search Ads 360 Conversion API устарели в третьем квартале 2025 года. Чтобы продолжить доступ к данным о конверсиях, необходимо создать отчет с использованием ресурса конверсии с помощью нового Search Ads 360 Reporting API. Подробнее см. здесь.
Для каждого столбца, который вы хотите вернуть или отфильтровать в отчете, укажите columnName , указанное в таблице ниже. Вы также можете дополнительно указать headerText , startDate и endDate . Обратите внимание, что некоторые столбцы нельзя фильтровать; см. раздел «Фильтрируемый» в таблице ниже.
columnName
Описание
Поведение
Тип
Фильтруемый
status
Статус действия Floodlight: Active или Removed .
атрибут
Status
Да
creationTimestamp
Временная метка создания действия Floodlight в формате ISO 8601.
атрибут
Timestamp
Да
lastModifiedTimestamp
Временная метка последней модификации действия Floodlight, отформатированная в формате ISO 8601.
атрибут
Timestamp
Да
floodlightGroup
Название группы Floodlight.
атрибут
String
Да
floodlightGroupConversionType
Тип конверсий, генерируемых действиями Floodlight в этой группе: Action или Transaction .
[[["Прост для понимания","easyToUnderstand","thumb-up"],["Помог мне решить мою проблему","solvedMyProblem","thumb-up"],["Другое","otherUp","thumb-up"]],[["Отсутствует нужная мне информация","missingTheInformationINeed","thumb-down"],["Слишком сложен/слишком много шагов","tooComplicatedTooManySteps","thumb-down"],["Устарел","outOfDate","thumb-down"],["Проблема с переводом текста","translationIssue","thumb-down"],["Проблемы образцов/кода","samplesCodeIssue","thumb-down"],["Другое","otherDown","thumb-down"]],["Последнее обновление: 2025-05-08 UTC."],[[["Floodlight activity configuration attributes can be retrieved through an asynchronous report using the `Reports.request()` method."],["The report type must be specified as `\"reportType\": \"floodlightActivity\"` in the request body."],["The report allows you to request and filter data using attributes like `status`, `creationTimestamp`, `floodlightActivity`, and more."],["A comprehensive table outlines all available column names, their descriptions, data types, and whether they can be used for filtering."],["You can customize the report by specifying `headerText`, `startDate`, and `endDate` for each column."]]],["To generate a report on Floodlight activity attributes, use an asynchronous `Reports.request()` method and specify `\"reportType\": \"floodlightActivity\"`. Define the report's structure using `\"columns\"` and `\"filters\"`, listing `columnName` for each desired attribute. Additional `headerText`, `startDate`, and `endDate` fields can also be specified in the column. The report details Floodlight attributes such as `status`, `creationTimestamp`, `floodlightGroup`, and associated IDs, and if they are `filterable`.\n"]]