Exemples
Restez organisé à l'aide des collections
Enregistrez et classez les contenus selon vos préférences.
{
"lead_id":"Cj0KCQjwit_8BRCoARIsAIx3Rj7g-AeL6z35IWb6VYiZUygtTfwD3hDlgSGmY-XTTlK3lfV1wcuIwIAaAmMxEALw_wcB",
"campaign_id":123456,
"gcl_id":"Cj0KCQjwit_8BRCoARIsAIx3Rj7g-AeL6z35IWb6VYiZUygtTfwD3hDlgSGmY-XTTlK3lfV1wcuIwIAaAmMxEALw_wcB",
"user_column_data": [
{
"column_name":"Full Name",
"string_value":"John Doe",
"column_id": "FULL_NAME"
},
{
"column_name": "User Phone",
"string_value":"+11234567890",
"column_id":"PHONE_NUMBER"
}
],
"api_version":"1.0",
"form_id":1234,
"google_key":"xfdgdgsgfchgvhgfchg",
}
{
"lead_id":"Cj0KCQjwit_8BRCoARIsAIx3Rj7g-AeL6z35IWb6VYiZUygtTfwD3hDlgSGmY-XTTlK3lfV1wcuIwIAaAmMxEALw_wcB",
"campaign_id":123456,
"gcl_id":"Cj0KCQjwit_8BRCoARIsAIx3Rj7g-AeL6z35IWb6VYiZUygtTfwD3hDlgSGmY-XTTlK3lfV1wcuIwIAaAmMxEALw_wcB",
"user_column_data": [
{
"column_name":"Full Name",
"string_value":"John Doe",
"column_id": "FULL_NAME"
},
{
"column_name": "User Phone",
"string_value":"+11234567890",
"column_id":"PHONE_NUMBER"
}
],
"api_version":"1.0",
"form_id":1234,
"Google_key":"xfdgdgsgfchgvhgfchg",
"is_test":true
}
Type de formulaire: nom, adresse e-mail, numéro de téléphone, code postal
Type de prospect: test
{
"lead_id":"Cj0KCQjwit_8BRCoARIsAIx3Rj7g-AeL6z35IWb6VYiZUygtTfwD3hDlgSGmY-XTTlK3lfV1wcuIwIAaAmMxEALw_wcB",
"campaign_id":123456,
"gcl_id":"Cj0KCQjwit_8BRCoARIsAIx3Rj7g-AeL6z35IWb6VYiZUygtTfwD3hDlgSGmY-XTTlK3lfV1wcuIwIAaAmMxEALw_wcB",
"user_column_data": [
{
"column_name":"Full Name",
"string_value":"John Doe",
"column_id": "FULL_NAME"
},
{
"column_name": "User Email",
"string_value":"abc@xyz.com",
"column_id":"EMAIL"
},
{
"column_name": "User Phone",
"string_value":"+11234567890",
"column_id":"PHONE_NUMBER"
},
{
"column_name": "Postal Code",
"string_value":"94043",
"column_id":"POSTAL_CODE"
}
],
"api_version":"1.0",
"form_id":1234,
"Google_key":"xfdgdgsgfchgvhgfchg",
"is_test":true
}
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2024/10/09 (UTC).
[[["Facile à comprendre","easyToUnderstand","thumb-up"],["J'ai pu résoudre mon problème","solvedMyProblem","thumb-up"],["Autre","otherUp","thumb-up"]],[["Il n'y a pas l'information dont j'ai besoin","missingTheInformationINeed","thumb-down"],["Trop compliqué/Trop d'étapes","tooComplicatedTooManySteps","thumb-down"],["Obsolète","outOfDate","thumb-down"],["Problème de traduction","translationIssue","thumb-down"],["Mauvais exemple/Erreur de code","samplesCodeIssue","thumb-down"],["Autre","otherDown","thumb-down"]],["Dernière mise à jour le 2024/10/09 (UTC)."],[[["This content includes lead data from three different form submissions, each captured within a JSON format."],["The forms collect user information such as Full Name, Phone Number, and in some instances, Email and Postal Code, all under specific column names and IDs."],["All form submissions provide additional details including a unique lead ID, a shared campaign ID, a Google Click Identifier (gcl_id), a shared form ID, and a google key."],["There is one production lead type, and two test lead types that are identified with a true value for is\\_test."],["The form types represented can consist of only Name and phone, or it can be Name, Email, Phone, and Postal code."]]],[]]