Product interoperability

Can EdgeWorkers interact with metadata variables?

Yes, EdgeWorkers can read and write to PMUSER_ variables in the delivery property. See getVariable and setVariable for more information.

What product data does EdgeWorkers have access to?

EdgeWorkers has access to EdgeScape (stored in the request's User Location Object) and Device Characteristics (stored in the requests's Device Object).

Does EdgeWorkers replace Edge Side Includes (ESI)?

At some point, yes as we believe EdgeWorkers will offer a modernized approach to response and API orchestration use cases. At the current time, however, there are no firm plans to end of sale or discontinue ESI or Dynamic Content Assembly (DCA).

How do I execute EdgeWorkers from an ESI fragment?

To execute EdgeWorkers from an ESI fragment, you need to add the PMUSER_ENABLE_EW_ESI_FRAG user-defined variable to your rule and set it to true. The name of the variable must be UPPERCASE.

📘

The user-defined variable is only required if you are using the enhanced TLS network delivery method. When using the Standard TLS delivery method you do not need to add the user-defined variable.