AMP
  • websites

amp-pixel

Introduction

amp-pixel is a lightweight mechanism for measuring pageviews. It provides functionality similar to amp-analytics, but only includes a single event (views), and offers fewer transport mechanisms and variables.

Setup

amp-pixel is a built-in component and does not require loading an extension.

Basic usage

The amp-pixel issues a simple GET request to the given URL and ignores the result. This is a fast way to track pageviews.

<amp-pixel src="https://ampbyexample.com/tracker/foo" layout="nodisplay"></amp-pixel>

Variable substitution

The variables noted in amp-var-substitutions will be interpolated in the URL as a way to capture some meaningful data.

<amp-pixel src="https://ampbyexample.com/tracker/foo?redirectTime=REDIRECT_TIME&sourceHost=SOURCE_HOSTNAME&viewer=VIEWER" layout="nodisplay"></amp-pixel>

Referrer Policy

The optional referrerpolicy attribute allows you to strip the 'Referrer' header in the outbound HTTP request. Other values of referrerpolicy that are valid for other tags (e.g. amp-img) are not available for amp-pixel.

<amp-pixel src="https://ampbyexample.com/tracker/foo" layout="nodisplay" referrerpolicy="no-referrer"></amp-pixel>
Bạn cần được giải thích thêm?

Nếu bạn vẫn còn thắc mắc sau khi đọc hướng dẫn trên trang này, hãy liên hệ với những người dùng AMP khác để thảo luận về trường hợp sử dụng cụ thể của bạn.

Truy cập Stack Overflow
Một tính năng chưa được giải thích?

Dự án AMP đặc biệt khuyến khích sự tham gia và đóng góp của bạn! Chúng tôi hi vọng bạn sẽ trở thành một người tham gia tích cực trong cộng đồng mã nguồn mở của chúng tôi, nhưng chúng tôi cũng chào mừng các đóng góp đơn lẻ về vấn đề mà bạn đặc biệt quan tâm.

Chỉnh sửa mẫu trên GitHub