Başlangıç entegrasyonu için dönüşüm feed'leri (eski)
Dönüşüm Veri Feed'i
{
"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"
}
]
}
Tanımlayıcı Dosyası
{
"generation_timestamp": 1524606581,
"name": "reservewithgoogle.conversion_data",
"data_file": [
"reservewithgoogle.conversion_data_1524606581_1.json",
"reservewithgoogle.conversion_data_1524606581_2.json"
]
}
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2024-11-26 UTC.
[null,null,["Son güncelleme tarihi: 2024-11-26 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."]]],[]]