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 2024-10-31 UTC.
[null,null,["Last updated 2024-10-31 UTC."],[[["The data feed provides daily conversion data, including the number of transactions for each date."],["The provided data feed example shows transactions for three days in September 2020."],["A separate descriptor file lists associated data files with timestamps and names."],["The \"num_transactions\" field represents the total transactions for a given date within the data feed."],["The example focuses on Reserve with Google conversion data, as indicated by the descriptor filename."]]],[]]