內容簡介
獲取使用者位置與 IP 位置;
在填寫與提交 Elementor 表單時,將返回提交所觸發的時間和日期;
在填寫並提交 Elementor 表單時,所有表單字段都會被發送到 dataLayer 中,遵循以下模型:
{
"event": "formSubmitDLFSE",
"fields": {
"name": {
"id": "name",
"type": "text",
"title": "姓名",
"value": "Name Example",
"raw_value": "Name Example",
"required": true
},
"phone": {
"id": "phone",
"type": "text",
"title": "電話",
"value": "(99) 99999-9999",
"raw_value": "(99) 99999-9999",
"required": true
},
"email": {
"id": "email",
"type": "email",
"title": "電子郵件",
"value": "[email protected]",
"raw_value": "[email protected]",
"required": true
},
"city": {
"id": "city",
"type": "text",
"title": "城市",
"value": "Varginha",
"raw_value": "Varginha",
"required": true
},
"service": {
"id": "service",
"type": "checkbox",
"title": "感興趣的服務",
"value": "Digitalisation",
"raw_value": [
"Digitalisation"
],
"required": false
}
},
"gtm.uniqueEventId": 21
}
集成的服務
WordPress
Woocommerce
Elementor
Google Tag Manager
安裝:
將插件文件上傳到 wp-content/plugins 文件夾中,或使用 WordPress 插件安裝器安裝。
啟用插件。
相容性:
需要 Elementor 3.0 或更高版本。
外掛標籤
開發者團隊
原文外掛簡介
Get the user location and IP address;
When filling out and submitting an Elementor form it’s returned the time and date that the submission was triggered;
When filling out and submitting an Elementor form, all form fields are sent to the dataLayer, following the following model:
{
“event”: “formSubmitDLFSE”,
“fields”: {
“nome”: {
“id”: “nome”,
“type”: “text”,
“title”: “Nome”,
“value”: “Name Example”,
“raw_value”: “Name Example”,
“required”: true
},
“telefone”: {
“id”: “telefone”,
“type”: “text”,
“title”: “Telefone”,
“value”: “(99) 99999-9999”,
“raw_value”: “(99) 99999-9999”,
“required”: true
},
“email”: {
“id”: “email”,
“type”: “email”,
“title”: “Email”,
“value”: “[email protected]”,
“raw_value”: “[email protected]”,
“required”: true
},
“cidade”: {
“id”: “cidade”,
“type”: “text”,
“title”: “Cidade”,
“value”: “Varginha”,
“raw_value”: “Varginha”,
“required”: true
},
“servico”: {
“id”: “servico”,
“type”: “checkbox”,
“title”: “Serviços interessado”,
“value”: “Digitalização”,
“raw_value”: [
“Digitalização”
],
“required”: false
}
},
“gtm.uniqueEventId”: 21
}
Integrated Services
WordPress
Woocommerce
Elementor
Google Tag Manager
Instalation:
Upload the plugin files to the wp-content/plugins folder, or install using the WordPress plugin installer.
Activate the plugin.
Compatibility:
Requires Elementor 3.0 or later.
