File size: 76,915 Bytes
f1554a2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
<!DOCTYPE html>
<html itemscope itemtype="http://schema.org/Article">
<head profile="http://www.w3.org/1999/xhtml/vocab">

    <!-- data layer stuff for mymaccas -->
    <script>
      var mcd_user_is_logged_in = false;
      dataLayer = [{ 'element-classes-custom': 'uid_logged_in_status', 'log-in': mcd_user_is_logged_in ? 'Logged In' : 'Not Logged In' }];
    </script>
  
      <!-- Hotjar Tracking Code for McDonald's Australia  -->
    <script>
      (function(h,o,t,j,a,r){
          h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
          h._hjSettings={hjid:785384,hjsv:6};
          a=o.getElementsByTagName('head')[0];
          r=o.createElement('script');r.async=1;
          r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
          a.appendChild(r);
      })(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');
    </script>
    <!-- End Hotjar Tracking Code for McDonald's Australia  -->
    <!-- Google Tag Manager -->
    <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
        new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
        j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
        '//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
      })(window,document,'script','dataLayer','GTM-MGXGZ3');</script>
    <!-- End Google Tag Manager -->
  
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="shortcut icon" href="https://mcdonalds.com.au/favicon.ico" type="image/vnd.microsoft.icon" />
<meta property="og:title" content="GMA Privacy Policy | McDonald&#039;s Australia" />
<link rel="canonical" href="https://mcdonalds.com.au/apps/gma/privacy-policy" />
<link rel="shortlink" href="https://mcdonalds.com.au/node/4403" />
  <meta http-equiv="X-UA-Compatible" content="IE=edge"><script type="text/javascript">(window.NREUM||(NREUM={})).init={ajax:{deny_list:["bam.nr-data.net"]}};(window.NREUM||(NREUM={})).loader_config={licenseKey:"098765bcde",applicationID:"46624823"};;(()=>{var e,t,r={9071:(e,t,r)=>{"use strict";r.d(t,{I:()=>n});var n=0,i=navigator.userAgent.match(/Firefox[\/\s](\d+\.\d+)/);i&&(n=+i[1])},6900:(e,t,r)=>{"use strict";let n;if(r.d(t,{H:()=>i}),r(2374).il){const e=document.createElement("div");e.innerHTML="\x3c!--[if lte IE 6]><div></div><![endif]--\x3e\x3c!--[if lte IE 7]><div></div><![endif]--\x3e\x3c!--[if lte IE 8]><div></div><![endif]--\x3e\x3c!--[if lte IE 9]><div></div><![endif]--\x3e",n=e.getElementsByTagName("div").length}var i;i=4===n?6:3===n?7:2===n?8:1===n?9:0},6562:(e,t,r)=>{"use strict";r.d(t,{P_:()=>h,Mt:()=>v,C5:()=>d,DL:()=>w,OP:()=>B,lF:()=>V,Yu:()=>A,Dg:()=>p,CX:()=>l,GE:()=>y,sU:()=>M});var n={};r.r(n),r.d(n,{agent:()=>O,match:()=>_,version:()=>S});var i=r(6797),o=r(909),a=r(8610);class s{constructor(e,t){try{if(!e||"object"!=typeof e)return(0,a.Z)("New setting a Configurable requires an object as input");if(!t||"object"!=typeof t)return(0,a.Z)("Setting a Configurable requires a model to set its initial properties");Object.assign(this,t),Object.entries(e).forEach((e=>{let[t,r]=e;const n=(0,o.q)(t);n.length&&r&&"object"==typeof r&&n.forEach((e=>{e in r&&((0,a.Z)(`"${e}" is a protected attribute and can not be changed in feature ${t}.  It will have no effect.`),delete r[e])})),this[t]=r}))}catch(e){(0,a.Z)("An error occured while setting a Configurable",e)}}}const c={beacon:i.ce.beacon,errorBeacon:i.ce.errorBeacon,licenseKey:void 0,applicationID:void 0,sa:void 0,queueTime:void 0,applicationTime:void 0,ttGuid:void 0,user:void 0,account:void 0,product:void 0,extra:void 0,jsAttributes:{},userAttributes:void 0,atts:void 0,transactionName:void 0,tNamePlain:void 0},u={};function d(e){if(!e)throw new Error("All info objects require an agent identifier!");if(!u[e])throw new Error(`Info for ${e} was never set`);return u[e]}function l(e,t){if(!e)throw new Error("All info objects require an agent identifier!");u[e]=new s(t,c),(0,i.Qy)(e,u[e],"info")}const f={allow_bfcache:!1,privacy:{cookies_enabled:!0},ajax:{deny_list:void 0,enabled:!0,harvestTimeSeconds:10},distributed_tracing:{enabled:void 0,exclude_newrelic_header:void 0,cors_use_newrelic_header:void 0,cors_use_tracecontext_headers:void 0,allowed_origins:void 0},ssl:void 0,obfuscate:void 0,jserrors:{enabled:!0,harvestTimeSeconds:10},metrics:{enabled:!0,harvestTimeSeconds:10},page_action:{enabled:!0,harvestTimeSeconds:30},page_view_event:{enabled:!0},page_view_timing:{enabled:!0,harvestTimeSeconds:30},session_trace:{enabled:!0,harvestTimeSeconds:10},spa:{enabled:!0,harvestTimeSeconds:10}},g={};function h(e){if(!e)throw new Error("All configuration objects require an agent identifier!");if(!g[e])throw new Error(`Configuration for ${e} was never set`);return g[e]}function p(e,t){if(!e)throw new Error("All configuration objects require an agent identifier!");g[e]=new s(t,f),(0,i.Qy)(e,g[e],"config")}function v(e,t){if(!e)throw new Error("All configuration objects require an agent identifier!");var r=h(e);if(r){for(var n=t.split("."),i=0;i<n.length-1;i++)if("object"!=typeof(r=r[n[i]]))return;r=r[n[n.length-1]]}return r}const m={accountID:void 0,trustKey:void 0,agentID:void 0,licenseKey:void 0,applicationID:void 0,xpid:void 0},b={};function w(e){if(!e)throw new Error("All loader-config objects require an agent identifier!");if(!b[e])throw new Error(`LoaderConfig for ${e} was never set`);return b[e]}function y(e,t){if(!e)throw new Error("All loader-config objects require an agent identifier!");b[e]=new s(t,m),(0,i.Qy)(e,b[e],"loader_config")}const A=(0,i.mF)().o;var x=r(6900),E=r(2053),O=null,S=null;if(navigator.userAgent){var D=navigator.userAgent,j=D.match(/Version\/(\S+)\s+Safari/);j&&-1===D.indexOf("Chrome")&&-1===D.indexOf("Chromium")&&(O="Safari",S=j[1])}function _(e,t){if(!O)return!1;if(e!==O)return!1;if(!t)return!0;if(!S)return!1;for(var r=S.split("."),n=t.split("."),i=0;i<n.length;i++)if(n[i]!==r[i])return!1;return!0}var k=r(5526),T=r(2374);const P="NRBA_SESSION_ID";function C(){if(!T.il)return null;try{let e;return null===(e=window.sessionStorage.getItem(P))&&(e=(0,k.ky)(16),window.sessionStorage.setItem(P,e)),e}catch(e){return null}}var I=T._A?.XMLHttpRequest,N=I&&I.prototype;const R={};function B(e){if(!e)throw new Error("All runtime objects require an agent identifier!");if(!R[e])throw new Error(`Runtime for ${e} was never set`);return R[e]}function M(e,t){if(!e)throw new Error("All runtime objects require an agent identifier!");var r;R[e]=new s(t,(r=e,{customTransaction:void 0,disabled:!1,features:{},isolatedBacklog:!1,loaderType:void 0,maxBytes:6===x.H?2e3:3e4,offset:(0,E.yf)(),onerror:void 0,origin:""+T._A?.location,ptid:void 0,releaseIds:{},sessionId:1==v(r,"privacy.cookies_enabled")?C():null,xhrWrappable:I&&N&&N.addEventListener&&!/CriOS/.test(navigator.userAgent),userAgent:n})),(0,i.Qy)(e,R[e],"runtime")}function V(e){return function(e){try{const t=d(e);return!!t.licenseKey&&!!t.errorBeacon&&!!t.applicationID}catch(e){return!1}}(e)}},8226:(e,t,r)=>{"use strict";r.d(t,{q:()=>n});const n="1223.PROD"},9557:(e,t,r)=>{"use strict";r.d(t,{w:()=>o});var n=r(8610);const i={agentIdentifier:""};class o{constructor(e){try{if("object"!=typeof e)return(0,n.Z)("shared context requires an object as input");this.sharedContext={},Object.assign(this.sharedContext,i),Object.entries(e).forEach((e=>{let[t,r]=e;Object.keys(i).includes(t)&&(this.sharedContext[t]=r)}))}catch(e){(0,n.Z)("An error occured while setting SharedContext",e)}}}},4329:(e,t,r)=>{"use strict";r.d(t,{L:()=>d,R:()=>c});var n=r(3752),i=r(7022),o=r(4045),a=r(2325);const s={};function c(e,t){const r={staged:!1,priority:a.p[t]||0};u(e),s[e].get(t)||s[e].set(t,r)}function u(e){e&&(s[e]||(s[e]=new Map))}function d(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"feature";if(u(e),!e||!s[e].get(t))return a(t);s[e].get(t).staged=!0;const r=Array.from(s[e]);function a(t){const r=e?n.ee.get(e):n.ee,a=o.X.handlers;if(r.backlog&&a){var s=r.backlog[t],c=a[t];if(c){for(var u=0;s&&u<s.length;++u)l(s[u],c);(0,i.D)(c,(function(e,t){(0,i.D)(t,(function(t,r){r[0].on(e,r[1])}))}))}delete a[t],r.backlog[t]=null,r.emit("drain-"+t,[])}}r.every((e=>{let[t,r]=e;return r.staged}))&&(r.sort(((e,t)=>e[1].priority-t[1].priority)),r.forEach((e=>{let[t]=e;a(t)})))}function l(e,t){var r=e[1];(0,i.D)(t[r],(function(t,r){var n=e[0];if(r[0]===n){var i=r[1],o=e[3],a=e[2];i.apply(o,a)}}))}},3752:(e,t,r)=>{"use strict";r.d(t,{ee:()=>u});var n=r(6797),i=r(3916),o=r(7022),a=r(6562),s="nr@context";let c=(0,n.fP)();var u;function d(){}function l(){return new d}function f(){(u.backlog.api||u.backlog.feature)&&(u.aborted=!0,u.backlog={})}c.ee?u=c.ee:(u=function e(t,r){var n={},c={},g={},h=!1;try{h=16===r.length&&(0,a.OP)(r).isolatedBacklog}catch(e){}var p={on:b,addEventListener:b,removeEventListener:w,emit:m,get:A,listeners:y,context:v,buffer:x,abort:f,aborted:!1,isBuffering:E,debugId:r,backlog:h?{}:t&&"object"==typeof t.backlog?t.backlog:{}};return p;function v(e){return e&&e instanceof d?e:e?(0,i.X)(e,s,l):l()}function m(e,r,n,i,o){if(!1!==o&&(o=!0),!u.aborted||i){t&&o&&t.emit(e,r,n);for(var a=v(n),s=y(e),d=s.length,l=0;l<d;l++)s[l].apply(a,r);var f=O()[c[e]];return f&&f.push([p,e,r,a]),a}}function b(e,t){n[e]=y(e).concat(t)}function w(e,t){var r=n[e];if(r)for(var i=0;i<r.length;i++)r[i]===t&&r.splice(i,1)}function y(e){return n[e]||[]}function A(t){return g[t]=g[t]||e(p,t)}function x(e,t){var r=O();p.aborted||(0,o.D)(e,(function(e,n){t=t||"feature",c[n]=t,t in r||(r[t]=[])}))}function E(e){return!!O()[c[e]]}function O(){return p.backlog}}(void 0,"globalEE"),c.ee=u)},9252:(e,t,r)=>{"use strict";r.d(t,{E:()=>n,p:()=>i});var n=r(3752).ee.get("handle");function i(e,t,r,i,o){o?(o.buffer([e],i),o.emit(e,t,r)):(n.buffer([e],i),n.emit(e,t,r))}},4045:(e,t,r)=>{"use strict";r.d(t,{X:()=>o});var n=r(9252);o.on=a;var i=o.handlers={};function o(e,t,r,o){a(o||n.E,i,e,t,r)}function a(e,t,r,i,o){o||(o="feature"),e||(e=n.E);var a=t[o]=t[o]||{};(a[r]=a[r]||[]).push([e,i])}},8544:(e,t,r)=>{"use strict";r.d(t,{bP:()=>s,iz:()=>c,m$:()=>a});var n=r(2374),i=!1;try{var o=Object.defineProperty({},"passive",{get:function(){i=!0}});n._A?.addEventListener("testPassive",null,o),n._A?.removeEventListener("testPassive",null,o)}catch(e){}function a(e){return i?{passive:!0,capture:!!e}:!!e}function s(e,t){let r=arguments.length>2&&void 0!==arguments[2]&&arguments[2];window.addEventListener(e,t,a(r))}function c(e,t){let r=arguments.length>2&&void 0!==arguments[2]&&arguments[2];document.addEventListener(e,t,a(r))}},5526:(e,t,r)=>{"use strict";r.d(t,{Rl:()=>i,ky:()=>o});var n=r(2374);function i(){var e=null,t=0,r=n._A?.crypto||n._A?.msCrypto;function i(){return e?15&e[t++]:16*Math.random()|0}r&&r.getRandomValues&&(e=r.getRandomValues(new Uint8Array(31)));for(var o,a="xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx",s="",c=0;c<a.length;c++)s+="x"===(o=a[c])?i().toString(16):"y"===o?(o=3&i()|8).toString(16):o;return s}function o(e){var t=null,r=0,n=self.crypto||self.msCrypto;n&&n.getRandomValues&&Uint8Array&&(t=n.getRandomValues(new Uint8Array(31)));for(var i=[],o=0;o<e;o++)i.push(a().toString(16));return i.join("");function a(){return t?15&t[r++]:16*Math.random()|0}}},2053:(e,t,r)=>{"use strict";r.d(t,{nb:()=>c,os:()=>u,yf:()=>s,zO:()=>a});var n=r(7145),i=(new Date).getTime(),o=i;function a(){return n.G&&performance.now?Math.round(performance.now()):(i=Math.max((new Date).getTime(),i))-o}function s(){return i}function c(e){o=e}function u(){return o}},7145:(e,t,r)=>{"use strict";r.d(t,{G:()=>n});const n=void 0!==r(2374)._A?.performance?.timing?.navigationStart},6625:(e,t,r)=>{"use strict";r.d(t,{s:()=>c,v:()=>u});var n=r(8283),i=r(9071),o=r(2053),a=r(7145),s=r(2374);let c=!0;function u(e){var t=function(){if(i.I&&i.I<9)return;if(a.G)return c=!1,s._A?.performance?.timing?.navigationStart}();t&&((0,n.B)(e,"starttime",t),(0,o.nb)(t))}},8283:(e,t,r)=>{"use strict";r.d(t,{B:()=>o,L:()=>a});var n=r(2053),i={};function o(e,t,r){void 0===r&&(r=(0,n.zO)()+(0,n.os)()),i[e]=i[e]||{},i[e][t]=r}function a(e,t,r,n){const o=e.sharedContext.agentIdentifier;var a=i[o]?.[r],s=i[o]?.[n];void 0!==a&&void 0!==s&&e.store("measures",t,{value:s-a})}},9548:(e,t,r)=>{"use strict";r.d(t,{T:()=>i});var n=r(2374);const i={isFileProtocol:function(){let e=Boolean("file:"===(0,n.lW)()?.location?.protocol);e&&(i.supportabilityMetricSent=!0);return e},supportabilityMetricSent:!1}},8610:(e,t,r)=>{"use strict";function n(e,t){console&&console.warn&&"function"==typeof console.warn&&(console.warn(`New Relic: ${e}`),t&&console.warn(t))}r.d(t,{Z:()=>n})},3916:(e,t,r)=>{"use strict";r.d(t,{X:()=>i});var n=Object.prototype.hasOwnProperty;function i(e,t,r){if(n.call(e,t))return e[t];var i=r();if(Object.defineProperty&&Object.keys)try{return Object.defineProperty(e,t,{value:i,writable:!0,enumerable:!1}),i}catch(e){}return e[t]=i,i}},2374:(e,t,r)=>{"use strict";r.d(t,{_A:()=>o,il:()=>n,lW:()=>a,v6:()=>i});const n=Boolean("undefined"!=typeof window&&window.document),i=Boolean("undefined"!=typeof WorkerGlobalScope&&self.navigator instanceof WorkerNavigator);let o=(()=>{if(n)return window;if(i){if("undefined"!=typeof globalThis&&globalThis instanceof WorkerGlobalScope)return globalThis;if(self instanceof WorkerGlobalScope)return self}throw new Error("New Relic browser agent shutting down due to error: Unable to locate global scope. This is possibly due to code redefining browser global variables like `self` and `window`.")})();function a(){return o}},7022:(e,t,r)=>{"use strict";r.d(t,{D:()=>i});var n=Object.prototype.hasOwnProperty;function i(e,t){var r=[],i="",o=0;for(i in e)n.call(e,i)&&(r[o]=t(i,e[i]),o+=1);return r}},9226:(e,t,r)=>{"use strict";r.d(t,{$c:()=>u,Ng:()=>d,RR:()=>c});var n=r(6562),i=r(9557),o=r(9548),a=r(8610),s={regex:/^file:\/\/(.*)/,replacement:"file://OBFUSCATED"};class c extends i.w{constructor(e){super(e)}shouldObfuscate(){return u(this.sharedContext.agentIdentifier).length>0}obfuscateString(e){if(!e||"string"!=typeof e)return e;for(var t=u(this.sharedContext.agentIdentifier),r=e,n=0;n<t.length;n++){var i=t[n].regex,o=t[n].replacement||"*";r=r.replace(i,o)}return r}}function u(e){var t=[],r=(0,n.Mt)(e,"obfuscate")||[];return t=t.concat(r),o.T.isFileProtocol()&&t.push(s),t}function d(e){for(var t=!1,r=!1,n=0;n<e.length;n++){"regex"in e[n]?"string"!=typeof e[n].regex&&e[n].regex.constructor!==RegExp&&((0,a.Z)('An obfuscation replacement rule contains a "regex" value with an invalid type (must be a string or RegExp)'),r=!0):((0,a.Z)('An obfuscation replacement rule was detected missing a "regex" value.'),r=!0);var i=e[n].replacement;i&&"string"!=typeof i&&((0,a.Z)('An obfuscation replacement rule contains a "replacement" value with an invalid type (must be a string)'),t=!0)}return!t&&!r}},2650:(e,t,r)=>{"use strict";r.d(t,{K:()=>a,b:()=>o});var n=r(8544);function i(){return"undefined"==typeof document||"complete"===document.readyState}function o(e,t){if(i())return e();(0,n.bP)("load",e,t)}function a(e){if(i())return e();(0,n.iz)("DOMContentLoaded",e)}},6797:(e,t,r)=>{"use strict";r.d(t,{EZ:()=>u,Qy:()=>c,ce:()=>o,fP:()=>a,gG:()=>d,mF:()=>s});var n=r(2053),i=r(2374);const o={beacon:"bam.nr-data.net",errorBeacon:"bam.nr-data.net"};function a(){return i._A.NREUM||(i._A.NREUM={}),void 0===i._A.newrelic&&(i._A.newrelic=i._A.NREUM),i._A.NREUM}function s(){let e=a();return e.o||(e.o={ST:i._A.setTimeout,SI:i._A.setImmediate,CT:i._A.clearTimeout,XHR:i._A.XMLHttpRequest,REQ:i._A.Request,EV:i._A.Event,PR:i._A.Promise,MO:i._A.MutationObserver,FETCH:i._A.fetch}),e}function c(e,t,r){let i=a();const o=i.initializedAgents||{},s=o[e]||{};return Object.keys(s).length||(s.initializedAt={ms:(0,n.zO)(),date:new Date}),i.initializedAgents={...o,[e]:{...s,[r]:t}},i}function u(e,t){a()[e]=t}function d(){return function(){let e=a();const t=e.info||{};e.info={beacon:o.beacon,errorBeacon:o.errorBeacon,...t}}(),function(){let e=a();const t=e.init||{};e.init={...t}}(),s(),function(){let e=a();const t=e.loader_config||{};e.loader_config={...t}}(),a()}},6998:(e,t,r)=>{"use strict";r.d(t,{N:()=>i,e:()=>o});var n=r(8544);function i(e){let t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];return void(0,n.iz)("visibilitychange",r);function r(){if(t){if("hidden"!=document.visibilityState)return;e()}e(document.visibilityState)}}function o(){return"hidden"===document.visibilityState?-1:1/0}},6034:(e,t,r)=>{"use strict";r.d(t,{t:()=>n});const n=r(2325).D.metrics},2484:(e,t,r)=>{"use strict";r.d(t,{t:()=>n});const n=r(2325).D.pageViewEvent},6382:(e,t,r)=>{"use strict";r.d(t,{t:()=>n});const n=r(2325).D.pageViewTiming},1509:(e,t,r)=>{"use strict";r.d(t,{W:()=>s});var n=r(6562),i=r(3752),o=r(2384),a=r(6797);class s{constructor(e,t,r){this.agentIdentifier=e,this.aggregator=t,this.ee=i.ee.get(e,(0,n.OP)(this.agentIdentifier).isolatedBacklog),this.featureName=r,this.blocked=!1,this.checkConfiguration()}checkConfiguration(){if(!(0,n.lF)(this.agentIdentifier)){let e={...(0,a.gG)().info?.jsAttributes};try{e={...e,...(0,n.C5)(this.agentIdentifier)?.jsAttributes}}catch(e){}(0,o.j)(this.agentIdentifier,{...(0,a.gG)(),info:{...(0,a.gG)().info,jsAttributes:e}})}}}},2384:(e,t,r)=>{"use strict";r.d(t,{j:()=>w});var n=r(8683),i=r.n(n),o=r(2325),a=r(6562),s=r(9252),c=r(7022),u=r(3752),d=r(2053),l=r(4329),f=r(2650),g=r(2374);function h(e,t,n){n||(0,l.R)(e,"api"),function(e){function t(t){for(var r=arguments.length,n=new Array(r>1?r-1:0),i=1;i<r;i++)n[i-1]=arguments[i];Object.values(e.initializedAgents).forEach((e=>{e.exposed&&e.api[t]&&e.api[t](...n)}))}["setErrorHandler","finished","addToTrace","inlineHit","addRelease","addPageAction","setCurrentRouteName","setPageViewName","setCustomAttribute","interaction","noticeError"].forEach((r=>{e[r]=function(){for(var e=arguments.length,n=new Array(e),i=0;i<e;i++)n[i]=arguments[i];return t(r,...n)}}))}(t);var h=u.ee.get(e),p=h.get("tracer"),v="api-",m="api-ixn-";function b(){}(0,c.D)(["setErrorHandler","finished","addToTrace","inlineHit","addRelease"],(function(e,r){t[r]=y(v,r,!0,"api")})),t.addPageAction=y(v,"addPageAction",!0,o.D.pageAction),t.setCurrentRouteName=y(v,"routeName",!0,o.D.spa),t.setPageViewName=function(t,r){if("string"==typeof t)return"/"!==t.charAt(0)&&(t="/"+t),(0,a.OP)(e).customTransaction=(r||"http://custom.transaction")+t,y(v,"setPageViewName",!0,"api")()},t.setCustomAttribute=function(t,r){const n=(0,a.C5)(e);return(0,a.CX)(e,{...n,jsAttributes:{...n.jsAttributes,[t]:r}}),y(v,"setCustomAttribute",!0,"api")()},t.interaction=function(){return(new b).get()};var w=b.prototype={createTracer:function(e,t){var r={},n=this,i="function"==typeof t;return(0,s.p)("api-ixn-tracer",[(0,d.zO)(),e,r],n,o.D.spa,h),function(){if(p.emit((i?"":"no-")+"fn-start",[(0,d.zO)(),n,i],r),i)try{return t.apply(this,arguments)}catch(e){throw p.emit("fn-err",[arguments,this,"string"==typeof e?new Error(e):e],r),e}finally{p.emit("fn-end",[(0,d.zO)()],r)}}}};function y(e,t,r,n){return function(){return(0,s.p)("record-supportability",["API/"+t+"/called"],void 0,o.D.metrics,h),(0,s.p)(e+t,[(0,d.zO)()].concat(i()(arguments)),r?null:this,n,h),r?void 0:this}}function A(){r.e(692).then(r.bind(r,5692)).then((t=>{let{setAPI:r}=t;r(e),(0,l.L)(e,"api")}))}(0,c.D)("actionText,setName,setAttribute,save,ignore,onEnd,getContext,end,get".split(","),(function(e,t){w[t]=y(m,t,void 0,o.D.spa)})),t.noticeError=function(e,t){"string"==typeof e&&(e=new Error(e)),(0,s.p)("record-supportability",["API/noticeError/called"],void 0,o.D.metrics,h),(0,s.p)("err",[e,(0,d.zO)(),!1,t],void 0,o.D.jserrors,h)},g.v6?A():(0,f.b)((()=>A()),!0)}var p=r(6797);const v={stn:o.D.sessionTrace,err:o.D.jserrors,ins:o.D.pageAction,spa:o.D.spa};function m(e,t){var r=u.ee.get(t);e&&"object"==typeof e&&((0,c.D)(e,(function(e,t){if(!t)return(0,s.p)("block-"+e,[],void 0,v[e],r);t&&!b[e]&&((0,s.p)("feat-"+e,[],void 0,v[e],r),b[e]=!0)})),(0,l.L)(t,o.D.pageViewEvent))}const b={};function w(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=arguments.length>2?arguments[2]:void 0,n=arguments.length>3?arguments[3]:void 0,{init:i,info:o,loader_config:s,runtime:c={loaderType:r},exposed:u=!0}=t;const d=(0,p.gG)();let l={};return o||(i=d.init,o=d.info,s=d.loader_config,l=d),g.v6&&(o.jsAttributes={...o.jsAttributes,isWorker:!0}),(0,a.CX)(e,o),(0,a.Dg)(e,i||{}),(0,a.GE)(e,s||{}),(0,a.sU)(e,c),h(e,l,n),(0,p.Qy)(e,d,"api"),(0,p.Qy)(e,u,"exposed"),g.v6||((0,p.EZ)("activatedFeatures",b),(0,p.EZ)("setToken",(t=>m(t,e)))),l}},909:(e,t,r)=>{"use strict";r.d(t,{Z:()=>i,q:()=>o});var n=r(2325);function i(e){switch(e){case n.D.ajax:return[n.D.jserrors];case n.D.sessionTrace:return[n.D.ajax,n.D.pageViewEvent];case n.D.pageViewTiming:return[n.D.pageViewEvent];default:return[]}}function o(e){return e===n.D.jserrors?[]:["auto"]}},2325:(e,t,r)=>{"use strict";r.d(t,{D:()=>n,p:()=>i});const n={ajax:"ajax",jserrors:"jserrors",metrics:"metrics",pageAction:"page_action",pageViewEvent:"page_view_event",pageViewTiming:"page_view_timing",sessionTrace:"session_trace",spa:"spa"},i={[n.pageViewEvent]:1,[n.pageViewTiming]:2,[n.metrics]:3,[n.jserrors]:4,[n.ajax]:5,[n.sessionTrace]:6,[n.pageAction]:7,[n.spa]:8}},8683:e=>{e.exports=function(e,t,r){t||(t=0),void 0===r&&(r=e?e.length:0);for(var n=-1,i=r-t||0,o=Array(i<0?0:i);++n<i;)o[n]=e[t+n];return o}},4992:(e,t,r)=>{var n={"./ajax/aggregate":[960,779,960],"./jserrors/aggregate":[6112,779,112],"./metrics/aggregate":[4325,779,325],"./page_action/aggregate":[6817,779,817],"./page_view_event/aggregate":[4823,779,823],"./page_view_timing/aggregate":[8785,779,785],"./session_trace/aggregate":[1307,779,307],"./spa/aggregate":[9378,779,378]};function i(e){if(!r.o(n,e))return Promise.resolve().then((()=>{var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}));var t=n[e],i=t[0];return Promise.all(t.slice(1).map(r.e)).then((()=>r(i)))}i.keys=()=>Object.keys(n),i.id=4992,e.exports=i}},n={};function i(e){var t=n[e];if(void 0!==t)return t.exports;var o=n[e]={exports:{}};return r[e](o,o.exports,i),o.exports}i.m=r,i.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return i.d(t,{a:t}),t},i.d=(e,t)=>{for(var r in t)i.o(t,r)&&!i.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},i.f={},i.e=e=>Promise.all(Object.keys(i.f).reduce(((t,r)=>(i.f[r](e,t),t)),[])),i.u=e=>e+"."+i.h().slice(0,8)+"-1223.js",i.h=()=>"215647de1097144af948",i.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),e={},t="NRBA:",i.l=(r,n,o,a)=>{if(e[r])e[r].push(n);else{var s,c;if(void 0!==o)for(var u=document.getElementsByTagName("script"),d=0;d<u.length;d++){var l=u[d];if(l.getAttribute("src")==r||l.getAttribute("data-webpack")==t+o){s=l;break}}s||(c=!0,(s=document.createElement("script")).charset="utf-8",s.timeout=120,i.nc&&s.setAttribute("nonce",i.nc),s.setAttribute("data-webpack",t+o),s.src=r),e[r]=[n];var f=(t,n)=>{s.onerror=s.onload=null,clearTimeout(g);var i=e[r];if(delete e[r],s.parentNode&&s.parentNode.removeChild(s),i&&i.forEach((e=>e(n))),t)return t(n)},g=setTimeout(f.bind(null,void 0,{type:"timeout",target:s}),12e4);s.onerror=f.bind(null,s.onerror),s.onload=f.bind(null,s.onload),c&&document.head.appendChild(s)}},i.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},i.p="https://js-agent.newrelic.com/",(()=>{var e={55:0,308:0};i.f.j=(t,r)=>{var n=i.o(e,t)?e[t]:void 0;if(0!==n)if(n)r.push(n[2]);else{var o=new Promise(((r,i)=>n=e[t]=[r,i]));r.push(n[2]=o);var a=i.p+i.u(t),s=new Error;i.l(a,(r=>{if(i.o(e,t)&&(0!==(n=e[t])&&(e[t]=void 0),n)){var o=r&&("load"===r.type?"missing":r.type),a=r&&r.target&&r.target.src;s.message="Loading chunk "+t+" failed.\n("+o+": "+a+")",s.name="ChunkLoadError",s.type=o,s.request=a,n[1](s)}}),"chunk-"+t,t)}};var t=(t,r)=>{var n,o,[a,s,c]=r,u=0;if(a.some((t=>0!==e[t]))){for(n in s)i.o(s,n)&&(i.m[n]=s[n]);if(c)c(i)}for(t&&t(r);u<a.length;u++)o=a[u],i.o(e,o)&&e[o]&&e[o][0](),e[o]=0},r=window.webpackChunkNRBA=window.webpackChunkNRBA||[];r.forEach(t.bind(null,0)),r.push=t.bind(null,r.push.bind(r))})();var o={};(()=>{"use strict";i.r(o);var e=i(2325),t=i(6562);const r=Object.values(e.D);function n(e){const n={};return r.forEach((r=>{n[r]=function(e,r){return!1!==(0,t.Mt)(r,`${e}.enabled`)}(r,e)})),n}var a=i(2384),s=i(909),c=i(9557),u=i(7022);class d extends c.w{constructor(e){super(e),this.aggregatedData={}}store(e,t,r,n,i){var o=this.getBucket(e,t,r,i);return o.metrics=function(e,t){t||(t={count:0});return t.count+=1,(0,u.D)(e,(function(e,r){t[e]=l(r,t[e])})),t}(n,o.metrics),o}merge(e,t,r,n,i){var o=this.getBucket(e,t,n,i);if(o.metrics){var a=o.metrics;a.count+=r.count,(0,u.D)(r,(function(e,t){if("count"!==e){var n=a[e],i=r[e];i&&!i.c?a[e]=l(i.t,n):a[e]=function(e,t){if(!t)return e;t.c||(t=f(t.t));return t.min=Math.min(e.min,t.min),t.max=Math.max(e.max,t.max),t.t+=e.t,t.sos+=e.sos,t.c+=e.c,t}(i,a[e])}}))}else o.metrics=r}storeMetric(e,t,r,n){var i=this.getBucket(e,t,r);return i.stats=l(n,i.stats),i}getBucket(e,t,r,n){this.aggregatedData[e]||(this.aggregatedData[e]={});var i=this.aggregatedData[e][t];return i||(i=this.aggregatedData[e][t]={params:r||{}},n&&(i.custom=n)),i}get(e,t){return t?this.aggregatedData[e]&&this.aggregatedData[e][t]:this.aggregatedData[e]}take(e){for(var t={},r="",n=!1,i=0;i<e.length;i++)t[r=e[i]]=g(this.aggregatedData[r]),t[r].length&&(n=!0),delete this.aggregatedData[r];return n?t:null}}function l(e,t){return null==e?function(e){e?e.c++:e={c:1};return e}(t):t?(t.c||(t=f(t.t)),t.c+=1,t.t+=e,t.sos+=e*e,e>t.max&&(t.max=e),e<t.min&&(t.min=e),t):{t:e}}function f(e){return{t:e,min:e,max:e,sos:e*e,c:1}}function g(e){return"object"!=typeof e?[]:(0,u.D)(e,h)}function h(e,t){return t}var p=i(6797),v=i(5526),m=i(8610);var b=i(9252),w=i(2053),y=i(8283),A=i(6625),x=i(4329),E=i(1509),O=i(2650),S=i(2374);class D extends E.W{constructor(e,t,r){let n=!(arguments.length>3&&void 0!==arguments[3])||arguments[3];super(e,t,r),this.completed=new Promise(((e,t)=>{this.resolve=e,this.reject=t})),this.hasAggregator=!1,this.auto=n,n&&(0,x.R)(e,r)}importAggregator(){try{if(this.hasAggregator||!this.auto)return;this.hasAggregator=!0;const e=async()=>{try{const{Aggregate:e}=await i(4992)(`./${this.featureName}/aggregate`);new e(this.agentIdentifier,this.aggregator),this.resolve()}catch(e){(0,m.Z)(`Failed to import aggregator class for ${this.featureName}`,e)}};S.v6?e():(0,O.b)((()=>e()),!0)}catch(e){this.reject(e)}}}var j,_,k,T=i(2484);class P extends D{constructor(e,t){let r=!(arguments.length>2&&void 0!==arguments[2])||arguments[2];super(e,t,T.t,r),S.il&&((0,A.v)(e),(0,y.B)(e,"firstbyte",(0,w.yf)()),(0,O.K)((()=>this.measureDomContentLoaded())),(0,O.b)((()=>this.measureWindowLoaded()),!0),this.importAggregator())}measureWindowLoaded(){var t=(0,w.zO)();(0,y.B)(this.agentIdentifier,"onload",t+(0,w.os)()),(0,b.p)("timing",["load",t],void 0,e.D.pageViewTiming,this.ee)}measureDomContentLoaded(){(0,y.B)(this.agentIdentifier,"domContent",(0,w.zO)()+(0,w.os)())}}j=P,_="featureName",k=T.t,_ in j?Object.defineProperty(j,_,{value:k,enumerable:!0,configurable:!0,writable:!0}):j[_]=k;var C=i(6998),I=i(8544),N=i(6382);class R extends D{constructor(t,r){var n;let i=!(arguments.length>2&&void 0!==arguments[2])||arguments[2];if(super(t,r,N.t,i),n=this,S.il){if(this.pageHiddenTime=(0,C.e)(),this.performanceObserver,this.lcpPerformanceObserver,this.clsPerformanceObserver,this.fiRecorded=!1,"PerformanceObserver"in window&&"function"==typeof window.PerformanceObserver){this.performanceObserver=new PerformanceObserver((function(){return n.perfObserver(...arguments)}));try{this.performanceObserver.observe({entryTypes:["paint"]})}catch(e){}this.lcpPerformanceObserver=new PerformanceObserver((function(){return n.lcpObserver(...arguments)}));try{this.lcpPerformanceObserver.observe({entryTypes:["largest-contentful-paint"]})}catch(e){}this.clsPerformanceObserver=new PerformanceObserver((function(){return n.clsObserver(...arguments)}));try{this.clsPerformanceObserver.observe({type:"layout-shift",buffered:!0})}catch(e){}}this.fiRecorded=!1;["click","keydown","mousedown","pointerdown","touchstart"].forEach((e=>{(0,I.iz)(e,(function(){return n.captureInteraction(...arguments)}))})),(0,C.N)((()=>{this.pageHiddenTime=(0,w.zO)(),(0,b.p)("docHidden",[this.pageHiddenTime],void 0,e.D.pageViewTiming,this.ee)}),!0),(0,I.bP)("pagehide",(()=>(0,b.p)("winPagehide",[(0,w.zO)()],void 0,e.D.pageViewTiming,this.ee))),this.importAggregator()}}perfObserver(t,r){t.getEntries().forEach((t=>{"first-paint"===t.name?(0,b.p)("timing",["fp",Math.floor(t.startTime)],void 0,e.D.pageViewTiming,this.ee):"first-contentful-paint"===t.name&&(0,b.p)("timing",["fcp",Math.floor(t.startTime)],void 0,e.D.pageViewTiming,this.ee)}))}lcpObserver(t,r){var n=t.getEntries();if(n.length>0){var i=n[n.length-1];if(this.pageHiddenTime<i.startTime)return;var o=[i],a=this.addConnectionAttributes({});a&&o.push(a),(0,b.p)("lcp",o,void 0,e.D.pageViewTiming,this.ee)}}clsObserver(t){t.getEntries().forEach((t=>{t.hadRecentInput||(0,b.p)("cls",[t],void 0,e.D.pageViewTiming,this.ee)}))}addConnectionAttributes(e){var t=navigator.connection||navigator.mozConnection||navigator.webkitConnection;if(t)return t.type&&(e["net-type"]=t.type),t.effectiveType&&(e["net-etype"]=t.effectiveType),t.rtt&&(e["net-rtt"]=t.rtt),t.downlink&&(e["net-dlink"]=t.downlink),e}captureInteraction(r){if(r instanceof t.Yu.EV&&!this.fiRecorded){var n=Math.round(r.timeStamp),i={type:r.type};this.addConnectionAttributes(i),n<=(0,w.zO)()?i.fid=(0,w.zO)()-n:n>(0,w.os)()&&n<=Date.now()?(n-=(0,w.os)(),i.fid=(0,w.zO)()-n):n=(0,w.zO)(),this.fiRecorded=!0,(0,b.p)("timing",["fi",n,i],void 0,e.D.pageViewTiming,this.ee)}}}!function(e,t,r){t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r}(R,"featureName",N.t);var B=i(4045),M="React",V="Angular",q="AngularJS",L="Backbone",z="Ember",W="Vue",$="Meteor",F="Zepto",G="Jquery";function Z(){if(!S.il)return[];var e=[];try{(function(){try{if(window.React||window.ReactDOM||window.ReactRedux)return!0;if(document.querySelector("[data-reactroot], [data-reactid]"))return!0;for(var e=document.querySelectorAll("body > div"),t=0;t<e.length;t++)if(Object.keys(e[t]).indexOf("_reactRootContainer")>=0)return!0;return!1}catch(e){return!1}})()&&e.push(M),function(){try{return!!window.angular||(!!document.querySelector(".ng-binding, [ng-app], [data-ng-app], [ng-controller], [data-ng-controller], [ng-repeat], [data-ng-repeat]")||!!document.querySelector('script[src*="angular.js"], script[src*="angular.min.js"]'))}catch(e){return!1}}()&&e.push(q),function(){try{return!!(window.hasOwnProperty("ng")&&window.ng.hasOwnProperty("coreTokens")&&window.ng.coreTokens.hasOwnProperty("NgZone"))||!!document.querySelectorAll("[ng-version]").length}catch(e){return!1}}()&&e.push(V),window.Backbone&&e.push(L),window.Ember&&e.push(z),window.Vue&&e.push(W),window.Meteor&&e.push($),window.Zepto&&e.push(F),window.jQuery&&e.push(G)}catch(e){}return e}var U=i(9548),H=i(9226),X=i(8226);const Q=Boolean(S._A?.Worker),K=Boolean(S._A?.SharedWorker),J=Boolean(S._A?.navigator?.serviceWorker);let Y,ee,te;var re=i(6034);class ne extends D{constructor(e,t){var r;let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},i=!(arguments.length>3&&void 0!==arguments[3])||arguments[3];super(e,t,re.t,i),r=this,this.PfFeatStatusEnum=n,this.singleChecks(),this.eachSessionChecks(),(0,B.X)("record-supportability",(function(){return r.recordSupportability(...arguments)}),this.featureName,this.ee),(0,B.X)("record-custom",(function(){return r.recordCustom(...arguments)}),this.featureName,this.ee),this.importAggregator()}recordSupportability(e,t){var r=["sm",e,{name:e},t];return(0,b.p)("storeMetric",r,null,this.featureName,this.ee),r}recordCustom(e,t){var r=["cm",e,{name:e},t];return(0,b.p)("storeEventMetrics",r,null,this.featureName,this.ee),r}singleChecks(){this.recordSupportability(`Generic/Version/${X.q}/Detected`);const{loaderType:e}=(0,t.OP)(this.agentIdentifier);e&&this.recordSupportability(`Generic/LoaderType/${e}/Detected`),S.il&&(0,O.K)((()=>{Z().forEach((e=>{this.recordSupportability("Framework/"+e+"/Detected")}))})),U.T.isFileProtocol()&&(this.recordSupportability("Generic/FileProtocol/Detected"),U.T.supportabilityMetricSent=!0);const r=(0,H.$c)(this.agentIdentifier);r.length>0&&this.recordSupportability("Generic/Obfuscate/Detected"),r.length>0&&!(0,H.Ng)(r)&&this.recordSupportability("Generic/Obfuscate/Invalid"),S.il&&this.reportPolyfillsNeeded(),function(e){if(!Y){if(Q){Y=Worker;try{S._A.Worker=r(Y,"Dedicated")}catch(e){o(e,"Dedicated")}if(K){ee=SharedWorker;try{S._A.SharedWorker=r(ee,"Shared")}catch(e){o(e,"Shared")}}else n("Shared");if(J){te=navigator.serviceWorker.register;try{S._A.navigator.serviceWorker.register=(t=te,function(){for(var e=arguments.length,r=new Array(e),n=0;n<e;n++)r[n]=arguments[n];return i("Service",r[1]?.type),t.apply(navigator.serviceWorker,r)})}catch(e){o(e,"Service")}}else n("Service");var t;return}n("All")}function r(e,t){return new Proxy(e,{construct:(e,r)=>(i(t,r[1]?.type),new e(...r))})}function n(t){S.v6||e(`Workers/${t}/Unavailable`)}function i(t,r){e("module"===r?`Workers/${t}/Module`:`Workers/${t}/Classic`)}function o(t,r){e(`Workers/${r}/SM/Unsupported`),(0,m.Z)(`NR Agent: Unable to capture ${r} workers.`,t)}}(this.recordSupportability.bind(this))}reportPolyfillsNeeded(){this.recordSupportability(`Generic/Polyfill/Promise/${this.PfFeatStatusEnum.PROMISE}`),this.recordSupportability(`Generic/Polyfill/ArrayIncludes/${this.PfFeatStatusEnum.ARRAY_INCLUDES}`),this.recordSupportability(`Generic/Polyfill/ObjectAssign/${this.PfFeatStatusEnum.OBJECT_ASSIGN}`),this.recordSupportability(`Generic/Polyfill/ObjectEntries/${this.PfFeatStatusEnum.OBJECT_ENTRIES}`)}eachSessionChecks(){S.il&&(0,I.bP)("pageshow",(e=>{e.persisted&&this.recordCustom("Custom/BFCache/PageRestored")}))}}!function(e,t,r){t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r}(ne,"featureName",re.t);new class{constructor(t){let r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:(0,v.ky)(16);this.agentIdentifier=r,this.sharedAggregator=new d({agentIdentifier:this.agentIdentifier}),this.features={},this.desiredFeatures=t.features||[],this.desiredFeatures.sort(((t,r)=>e.p[t.featureName]-e.p[r.featureName])),Object.assign(this,(0,a.j)(this.agentIdentifier,t,t.loaderType||"agent")),this.start()}get config(){return{info:(0,t.C5)(this.agentIdentifier),init:(0,t.P_)(this.agentIdentifier),loader_config:(0,t.DL)(this.agentIdentifier),runtime:(0,t.OP)(this.agentIdentifier)}}start(){try{const e=n(this.agentIdentifier);this.desiredFeatures.forEach((t=>{if(e[t.featureName]){const r=(0,s.Z)(t.featureName);r.every((t=>e[t]))||(0,m.Z)(`${t.featureName} is enabled but one or more dependent features has been disabled (${JSON.stringify(r)}). This may cause unintended consequences or missing data...`),this.features[t.featureName]=new t(this.agentIdentifier,this.sharedAggregator)}})),(0,p.Qy)(this.agentIdentifier,this.features,"features")}catch(e){return(0,m.Z)("Failed to initialize instrument classes",e),!1}}}({features:[P,R,ne],loaderType:"lite"})})(),window.NRBA=o})();</script>
  <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no", viewport-fit=cover">
  <meta name="format-detection" content="telephone=no">
  <meta name="msvalidate.01" content="79B14BD289C520252ECF9065A2CF2334" />
   <title>GMA Privacy Policy | McDonald's Australia</title>
  <link rel="apple-touch-icon" href="/sites/all/themes/mcdonalds/images/apple-touch-icon.png"/>
  <link href="//fonts.googleapis.com/css?family=Lato:400,300,700,900,100" rel="stylesheet" type="text/css">
  <style type="text/css" media="all">
