For the complete documentation index, see llms.txt. This page is also available as Markdown.

How to configure

Phase 1 — Control Panel foundations (in Matelso)

  1. Subscriber + number pool Create/validate subscriber and book a dynamic pool (size matched to traffic).

  2. Register domain Add the live domain (and aliases, www, staging if needed) in Matelso.

  3. Routing Set forwarding target, time profiles, IVR if required.

  4. Confirm pool is active Number(s) assigned and status OK before going live.

Phase 2 — Search & Replace (in Matelso)

  1. Open pool → Search & Replace.

  2. Add exact search texts for every format on the site, e.g.:

    • 0123 456 7890 (display)

    • +491234567890 / tel target

  3. Avoid   and mismatched spacing.

  4. Optional: channel/pool selectors only if you intentionally limit when numbers swap.

Phase 3 — Implement Matelso script (in JENTIS)

Add 'Matelso Global Tag' tag template to you JENTIS DCP. Loads the Matelso tracking library and enables core Matelso features, including dynamic phone number search and replace.

Keep in mind other Matelso tags are loading the library automatically when needed, however if you have the necessity to load the library manually at a certain time point you can use this tag.

Phase 4 — Configure Datapoints (in JENTIS)

Add 'Forward Call Data to GA4' tag in JENTIS DCP.

It loads Matelso library if not yet loaded and pushes all necessary metadata (timestamp, debug code, container etc.) and tracking datapoints as Custom Matelso push that is needed for a Google Analytics 4 S2S tag later on.

If your Google Analytics 4 S2S tag needs further customization you can push further datapoints with 'Custom Data Properties' GUI list in the tag view.

Phase 4.5 (optional) — Create your own Custom Matelso Push tag (in JENTIS)

Add 'Custom Push Event' tag in JENTIS DCP

With this tag you are able to push any kind of datapoints into Matelso as custom object. You could make use of those datapoints in Integrations 2.0 in Matelso.

This tag by default pushes all metadata necessary for the JENTIS system so Integration 2.0 could send correct tracking packet to your JENTIS DCP. Keep in mind: every custom datapoints needs extra configuration in Matelso Integration 2.0. Explained below.

Phase 5 — Integrations 2.0 (in Matelso)

This configuration lets you send tracking packets directly into your JENTIS DCP.

  1. Go to Configuration → Integrations 2.0 → Custom.

  2. Name it (e.g. CRM Post Call Push).

  3. Trigger: POST-Call (after hang-up; duration/outcome available).

  4. Apply Filters if needed, e.g.:

    • min duration

    • answered only

    • gclid / msclkid present for ads

  5. HTTP method: POST

  6. POST Body: Copy-paste the following JSON body

  7. HTTP Request Header: Header: ‘Content-Type’, Content: 'application/json'

  8. Destination: HTTPS host: Your JENTIS tracking domain of the desired Container (“hash.yourdomain”)

  9. Use '443’ as port

  10. No Path or HTTP Basic Auth needed

  11. Save and Link configuration with the correct Phone number pool.

Phase 5.5 (optional) — Retrieve Extra Datapoints in Integrations 2.0

Here is a quick guide how to retrieve extra datapoints into the integration:

Add your desired key into the variables object and add the value by the magnifier icon (Data Definition Dictionary - DDD)

POST Body of a JENTIS tracking packet

In DDD select 'Web data' > 'Custom' > 'Value' and insert the 'Custom Data Property Key' you configured in your "Custom Data Properties" GUI list in JENTIS and choose an 'Attribution' method as well as set a Fallback value for safety reasons. Lastly click on INSERT.

DDD explorer in Integrations 2.0
Custom Data Properties in JENTIS

How to Use your custom datapoint in JENTIS DCP

Create a Server-side variable with the following code snippet. Change propertyKey to the key you specified in Integrations 2.0 POST Payload body. In our example it is called your_extra_datapoint . Save it and use the Variable in any placeholders in the DCP.

Phase 6 — Configure Custom Google Analytics 4 S2S event in JENTIS

  1. Create your ‘Custom event’ tag for Google Analytics 4 S2S

  2. Configure the custom ‘Event name’ in the tag view

  3. Add 'Matelso Post Call' as trigger

Last updated

Was this helpful?