Skip to content

Commit 0f3aaa3

Browse files
authored
Merge pull request #206 from ticketmaster-api/mfix
Mfix
2 parents c710021 + e39c23e commit 0f3aaa3

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

  • products-and-docs/widgets/checkout

products-and-docs/widgets/checkout/index.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,30 @@ Buyers see their order details
126126

127127
<div class="clearfix"></div>
128128

129+
## Configuration Flags
130+
131+
Additional configuration flags are available which can modify Universal Checkout's behavior on a per-event basis. These flags are passed in either of 2 ways: using query parameters on the Event URL, or HTML data attributes on the link itself.
132+
133+
For example, query parameters can be supplied as follows:
134+
135+
```
136+
<a href="http://www.ticketmaster.com/event/<id>?disable-widget=true">My Event</a>
137+
```
138+
139+
Similarly, data attributes can be supplied as follows:
140+
141+
```
142+
<a href="http://www.ticketmaster.com/event/<id>" disable-widget="true">My Event</a>
143+
```
144+
145+
The following configuration flags are currently supported:
146+
147+
| Query Parameter | Data Attribute | Description |
148+
|:----------------------------------------------------|
149+
| `?enable-widget=true` | `data-enable-widget="true"` | Forces a link to open in Universal Checkout every time |
150+
| `?disable-widget=true` | `data-disable-widget="true"` | Prevents a link from opening in Universal Checkout every time |
151+
152+
129153
## Affiliate Tracking
130154

131155
Any Impact Radius links on your site in the `ticketmaster.evyy.net` format will be treated just like any other Ticketmaster link. When buyers click the link, Universal Checkout will attribute any sales to your existing partner account with no redirect.

0 commit comments

Comments
 (0)