@import url("https://mcdonalds.com.au/modules/system/system.base.css?rpn875");
@import url("https://mcdonalds.com.au/modules/system/system.menus.css?rpn875");
@import url("https://mcdonalds.com.au/modules/system/system.messages.css?rpn875");
@import url("https://mcdonalds.com.au/modules/system/system.theme.css?rpn875");
</style>
<style type="text/css" media="all">
@import url("https://mcdonalds.com.au/sites/all/modules/blazy/css/blazy.css?rpn875");
@import url("https://mcdonalds.com.au/sites/all/modules/blazy/css/components/blazy.filter.css?rpn875");
@import url("https://mcdonalds.com.au/sites/all/modules/blazy/css/components/blazy.ratio.css?rpn875");
@import url("https://mcdonalds.com.au/sites/all/modules/blazy/css/components/blazy.loading.css?rpn875");
</style>
<style type="text/css" media="all">
@import url("https://mcdonalds.com.au/sites/all/modules/date/date_api/date.css?rpn875");
@import url("https://mcdonalds.com.au/sites/all/modules/date/date_popup/themes/datepicker.1.7.css?rpn875");
@import url("https://mcdonalds.com.au/modules/field/theme/field.css?rpn875");
@import url("https://mcdonalds.com.au/sites/all/modules/mcd/mcd_nuggies/css/mcd_nuggies.css?rpn875");
@import url("https://mcdonalds.com.au/sites/all/modules/mcd/mcd_sauce_trail_form/css/mcd_sauce_trail_form.css?rpn875");
@import url("https://mcdonalds.com.au/modules/node/node.css?rpn875");
@import url("https://mcdonalds.com.au/modules/search/search.css?rpn875");
@import url("https://mcdonalds.com.au/modules/user/user.css?rpn875");
@import url("https://mcdonalds.com.au/sites/all/modules/views/css/views.css?rpn875");
</style>
<style type="text/css" media="all">
@import url("https://mcdonalds.com.au/sites/all/modules/ctools/css/ctools.css?rpn875");
@import url("https://mcdonalds.com.au/sites/all/modules/mcd/mcd_lite_youtube_embed/css/lite-yt-embed.css?rpn875");
@import url("https://mcdonalds.com.au/sites/all/modules/_patched/dismiss/css/dismiss.base.css?rpn875");
</style>
<style type="text/css" media="all">
@import url("https://mcdonalds.com.au/sites/all/themes/mcdonalds/css/bootstrap.min.css?rpn875");
@import url("https://mcdonalds.com.au/sites/all/themes/mcdonalds/css/flexslider.css?rpn875");
@import url("https://mcdonalds.com.au/sites/all/themes/mcdonalds/css/main.css?rpn875");
@import url("https://mcdonalds.com.au/sites/all/themes/mcdonalds/css/main2.css?rpn875");
@import url("https://mcdonalds.com.au/sites/all/themes/mcdonalds/css/theme.css?rpn875");
@import url("https://mcdonalds.com.au/sites/all/themes/mcdonalds/css/hamburgers.css?rpn875");
@import url("https://mcdonalds.com.au/sites/all/themes/mcdonalds/css/main-responsive.css?rpn875");
</style>
<style type="text/css" media="all">
@import url("https://mcdonalds.com.au/sites/all/themes/mcdonalds/css/jquery.smartbanner.css?rpn875");
</style>
<style type="text/css" media="all">
<!--/*--><![CDATA[/*><!--*/


