This package has been deprecated

Author message:

No longer needed. See @ta-interaktiv/react-tracking for a replacement

ta-react-trackingpixel

1.1.0 • Public • Published

TA Tracking Pixel React Component

Creates an image instance which loads the URL for a tracking pixel.

Installation

npm install ta-react-trackingpixel --save
yarn add ta-react-trackingpixel

Usage

import TrackingPixel from 'ta-react-trackingpixel';
 
...
 
class YourComponent extends React.Component {
  render() {
    return (
      <TrackingPixel url="http://example.com/tracking.gif" />
    )
  }
}
 

API – 1.1.0

Props

Property Type Required Description
url string yes Source URL of the tracking pixel image to load.

Readme

Keywords

none

Package Sidebar

Install

npm i ta-react-trackingpixel

Weekly Downloads

0

Version

1.1.0

License

ISC

Last publish

Collaborators

  • xeophin