1. Confirmation: The E-Marketing website tracking code has been embedded in the company's official website
Access [E-Marketing] - [Official Website Access], copy the tracking code of the official website, and install it to the website page that needs to be tracked on the official website by the operation and maintenance staff of the company's official website.

The installation location is before the end of the page body tag, an example is as follows:

2. Obtain different form embed codes and install them on the official website according to the official website leads form placement requirements;


- The iframe embedding is suitable for tiling the form on the official website page, and it will be displayed when entering the page;
- Just place the iframe embedding code at the position to be displayed on the page, and add a style tag to the iframe to set the width and height styles according to the page display requirements, such as: style="width:300px;height:400px";
- Embedding examples are as follows:

- Dynamic embedding is suitable for clicking the button to display the form, or displaying the form after a period of time;
- Embedding examples are as follows:

Parameter Description:
id: the id of the container that holds the iframe
src: the path of the embedded form
style:'width:300px;height:400px' The iframe width and height can be adjusted according to the page size
Note: It is necessary to ensure that the container holding the iframe has been loaded when calling the embedding method.