/*]]>*/-->
</style>

<!--[if lte IE 8]>
<link type="text/css" rel="stylesheet" href="https://mcdonalds.com.au/sites/all/themes/mcdonalds/css/ie8.css?rpn875" media="all" />
<![endif]-->

  <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script type="text/javascript">
<!--//--><![CDATA[//><!--
window.jQuery || document.write('<script src="/sites/all/themes/mcdonalds/js/jquery-1.10.2.min.js"><\/script>');
//--><!]]>
</script>
<script type="text/javascript" src="https://mcdonalds.com.au/misc/jquery-extend-3.4.0.js?v=1.4.4"></script>
<script type="text/javascript" src="https://mcdonalds.com.au/misc/jquery-html-prefilter-3.5.0-backport.js?v=1.4.4"></script>
<script type="text/javascript" src="https://mcdonalds.com.au/misc/jquery.once.js?v=1.2"></script>
<script type="text/javascript" src="https://mcdonalds.com.au/misc/drupal.js?rpn875"></script>
<script type="text/javascript" src="https://mcdonalds.com.au/sites/all/libraries/blazy/blazy.min.js?rpn875"></script>
<script type="text/javascript" src="https://mcdonalds.com.au/sites/all/modules/blazy/js/dblazy.min.js?v=7.x-1.2"></script>
<script type="text/javascript" src="https://mcdonalds.com.au/sites/all/modules/blazy/js/bio.min.js?v=7.x-1.2"></script>
<script type="text/javascript" src="https://mcdonalds.com.au/sites/all/modules/blazy/js/bio.media.min.js?v=7.x-1.2"></script>
<script type="text/javascript" src="https://mcdonalds.com.au/sites/all/modules/blazy/js/blazy.load.min.js?v=7.x-1.2"></script>
<script type="text/javascript" src="https://mcdonalds.com.au/sites/all/modules/mcd/mcd_nuggies/js/mcd_nuggies.js?rpn875"></script>
<script type="text/javascript" src="https://mcdonalds.com.au/sites/all/modules/mcd/mcd_sauce_trail_form/js/mcd_sauce_trail_form.js?rpn875"></script>
<script type="text/javascript" src="https://mcdonalds.com.au/sites/all/modules/lazy/lazy.js?rpn875"></script>
<script type="text/javascript" src="https://mcdonalds.com.au/sites/all/modules/mcd/mcd_lite_youtube_embed/js/lite-yt-embed.js?rpn875"></script>
<script type="text/javascript" src="https://mcdonalds.com.au/sites/all/themes/mcdonalds/js/jquery.waypoints.min.js?rpn875"></script>
<script type="text/javascript" src="https://mcdonalds.com.au/sites/all/themes/mcdonalds/js/anime.min.js?rpn875"></script>
<script type="text/javascript">
<!--//--><![CDATA[//><!--
jQuery.extend(Drupal.settings, {"basePath":"\/","pathPrefix":"","setHasJsCookie":0,"ajaxPageState":{"theme":"mcdonalds","theme_token":"Ijf1GwyMn4Z2OIW5-8M6k5cq2m1Cx4xbCgXtL0NIxSY","js":{"0":1,"sites\/all\/themes\/mcdonalds\/js\/plugins.js":1,"sites\/all\/themes\/mcdonalds\/js\/script.js":1,"sites\/all\/themes\/mcdonalds\/js\/jquery.smartbanner.js":1,"\/\/ajax.googleapis.com\/ajax\/libs\/jquery\/1.10.2\/jquery.min.js":1,"1":1,"misc\/jquery-extend-3.4.0.js":1,"misc\/jquery-html-prefilter-3.5.0-backport.js":1,"misc\/jquery.once.js":1,"misc\/drupal.js":1,"sites\/all\/libraries\/blazy\/blazy.min.js":1,"sites\/all\/modules\/blazy\/js\/dblazy.min.js":1,"sites\/all\/modules\/blazy\/js\/bio.min.js":1,"sites\/all\/modules\/blazy\/js\/bio.media.min.js":1,"sites\/all\/modules\/blazy\/js\/blazy.load.min.js":1,"sites\/all\/modules\/mcd\/mcd_nuggies\/js\/mcd_nuggies.js":1,"sites\/all\/modules\/mcd\/mcd_sauce_trail_form\/js\/mcd_sauce_trail_form.js":1,"sites\/all\/modules\/lazy\/lazy.js":1,"sites\/all\/modules\/mcd\/mcd_lite_youtube_embed\/js\/lite-yt-embed.js":1,"sites\/all\/themes\/mcdonalds\/js\/jquery.waypoints.min.js":1,"sites\/all\/themes\/mcdonalds\/js\/anime.min.js":1},"css":{"modules\/system\/system.base.css":1,"modules\/system\/system.menus.css":1,"modules\/system\/system.messages.css":1,"modules\/system\/system.theme.css":1,"sites\/all\/modules\/blazy\/css\/blazy.css":1,"sites\/all\/modules\/blazy\/css\/components\/blazy.filter.css":1,"sites\/all\/modules\/blazy\/css\/components\/blazy.ratio.css":1,"sites\/all\/modules\/blazy\/css\/components\/blazy.loading.css":1,"sites\/all\/modules\/date\/date_api\/date.css":1,"sites\/all\/modules\/date\/date_popup\/themes\/datepicker.1.7.css":1,"modules\/field\/theme\/field.css":1,"sites\/all\/modules\/mcd\/mcd_nuggies\/css\/mcd_nuggies.css":1,"sites\/all\/modules\/mcd\/mcd_sauce_trail_form\/css\/mcd_sauce_trail_form.css":1,"modules\/node\/node.css":1,"modules\/search\/search.css":1,"modules\/user\/user.css":1,"sites\/all\/modules\/views\/css\/views.css":1,"sites\/all\/modules\/ctools\/css\/ctools.css":1,"sites\/all\/modules\/mcd\/mcd_lite_youtube_embed\/css\/lite-yt-embed.css":1,"sites\/all\/modules\/_patched\/dismiss\/css\/dismiss.base.css":1,"sites\/all\/themes\/mcdonalds\/css\/bootstrap.min.css":1,"sites\/all\/themes\/mcdonalds\/css\/flexslider.css":1,"sites\/all\/themes\/mcdonalds\/css\/main.css":1,"sites\/all\/themes\/mcdonalds\/css\/main2.css":1,"sites\/all\/themes\/mcdonalds\/css\/theme.css":1,"sites\/all\/themes\/mcdonalds\/css\/hamburgers.css":1,"sites\/all\/themes\/mcdonalds\/css\/main-responsive.css":1,"sites\/all\/themes\/mcdonalds\/css\/jquery.smartbanner.css":1,"0":1,"sites\/all\/themes\/mcdonalds\/css\/ie8.css":1}},"dismiss":{"fadeout":"2000"},"mcd":{"current_url":"https:\/\/mcdonalds.com.au\/apps\/gma\/privacy-policy?iframe=1","theme_url":"\/sites\/all\/themes\/mcdonalds","pane_visible_time":{"night":"18:00-23:59","other":"00:01-17:59","morning":"23:59-00:00"},"pane_visible_weather":{"cold":"\u003C25","hot":"\u003E25"}},"maccasapp_id":"other","blazy":{"loadInvisible":false,"offset":100,"saveViewportOffsetDelay":50,"validateDelay":25,"container":""},"blazyIo":{"enabled":false,"disconnect":false,"rootMargin":"0px","threshold":[0]},"lazy":{"errorClass":"b-error","loadInvisible":false,"offset":100,"saveViewportOffsetDelay":50,"selector":".b-lazy","src":"data-src","successClass":"b-loaded","validateDelay":25}});
//--><!]]>
</script>
  <!--[if lt IE 9]>
    <link rel="stylesheet" type="text/css" href="/sites/all/themes/mcdonalds/css/ie8.css" />
    <script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
    <script>
      jQuery(function($) {
        $('html').addClass('ie8');
      });
    document.createElement('video');document.createElement('audio');document.createElement('track');
