Skip to content

Commit

Permalink
Merge pull request #86 from rallisf1/main
Browse files Browse the repository at this point in the history
Bringing it up to date
  • Loading branch information
ItzYanick authored Mar 1, 2024
2 parents aa1e079 + 94d4fc2 commit 08417fd
Show file tree
Hide file tree
Showing 4 changed files with 2,161 additions and 1,276 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ A script that creates a Consent banner to activate detailed tracking on Ackee. J

## 🚀 Installation
```html
<script src="https://cdn.jsdelivr.net/npm/ackee-tracker-consent@1.2.0/dist/ackee-tracker-consent.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/ackee-tracker-consent@1.2.1/dist/ackee-tracker-consent.min.js"></script>

<script>
AckeeTrackerOptIn.consent('https://ackee.example.com', 'hd11f820-68a1-11e6-8047-79c0c2d9bce0')
Expand Down Expand Up @@ -124,6 +124,9 @@ The option-object can include the following properties:
// Activates Shadow if set to true
shadow: false,
// Possible Positions: bottom-left, bottom-right
position: 'bottom-left'
position: 'bottom-left',
// ackee-tracker options (see https://github.com/electerious/ackee-tracker for more infos)
ignoreLocalhost: true,
ignoreOwnVisits: true
}
```
Loading

0 comments on commit 08417fd

Please sign in to comment.