About Event Labels

About Event Labels

What are Event Labels📝

  1. Properties for further classifying and describing events in web analytics tools (such as Ptengine and Google Analytics).

  2. These are the [details] of the following user actions taken on websites and apps.

Form submission [content submitted, etc.]

New member registration [gender, age, etc.]

Other button clicks [products added to cart, etc.]

Basic Structure of Events🔍

Web analytics events (custom events in Ptengine) are primarily composed of three elements.

Event Category🗂️ Example: Button clicks, page views, form submissions, etc.—the "general type" of action

Event Action▶️ Example: Clicked, submitted, opened, etc.—the specific "action"

Event Label🏷️ Example: Which button, which page, what content, what type of user, etc.—the "detailed information"

Event Label has the role of recording the details and context of actions among these three elements.

The Role of Event Labels✨

By using event labels, you can gain a deeper understanding of user behavior.

In this way, event labels make the following content visible and provide insights for site improvements and marketing strategies.

  • "Why did users take that action"

  • "What characteristics lie behind that action"

Implementing Event Labels💡

Step 1: Clarify What You Want to Understand

This is the first and most important step in implementing event labels.

It is about clarifying "what user behaviors or intentions you want to understand more deeply."

Start by thinking about business challenges (example: "Why aren't purchases happening?", "Which content is effective?").

Questions to ask yourself:

What are your company's primary business goals?

What user behaviors are necessary to achieve them?

What details or context about that behavior do you want to understand?

Step 2: Preparing Code (Developer Guide)

Ptengine event labels can be implemented by embedding simple JavaScript code on your website.

Typically, the assistance of a developer with technical knowledge is required.

The basic calling format is as follows.

SUCCESS 'label_key1' is the event label name, and 'label_value1' is the label value.

Specific Implementation Examples

Example 1: When the "Download Materials" button is clicked

"Download Materials" is the event name

document_id and user_type are event labels

Example 2: Form Submission Event

"Contact Form Submission" is the event name

inquiry_type and service_name are event labels

INFO Ptengine tags are designed to be loaded asynchronously to prevent affecting your website's loading speed.

Key Points☝️

Labels can be freely designed to match "what you want to understand."

Code implementation support from Ptengine is also available (paid service).

Use Cases in Ptengine🚀

With Ptengine, you can easily set up and use event labels.

Implementation Steps🛠️ First, decide "what information you want to understand" (example: reasons why purchases don't happen, trends in popular products, etc.).

Use Case Examples📊 Compare cart addition rates and bounce rates by product category and price range to identify areas for improvement.

Summary📝

Event Labels are an important mechanism for recording the "details" and "context" of user behavior.

By leveraging this, you can deeply analyze "why that behavior occurred" and "what characteristics it has," leading to business problem discovery and improved results.

With Ptengine, you can easily get started with setting up and using event labels, so please make full use of them as a powerful tool for understanding users and improving your site.

最終更新