Bloomreach Pixel Validator

Enables you to effortlessly track and validate Bloomreach pixel requests

Bloomreach Pixel Validator란 무엇입니까?

Bloomreach Pixel Validator은(는) Bloomreach에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enables you to effortlessly track and validate Bloomreach pixel requests"입니다.

확장 프로그램 스크린샷

screenshot

Bloomreach Pixel Validator 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This tool helps you validate, diagnose, and troubleshoot your implementation of the Bloomreach pixel. Bloomreach Pixel Validator checks if all the required parameters are populated and validates the accuracy of a specific set of parameter values.

Here’s how you can use this tool: 

1. Toggle ON the recording to start the session.

2. Browse the site and record Pixel activity
Start browsing your site to record pixel logs. This can be a typical user workflow through your site. For instance, to check the implementation of the Conversion Page View Pixel and Add-to-cart Pixel, you can record yourself going through the checkout process after adding a few products to your cart. 

3. Understand Pixel records
You can now review what Pixel Validator captured. Each pixel record indicates the pixel status with the URL the pixel was fired on. The most recent pixel shows up on top in the expanded state. The records are color-coded to indicate the following.
- Red - We are unable to validate the pixel parameters.
- Yellow - Some parameters may have wrong or unnecessary values.
- Green - The captured pixel looks good.

4. Use additional features 
- Search using the type-in box to filter different parameters
- Copy values to the clipboard by clicking any parameter 
- Delete the recorded pixels
- Help option to get instant access to documentation. 
- Export files
Export option allows you to save the report as a PDF.  Clicking the button opens a new window with all your pixel records.

5. Toggle OFF the recording to end and clear the current session.                    

확장 프로그램 기본 정보

이름 Bloomreach Pixel Validator Bloomreach Pixel Validator
ID bednpgnjlfnlipjmglfhfbmjhecjeghc
공식 URL https://chromewebstore.google.com/detail/bloomreach-pixel-validato/bednpgnjlfnlipjmglfhfbmjhecjeghc
설명 Enables you to effortlessly track and validate Bloomreach pixel requests
파일 크기 282 KB
설치 횟수 2,017
현재 버전 3.0.0
최근 업데이트 2023-09-25
출시 날짜 2015-11-06
평점 4.00/5 총 1 개의 평점
개발자 Bloomreach
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://documentation.bloomreach.com/discovery/docs/validating-pixels
도움말 페이지 URL https://documentation.bloomreach.com/discovery/docs/help-pixel
개인정보 보호 정책 페이지 URL https://www.bloomreach.com/en/about/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Bloomreach Pixel Validator",
    "description": "Enables you to effortlessly track and validate Bloomreach pixel requests",
    "version": "3.0.0",
    "permissions": [
        "webRequest",
        "storage",
        "clipboardWrite"
    ],
    "host_permissions": [
        "*:\/\/*\/pix.gif*",
        "*:\/\/*\/*\/pix.gif*"
    ],
    "action": {
        "default_icon": {
            "16": "img\/br-logo-16.png",
            "32": "img\/br-logo-32.png",
            "48": "img\/br-logo-48.png",
            "128": "img\/br-logo-128.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/br-logo-16.png",
        "32": "img\/br-logo-32.png",
        "48": "img\/br-logo-48.png",
        "128": "img\/br-logo-128.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}