Conversion feeds for Starter integration (legacy)
Conversion Data Feed
{
"data" : [
{
"duration" : {
"date" : {"year":2020,"month":9,"day":21}
},
"num_transactions":"60"
},
{
"duration" : {
"date" : {"year":2020,"month":9,"day":22}
},
"num_transactions":"84"
},
{
"duration" : {
"date" : {"year":2020,"month":9,"day":23}
},
"num_transactions":"91"
}
]
}
Descriptor File
{
"generation_timestamp": 1524606581,
"name": "reservewithgoogle.conversion_data",
"data_file": [
"reservewithgoogle.conversion_data_1524606581_1.json",
"reservewithgoogle.conversion_data_1524606581_2.json"
]
}
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-05-20 UTC.
[null,null,["Last updated 2025-05-20 UTC."],[[["The Conversion Data Feed is a JSON file containing daily conversion data, including the date and number of transactions."],["The Descriptor File is a JSON file providing metadata about the Conversion Data Feed, such as generation timestamp, name, and a list of associated data files."],["The `duration` field within the Conversion Data Feed specifies the date of the recorded transactions using year, month, and day."],["The `num_transactions` field within the Conversion Data Feed represents the total number of transactions for the corresponding date."]]],["The data feed presents transaction counts for specific dates. On September 21, 2020, there were 60 transactions; September 22, 2020, had 84 transactions; and September 23, 2020, recorded 91 transactions. The descriptor file indicates that the data is named \"reservewithgoogle.conversion_data\" and was generated at timestamp 1524606581, with two associated data files. The conversion data file have the num_transactions info related to a specific date.\n"]]