You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: products-and-docs/widgets/checkout/index.md
+24Lines changed: 24 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -126,6 +126,30 @@ Buyers see their order details
126
126
127
127
<divclass="clearfix"></div>
128
128
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:
|`?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
+
129
153
## Affiliate Tracking
130
154
131
155
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