</script>
  <![endif]-->
  <!--[if lt IE 8]>
    <link rel="stylesheet" type="text/css" href="/sites/all/themes/mcdonalds/css/ie7.css" />
    <script src="/sites/all/themes/mcdonalds/js/lte-ie7.js"></script>
    <script>
      jQuery(function($) {
        $('html').addClass('ie7');
      });
    </script>
  <![endif]-->
  <!--[if gte IE 9]>
      <style>
      .promo-content {
         filter: none;
      }
      </style>
  <![endif]-->

<!--       <script type="text/javascript">
      (function(w,d,t,u,n,s,e){w['SwiftypeObject']=n;w[n]=w[n]||function(){
        (w[n].q=w[n].q||[]).push(arguments);};s=d.createElement(t);
        e=d.getElementsByTagName(t)[0];s.async=1;s.src=u;e.parentNode.insertBefore(s,e);
      })(window,document,'script','//s.swiftypecdn.com/install/v2/st.js','_st');
      _st('install','LX38jXkCCrefpr1vnqp9','2.0.0');
    </script>
   -->
  <link rel="prefetch" href="/data/store" as="fetch"/>
  <link rel="prefetch" href="/data/store-filter" as="fetch"/>
</head>
<body class="html not-front not-logged-in no-sidebars page-node page-node- page-node-4403 node-type-page mcd-au iframe" >
    <!-- Google Tag Manager (noscript) -->
    <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-MGXGZ3"
                      height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
    <!-- End Google Tag Manager (noscript) -->
  
  
    <!-- Facebook like button -->
