Tieni presente che i metodi get e getByCustomerId nell'API Search Ads 360 Conversion verranno ritirati nel terzo trimestre del 2025. Per continuare ad accedere ai dati sulle conversioni, devi creare un report utilizzando la risorsa conversion con la nuova API Search Ads 360 Reporting. Scopri di più qui.
Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
La nuova API Search Ads 360 Reporting è ora disponibile. La nuova API fornisce
Maggiore flessibilità per la creazione di report personalizzati e l'integrazione dei dati nelle applicazioni di generazione dei report
e processi. Scopri di più sulla migrazione e sull'utilizzo dei nuovi report di Search Ads 360
tramite Google Cloud.
L'API Search Ads 360 restituisce solo dati aggregati, a meno che non vengano richiesti segmenti più dettagliati
e i dati di Google Cloud. Ad esempio, la colonna Clic in una parola chiave
report riporta il numero totale di clic su una parola chiave durante l'intervallo di tempo specificato.
keywordText
keywordLandingPage
clicks
widget
http://www.example.com
6000
Ma se richiedi un report sulle parole chiave che segmenta per trimestre, per ogni parola chiave verrà
vedrai una riga per ogni trimestre e nella colonna Clic saranno elencati i totali trimestrali.
keywordText
keywordLandingPage
quarterStart
quarterEnd
clicks
widget
http://www.example.com
2012-01-01
2012-03-31
1000
widget
http://www.example.com
2012-04-01
2012-06-30
1000
widget
http://www.example.com
2012-07-01
2012-09-30
1000
widget
http://www.example.com
2012-10-01
2012-12-31
3000
Tieni presente che un report segmentato restituisce una riga solo se sono disponibili dati per un segmento.
Ad esempio, in un report sulle parole chiave con la colonna floodlightActivity, una parola chiave e
La coppia attività Floodlight non viene visualizzata nel report se non sono attribuite metriche
per l'intervallo di date del report.
Alcuni segmenti non sono compatibili con colonne specifiche
Alcuni segmenti possono causare la restituzione di dati non validi per colonne specifiche. Ad esempio, la segmentazione per
floodlightActivity è significativo solo se includi colonne che segnalano Floodlight
di dati, ad esempio dfaActions, dfaRevenue, dfaTransactions,
e dfaWeightedActions. Altri tipi di colonne delle conversioni, ad esempio
adWordsConversions) oppure colonne che segnalano metriche del motore (come clic e
impressioni), non contengono dati riportati da Floodlight; pertanto restituiscono valori non validi se
segmentare un report per floodlightActivity.
Come richiedere un report segmentato
Per richiedere un report segmentato, includi una colonna che indichi il comportamento di segment nel riferimento Tipi di report.
La seguente richiesta asincrona è relativa a un report sulle parole chiave segmentato per trimestre. La
nella colonna dei clic di ogni riga conterrà il numero totale di clic relativi al trimestre:
Nota: fai attenzione alle date. Se richiedi un report trimestrale, assicurati che
timeRange del report
include l'intero trimestre. In caso contrario, riceverai solo risultati parziali, il che potrebbe
persone pensano che ci sia stata una drastica riduzione dei clic, delle entrate e così via.
Richiesta di più segmenti
In una richiesta puoi includere più di una colonna di segmenti. Tieni presente quanto segue:
Se esegui la segmentazione per settimana, mese o trimestre, ti consigliamo di includere entrambi i campi
le colonne di inizio e fine nella richiesta. Ad esempio, in un report trimestrale, includi sia
le colonne quarterStart e quarterEnd. L'inclusione di entrambi
colonne restituiranno le date di inizio e fine del periodo, per confermare che
inclusi i dati relativi a ogni periodo completo.
Non puoi includere tipi diversi di segmenti relativi al tempo nella stessa richiesta.
Ad esempio, non è possibile segmentare per trimestre e mese nella stessa richiesta.
Il numero di righe può aumentare in modo esponenziale con ogni segmento aggiuntivo.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Mancano le informazioni di cui ho bisogno","missingTheInformationINeed","thumb-down"],["Troppo complicato/troppi passaggi","tooComplicatedTooManySteps","thumb-down"],["Obsoleti","outOfDate","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Problema relativo a esempi/codice","samplesCodeIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2025-08-29 UTC."],[[["\u003cp\u003eThe new Search Ads 360 Reporting API offers greater flexibility for creating custom reports and integrating data into your workflows.\u003c/p\u003e\n"],["\u003cp\u003eThe API provides aggregated data by default, but you can request segmented data for a more granular view, such as segmenting by quarter to see quarterly click totals.\u003c/p\u003e\n"],["\u003cp\u003eSome segments are incompatible with certain columns, and including multiple segments can significantly increase the number of rows in your reports.\u003c/p\u003e\n"],["\u003cp\u003eWhen requesting segmented reports, ensure the time range covers the entire segment period for accurate results, and be mindful of potential data inconsistencies when combining segments with specific columns.\u003c/p\u003e\n"],["\u003cp\u003eYou can request segmented reports by including columns with "segment" behavior, as demonstrated in the provided code example for a keyword report segmented by quarter.\u003c/p\u003e\n"]]],["The new Search Ads 360 Reporting API allows for building custom reports and integrating data. Segmented reports show detailed data, with each segment (e.g., quarter) receiving its own row and totals. Rows appear only if data exists for the segment. Certain segments are incompatible with specific columns, yielding invalid data. To request a segmented report include a column listing `segment` as it's behavior, and when requesting time-related segments, ensure that the date range encompasses the full period. The use of multiple segments in a report is possible but they can not be time related.\n"],null,["# Segmented Reports\n\nThe new Search Ads 360 Reporting API is now available. The new API provides enhanced flexibility to build custom reports and integrate the data into your reporting applications and processes. Learn more about migrating to and using the [new Search Ads 360 Reporting\nAPI](https://developers.google.com/search-ads/reporting/overview).\n\n\nThe Search Ads 360 API returns only aggregated data unless you request more detailed, segmented\ndata. For example, the clicks column in a [keyword\nreport](/search-ads/v2/report-types/keyword) lists the total number of clicks on a keyword during the time range you specify.\n\n| keywordText | keywordLandingPage | clicks |\n|-------------|------------------------|--------|\n| widgets | http://www.example.com | 6000 |\n\nBut if you request a keyword report that segments by quarter, for each keyword you'll\nsee one row for each quarter, and the clicks column will list the quarterly totals. \n\n| keywordText | keywordLandingPage | quarterStart | quarterEnd | clicks |\n|-------------|------------------------|--------------|------------|--------|\n| widgets | http://www.example.com | 2012-01-01 | 2012-03-31 | 1000 |\n| widgets | http://www.example.com | 2012-04-01 | 2012-06-30 | 1000 |\n| widgets | http://www.example.com | 2012-07-01 | 2012-09-30 | 1000 |\n| widgets | http://www.example.com | 2012-10-01 | 2012-12-31 | 3000 |\n\nNote that a segmented report returns a row only if data is available for a segment.\nFor example, in a keyword report with the `floodlightActivity` column, a keyword and\nFloodlight activity pair will not appear in the report if there are no metrics attributed\nto it for the report date range.\n\n### Some segments are incompatible with specific columns\n\nSome segments may cause specific columns to return invalid data. For example, segmenting by\n`floodlightActivity` is meaningful only if you include columns that report Floodlight\ndata, such as `dfaActions`, `dfaRevenue`, `dfaTransactions`,\nand `dfaWeightedActions`. Other types of conversion columns (such as\n`adWordsConversions`), or columns that report engine metrics (such as clicks and\nimpressions), don't contain data reported by Floodlight, so they return invalid values if you\nsegment a report by `floodlightActivity`.\n\n### How to request a segmented report\n\nTo request a segmented report, include a column that lists `segment` as its behavior in the [Types of Reports](/search-ads/v2/report-types) reference.\n\nThe following asynchronous request is for a keyword report segmented by quarter. The\nclicks column in each row will contain the total number of clicks for the quarter: \n\n```\n{\n \"reportScope\": {\n \"agencyId\": \"20700000000000123\", // Replace with your IDs\n \"advertiserId\": \"2170000012345\" // Replace with your IDs\n },\n \"reportType\": \"keyword\",\n\n \"columns\": [\n { \"columnName\": \"campaignId\" },\n { \"columnName\": \"keywordText\" },\n { \"columnName\": \"keywordLandingPage\" },\n\n { \"columnName\": \"quarterStart\" },\n { \"columnName\": \"quarterEnd\" },\n { \"columnName\": \"clicks\" },\n ]\n \"timeRange\" : {\n \"startDate\" : \"2012-01-01\",\n \"endDate\" : \"2012-12-31\"\n },\n \"downloadFormat\": \"csv\",\n \"maxRowsPerFile\": 5000000,\n \"statisticsCurrency\": \"agency\",\n \"verifySingleTimeZone\": false,\n \"includeRemovedEntities\": false\n}\n \n``` \n**Note** : Be careful with dates. If you're requesting a quarterly report, make sure that the report's [timeRange](/search-ads/v2/reference/reports#request.timeRange) includes the entire quarter. Otherwise you'll get only partial results, which might make people think there's been a drastic reduction in clicks, revenue, and so on.\n\nRequesting multiple segments\n----------------------------\n\nYou can include more than one segment column in a request. Note the following:\n\n- If you segment by week, month, or quarter, we recommend that you include both the\n start and end columns in your request. For example, in a quarterly report, include both\n the `quarterStart` and `quarterEnd` columns. Including both of these\n columns will output the period's start and end dates, which will help confirm that you've\n included data for each full period.\n\n- You cannot include different types of time-related segments in the same request.\n For example, you cannot segment by quarter and month in the same request.\n\n- The number of rows could increase exponentially with each additional segment."]]