Linux 软件免费装

Datalayer For Elementor

开发者 otaviodeveloper
sourei
更新时间 2022年6月1日 01:39
PHP版本: 7.4 及以上
WordPress版本: 5.9.3
版权: GPLv2 or later
版权网址: 版权信息

标签

woocommerce elementor google tag manager datalayer formsubmit

下载

1.0.1 1.0.0

详情介绍:

  1. Get the user location and IP address;
  2. When filling out and submitting an Elementor form it's returned the time and date that the submission was triggered;
  3. 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": "example@sourei.com.br", "raw_value": "example@sourei.com.br", "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 }

更新日志:

1.0 - 2022/05/05