<div id="fb-root"></div>
<script>(function(d, s, id) {
  var js, fjs = d.getElementsByTagName(s)[0];
  if (d.getElementById(id)) return;
  js = d.createElement(s); js.id = id;
  js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId=136825069662925";
  fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<!-- // facebook like -->
<div id="wrapper">
    <!-- menu bottom bar -->
    <!-- // menu bottom bar -->
  <div id="content-container" class="row-fluid">
    <section id="page-content" class="col-12 page-id-gma-privacy-policy">
            <!--div class="btncontainer">
        <a href="#" class="backbtn"><span>back to responsibility</span></a>
        <div class="hero-social">
          <div class="fb-like" data-href="//www.mcdonalds.com.au" data-width="90" data-layout="button_count" data-show-faces="false" data-send="false"></div>
          <div class="g-plus" data-action="share" data-annotation="bubble"></div>
          <a href="https://twitter.com/share" class="twitter-share-button">Tweet</a>
        </div>
      </div-->
      	  <div id="node-4403" class="node node-page   " >
        <div class="hero" style="">
      <div class="macpack-page-logo"></div>
      <div class="inner-container">
  	      		 
        		  <!-- background image url:  -->
          <h1>			  GMA Privacy Policy		  </h1>
          <h2 class="col-lg-9"></h2>
              </div>
    </div>
	<span class="edit"></span>
    <div class="content">
        <div class="row entity entity-pane pane-content"  id="content-158" >
  <a class="anchor" name="Privacy-Informationwecollectandhold"></a>
  
  <div class="col-md-12">
          <div class="col-md-12">
        <p>McDonald’s is committed to respecting your personal information. Our privacy policy sets outs out how we collect, use, store and disclose your personal information. When you use our Websites Apps, or provide your personal information to us, you consent to your personal information being collected, held, used and disclosed as set out in our privacy policy.</p>
<p> </p>
<h3><strong>Information we collect and hold</strong></h3>
<p>McDonald’s collects personal information about you in a number of ways, including when you:</p>
<ul><li>use our websites (including <a href="http://www.mcdonalds.com.au">www.mcdonalds.com.au</a>), social media pages, and internal websites or intranet (<strong>Website</strong>);</li>
<li>use our mobile and tablet Apps (<strong>Apps</strong>); and</li>
<li>interact with us and provide personal information by any other means, including either physically or electronically,</li>
</ul><p>(<strong>Collection Channels</strong>). </p>
<p>Personal information that McDonald’s collects and holds may include your name, email address, delivery address, date of birth, phone number, payment method, social media handles, photographs of you and other identifying information you choose to provide via a particular Collection Channel.</p>
<p>When you use a Website or App, we may also collect personal information about you in the following general categories:</p>
<ul><li>Location information: If you permit an App to access location services in your settings, then we collect your device location App to deliver your order or to send you alerts.</li>
<li>Transaction information: We collect your transaction details when you place an order via a Website or App, including the products you have ordered, the date and time of your order, the amount charged and your loyalty entitlements.</li>
<li>Usage and preferences: We collect information about how you interact with our Websites or Apps, including the pages you visit, your preferences and the settings that you choose. We do this through cookies and other similar technology.</li>
<li>Device information: We collect information about your device, such as the hardware model, operating system, preferred language, unique device identifier and mobile network.</li>
<li>Employee information: If you are a job applicant, an employee in one of our restaurants or our corporate offices, or a former employee, and use a Website or App, we collect information about the training modules you have completed, the forms you have submitted, the approvals you have given or received, and other similar information related to your job.</li>
<li>Other information: We also collect and log information such as your IP address, access dates and times, browser type and pages visited when you interact with a Website or App.</li>
</ul><p>We also collect personal information about you from third parties, including when:</p>
<ul><li>you choose to create an account or register for a product or service via a Website or App using a social media platform (e.g. Facebook);</li>
<li>you have consented to a third party disclosing your personal information to us (e.g. when you enter a competition or promotion run by a third party for us); and</li>
<li>it is otherwise lawful for a third party to disclose your personal information to us.</li>
</ul><p>We also collect personal or anonymous information about you from other sources and sometimes combine that information with other information collected from you or from third parties for the purposes disclosed in this privacy policy.</p>
      </div>
    
    
      </div>
  
  <div class="col-md-3">
      </div>  
  <div class="clearfix"></div>
</div>
  <div class="row entity entity-pane pane-separator"  id="separator-4235" >
  <hr />
</div>
  <div class="row entity entity-pane pane-content"  id="content-159" >
  <a class="anchor" name="Privacy-HowMcDonald’scollectsandholdspersonalinformation"></a>
  
  <div class="col-md-12">
          <div class="col-md-12">
        <h3><strong>How McDonald’s collects and holds personal information</strong></h3>
<p>McDonald’s will only collect or monitor any personal information about you as provided in this privacy policy.</p>
      </div>
    
    
      </div>
  
  <div class="col-md-3">
      </div>  
  <div class="clearfix"></div>
</div>
  <div class="row entity entity-pane pane-separator"  id="separator-4237" >
  <hr />
</div>
  <div class="row entity entity-pane pane-content"  id="content-160" >
  <a class="anchor" name="Privacy-Activeinformationcollection"></a>
  
  <div class="col-md-12">
          <div class="col-md-12">
        <h3><strong>Active information collection</strong></h3>
<p>McDonald’s may collect your personal information via our Collection Channels when you:</p>
<ul><li>purchase a product or make a booking through a Website or App;</li>
<li>participate in any offers, marketing activities, loyalty or rewards program or promotional activities;</li>
<li>contact us or provide us with personal information directly via any medium including a Website or App, SMS or other message service and email, social media platforms, mail, telephone or in person;</li>
<li>interact with a Website or App for a specific purpose;</li>
<li>browse a Website or App generally;</li>
<li>sign-up to, or register an account via any Collection Channel; or</li>
<li>apply for employment with McDonald’s.</li>
</ul>      </div>
    
    
      </div>
  
  <div class="col-md-3">
      </div>  
  <div class="clearfix"></div>
</div>
  <div class="row entity entity-pane pane-separator"  id="separator-4239" >
  <hr />
</div>
  <div class="row entity entity-pane pane-content"  id="content-161" >
  <a class="anchor" name="Privacy-Platformpermissions"></a>
  
  <div class="col-md-12">
          <div class="col-md-12">
        <h3><strong>Platform permissions</strong></h3>
<p>Mobile platforms such as iOS and Android may define certain types of information or data that our Apps cannot access without your consent. Each platform has its own permissions system for obtaining your consent. For example, the iOS platform may alert you the first time an App wants your permission to access certain types of data (e.g. location services) and will provide you option to consent to that request. Android devices may notify you of the permissions that an App seeks before you first use the App and your subsequent use of the App constitutes your consent. You can usually manage your platform level permissions via the Settings section on your device. For more information, please contact your device provider or refer to the user manual for your device.</p>
      </div>
    
    
      </div>
  
  <div class="col-md-3">
      </div>  
  <div class="clearfix"></div>
</div>
  <div class="row entity entity-pane pane-separator"  id="separator-4241" >
  <hr />
</div>
  <div class="row entity entity-pane pane-content"  id="content-162" >
  <a class="anchor" name="Privacy-PrivacyPolicy"></a>
  
  <div class="col-md-12">
          <div class="col-md-12">
        <h3><strong>Privacy Policy </strong></h3>
<p>McDonald’s <a href="https://mcdonalds.com.au/privacy-policy">Privacy Policy</a> contains information about how you can access and correct your personal information, how you can lodge a complaint regarding the handling of your personal information and how any complaint will be handled by McDonald’s. You may contact McDonald’s with any queries via email: <a href="mailto:privacy@au.mcd.com">privacy@au.mcd.com</a> or at McDonald's Australia Limited (Attention: McDonald's Privacy Officer), PO Box 392 Pennant Hills NSW 2120 Australia.</p>
      </div>
    
    
      </div>
  
  <div class="col-md-3">
      </div>  
  <div class="clearfix"></div>
</div>
  <div class="row entity entity-pane pane-separator"  id="separator-4243" >
  <hr />
</div>
  <div class="row entity entity-pane pane-content"  id="content-163" >
  <a class="anchor" name="Privacy-Cookiesandpassiveinformationcollection"></a>
  
  <div class="col-md-12">
          <div class="col-md-12">
        <h3><strong>Cookies and passive information collection</strong></h3>
<p>We may use tracking technologies to collect personal information about you when you use and access a Websites or App, including cookies, internet tags or web beacons, and navigational data collection (e.g. log files, server logs, and clickstream data). For example, we may collect information about the date, time and duration of visits and which pages of a Website or App are most commonly accessed. This browsing information is generally not linked to your identity, except where you access a Website or App via links in a message we have sent or where we are able to user accessing a Website or App.</p>
<p>We may combine your anonymous information, browsing information or other information collected through tracking technologies with your personal information collect via our Collection Channels in order to understand and remember your preferences and interests. By accessing a Website or App via links and/or by accessing a Website or App where you have identified yourself, you consent to the collection of this information.</p>
      </div>
    
    
      </div>
  
  <div class="col-md-3">
      </div>  
  <div class="clearfix"></div>
</div>
  <div class="row entity entity-pane pane-separator"  id="separator-4245" >
  <hr />
</div>
  <div class="row entity entity-pane pane-content"  id="content-164" >
  <a class="anchor" name="Privacy-PurposesforwhichMcDonald’scollects,holds,usesanddisclosespersonalinformation"></a>
  
  <div class="col-md-12">
          <div class="col-md-12">
        <h3><strong>Purposes for which McDonald’s collects, holds, uses and discloses personal information</strong></h3>
<p>We collect, hold, use and disclose your personal information for our primary purposes, including:</p>
<ul><li>for the purposes stated on a particular Collection Channel;</li>
<li>to maintain and improve the functionality of a Website or App;</li>
<li>to fulfil obligations in respect of any sale and purchase contract and/or any other contract between you and McDonald’s;</li>
<li>to manage your orders or facilitating payment, for example, when you use our App the drive thru screen and kiosk will display your name and crew members will greet you by name.</li>
<li>to send you any technical, administrative or legal notices important to our Websites and Apps;</li>
<li>to provide you with information about your transactions and loyalty entitlements;</li>
<li>to provide marketing materials and information about our products and services, events, special offers, competitions and/or promotions, or to request your feedback for promotional purposes;</li>
<li>to respond to customer enquiries or complaints;</li>
<li>to manage your employment or process your application for employment with McDonald’s (including McDonald’s franchisees) and to facilitate effective employment practices;</li>
<li>to obtain opinions or comments about products and/or services and to conduct other market research and development (including to record statistical data for marketing analysis);</li>
<li>to enter you into and administer promotions;</li>
<li>to provide, maintain and improve our products and services;</li>
<li>to customise a Website or App based on your preferences;</li>
<li>to allow you to use  a Website or App;</li>
<li>to share with trusted third parties including professional service providers, our related bodies corporate, our franchisees, our suppliers and our promotional partners and other trusted third parties (and their directors, servants and agents) and agencies (<strong>McDonald’s Family</strong>); and</li>
<li>to share with your social media communities, to the extent allowed by you.</li>
</ul>      </div>
    
    
      </div>
  
  <div class="col-md-3">
      </div>  
  <div class="clearfix"></div>
</div>
  <div class="row entity entity-pane pane-separator"  id="separator-4247" >
  <hr />
</div>
  <div class="row entity entity-pane pane-content"  id="content-165" >
  <a class="anchor" name="Privacy-Notprovidinginformation"></a>
  
  <div class="col-md-12">
          <div class="col-md-12">
        <h3><strong>Not providing information</strong></h3>
<p>You don’t have to provide any personal information to us. However, if you do not do so, this may affect or completely restrict your ability to use a Website or App and our ability to provide you with relevant content, products and services.</p>
      </div>
    
    
      </div>
  
  <div class="col-md-3">
      </div>  
  <div class="clearfix"></div>
</div>
  <div class="row entity entity-pane pane-separator"  id="separator-4249" >
  <hr />
</div>
  <div class="row entity entity-pane pane-content"  id="content-166" >
  <a class="anchor" name="Privacy-Sharingyourpersonalinformation"></a>
  
  <div class="col-md-12">
          <div class="col-md-12">
        <h3><strong>Sharing your personal information</strong></h3>
<p>McDonald's shares personal information with the global McDonald’s Family for the purposes described in this privacy policy</p>
<p>McDonald’s recognises the trust with which you provide personal information, and except as stated in this privacy policy, your information will not be used or disclosed for any other purposes without your consent. However, McDonald's reserves the right to use or disclose any information, including personal information, as needed to satisfy any law, regulation or legal request, to protect the rights or property of McDonald's, any member of the McDonald's Family, or any member of the public, to protect the integrity of a Website or App, to fulfil your requests, or to cooperate in any law enforcement investigation or an investigation on a matter of public safety.</p>
      </div>
    
    
      </div>
  
  <div class="col-md-3">
      </div>  
  <div class="clearfix"></div>
</div>
  <div class="row entity entity-pane pane-separator"  id="separator-4251" >
  <hr />
</div>
  <div class="row entity entity-pane pane-content"  id="content-167" >
  <a class="anchor" name="Privacy-ContactbyMcDonald’sandthirdparties"></a>
  
  <div class="col-md-12">
          <div class="col-md-12">
        <h3><strong>Contact by McDonald’s and third parties</strong></h3>
<p>If you would like to opt out of receiving advertising communications from us, the McDonald’s Family and our trusted third parties, you can unsubscribe.</p>
<p>We may still send you transaction and administrative information.</p>
<p>If you no longer wish to receive any communications from McDonald’s via an App, you can delete the App from your device.</p>
      </div>
    
    
      </div>
  
  <div class="col-md-3">
      </div>  
  <div class="clearfix"></div>
</div>
  <div class="row entity entity-pane pane-separator"  id="separator-4253" >
  <hr />
</div>
  <div class="row entity entity-pane pane-content"  id="content-168" >
  <a class="anchor" name="Privacy-Abilityofotherstoviewinformation"></a>
  
  <div class="col-md-12">
          <div class="col-md-12">
        <h3><strong>Ability of others to view information</strong></h3>
<p>McDonald’s provides areas on Websites and Apps where you can upload user-generated content, post or provide information about yourself, communicate with other users, provide reviews for content, products and/or services or interact with or vote on particular content. This information may be publicly posted on a Website or App and/or shared with others, including social media platforms and other public forums in which you choose to participate. This information may become publicly available and may be read, collected and used by others outside of a McDonald’s Website or App. McDonald’s is not responsible for the conduct of others who may read, collect and use this information.</p>
      </div>
    
    
      </div>
  
  <div class="col-md-3">
      </div>  
  <div class="clearfix"></div>
</div>
  <div class="row entity entity-pane pane-separator"  id="separator-4255" >
  <hr />
</div>
  <div class="row entity entity-pane pane-content"  id="content-169" >
  <a class="anchor" name="Privacy-Children"></a>
  
  <div class="col-md-12">
          <div class="col-md-12">
        <h3><strong>Children</strong></h3>
<p>McDonald's is very sensitive to privacy issues. We are proud of our long-time commitment to our customers. McDonald’s does not intend to collect personal information from any person under the age of 18 years without the consent of a parent or legal guardian. We urge parents to regularly monitor and supervise their children's on-line activities.</p>
      </div>
    
    
      </div>
  
  <div class="col-md-3">
      </div>  
  <div class="clearfix"></div>
</div>
  <div class="row entity entity-pane pane-separator"  id="separator-4257" >
  <hr />
</div>
  <div class="row entity entity-pane pane-content"  id="content-338" >
  <a class="anchor" name="Privacy-Securityofpersonalinformation"></a>
  
  <div class="col-md-12">
          <div class="col-md-12">
        <h3><strong>Security of personal information</strong></h3>
<p>McDonald’s will endeavour to take all reasonable steps to protect your personal information. All information is passed through to a secure server using encryption technology and stored on secure servers that are protected in controlled facilities, which in some cases may be overseas. McDonald's employees and data processors are obliged to respect the confidentiality of any personal information held by McDonald's. However, McDonald’s cannot guarantee the security of your personal information and will not be held responsible for events arising from unauthorised access to personal information beyond McDonald's reasonable control.</p>
      </div>
    
    
      </div>
  
  <div class="col-md-3">
      </div>  
  <div class="clearfix"></div>
</div>
  <div class="row entity entity-pane pane-separator"  id="separator-4259" >
  <hr />
</div>
  <div class="row entity entity-pane pane-content"  id="content-340" >
  <a class="anchor" name="Privacy-Disclosureofpersonalinformationtooverseasrecipients"></a>
  
  <div class="col-md-12">
          <div class="col-md-12">
        <h3><strong>Disclosure of personal information to overseas recipients</strong></h3>
<p>In some cases, McDonald’s may disclose your personal information to overseas recipients, including but not limited to recipients in the United States of America, Japan, Malaysia and Singapore. McDonald’s employees and data processors are obliged to respect the confidentiality of any personal information held by McDonald’s.</p>
      </div>
    
    
      </div>
  
  <div class="col-md-3">
      </div>  
  <div class="clearfix"></div>
</div>
  <div class="row entity entity-pane pane-separator"  id="separator-4261" >
  <hr />
</div>
  <div class="row entity entity-pane pane-content"  id="content-342" >
  <a class="anchor" name="Privacy-Accesstopersonalinformation"></a>
  
  <div class="col-md-12">
          <div class="col-md-12">
        <h3><strong>Access to personal information</strong></h3>
<p>You are in control of any personal information you provide to us. If at any time, you would like to access, review, correct and/or delete the personal information we have about you, or if you would like to change your contact preferences, you can let us know via the contact details listed below. Please allow 30 days for this request to be processed.</p>
<p>Your personal information may be stored in different locations depending upon the reason for which you originally submitted the information. If you make an inquiry in relation to your personal information, the more information you can provide us about when you originally submitted your personal information, the quicker McDonald's will be able to retrieve your personal information.</p>
<p>If requested, all reasonable steps to delete personal information will be made, except where it is required for legal reasons. Deletion of information may result in McDonald's being unable to facilitate or provide you with information about certain transactions (including the uploading of, access to, and receipt of, content on a Website or App, and purchase transactions undertaken on a Website or App), other content, services or product information, upcoming promotions, competitions or event information, and/or provide certain content, products or services.</p>
<p>We are not responsible for removing your personal information from the lists of any third party who has previously been provided your information in accordance with this privacy policy.</p>
      </div>
    
    
      </div>
  
  <div class="col-md-3">
      </div>  
  <div class="clearfix"></div>
</div>
  <div class="row entity entity-pane pane-separator"  id="separator-4263" >
  <hr />
</div>
  <div class="row entity entity-pane pane-content"  id="content-344" >
  <a class="anchor" name="Privacy-Linkstoothersites"></a>
  
  <div class="col-md-12">
          <div class="col-md-12">
        <h3><strong>Links to other sites</strong></h3>
<p>Our Websites or Apps contain links to sites operated by third parties. We are not responsible for the privacy practices of, or any content on, those sites linked to our Websites and Apps. If you visit one of these linked websites, we encourage you to review their privacy and other policies.</p>
<p>We may use third party advertisements on our Websites and Apps. All third party advertising, if paid for, is paid for by the relevant third party advertisers. Third party advertisements are not recommendations or endorsements by McDonald’s or any of its affiliates. To the extent permitted by law, McDonald’s is not responsible for the content (including representations) of any third party advertisement on a Website or App. Cookies may be associated with these advertisements to enable the advertiser to track the number of anonymous users responding to the campaign.</p>
      </div>
    
    
      </div>
  
  <div class="col-md-3">
      </div>  
  <div class="clearfix"></div>
</div>
  <div class="row entity entity-pane pane-separator"  id="separator-4265" >
  <hr />
</div>
  <div class="row entity entity-pane pane-content"  id="content-1850" >
  <a class="anchor" name="Privacy-RelatedMcDonald'sWebsitesorApplications"></a>
  
  <div class="col-md-12">
          <div class="col-md-12">
        <h3><strong>Related McDonald's Websites or Apps</strong></h3>
<p>All Websites and Apps operated by McDonald's in Australia will adhere to this privacy policy. The policies on the Websites and Apps of some other members of the McDonald's Family may vary because of local customs, practices or laws.</p>
      </div>
    
    
      </div>
  
  <div class="col-md-3">
      </div>  
  <div class="clearfix"></div>
</div>
  <div class="row entity entity-pane pane-separator"  id="separator-4267" >
  <hr />
</div>
  <div class="row entity entity-pane pane-content"  id="content-1852" >
  <a class="anchor" name="Privacy-Franchiseeprivacypolicies"></a>
  
  <div class="col-md-12">
          <div class="col-md-12">
        <h3><strong>Franchisee privacy policies</strong></h3>
<p>Many McDonald's restaurants are owned and operated by independent franchisees. Some franchisees also operate websites and are required to follow this privacy policy. If you are concerned that there may have been a breach of this privacy policy by a franchisee, please contact the relevant franchisee entity or McDonald’s restaurant directly.</p>
      </div>
    
    
      </div>
  
  <div class="col-md-3">
      </div>  
  <div class="clearfix"></div>
</div>
  <div class="row entity entity-pane pane-separator"  id="separator-4269" >
  <hr />
</div>
  <div class="row entity entity-pane pane-content"  id="content-1854" >
  <a class="anchor" name="Privacy-Changestoourprivacypolicy"></a>
  
  <div class="col-md-12">
          <div class="col-md-12">
        <h3><strong>Changes to our privacy policy</strong></h3>
<p>From time to time, it may be necessary for McDonald's to change this privacy policy without notice. We will post any changes to this privacy policy on our Websites and Apps. Rest assured, however, that any changes will not be retroactively applied and will not alter how we handle previously collected personal information.</p>
      </div>
    
    
      </div>
  
  <div class="col-md-3">
      </div>  
  <div class="clearfix"></div>
</div>
  <div class="row entity entity-pane pane-separator"  id="separator-4271" >
  <hr />
</div>
  <div class="row entity entity-pane pane-content"  id="content-1856" >
  <a class="anchor" name="Privacy-SaleoftheCompany"></a>
  
  <div class="col-md-12">
          <div class="col-md-12">
        <h3><strong>Sale of the Company</strong></h3>
<p>If McDonald’s merges with, is acquired by another company, or sells all or a portion of its assets, your personal information may be disclosed to our advisers and any prospective purchaser’s adviser and may be among the assets transferred. However, your personal information will always remain subject to this privacy policy.</p>
      </div>
    
    
      </div>
  
  <div class="col-md-3">
      </div>  
  <div class="clearfix"></div>
</div>
  <div class="row entity entity-pane pane-separator"  id="separator-4273" >
  <hr />
</div>
  <div class="row entity entity-pane pane-content"  id="content-1858" >
  <a class="anchor" name="Privacy-ContactUs"></a>
  
  <div class="col-md-12">
          <div class="col-md-12">
        <h3><strong>Contact Us</strong></h3>
<p>If you have any questions about our privacy policy, or any problems or complaints about how we have collected, used, stored, handled and/or disclosed your personal information, please contact us at:</p>
<p>Mail:     <strong>McDonald's Privacy Officer</strong></p>
<p>McDonald's Australia Limited</p>
<p>PO Box 392</p>
<p>Pennant Hills NSW 2120</p>
<p>Australia</p>
<p>Email: <a href="mailto:privacy@au.mcd.com">privacy@au.mcd.com</a></p>
<p>Telephone: (02) 9875 6666</p>
<p>Fax: (02) 98756568</p>
<p>Please allow 14 days for this request to be processed. If you do not receive a satisfactory response from McDonald’s to your query, problem or complaint within 14 days, you may refer your query, problem or complaint to the Office of the Australian Information Commissioner via the contact details listed at <a href="https://www.oaic.gov.au/about-us/contact-us/">https://www.oaic.gov.au/about-us/contact-us/</a>.</p>
<p> </p>
      </div>
    
    
      </div>
  
  <div class="col-md-3">
      </div>  
  <div class="clearfix"></div>
</div>
      <div class="clearfix"></div>
    </div>
    
    
      </div>
	          </section>
  </div><!-- /.container -->
</div><!-- // #wrapper -->

<!-- Place this tag after the last +1 button tag. -->
<script type="text/javascript">
  (function() {
    var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
    po.src = 'https://apis.google.com/js/plusone.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
  })();
</script>
  <script type="text/javascript">
<!--//--><![CDATA[//><!--
/**
 * @file
 *   Main JavaScript file for Dismiss module
 */

(function ($) {

  Drupal.behaviors.dismiss = {
    attach: function (context, settings) {

      // Prepend the Dismiss button to each message box.
      $('.messages').each(function () {
        var flag = $(this).children().hasClass('dismiss');

        if (!flag) {
          $(this).prepend('<button class="dismiss"><span class="element-invisible">' + Drupal.t('Close this message.') + '</span></button>');
        }
      });

      // When the Dismiss button is clicked hide this set of messages.
      $('.dismiss').click(function (event) {
        $(this).parent().hide('fast');
        // In case this message is inside a form, prevent form submission.
        event.preventDefault();
      });

      // Fadeout out status messages when positive value defined.
      if (Drupal.settings.dismiss.fadeout > 0) {
        setTimeout(function () { $('.messages.status').fadeOut(); }, Drupal.settings.dismiss.fadeout);
      }

    }
  }

})(jQuery);

//--><!]]>
</script>
<script type="text/javascript" src="https://mcdonalds.com.au/sites/all/themes/mcdonalds/js/plugins.js?rpn875"></script>
<script type="text/javascript" src="https://mcdonalds.com.au/sites/all/themes/mcdonalds/js/script.js?rpn875"></script>
<script type="text/javascript" src="https://mcdonalds.com.au/sites/all/themes/mcdonalds/js/jquery.smartbanner.js?rpn875"></script>
<script type="text/javascript">window.NREUM||(NREUM={});NREUM.info={"beacon":"bam.nr-data.net","licenseKey":"098765bcde","applicationID":"46624823","transactionName":"ZwNUYkdXChYHW0JaDl5Jd1VBXwsLSUhXVARvC1dYVFEBFzlWWVcEbxBfU0JpFAQBXQ==","queueTime":0,"applicationTime":203,"atts":"S0RXFA9NGRg=","errorBeacon":"bam.nr-data.net","agent":""}</script></body>
</html>