Bloomreach Pixel Validator

Enables you to effortlessly track and validate Bloomreach pixel requests

Τι είναι το Bloomreach Pixel Validator;

Το Bloomreach Pixel Validator είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Bloomreach, και η κύρια λειτουργία του είναι "Enables you to effortlessly track and validate Bloomreach pixel requests".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Bloomreach Pixel Validator

Λήψη αρχείων επέκτασης Bloomreach Pixel Validator σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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'"
    }
}