Skip to content

Commit

Permalink
📝 Update the README to include the new parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamDASILVA committed Mar 1, 2019
1 parent f2adf96 commit 92c03f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ The tracking pixel instance is available on all vue component instances as $fb.
|-------------------|----------------------------------------------------------------------------------------------------------|--------------------------------|
| enable() | If you had previously set `disabled: true` in config, enables the pixel and tracks the current page view | $fb.init(), $fb.track() |
| init() | Initialises the pixel | fbq('init', <options.pixelId>) |
| track() | Sends a track event | fbq('track', <options.track>) |
| query(key, value) | Call the underlying fbq instance with anything else | fbq(key, value) |
| track(event) | Sends a track event. It's `PageView` by default if the `event` is not defined. | fbq('track', <options.track>) |
| query(key, value, parameters) | Call the underlying fbq instance with anything else. The `parameters` attribute is optional. | fbq(key, value, parameters) |

## License

Expand Down

0 comments on commit 92c03f2

Please sign in to comment.