HaochenGong commited on
Commit
5aacdfe
·
1 Parent(s): 1c42b13

change time cost count

Browse files
Files changed (48) hide show
  1. .env +4 -0
  2. .idea/workspace.xml +32 -34
  3. 1.txt +0 -0
  4. CDM/input_examples/1-1-write.jpg +0 -0
  5. CDM/result_classification/output.csv +9 -0
  6. SEM/txt/1/children.txt +0 -2
  7. SEM/txt/1/classified_sentences/Address.txt +1 -0
  8. SEM/txt/1/classified_sentences/Birthday.txt +1 -0
  9. SEM/txt/1/classified_sentences/Contacts.txt +2 -0
  10. SEM/txt/1/classified_sentences/Cookies.txt +6 -0
  11. SEM/txt/1/classified_sentences/Email.txt +7 -0
  12. SEM/txt/1/classified_sentences/Financial info.txt +1 -0
  13. SEM/txt/1/classified_sentences/IP.txt +2 -0
  14. SEM/txt/1/classified_sentences/Location.txt +8 -0
  15. SEM/txt/1/classified_sentences/Name.txt +3 -0
  16. SEM/txt/1/classified_sentences/Phone.txt +9 -0
  17. SEM/txt/1/classified_sentences/Photos.txt +12 -0
  18. SEM/txt/1/classified_sentences/Profile.txt +11 -0
  19. SEM/txt/1/classified_sentences/Voices.txt +5 -0
  20. SEM/txt/1/classified_sentences/keyword_index.txt +15 -0
  21. SEM/txt/1/data_retention.txt +26 -0
  22. SEM/txt/1/data_types.txt +85 -99
  23. SEM/txt/1/headings.txt +10 -20
  24. SEM/txt/1/personal_information_type.txt +2 -0
  25. SEM/txt/1/protect_information.txt +3 -4
  26. SEM/txt/1/provider.txt +4 -3
  27. SEM/txt/1/region.txt +1 -0
  28. SEM/txt/1/share_information.txt +52 -10
  29. SEM/txt/1/thrid_party.txt +5 -9
  30. SEM/txt/1/update.txt +13 -3
  31. SEM/txt/1/user_right.txt +80 -8
  32. SEM/txt/1/way_to_collect.txt +3 -0
  33. aa +184 -0
  34. app.py +122 -32
  35. html_files/https_mcdonalds.com.au_privacy-policy.html +976 -0
  36. html_files/https_values.snap.com_privacy_privacy-policy.html +0 -0
  37. html_files/https_www.whatsapp.com_legal_privacy-policy.html +0 -0
  38. logs/app.log +51 -8
  39. results/result1/1.png +0 -0
  40. results/result1/2.png +0 -0
  41. results/result1/3.png +0 -0
  42. results/result2/1.png +0 -0
  43. results/result2/2.png +0 -0
  44. results/result2/3.png +0 -0
  45. results/result2/4.png +0 -0
  46. results/result3/1.png +0 -0
  47. results/result3/2.png +0 -0
  48. results/result3/3.png +0 -0
.env ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ GOOGLE_OCR_API_KEY=AIzaSyDujkhIu3kS41FuYAE7t6yrRaKi6Dua0A4
2
+ OPENAI_API_KEY=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
3
+ google_ocr = AIzaSyDujkhIu3kS41FuYAE7t6yrRaKi6Dua0A4
4
+ openai_key = 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
.idea/workspace.xml CHANGED
@@ -4,16 +4,8 @@
4
  <option name="autoReloadType" value="SELECTIVE" />
5
  </component>
6
  <component name="ChangeListManager">
7
- <list default="true" id="5e4481c0-7ba2-42e4-bbe6-4c36a0d36baa" name="Changes" comment=".">
8
  <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
9
- <change beforePath="$PROJECT_DIR$/CDM/detect_classify/classification.py" beforeDir="false" afterPath="$PROJECT_DIR$/CDM/detect_classify/classification.py" afterDir="false" />
10
- <change beforePath="$PROJECT_DIR$/CDM/detect_compo/ip_region_proposal.py" beforeDir="false" afterPath="$PROJECT_DIR$/CDM/detect_compo/ip_region_proposal.py" afterDir="false" />
11
- <change beforePath="$PROJECT_DIR$/CDM/detect_merge/Element.py" beforeDir="false" afterPath="$PROJECT_DIR$/CDM/detect_merge/Element.py" afterDir="false" />
12
- <change beforePath="$PROJECT_DIR$/CDM/detect_text/text_detection.py" beforeDir="false" afterPath="$PROJECT_DIR$/CDM/detect_text/text_detection.py" afterDir="false" />
13
- <change beforePath="$PROJECT_DIR$/CDM/run_single.py" beforeDir="false" afterPath="$PROJECT_DIR$/CDM/run_single.py" afterDir="false" />
14
- <change beforePath="$PROJECT_DIR$/SEM/run_single_sem.py" beforeDir="false" afterPath="$PROJECT_DIR$/SEM/run_single_sem.py" afterDir="false" />
15
- <change beforePath="$PROJECT_DIR$/app.py" beforeDir="false" afterPath="$PROJECT_DIR$/app.py" afterDir="false" />
16
- <change beforePath="$PROJECT_DIR$/logs/app.log" beforeDir="false" afterPath="$PROJECT_DIR$/logs/app.log" afterDir="false" />
17
  </list>
18
  <option name="SHOW_DIALOG" value="false" />
19
  <option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -42,21 +34,22 @@
42
  <option name="hideEmptyMiddlePackages" value="true" />
43
  <option name="showLibraryContents" value="true" />
44
  </component>
45
- <component name="PropertiesComponent">{
46
- &quot;keyToString&quot;: {
47
- &quot;DefaultHtmlFileTemplate&quot;: &quot;HTML File&quot;,
48
- &quot;RunOnceActivity.OpenProjectViewOnStart&quot;: &quot;true&quot;,
49
- &quot;RunOnceActivity.ShowReadmeOnStart&quot;: &quot;true&quot;,
50
- &quot;WebServerToolWindowFactoryState&quot;: &quot;false&quot;,
51
- &quot;last_opened_file_path&quot;: &quot;/Users/hika/ANU/2024 s2/8800/Cpp4App_test/CDM/detect_merge&quot;,
52
- &quot;node.js.detected.package.eslint&quot;: &quot;true&quot;,
53
- &quot;node.js.detected.package.tslint&quot;: &quot;true&quot;,
54
- &quot;node.js.selected.package.eslint&quot;: &quot;(autodetect)&quot;,
55
- &quot;node.js.selected.package.tslint&quot;: &quot;(autodetect)&quot;,
56
- &quot;nodejs_package_manager_path&quot;: &quot;npm&quot;,
57
- &quot;vue.rearranger.settings.migration&quot;: &quot;true&quot;
 
58
  }
59
- }</component>
60
  <component name="RecentsManager">
61
  <key name="CopyFile.RECENT_KEYS">
62
  <recent name="$PROJECT_DIR$/CDM/detect_merge" />
@@ -110,14 +103,11 @@
110
  <workItem from="1723387453009" duration="27328000" />
111
  <workItem from="1723978405562" duration="51637000" />
112
  <workItem from="1725925225487" duration="149934000" />
113
- <workItem from="1730168422917" duration="912000" />
114
- </task>
115
- <task id="LOCAL-00015" summary="test auto delete">
116
- <created>1723458694929</created>
117
- <option name="number" value="00015" />
118
- <option name="presentableId" value="LOCAL-00015" />
119
- <option name="project" value="LOCAL" />
120
- <updated>1723458694930</updated>
121
  </task>
122
  <task id="LOCAL-00016" summary="test auto monitor">
123
  <created>1723461444926</created>
@@ -455,7 +445,14 @@
455
  <option name="project" value="LOCAL" />
456
  <updated>1729062131477</updated>
457
  </task>
458
- <option name="localTasksCounter" value="64" />
 
 
 
 
 
 
 
459
  <servers />
460
  </component>
461
  <component name="TypeScriptGeneratedFilesManager">
@@ -494,9 +491,10 @@
494
  <MESSAGE value="font" />
495
  <MESSAGE value="batch images" />
496
  <MESSAGE value="." />
497
- <option name="LAST_COMMIT_MESSAGE" value="." />
 
498
  </component>
499
  <component name="com.intellij.coverage.CoverageDataManagerImpl">
500
- <SUITE FILE_PATH="coverage/Cpp4App_test$app.coverage" NAME="app Coverage Results" MODIFIED="1730171651246" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" />
501
  </component>
502
  </project>
 
4
  <option name="autoReloadType" value="SELECTIVE" />
5
  </component>
6
  <component name="ChangeListManager">
7
+ <list default="true" id="5e4481c0-7ba2-42e4-bbe6-4c36a0d36baa" name="Changes" comment="change time cost count">
8
  <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
 
 
 
 
 
 
 
 
9
  </list>
10
  <option name="SHOW_DIALOG" value="false" />
11
  <option name="HIGHLIGHT_CONFLICTS" value="true" />
 
34
  <option name="hideEmptyMiddlePackages" value="true" />
35
  <option name="showLibraryContents" value="true" />
36
  </component>
37
+ <component name="PropertiesComponent"><![CDATA[{
38
+ "keyToString": {
39
+ "DefaultHtmlFileTemplate": "HTML File",
40
+ "RunOnceActivity.OpenProjectViewOnStart": "true",
41
+ "RunOnceActivity.ShowReadmeOnStart": "true",
42
+ "WebServerToolWindowFactoryState": "false",
43
+ "last_opened_file_path": "/Users/hika/ANU/2024 s2/8800/Cpp4App_test/CDM/detect_merge",
44
+ "node.js.detected.package.eslint": "true",
45
+ "node.js.detected.package.tslint": "true",
46
+ "node.js.selected.package.eslint": "(autodetect)",
47
+ "node.js.selected.package.tslint": "(autodetect)",
48
+ "nodejs_package_manager_path": "npm",
49
+ "settings.editor.selected.configurable": "vcs.Git",
50
+ "vue.rearranger.settings.migration": "true"
51
  }
52
+ }]]></component>
53
  <component name="RecentsManager">
54
  <key name="CopyFile.RECENT_KEYS">
55
  <recent name="$PROJECT_DIR$/CDM/detect_merge" />
 
103
  <workItem from="1723387453009" duration="27328000" />
104
  <workItem from="1723978405562" duration="51637000" />
105
  <workItem from="1725925225487" duration="149934000" />
106
+ <workItem from="1730168422917" duration="3440000" />
107
+ <workItem from="1731657140243" duration="87000" />
108
+ <workItem from="1731657236263" duration="3838000" />
109
+ <workItem from="1731661095283" duration="476000" />
110
+ <workItem from="1731661576559" duration="73000" />
 
 
 
111
  </task>
112
  <task id="LOCAL-00016" summary="test auto monitor">
113
  <created>1723461444926</created>
 
445
  <option name="project" value="LOCAL" />
446
  <updated>1729062131477</updated>
447
  </task>
448
+ <task id="LOCAL-00064" summary="change time cost count">
449
+ <created>1730171925435</created>
450
+ <option name="number" value="00064" />
451
+ <option name="presentableId" value="LOCAL-00064" />
452
+ <option name="project" value="LOCAL" />
453
+ <updated>1730171925436</updated>
454
+ </task>
455
+ <option name="localTasksCounter" value="65" />
456
  <servers />
457
  </component>
458
  <component name="TypeScriptGeneratedFilesManager">
 
491
  <MESSAGE value="font" />
492
  <MESSAGE value="batch images" />
493
  <MESSAGE value="." />
494
+ <MESSAGE value="change time cost count" />
495
+ <option name="LAST_COMMIT_MESSAGE" value="change time cost count" />
496
  </component>
497
  <component name="com.intellij.coverage.CoverageDataManagerImpl">
498
+ <SUITE FILE_PATH="coverage/Cpp4App_test$app.coverage" NAME="app Coverage Results" MODIFIED="1731660960877" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="coverage.py" COVERAGE_BY_TEST_ENABLED="true" COVERAGE_TRACING_ENABLED="false" WORKING_DIRECTORY="$PROJECT_DIR$" />
499
  </component>
500
  </project>
1.txt CHANGED
The diff for this file is too large to render. See raw diff
 
CDM/input_examples/1-1-write.jpg CHANGED
CDM/result_classification/output.csv ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ screenshot,id,label,index,text,sentences
2
+ s1-1-write,1,Profile,"[[46, 52], [97, 103], [228, 234], [265, 271], [304, 310], [630, 636], [746, 752], [1255, 1261], [1424, 1430], [1638, 1644], [2050, 2056], [2092, 2098], [2177, 2183], [2326, 2332]]","many of our services require you to set up an account. to do this, we ask you to provide us with account details (information about you, like your name, username, email address, birthday, and phone number). when you set up your profile, you’ll also provide us with profile details (like your bitmoji and profile picture). on the other end of the spectrum, some of the information you send through or save within our services may be public content that is accessible to everyone (such as public story content, including my story set to everyone, shared stories, and community stories, spotlight or snap map submissions, and public profile information). this includes linked third-party service data (information we get when you link your snapchat account to another service), data from advertisers (information from advertisers, app developers, publishers, and other third parties to help target or measure the performance of ads), contact info from other snapchatters or third parties (if another snapchatter uploads their contact list which includes your information, we may combine that with other information we have about you to better understand who you may want to communicate with. for example, our algorithms and machine learning models take into account the conversations snapchatters are having with my ai to improve the responses from my ai. for example, we provide two-factor authentication to help protect your account and can send you email or text messages if we notice any suspicious activity. this may include sending communications through snapchat, email, sms, or other messaging platforms, where permitted, to deliver account status updates, security alerts, and chat or friending reminders; it may also include fulfilling our user’s request to send invites or snapchat content to non-snapchatters. most of the features on snapchat are private and for friends only, but we also offer public features that allow you to opt in to showcase your best snaps to the world, such as spotlight, snap map, community stories, or your public profile. for example, we store your basic account details — like your name, phone number, and email address — to maintain your account. other reasons we may be required to keep a copy of your data are if we get reports of abuse or other terms or policy violations, or if your account, content created by you, or content created with other snapchatters is flagged by others or our systems for abuse or other terms or policy violations.","['Many of our services require you to set up an account.', 'To do this, we ask you to provide us with account details (information about you, like your name, username, email address, birthday, and phone number).', 'When you set up your profile, you’ll also provide us with profile details (like your bitmoji and profile picture).', 'On the other end of the spectrum, some of the information you send through or save within our services may be public content that is accessible to everyone (such as public story content, including my story set to everyone, shared stories, and community stories, spotlight or snap map submissions, and public profile information).', 'This includes linked third-party service data (information we get when you link your snapchat account to another service), data from advertisers (information from advertisers, app developers, publishers, and other third parties to help target or measure the performance of ads), contact info from other snapchatters or third parties (if another snapchatter uploads their contact list which includes your information, we may combine that with other information we have about you to better understand who you may want to communicate with.', 'For example, our algorithms and machine learning models take into account the conversations snapchatters are having with my ai to improve the responses from my ai.', 'For example, we provide two-factor authentication to help protect your account and can send you email or text messages if we notice any suspicious activity.', 'This may include sending communications through snapchat, email, sms, or other messaging platforms, where permitted, to deliver account status updates, security alerts, and chat or friending reminders; it may also include fulfilling our user’s request to send invites or snapchat content to non-snapchatters.', 'Most of the features on snapchat are private and for friends only, but we also offer public features that allow you to opt in to showcase your best snaps to the world, such as spotlight, snap map, community stories, or your public profile.', 'For example, we store your basic account details — like your name, phone number, and email address — to maintain your account.', 'Other reasons we may be required to keep a copy of your data are if we get reports of abuse or other terms or policy violations, or if your account, content created by you, or content created with other snapchatters is flagged by others or our systems for abuse or other terms or policy violations.']"
3
+ s1-1-write,3,Contacts,"[[132, 139], [834, 845]]","if you’ve explicitly granted device-level permissions, device information may also include information about your device phonebook (contacts and related information), images and other information from your device’s camera, photos, and microphone (like the ability to take photos, videos, view stored photos and videos, and access the microphone to record audio while recording video), and location information (precise location through methods like gps signals). this includes linked third-party service data (information we get when you link your snapchat account to another service), data from advertisers (information from advertisers, app developers, publishers, and other third parties to help target or measure the performance of ads), contact info from other snapchatters or third parties (if another snapchatter uploads their contact list which includes your information, we may combine that with other information we have about you to better understand who you may want to communicate with.","['If you’ve explicitly granted device-level permissions, device information may also include information about your device phonebook (contacts and related information), images and other information from your device’s camera, photos, and microphone (like the ability to take photos, videos, view stored photos and videos, and access the microphone to record audio while recording video), and location information (precise location through methods like gps signals).', 'This includes linked third-party service data (information we get when you link your snapchat account to another service), data from advertisers (information from advertisers, app developers, publishers, and other third parties to help target or measure the performance of ads), contact info from other snapchatters or third parties (if another snapchatter uploads their contact list which includes your information, we may combine that with other information we have about you to better understand who you may want to communicate with.']"
4
+ s1-1-write,7,Profile,"[[46, 52], [97, 103], [228, 234], [265, 271], [304, 310], [630, 636], [746, 752], [1255, 1261], [1424, 1430], [1638, 1644], [2050, 2056], [2092, 2098], [2177, 2183], [2326, 2332]]","many of our services require you to set up an account. to do this, we ask you to provide us with account details (information about you, like your name, username, email address, birthday, and phone number). when you set up your profile, you’ll also provide us with profile details (like your bitmoji and profile picture). on the other end of the spectrum, some of the information you send through or save within our services may be public content that is accessible to everyone (such as public story content, including my story set to everyone, shared stories, and community stories, spotlight or snap map submissions, and public profile information). this includes linked third-party service data (information we get when you link your snapchat account to another service), data from advertisers (information from advertisers, app developers, publishers, and other third parties to help target or measure the performance of ads), contact info from other snapchatters or third parties (if another snapchatter uploads their contact list which includes your information, we may combine that with other information we have about you to better understand who you may want to communicate with. for example, our algorithms and machine learning models take into account the conversations snapchatters are having with my ai to improve the responses from my ai. for example, we provide two-factor authentication to help protect your account and can send you email or text messages if we notice any suspicious activity. this may include sending communications through snapchat, email, sms, or other messaging platforms, where permitted, to deliver account status updates, security alerts, and chat or friending reminders; it may also include fulfilling our user’s request to send invites or snapchat content to non-snapchatters. most of the features on snapchat are private and for friends only, but we also offer public features that allow you to opt in to showcase your best snaps to the world, such as spotlight, snap map, community stories, or your public profile. for example, we store your basic account details — like your name, phone number, and email address — to maintain your account. other reasons we may be required to keep a copy of your data are if we get reports of abuse or other terms or policy violations, or if your account, content created by you, or content created with other snapchatters is flagged by others or our systems for abuse or other terms or policy violations.","['Many of our services require you to set up an account.', 'To do this, we ask you to provide us with account details (information about you, like your name, username, email address, birthday, and phone number).', 'When you set up your profile, you’ll also provide us with profile details (like your bitmoji and profile picture).', 'On the other end of the spectrum, some of the information you send through or save within our services may be public content that is accessible to everyone (such as public story content, including my story set to everyone, shared stories, and community stories, spotlight or snap map submissions, and public profile information).', 'This includes linked third-party service data (information we get when you link your snapchat account to another service), data from advertisers (information from advertisers, app developers, publishers, and other third parties to help target or measure the performance of ads), contact info from other snapchatters or third parties (if another snapchatter uploads their contact list which includes your information, we may combine that with other information we have about you to better understand who you may want to communicate with.', 'For example, our algorithms and machine learning models take into account the conversations snapchatters are having with my ai to improve the responses from my ai.', 'For example, we provide two-factor authentication to help protect your account and can send you email or text messages if we notice any suspicious activity.', 'This may include sending communications through snapchat, email, sms, or other messaging platforms, where permitted, to deliver account status updates, security alerts, and chat or friending reminders; it may also include fulfilling our user’s request to send invites or snapchat content to non-snapchatters.', 'Most of the features on snapchat are private and for friends only, but we also offer public features that allow you to opt in to showcase your best snaps to the world, such as spotlight, snap map, community stories, or your public profile.', 'For example, we store your basic account details — like your name, phone number, and email address — to maintain your account.', 'Other reasons we may be required to keep a copy of your data are if we get reports of abuse or other terms or policy violations, or if your account, content created by you, or content created with other snapchatters is flagged by others or our systems for abuse or other terms or policy violations.']"
5
+ s1-1-write,8,Photos,"[[105, 111], [281, 285], [645, 650], [893, 897], [1678, 1684], [2086, 2091], [2378, 2383], [2434, 2438], [2746, 2750], [2787, 2791], [3211, 3215], [3268, 3271], [3407, 3411]]","when you set up your profile, you’ll also provide us with profile details (like your bitmoji and profile picture). we consider some of this information to be private content and communications (like snaps and chats with friends, my story set to friends, private stories, voice and video calls, and content that is saved in my eyes only). this includes usage information (information about how you interact with our services — for example, which lenses you view and apply, stories you watch, and how often you communicate with other snapchatters) and content information (information about content you create or provide, your engagement with the camera and creative tools, your interactions with my ai, and metadata — for example, information about the content itself like the date and time it was posted and who viewed it). content information includes information based on the content of the image, video, or audio — so if you post a spotlight of a basketball game, we may use that information to show you more content on spotlight about basketball. this also includes device information (such as your hardware or software, operating system, device memory, advertising identifiers, apps installed, browser type, information from device sensors that measure the motion of your device or compasses and microphones, including whether you have headphones connected, and information about your wireless and mobile connections), location information (ip address), information collected by cookies and similar technologies, depending on your settings, (cookies, web beacons (small graphic data that recognize user activity, such as if and how often a user has visited a website), web storage, unique advertising identifiers), and log information (such as details about how you’ve used our services, access times, pages viewed, ip address, and unique identifiers like cookies). if you’ve explicitly granted device-level permissions, device information may also include information about your device phonebook (contacts and related information), images and other information from your device’s camera, photos, and microphone (like the ability to take photos, videos, view stored photos and videos, and access the microphone to record audio while recording video), and location information (precise location through methods like gps signals). for example, before accessing your device’s camera roll or contact book. so if there's a dog in the photo, it may be searchable in memories by the term “dog,” show up on the map at the location where you created the memory, and inform us that you’re into dogs so we can surface you fun dog videos and dog food ads in other parts of our services, such as spotlight. for example, if you’ve interacted with ads for video games, we will infer that you like video games, and show you similar ads, but those won’t be the only ads you see. in order to do this, we also develop and improve the algorithms and machine learning models (an expression of an algorithm that combs through significant amounts of data to find patterns or make predictions) that make our features and services work, including through generative ai features (artificial intelligence capable of generating text, images, or other media, using generative models. we also scan urls sent on snapchat to see if that webpage is potentially harmful, and can give you a warning about it. check out this page or this video.","['When you set up your profile, you’ll also provide us with profile details (like your bitmoji and profile picture).', 'We consider some of this information to be private content and communications (like snaps and chats with friends, my story set to friends, private stories, voice and video calls, and content that is saved in my eyes only).', 'This includes usage information (information about how you interact with our services — for example, which lenses you view and apply, stories you watch, and how often you communicate with other snapchatters) and content information (information about content you create or provide, your engagement with the camera and creative tools, your interactions with my ai, and metadata — for example, information about the content itself like the date and time it was posted and who viewed it).', 'Content information includes information based on the content of the image, video, or audio — so if you post a spotlight of a basketball game, we may use that information to show you more content on spotlight about basketball.', 'This also includes device information (such as your hardware or software, operating system, device memory, advertising identifiers, apps installed, browser type, information from device sensors that measure the motion of your device or compasses and microphones, including whether you have headphones connected, and information about your wireless and mobile connections), location information (ip address), information collected by cookies and similar technologies, depending on your settings, (cookies, web beacons (small graphic data that recognize user activity, such as if and how often a user has visited a website), web storage, unique advertising identifiers), and log information (such as details about how you’ve used our services, access times, pages viewed, ip address, and unique identifiers like cookies).', 'If you’ve explicitly granted device-level permissions, device information may also include information about your device phonebook (contacts and related information), images and other information from your device’s camera, photos, and microphone (like the ability to take photos, videos, view stored photos and videos, and access the microphone to record audio while recording video), and location information (precise location through methods like gps signals).', 'For example, before accessing your device’s camera roll or contact book.', ""So if there's a dog in the photo, it may be searchable in memories by the term “dog,” show up on the map at the location where you created the memory, and inform us that you’re into dogs so we can surface you fun dog videos and dog food ads in other parts of our services, such as spotlight."", 'For example, if you’ve interacted with ads for video games, we will infer that you like video games, and show you similar ads, but those won’t be the only ads you see.', 'In order to do this, we also develop and improve the algorithms and machine learning models (an expression of an algorithm that combs through significant amounts of data to find patterns or make predictions) that make our features and services work, including through generative ai features (artificial intelligence capable of generating text, images, or other media, using generative models.', 'We also scan urls sent on snapchat to see if that webpage is potentially harmful, and can give you a warning about it.', 'Check out this page or this video.']"
6
+ s1-1-write,11,Location,"[[373, 380], [1209, 1216], [1239, 1246], [1368, 1375], [1543, 1550], [1643, 1650], [1785, 1792], [1987, 1994], [2096, 2103], [2229, 2236], [2293, 2300]]","this also includes device information (such as your hardware or software, operating system, device memory, advertising identifiers, apps installed, browser type, information from device sensors that measure the motion of your device or compasses and microphones, including whether you have headphones connected, and information about your wireless and mobile connections), location information (ip address), information collected by cookies and similar technologies, depending on your settings, (cookies, web beacons (small graphic data that recognize user activity, such as if and how often a user has visited a website), web storage, unique advertising identifiers), and log information (such as details about how you’ve used our services, access times, pages viewed, ip address, and unique identifiers like cookies). if you’ve explicitly granted device-level permissions, device information may also include information about your device phonebook (contacts and related information), images and other information from your device’s camera, photos, and microphone (like the ability to take photos, videos, view stored photos and videos, and access the microphone to record audio while recording video), and location information (precise location through methods like gps signals). for example, by delivering a snap you want to send to a friend or, if you share your location on snap map, to show you suggestions like places you might like in your neighborhood, content others have posted to the map, or your friends if they’re sharing their location with you. for example, we automatically tag content with labels based on the content, your location, or the time of day. so if there's a dog in the photo, it may be searchable in memories by the term “dog,” show up on the map at the location where you created the memory, and inform us that you’re into dogs so we can surface you fun dog videos and dog food ads in other parts of our services, such as spotlight. for example, we store location information for different lengths of time based on how precise it is and which services you use. if location information is associated with a snap — like those saved to memories or posted to snap map or spotlight — we’ll retain that location as long as we store the snap. pro tip: you can see the location data we retain about you by downloading your data.","['This also includes device information (such as your hardware or software, operating system, device memory, advertising identifiers, apps installed, browser type, information from device sensors that measure the motion of your device or compasses and microphones, including whether you have headphones connected, and information about your wireless and mobile connections), location information (ip address), information collected by cookies and similar technologies, depending on your settings, (cookies, web beacons (small graphic data that recognize user activity, such as if and how often a user has visited a website), web storage, unique advertising identifiers), and log information (such as details about how you’ve used our services, access times, pages viewed, ip address, and unique identifiers like cookies).', 'If you’ve explicitly granted device-level permissions, device information may also include information about your device phonebook (contacts and related information), images and other information from your device’s camera, photos, and microphone (like the ability to take photos, videos, view stored photos and videos, and access the microphone to record audio while recording video), and location information (precise location through methods like gps signals).', 'For example, by delivering a snap you want to send to a friend or, if you share your location on snap map, to show you suggestions like places you might like in your neighborhood, content others have posted to the map, or your friends if they’re sharing their location with you.', 'For example, we automatically tag content with labels based on the content, your location, or the time of day.', ""So if there's a dog in the photo, it may be searchable in memories by the term “dog,” show up on the map at the location where you created the memory, and inform us that you’re into dogs so we can surface you fun dog videos and dog food ads in other parts of our services, such as spotlight."", 'For example, we store location information for different lengths of time based on how precise it is and which services you use.', 'If location information is associated with a snap — like those saved to memories or posted to snap map or spotlight — we’ll retain that location as long as we store the snap.', 'Pro tip: you can see the location data we retain about you by downloading your data.']"
7
+ s1-1-write,13,Photos,"[[105, 111], [281, 285], [645, 650], [893, 897], [1678, 1684], [2086, 2091], [2378, 2383], [2434, 2438], [2746, 2750], [2787, 2791], [3211, 3215], [3268, 3271], [3407, 3411]]","when you set up your profile, you’ll also provide us with profile details (like your bitmoji and profile picture). we consider some of this information to be private content and communications (like snaps and chats with friends, my story set to friends, private stories, voice and video calls, and content that is saved in my eyes only). this includes usage information (information about how you interact with our services — for example, which lenses you view and apply, stories you watch, and how often you communicate with other snapchatters) and content information (information about content you create or provide, your engagement with the camera and creative tools, your interactions with my ai, and metadata — for example, information about the content itself like the date and time it was posted and who viewed it). content information includes information based on the content of the image, video, or audio — so if you post a spotlight of a basketball game, we may use that information to show you more content on spotlight about basketball. this also includes device information (such as your hardware or software, operating system, device memory, advertising identifiers, apps installed, browser type, information from device sensors that measure the motion of your device or compasses and microphones, including whether you have headphones connected, and information about your wireless and mobile connections), location information (ip address), information collected by cookies and similar technologies, depending on your settings, (cookies, web beacons (small graphic data that recognize user activity, such as if and how often a user has visited a website), web storage, unique advertising identifiers), and log information (such as details about how you’ve used our services, access times, pages viewed, ip address, and unique identifiers like cookies). if you’ve explicitly granted device-level permissions, device information may also include information about your device phonebook (contacts and related information), images and other information from your device’s camera, photos, and microphone (like the ability to take photos, videos, view stored photos and videos, and access the microphone to record audio while recording video), and location information (precise location through methods like gps signals). for example, before accessing your device’s camera roll or contact book. so if there's a dog in the photo, it may be searchable in memories by the term “dog,” show up on the map at the location where you created the memory, and inform us that you’re into dogs so we can surface you fun dog videos and dog food ads in other parts of our services, such as spotlight. for example, if you’ve interacted with ads for video games, we will infer that you like video games, and show you similar ads, but those won’t be the only ads you see. in order to do this, we also develop and improve the algorithms and machine learning models (an expression of an algorithm that combs through significant amounts of data to find patterns or make predictions) that make our features and services work, including through generative ai features (artificial intelligence capable of generating text, images, or other media, using generative models. we also scan urls sent on snapchat to see if that webpage is potentially harmful, and can give you a warning about it. check out this page or this video.","['When you set up your profile, you’ll also provide us with profile details (like your bitmoji and profile picture).', 'We consider some of this information to be private content and communications (like snaps and chats with friends, my story set to friends, private stories, voice and video calls, and content that is saved in my eyes only).', 'This includes usage information (information about how you interact with our services — for example, which lenses you view and apply, stories you watch, and how often you communicate with other snapchatters) and content information (information about content you create or provide, your engagement with the camera and creative tools, your interactions with my ai, and metadata — for example, information about the content itself like the date and time it was posted and who viewed it).', 'Content information includes information based on the content of the image, video, or audio — so if you post a spotlight of a basketball game, we may use that information to show you more content on spotlight about basketball.', 'This also includes device information (such as your hardware or software, operating system, device memory, advertising identifiers, apps installed, browser type, information from device sensors that measure the motion of your device or compasses and microphones, including whether you have headphones connected, and information about your wireless and mobile connections), location information (ip address), information collected by cookies and similar technologies, depending on your settings, (cookies, web beacons (small graphic data that recognize user activity, such as if and how often a user has visited a website), web storage, unique advertising identifiers), and log information (such as details about how you’ve used our services, access times, pages viewed, ip address, and unique identifiers like cookies).', 'If you’ve explicitly granted device-level permissions, device information may also include information about your device phonebook (contacts and related information), images and other information from your device’s camera, photos, and microphone (like the ability to take photos, videos, view stored photos and videos, and access the microphone to record audio while recording video), and location information (precise location through methods like gps signals).', 'For example, before accessing your device’s camera roll or contact book.', ""So if there's a dog in the photo, it may be searchable in memories by the term “dog,” show up on the map at the location where you created the memory, and inform us that you’re into dogs so we can surface you fun dog videos and dog food ads in other parts of our services, such as spotlight."", 'For example, if you’ve interacted with ads for video games, we will infer that you like video games, and show you similar ads, but those won’t be the only ads you see.', 'In order to do this, we also develop and improve the algorithms and machine learning models (an expression of an algorithm that combs through significant amounts of data to find patterns or make predictions) that make our features and services work, including through generative ai features (artificial intelligence capable of generating text, images, or other media, using generative models.', 'We also scan urls sent on snapchat to see if that webpage is potentially harmful, and can give you a warning about it.', 'Check out this page or this video.']"
8
+ s1-1-write,14,Profile,"[[46, 52], [97, 103], [228, 234], [265, 271], [304, 310], [630, 636], [746, 752], [1255, 1261], [1424, 1430], [1638, 1644], [2050, 2056], [2092, 2098], [2177, 2183], [2326, 2332]]","many of our services require you to set up an account. to do this, we ask you to provide us with account details (information about you, like your name, username, email address, birthday, and phone number). when you set up your profile, you’ll also provide us with profile details (like your bitmoji and profile picture). on the other end of the spectrum, some of the information you send through or save within our services may be public content that is accessible to everyone (such as public story content, including my story set to everyone, shared stories, and community stories, spotlight or snap map submissions, and public profile information). this includes linked third-party service data (information we get when you link your snapchat account to another service), data from advertisers (information from advertisers, app developers, publishers, and other third parties to help target or measure the performance of ads), contact info from other snapchatters or third parties (if another snapchatter uploads their contact list which includes your information, we may combine that with other information we have about you to better understand who you may want to communicate with. for example, our algorithms and machine learning models take into account the conversations snapchatters are having with my ai to improve the responses from my ai. for example, we provide two-factor authentication to help protect your account and can send you email or text messages if we notice any suspicious activity. this may include sending communications through snapchat, email, sms, or other messaging platforms, where permitted, to deliver account status updates, security alerts, and chat or friending reminders; it may also include fulfilling our user’s request to send invites or snapchat content to non-snapchatters. most of the features on snapchat are private and for friends only, but we also offer public features that allow you to opt in to showcase your best snaps to the world, such as spotlight, snap map, community stories, or your public profile. for example, we store your basic account details — like your name, phone number, and email address — to maintain your account. other reasons we may be required to keep a copy of your data are if we get reports of abuse or other terms or policy violations, or if your account, content created by you, or content created with other snapchatters is flagged by others or our systems for abuse or other terms or policy violations.","['Many of our services require you to set up an account.', 'To do this, we ask you to provide us with account details (information about you, like your name, username, email address, birthday, and phone number).', 'When you set up your profile, you’ll also provide us with profile details (like your bitmoji and profile picture).', 'On the other end of the spectrum, some of the information you send through or save within our services may be public content that is accessible to everyone (such as public story content, including my story set to everyone, shared stories, and community stories, spotlight or snap map submissions, and public profile information).', 'This includes linked third-party service data (information we get when you link your snapchat account to another service), data from advertisers (information from advertisers, app developers, publishers, and other third parties to help target or measure the performance of ads), contact info from other snapchatters or third parties (if another snapchatter uploads their contact list which includes your information, we may combine that with other information we have about you to better understand who you may want to communicate with.', 'For example, our algorithms and machine learning models take into account the conversations snapchatters are having with my ai to improve the responses from my ai.', 'For example, we provide two-factor authentication to help protect your account and can send you email or text messages if we notice any suspicious activity.', 'This may include sending communications through snapchat, email, sms, or other messaging platforms, where permitted, to deliver account status updates, security alerts, and chat or friending reminders; it may also include fulfilling our user’s request to send invites or snapchat content to non-snapchatters.', 'Most of the features on snapchat are private and for friends only, but we also offer public features that allow you to opt in to showcase your best snaps to the world, such as spotlight, snap map, community stories, or your public profile.', 'For example, we store your basic account details — like your name, phone number, and email address — to maintain your account.', 'Other reasons we may be required to keep a copy of your data are if we get reports of abuse or other terms or policy violations, or if your account, content created by you, or content created with other snapchatters is flagged by others or our systems for abuse or other terms or policy violations.']"
9
+ s1-1-write,21,Contacts,"[[132, 139], [834, 845]]","if you’ve explicitly granted device-level permissions, device information may also include information about your device phonebook (contacts and related information), images and other information from your device’s camera, photos, and microphone (like the ability to take photos, videos, view stored photos and videos, and access the microphone to record audio while recording video), and location information (precise location through methods like gps signals). this includes linked third-party service data (information we get when you link your snapchat account to another service), data from advertisers (information from advertisers, app developers, publishers, and other third parties to help target or measure the performance of ads), contact info from other snapchatters or third parties (if another snapchatter uploads their contact list which includes your information, we may combine that with other information we have about you to better understand who you may want to communicate with.","['If you’ve explicitly granted device-level permissions, device information may also include information about your device phonebook (contacts and related information), images and other information from your device’s camera, photos, and microphone (like the ability to take photos, videos, view stored photos and videos, and access the microphone to record audio while recording video), and location information (precise location through methods like gps signals).', 'This includes linked third-party service data (information we get when you link your snapchat account to another service), data from advertisers (information from advertisers, app developers, publishers, and other third parties to help target or measure the performance of ads), contact info from other snapchatters or third parties (if another snapchatter uploads their contact list which includes your information, we may combine that with other information we have about you to better understand who you may want to communicate with.']"
SEM/txt/1/children.txt DELETED
@@ -1,2 +0,0 @@
1
- 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 online activities.
2
- 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 online activities.
 
 
 
SEM/txt/1/classified_sentences/Address.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ if you use our commerce products to buy something, like those latest sneakers, we may ask you for payment and related information (like your physical address, so we can ship the product to you, payment information, so we can process the payment, and transaction history).
SEM/txt/1/classified_sentences/Birthday.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ to do this, we ask you to provide us with account details (information about you, like your name, username, email address, birthday, and phone number).
SEM/txt/1/classified_sentences/Contacts.txt ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ if you’ve explicitly granted device-level permissions, device information may also include information about your device phonebook (contacts and related information), images and other information from your device’s camera, photos, and microphone (like the ability to take photos, videos, view stored photos and videos, and access the microphone to record audio while recording video), and location information (precise location through methods like gps signals).
2
+ this includes linked third-party service data (information we get when you link your snapchat account to another service), data from advertisers (information from advertisers, app developers, publishers, and other third parties to help target or measure the performance of ads), contact info from other snapchatters or third parties (if another snapchatter uploads their contact list which includes your information, we may combine that with other information we have about you to better understand who you may want to communicate with.
SEM/txt/1/classified_sentences/Cookies.txt ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ this also includes device information (such as your hardware or software, operating system, device memory, advertising identifiers, apps installed, browser type, information from device sensors that measure the motion of your device or compasses and microphones, including whether you have headphones connected, and information about your wireless and mobile connections), location information (ip address), information collected by cookies and similar technologies, depending on your settings, (cookies, web beacons (small graphic data that recognize user activity, such as if and how often a user has visited a website), web storage, unique advertising identifiers), and log information (such as details about how you’ve used our services, access times, pages viewed, ip address, and unique identifiers like cookies).
2
+ a note about information collected by cookies and other technologies: we may use these technologies to collect information when you interact with services we offer through one of our partners.
3
+ most web browsers are set to accept cookies by default.
4
+ if you prefer, you can usually remove or reject browser cookies through the settings on your browser or device.
5
+ keep in mind, though, that removing or rejecting cookies could affect the availability and functionality of our services.
6
+ to learn more about how we and our partners use cookies on our services and your choices, please check out our cookie policy.
SEM/txt/1/classified_sentences/Email.txt ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ to do this, we ask you to provide us with account details (information about you, like your name, username, email address, birthday, and phone number).
2
+ or, if you provide us with your contact information, we may use that to determine if we can communicate with you in other ways, like sms, email, or other messaging services), and data relating to potential violations of our terms (we may receive information from third parties, including website publishers, social network providers, law enforcement, and others, about potential violators of our terms of service and community guidelines).
3
+ for example, we provide two-factor authentication to help protect your account and can send you email or text messages if we notice any suspicious activity.
4
+ this includes sending snapchatters communications through snapchat, email, sms, or other messaging platforms, where permitted.
5
+ for example, we may use the snapchat app, email, sms, or other messaging platforms to share information about our services and promotional offers that we think may interest you.
6
+ this may include sending communications through snapchat, email, sms, or other messaging platforms, where permitted, to deliver account status updates, security alerts, and chat or friending reminders; it may also include fulfilling our user’s request to send invites or snapchat content to non-snapchatters.
7
+ for example, we store your basic account details — like your name, phone number, and email address — to maintain your account.
SEM/txt/1/classified_sentences/Financial info.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ if you use our commerce products to buy something, like those latest sneakers, we may ask you for payment and related information (like your physical address, so we can ship the product to you, payment information, so we can process the payment, and transaction history).
SEM/txt/1/classified_sentences/IP.txt ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ this also includes device information (such as your hardware or software, operating system, device memory, advertising identifiers, apps installed, browser type, information from device sensors that measure the motion of your device or compasses and microphones, including whether you have headphones connected, and information about your wireless and mobile connections), location information (ip address), information collected by cookies and similar technologies, depending on your settings, (cookies, web beacons (small graphic data that recognize user activity, such as if and how often a user has visited a website), web storage, unique advertising identifiers), and log information (such as details about how you’ve used our services, access times, pages viewed, ip address, and unique identifiers like cookies).
2
+ if you use an iphone with ios 14.5 or above, some specific requirements apply, which we’ve specified here.
SEM/txt/1/classified_sentences/Location.txt ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ this also includes device information (such as your hardware or software, operating system, device memory, advertising identifiers, apps installed, browser type, information from device sensors that measure the motion of your device or compasses and microphones, including whether you have headphones connected, and information about your wireless and mobile connections), location information (ip address), information collected by cookies and similar technologies, depending on your settings, (cookies, web beacons (small graphic data that recognize user activity, such as if and how often a user has visited a website), web storage, unique advertising identifiers), and log information (such as details about how you’ve used our services, access times, pages viewed, ip address, and unique identifiers like cookies).
2
+ if you’ve explicitly granted device-level permissions, device information may also include information about your device phonebook (contacts and related information), images and other information from your device’s camera, photos, and microphone (like the ability to take photos, videos, view stored photos and videos, and access the microphone to record audio while recording video), and location information (precise location through methods like gps signals).
3
+ for example, by delivering a snap you want to send to a friend or, if you share your location on snap map, to show you suggestions like places you might like in your neighborhood, content others have posted to the map, or your friends if they’re sharing their location with you.
4
+ for example, we automatically tag content with labels based on the content, your location, or the time of day.
5
+ so if there's a dog in the photo, it may be searchable in memories by the term “dog,” show up on the map at the location where you created the memory, and inform us that you’re into dogs so we can surface you fun dog videos and dog food ads in other parts of our services, such as spotlight.
6
+ for example, we store location information for different lengths of time based on how precise it is and which services you use.
7
+ if location information is associated with a snap — like those saved to memories or posted to snap map or spotlight — we’ll retain that location as long as we store the snap.
8
+ pro tip: you can see the location data we retain about you by downloading your data.
SEM/txt/1/classified_sentences/Name.txt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ to do this, we ask you to provide us with account details (information about you, like your name, username, email address, birthday, and phone number).
2
+ some information, like your username and bitmoji, are visible to the public.
3
+ for example, we store your basic account details — like your name, phone number, and email address — to maintain your account.
SEM/txt/1/classified_sentences/Phone.txt ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ to do this, we ask you to provide us with account details (information about you, like your name, username, email address, birthday, and phone number).
2
+ we consider some of this information to be private content and communications (like snaps and chats with friends, my story set to friends, private stories, voice and video calls, and content that is saved in my eyes only).
3
+ this also includes device information (such as your hardware or software, operating system, device memory, advertising identifiers, apps installed, browser type, information from device sensors that measure the motion of your device or compasses and microphones, including whether you have headphones connected, and information about your wireless and mobile connections), location information (ip address), information collected by cookies and similar technologies, depending on your settings, (cookies, web beacons (small graphic data that recognize user activity, such as if and how often a user has visited a website), web storage, unique advertising identifiers), and log information (such as details about how you’ve used our services, access times, pages viewed, ip address, and unique identifiers like cookies).
4
+ if you’ve explicitly granted device-level permissions, device information may also include information about your device phonebook (contacts and related information), images and other information from your device’s camera, photos, and microphone (like the ability to take photos, videos, view stored photos and videos, and access the microphone to record audio while recording video), and location information (precise location through methods like gps signals).
5
+ for example, we automatically tag content with labels based on the content, your location, or the time of day.
6
+ for example, we may automatically tag the snaps you save to memories based on the content within it (e.g., the snap contained a dog), and then use that tag to personalize your experience, make recommendations, or show you ads (such as showing you spotlight snaps containing dogs).
7
+ the results of our research are sometimes used in features on snapchat, and we sometimes publish papers about things like overall behaviors and consumer trends (which will only have aggregated data across our user base, and not contain any private information about you specifically).
8
+ if you use an iphone with ios 14.5 or above, some specific requirements apply, which we’ve specified here.
9
+ for example, we store your basic account details — like your name, phone number, and email address — to maintain your account.
SEM/txt/1/classified_sentences/Photos.txt ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ when you set up your profile, you’ll also provide us with profile details (like your bitmoji and profile picture).
2
+ we consider some of this information to be private content and communications (like snaps and chats with friends, my story set to friends, private stories, voice and video calls, and content that is saved in my eyes only).
3
+ this includes usage information (information about how you interact with our services — for example, which lenses you view and apply, stories you watch, and how often you communicate with other snapchatters) and content information (information about content you create or provide, your engagement with the camera and creative tools, your interactions with my ai, and metadata — for example, information about the content itself like the date and time it was posted and who viewed it).
4
+ content information includes information based on the content of the image, video, or audio — so if you post a spotlight of a basketball game, we may use that information to show you more content on spotlight about basketball.
5
+ this also includes device information (such as your hardware or software, operating system, device memory, advertising identifiers, apps installed, browser type, information from device sensors that measure the motion of your device or compasses and microphones, including whether you have headphones connected, and information about your wireless and mobile connections), location information (ip address), information collected by cookies and similar technologies, depending on your settings, (cookies, web beacons (small graphic data that recognize user activity, such as if and how often a user has visited a website), web storage, unique advertising identifiers), and log information (such as details about how you’ve used our services, access times, pages viewed, ip address, and unique identifiers like cookies).
6
+ if you’ve explicitly granted device-level permissions, device information may also include information about your device phonebook (contacts and related information), images and other information from your device’s camera, photos, and microphone (like the ability to take photos, videos, view stored photos and videos, and access the microphone to record audio while recording video), and location information (precise location through methods like gps signals).
7
+ for example, before accessing your device’s camera roll or contact book.
8
+ so if there's a dog in the photo, it may be searchable in memories by the term “dog,” show up on the map at the location where you created the memory, and inform us that you’re into dogs so we can surface you fun dog videos and dog food ads in other parts of our services, such as spotlight.
9
+ for example, if you’ve interacted with ads for video games, we will infer that you like video games, and show you similar ads, but those won’t be the only ads you see.
10
+ in order to do this, we also develop and improve the algorithms and machine learning models (an expression of an algorithm that combs through significant amounts of data to find patterns or make predictions) that make our features and services work, including through generative ai features (artificial intelligence capable of generating text, images, or other media, using generative models.
11
+ we also scan urls sent on snapchat to see if that webpage is potentially harmful, and can give you a warning about it.
12
+ check out this page or this video.
SEM/txt/1/classified_sentences/Profile.txt ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ many of our services require you to set up an account.
2
+ to do this, we ask you to provide us with account details (information about you, like your name, username, email address, birthday, and phone number).
3
+ when you set up your profile, you’ll also provide us with profile details (like your bitmoji and profile picture).
4
+ on the other end of the spectrum, some of the information you send through or save within our services may be public content that is accessible to everyone (such as public story content, including my story set to everyone, shared stories, and community stories, spotlight or snap map submissions, and public profile information).
5
+ this includes linked third-party service data (information we get when you link your snapchat account to another service), data from advertisers (information from advertisers, app developers, publishers, and other third parties to help target or measure the performance of ads), contact info from other snapchatters or third parties (if another snapchatter uploads their contact list which includes your information, we may combine that with other information we have about you to better understand who you may want to communicate with.
6
+ for example, our algorithms and machine learning models take into account the conversations snapchatters are having with my ai to improve the responses from my ai.
7
+ for example, we provide two-factor authentication to help protect your account and can send you email or text messages if we notice any suspicious activity.
8
+ this may include sending communications through snapchat, email, sms, or other messaging platforms, where permitted, to deliver account status updates, security alerts, and chat or friending reminders; it may also include fulfilling our user’s request to send invites or snapchat content to non-snapchatters.
9
+ most of the features on snapchat are private and for friends only, but we also offer public features that allow you to opt in to showcase your best snaps to the world, such as spotlight, snap map, community stories, or your public profile.
10
+ for example, we store your basic account details — like your name, phone number, and email address — to maintain your account.
11
+ other reasons we may be required to keep a copy of your data are if we get reports of abuse or other terms or policy violations, or if your account, content created by you, or content created with other snapchatters is flagged by others or our systems for abuse or other terms or policy violations.
SEM/txt/1/classified_sentences/Voices.txt ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ we consider some of this information to be private content and communications (like snaps and chats with friends, my story set to friends, private stories, voice and video calls, and content that is saved in my eyes only).
2
+ this also includes device information (such as your hardware or software, operating system, device memory, advertising identifiers, apps installed, browser type, information from device sensors that measure the motion of your device or compasses and microphones, including whether you have headphones connected, and information about your wireless and mobile connections), location information (ip address), information collected by cookies and similar technologies, depending on your settings, (cookies, web beacons (small graphic data that recognize user activity, such as if and how often a user has visited a website), web storage, unique advertising identifiers), and log information (such as details about how you’ve used our services, access times, pages viewed, ip address, and unique identifiers like cookies).
3
+ if you’ve explicitly granted device-level permissions, device information may also include information about your device phonebook (contacts and related information), images and other information from your device’s camera, photos, and microphone (like the ability to take photos, videos, view stored photos and videos, and access the microphone to record audio while recording video), and location information (precise location through methods like gps signals).
4
+ for example, if you watch barista content on spotlight, talk to my ai about your favorite espresso machine, or save a lot of coffee-related snaps in your memories, we may highlight coffee shops on the snap map when you visit a new city or show you content about coffee that you may find interesting or relevant.
5
+ when you read "services" in this policy, we’re talking about all of them.
SEM/txt/1/classified_sentences/keyword_index.txt ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Name:[[92, 95], [102, 105], [184, 187], [290, 293]]
2
+ Birthday:[[123, 130]]
3
+ Address:[[141, 156]]
4
+ Phone:[[137, 141], [324, 327], [630, 634], [669, 673], [1316, 1320], [1435, 1439], [1534, 1538], [1682, 1685], [1797, 1800], [2327, 2330], [2350, 2354], [2509, 2513]]
5
+ Email:[[108, 112], [290, 294], [688, 692], [817, 821], [918, 922], [1112, 1116], [1448, 1452]]
6
+ Contacts:[[132, 139], [834, 845]]
7
+ Location:[[373, 380], [1209, 1216], [1239, 1246], [1368, 1375], [1543, 1550], [1643, 1650], [1785, 1792], [1987, 1994], [2096, 2103], [2229, 2236], [2293, 2300]]
8
+ Photos:[[105, 111], [281, 285], [645, 650], [893, 897], [1678, 1684], [2086, 2091], [2378, 2383], [2434, 2438], [2746, 2750], [2787, 2791], [3211, 3215], [3268, 3271], [3407, 3411]]
9
+ Voices:[[156, 160], [473, 482], [1278, 1287], [1377, 1386], [1562, 1565], [1865, 1868]]
10
+ Financial info:[[98, 100], [194, 196], [237, 239]]
11
+ IP:[[395, 404], [770, 779], [834, 835]]
12
+ Cookies:[[433, 439], [496, 502], [810, 816], [858, 864], [1049, 1055], [1125, 1131], [1230, 1236], [1351, 1357]]
13
+ Social media:[]
14
+ Profile:[[46, 52], [97, 103], [228, 234], [265, 271], [304, 310], [630, 636], [746, 752], [1255, 1261], [1424, 1430], [1638, 1644], [2050, 2056], [2092, 2098], [2177, 2183], [2326, 2332]]
15
+ Gender:[]
SEM/txt/1/data_retention.txt ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ How Long We Keep Your Information.
2
+ In this section we provide you with information on how long we keep your information, why we keep your information, and also highlight how we may need to keep your information to comply with laws, courts, and other obligations.
3
+ As a general rule, we keep information as long as you tell us to, and otherwise as long as we need it to provide our Services, or as required by law. For example, if you store something in Memories, we will keep it as long as you need it, but when you Chat with a friend, our systems are designed to delete Chats you send within 24 hours after your friend reads it (or automatically after viewing — depending on your settings). Whether we retain your data depends on the specific feature, your settings, and how you’re using the Services. Here are some more factors we consider when we decide how long to keep your information.
4
+ As a general rule, we keep information as long as you tell us to, and otherwise as long as we need it to provide our Services, or as required by law. For example, if you store something in Memories, we will keep it as long as you need it, but when you Chat with a friend, our systems are designed to delete Chats you send within 24 hours after your friend reads it (or automatically after viewing — depending on your settings). Whether we retain your data depends on the specific feature, your settings, and how you’re using the Services. Here are some more factors we consider when we decide how long to keep your information: If we need the information to operate or provide our Services. For example, we store your basic account details — like your name, phone number, and email address — to maintain your account.
5
+ If we need the information to operate or provide our Services. For example, we store your basic account details — like your name, phone number, and email address — to maintain your account.
6
+ If we need the information to operate or provide our Services. For example, we store your basic account details — like your name, phone number, and email address — to maintain your account. To do the things you expect from our Services and as we’ve described within this Privacy Policy. For example, we maintain your list of friends until you ask us to delete them since friends are key to expressing yourself. Conversely, Snaps and Chats sent in Snapchat will be deleted by default from our servers within 24 hours after we detect they’ve been opened by all recipients or have expired, unless you’ve changed your default settings or decide to save something, in which case we will honor your choices.
7
+ To do the things you expect from our Services and as we’ve described within this Privacy Policy. For example, we maintain your list of friends until you ask us to delete them since friends are key to expressing yourself. Conversely, Snaps and Chats sent in Snapchat will be deleted by default from our servers within 24 hours after we detect they’ve been opened by all recipients or have expired, unless you’ve changed your default settings or decide to save something, in which case we will honor your choices.
8
+ To do the things you expect from our Services and as we’ve described within this Privacy Policy. For example, we maintain your list of friends until you ask us to delete them since friends are key to expressing yourself. Conversely, Snaps and Chats sent in Snapchat will be deleted by default from our servers within 24 hours after we detect they’ve been opened by all recipients or have expired, unless you’ve changed your default settings or decide to save something, in which case we will honor your choices. The information itself. For example, we store location information for different lengths of time based on how precise it is and which Services you use. If location information is associated with a Snap — like those saved to Memories or posted to Snap Map or Spotlight — we’ll retain that location as long as we store the Snap. Pro tip: You can see the location data we retain about you by downloading your data.
9
+ The information itself. For example, we store location information for different lengths of time based on how precise it is and which Services you use. If location information is associated with a Snap — like those saved to Memories or posted to Snap Map or Spotlight — we’ll retain that location as long as we store the Snap. Pro tip: You can see the location data we retain about you by downloading your data.
10
+ The information itself. For example, we store location information for different lengths of time based on how precise it is and which Services you use. If location information is associated with a Snap — like those saved to Memories or posted to Snap Map or Spotlight — we’ll retain that location as long as we store the Snap. Pro tip: You can see the location data we retain about you by downloading your data. How long we need to retain the information to comply with certain legal obligations.
11
+ How long we need to retain the information to comply with certain legal obligations.
12
+ How long we need to retain the information to comply with certain legal obligations. If we need it for other legitimate purposes, such as to prevent harm, investigate possible violations of our Terms of Service or other policies, investigate reports of abuse, or protect ourselves or others.
13
+ If we need it for other legitimate purposes, such as to prevent harm, investigate possible violations of our Terms of Service or other policies, investigate reports of abuse, or protect ourselves or others.
14
+ If we need it for other legitimate purposes, such as to prevent harm, investigate possible violations of our Terms of Service or other policies, investigate reports of abuse, or protect ourselves or others. Take a look at our Privacy by Product page and support page for details on the specific retention periods for products.
15
+ Take a look at our Privacy by Product page and support page for details on the specific retention periods for products.
16
+ Although our systems are designed to delete some of your information automatically, we cannot promise that deletion will take place by a specific time.
17
+ In some cases we need to comply with legal requirements to store your data which stops us from deleting your information. For example, if we receive a notice from a court asking us to keep a copy of your content. Other reasons we may be required to keep a copy of your data are if we get reports of abuse or other Terms or policy violations, or if your account, content created by you, or content created with other Snapchatters is flagged by others or our systems for abuse or other Terms or policy violations. Finally, we may also keep certain information in backup for a limited period of time or as required by law.
18
+ For the latest information about how long we store different types of content, check out our Support Site.
19
+ In this section we provide you with information on how long we keep your information, why we keep your information, and also highlight how we may need to keep your information to comply with laws, courts, and other obligations.
20
+ How long we need to retain the information to comply with certain legal obligations.
21
+ As a general rule, we keep information as long as you tell us to, and otherwise as long as we need it to provide our Services, or as required by law. For example, if you store something in Memories, we will keep it as long as you need it, but when you Chat with a friend, our systems are designed to delete Chats you send within 24 hours after your friend reads it (or automatically after viewing — depending on your settings). Whether we retain your data depends on the specific feature, your settings, and how you’re using the Services. Here are some more factors we consider when we decide how long to keep your information: If we need the information to operate or provide our Services. For example, we store your basic account details — like your name, phone number, and email address — to maintain your account.
22
+ As a general rule, we keep information as long as you tell us to, and otherwise as long as we need it to provide our Services, or as required by law. For example, if you store something in Memories, we will keep it as long as you need it, but when you Chat with a friend, our systems are designed to delete Chats you send within 24 hours after your friend reads it (or automatically after viewing — depending on your settings). Whether we retain your data depends on the specific feature, your settings, and how you’re using the Services. Here are some more factors we consider when we decide how long to keep your information: To do the things you expect from our Services and as we’ve described within this Privacy Policy. For example, we maintain your list of friends until you ask us to delete them since friends are key to expressing yourself. Conversely, Snaps and Chats sent in Snapchat will be deleted by default from our servers within 24 hours after we detect they’ve been opened by all recipients or have expired, unless you’ve changed your default settings or decide to save something, in which case we will honor your choices.
23
+ As a general rule, we keep information as long as you tell us to, and otherwise as long as we need it to provide our Services, or as required by law. For example, if you store something in Memories, we will keep it as long as you need it, but when you Chat with a friend, our systems are designed to delete Chats you send within 24 hours after your friend reads it (or automatically after viewing — depending on your settings). Whether we retain your data depends on the specific feature, your settings, and how you’re using the Services. Here are some more factors we consider when we decide how long to keep your information: The information itself. For example, we store location information for different lengths of time based on how precise it is and which Services you use. If location information is associated with a Snap — like those saved to Memories or posted to Snap Map or Spotlight — we’ll retain that location as long as we store the Snap. Pro tip: You can see the location data we retain about you by downloading your data.
24
+ As a general rule, we keep information as long as you tell us to, and otherwise as long as we need it to provide our Services, or as required by law. For example, if you store something in Memories, we will keep it as long as you need it, but when you Chat with a friend, our systems are designed to delete Chats you send within 24 hours after your friend reads it (or automatically after viewing — depending on your settings). Whether we retain your data depends on the specific feature, your settings, and how you’re using the Services. Here are some more factors we consider when we decide how long to keep your information: How long we need to retain the information to comply with certain legal obligations.
25
+ As a general rule, we keep information as long as you tell us to, and otherwise as long as we need it to provide our Services, or as required by law. For example, if you store something in Memories, we will keep it as long as you need it, but when you Chat with a friend, our systems are designed to delete Chats you send within 24 hours after your friend reads it (or automatically after viewing — depending on your settings). Whether we retain your data depends on the specific feature, your settings, and how you’re using the Services. Here are some more factors we consider when we decide how long to keep your information: If we need it for other legitimate purposes, such as to prevent harm, investigate possible violations of our Terms of Service or other policies, investigate reports of abuse, or protect ourselves or others.
26
+ As a general rule, we keep information as long as you tell us to, and otherwise as long as we need it to provide our Services, or as required by law. For example, if you store something in Memories, we will keep it as long as you need it, but when you Chat with a friend, our systems are designed to delete Chats you send within 24 hours after your friend reads it (or automatically after viewing — depending on your settings). Whether we retain your data depends on the specific feature, your settings, and how you’re using the Services. Here are some more factors we consider when we decide how long to keep your information: Take a look at our Privacy by Product page and support page for details on the specific retention periods for products.
SEM/txt/1/data_types.txt CHANGED
@@ -1,99 +1,85 @@
1
- McDonald’s will only collect or monitor any personal information about you as provided in this privacy policy.
2
- McDonald’s may collect your personal information via our Collection Channels when you.
3
- McDonald’s may collect your personal information via our Collection Channels when you: purchase a product or make a booking through a Website or App.
4
- McDonald’s may collect your personal information via our Collection Channels when you: participate in any offers, marketing activities (including competitions), loyalty or rewards program or promotional activities.
5
- McDonalds may collect your personal information via our Collection Channels when you: 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.
6
- McDonald’s may collect your personal information via our Collection Channels when you: interact with a Website or App for a specific purpose.
7
- McDonald’s may collect your personal information via our Collection Channels when you: browse a Website or App generally.
8
- McDonald’s may collect your personal information via our Collection Channels when you: sign-up to, or register an account via any Collection Channel.
9
- McDonald’s may collect your personal information via our Collection Channels when you: are present at or outside a McDonald’s restaurant and are captured via our security and recording systems (including in car parks, drive thru areas, restaurant entrances or exits and publicly accessible areas); or.
10
- McDonalds may collect your personal information via our Collection Channels when you: apply for employment with McDonald’s.
11
- 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 the 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 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.
12
- You may contact McDonald’s with any queries via email: privacy@au.mcd.com or at McDonald's Australia Limited (Attention: McDonald's Privacy Officer), PO Box 392 Pennant Hills NSW 2120 Australia.
13
- We may use tracking technologies to collect personal information about you when you use and access a Website 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 identify the device or user accessing a Website or App.
14
- We may combine your anonymous information, browsing information or other information collected through tracking technologies with your personal information collected 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.
15
- We collect, hold, use and disclose your personal information for our primary purposes, including.
16
- We collect, hold, use and disclose your personal information for our primary purposes, including: for the purposes stated on a particular Collection Channel or Privacy Collection Statement.
17
- We collect, hold, use and disclose your personal information for our primary purposes, including: to maintain and improve the functionality of a Website or App.
18
- We collect, hold, use and disclose your personal information for our primary purposes, including: to fulfil obligations in respect of any sale and purchase contract and/or any other contract between you and McDonald’s.
19
- We collect, hold, use and disclose your personal information for our primary purposes, including: to manage your orders or facilitate 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.
20
- We collect, hold, use and disclose your personal information for our primary purposes, including: in the case of images and video/audio from our security and recording systems used in and around our restaurants, for security, safety, compliance, and operational purposes.
21
- We collect, hold, use and disclose your personal information for our primary purposes, including: to send you any technical, administrative or legal notices important to our Websites and Apps.
22
- We collect, hold, use and disclose your personal information for our primary purposes, including: to provide you with information about your transactions and loyalty entitlements.
23
- We collect, hold, use and disclose your personal information for our primary purposes, including: 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.
24
- We collect, hold, use and disclose your personal information for our primary purposes, including: to respond to customer enquiries or complaints.
25
- We collect, hold, use and disclose your personal information for our primary purposes, including: to manage your employment or process your application for employment with McDonald’s (including McDonald’s franchisees), to provide employee assistance programs and facilitate effective employment practices.
26
- We collect, hold, use and disclose your personal information for our primary purposes, including: 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).
27
- We collect, hold, use and disclose your personal information for our primary purposes, including: to enter you into and administer promotions/competitions.
28
- We collect, hold, use and disclose your personal information for our primary purposes, including: to provide, maintain and improve our products and services.
29
- We collect, hold, use and disclose your personal information for our primary purposes, including: to customise a Website or App based on your preferences.
30
- We collect, hold, use and disclose your personal information for our primary purposes, including: to allow you to use a Website or App.
31
- We collect, hold, use and disclose your personal information for our primary purposes, including: 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 (McDonald’s Family); and.
32
- We collect, hold, use and disclose your personal information for our primary purposes, including: to share with your social media communities, to the extent allowed by you.
33
- 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 our products and services, including our Websites or App, our ability to provide you with relevant content, prizes, products and services, or our ability to process your queries and employment applications.
34
- 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.
35
- 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. McDonald’s may require you to verify your identity by asking you to provide certain information about yourself and provide us with a declaration witnessed and signed by a Justice of Peace. Once your identity is verified, we will work to provide you with your requested information.
36
- If you request, we will take all reasonable steps to delete your personal information, except where it is required for legal and compliance 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.
37
- 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.
38
- McDonald's Australia Limited ABN 43 008 496 928 (McDonald’s) and each of its independently owned franchisees ('McDonald’s Franchisees”) (collectively referred to as “McDonald’s”, “we”, “us” or “our”) are committed to respecting your personal information. Our privacy policy sets 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.
39
- Information we collect and hold.
40
- (collectively referred to as “Collection Channels”).
41
- 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, images, audio and video of you, and other identifying information you choose to provide via a particular Collection Channel.
42
- 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.
43
- McDonald’s will only collect or monitor any personal information about you as provided in this privacy policy.
44
- 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 the 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 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.
45
- You may contact McDonald’s with any queries via email: privacy@au.mcd.com or at McDonald's Australia Limited (Attention: McDonald's Privacy Officer), PO Box 392 Pennant Hills NSW 2120 Australia.
46
- We may use tracking technologies to collect personal information about you when you use and access a Website 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 identify the device or user accessing a Website or App.
47
- We may combine your anonymous information, browsing information or other information collected through tracking technologies with your personal information collected 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.
48
- McDonald's shares personal information with the global McDonald’s Family and our service providers for the purposes described in this privacy policy.
49
- McDonald’s recognises the trust with which you provide personal information, and except as stated in this privacy policy or any particular Privacy Collection Statement, 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.
50
- McDonald’s provides areas on Websites, Apps and various social media platforms 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, App or social media platforms 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.
51
- 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.
52
- 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. McDonald’s may require you to verify your identity by asking you to provide certain information about yourself and provide us with a declaration witnessed and signed by a Justice of Peace. Once your identity is verified, we will work to provide you with your requested information.
53
- If you request, we will take all reasonable steps to delete your personal information, except where it is required for legal and compliance 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.
54
- 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.
55
- Many McDonald's restaurants are owned and operated by independent franchisees. Some franchisees also operate websites and are required to follow this privacy policy.
56
- 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.
57
- 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.
58
- Mail: McDonald's Privacy Officer.
59
- McDonald's Australia Limited.
60
- PO Box 392
61
- Pennant Hills NSW 2120
62
- Australia.
63
- Email: privacy@au.mcd.com.
64
- Telephone: (02) 9875 6666
65
- Fax: (02) 98756568
66
- 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 30 calendar days, you may refer your query, problem or complaint to the Office of the Australian Information Commissioner via the contact details listed at https://www.oaic.gov.au/about-us/contact-us/.
67
- Apple and the Apple logo are trade marks of Apple Inc., registered in the U.S. and other countries. App Store is a service mark of Apple Inc., registered in the U.S. and other countries. Google Play and the Google Play logo are trade marks of Google LLC.
68
- McDonald’s Australia acknowledges the Aboriginal and Torres Strait Islander peoples as the first inhabitants and the Traditional Custodians of the lands where we live, learn and work.
69
- McDonald’s collects personal information about you in a number of ways, including when you: use our mobile and tablet apps, including the MyMacca’s app (“Apps”); and.
70
- McDonald’s collects personal information about you in a number of ways, including when you: interact with us and provide personal information by any other means, including either physically or electronically; and.
71
- McDonald’s collects personal information about you in a number of ways, including when you: are present at or outside our restaurants, including images, video and audio from CCTV, other cameras (including body cameras), and other security and recording systems.
72
- When you use one of our Websites or Apps, we may also collect personal information about you in the following general categories: Location information: If you permit an App to access location services in your settings, then we collect your device location to deliver your order or to send you alerts.
73
- When you use one of our Websites or Apps, we may also collect personal information about you in the following general categories: 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.
74
- When you use one of our Websites or Apps, we may also collect personal information about you in the following general categories: 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.
75
- When you use one of our Websites or Apps, we may also collect personal information about you in the following general categories: Device information: We collect information about your device, such as the hardware model, operating system, preferred language, unique device identifier and mobile network.
76
- When you use one of our Websites or Apps, we may also collect personal information about you in the following general categories: 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.
77
- We also collect personal information about you from third parties, including when: 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, Instagram).
78
- McDonald’s may collect your personal information via our Collection Channels when you: purchase a product or make a booking through a Website or App.
79
- McDonald’s may collect your personal information via our Collection Channels when you: participate in any offers, marketing activities (including competitions), loyalty or rewards program or promotional activities.
80
- McDonald’s may collect your personal information via our Collection Channels when you: 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.
81
- McDonald’s may collect your personal information via our Collection Channels when you: interact with a Website or App for a specific purpose.
82
- McDonald’s may collect your personal information via our Collection Channels when you: browse a Website or App generally.
83
- McDonald’s may collect your personal information via our Collection Channels when you: sign-up to, or register an account via any Collection Channel.
84
- McDonald’s may collect your personal information via our Collection Channels when you: are present at or outside a McDonald’s restaurant and are captured via our security and recording systems (including in car parks, drive thru areas, restaurant entrances or exits and publicly accessible areas); or.
85
- McDonald’s may collect your personal information via our Collection Channels when you: apply for employment with McDonald’s.
86
- We collect, hold, use and disclose your personal information for our primary purposes, including: for the purposes stated on a particular Collection Channel or Privacy Collection Statement.
87
- We collect, hold, use and disclose your personal information for our primary purposes, including: to maintain and improve the functionality of a Website or App.
88
- We collect, hold, use and disclose your personal information for our primary purposes, including: to manage your orders or facilitate 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.
89
- We collect, hold, use and disclose your personal information for our primary purposes, including: in the case of images and video/audio from our security and recording systems used in and around our restaurants, for security, safety, compliance, and operational purposes.
90
- We collect, hold, use and disclose your personal information for our primary purposes, including: to provide you with information about your transactions and loyalty entitlements.
91
- We collect, hold, use and disclose your personal information for our primary purposes, including: 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.
92
- We collect, hold, use and disclose your personal information for our primary purposes, including: to respond to customer enquiries or complaints.
93
- We collect, hold, use and disclose your personal information for our primary purposes, including: to manage your employment or process your application for employment with McDonald’s (including McDonald’s franchisees), to provide employee assistance programs and facilitate effective employment practices.
94
- We collect, hold, use and disclose your personal information for our primary purposes, including: 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).
95
- We collect, hold, use and disclose your personal information for our primary purposes, including: to enter you into and administer promotions/competitions.
96
- We collect, hold, use and disclose your personal information for our primary purposes, including: to provide, maintain and improve our products and services.
97
- We collect, hold, use and disclose your personal information for our primary purposes, including: to customise a Website or App based on your preferences.
98
- We collect, hold, use and disclose your personal information for our primary purposes, including: to allow you to use a Website or App.
99
- We collect, hold, use and disclose your personal information for our primary purposes, including: to share with your social media communities, to the extent allowed by you.
 
1
+ Information We Collect.
2
+ This section provides you with details on what information we collect. We’ve organized this in a few categories: information you provide to us, information we generate based on your use of our Services, and information we receive from others. Sometimes, we may also collect additional information, with your permission.
3
+ When you use our Services, such as Snapchat, we collect information you provide to us, generate information when you use our Services, and in some cases receive data from others. Let’s break these down in more detail.
4
+ Many of our Services require you to set up an account. To do this, we ask you to provide us with account details (information about you, like your name, username, email address, birthday, and phone number). When you set up your profile, you’ll also provide us with profile details (like your Bitmoji and profile picture). If you use our commerce products to buy something, like those latest sneakers, we may ask you for payment and related information (like your physical address, so we can ship the product to you, payment information, so we can process the payment, and transaction history).
5
+ Of course, youll also provide us with the information you send through or save within our Services. We consider some of this information to be private content and communications (like Snaps and Chats with friends, My Story set to Friends, Private Stories, voice and video calls, and content that is saved in My Eyes Only). On the other end of the spectrum, some of the information you send through or save within our Services may be public content that is accessible to everyone (such as Public Story content, including My Story set to Everyone, Shared Stories, and Community Stories, Spotlight or Snap Map submissions, and Public Profile information). Keep in mind that Snapchatters who view your Snaps, Chats, and any other content, can always screenshot that content, save it, or copy it outside the Snapchat app. So please don’t send messages or share content that you wouldn’t want someone to save or share.
6
+ Lastly, when you contact Support (content and communications shared with Support) or our Safety team, or communicate with us in any other way, including through our research efforts (like responses to surveys, consumer panels, or other research questions) we’ll collect whatever information you provide or that we need to resolve your question.
7
+ When you use our Services, we collect information about which of those Services you’ve used and how you’ve used them. This helps us better understand the way our community uses our Services so that we can make improvements.
8
+ This includes usage information (information about how you interact with our Services for example, which Lenses you view and apply, Stories you watch, and how often you communicate with other Snapchatters) and content information (information about content you create or provide, your engagement with the camera and creative tools, your interactions with My AI, and metadata — for example, information about the content itself like the date and time it was posted and who viewed it). Content information includes information based on the content of the image, video, or audio — so if you post a Spotlight of a basketball game, we may use that information to show you more content on Spotlight about basketball.
9
+ This also includes device information (such as your hardware or software, operating system, device memory, advertising identifiers, apps installed, browser type, information from device sensors that measure the motion of your device or compasses and microphones, including whether you have headphones connected, and information about your wireless and mobile connections), location information (IP address), information collected by cookies and similar technologies, depending on your settings, (cookies, web beacons (small graphic data that recognize user activity, such as if and how often a user has visited a website), web storage, unique advertising identifiers), and log information (such as details about how you’ve used our Services, access times, pages viewed, IP address, and unique identifiers like cookies).
10
+ If youve explicitly granted device-level permissions, device information may also include information about your device phonebook (contacts and related information), images and other information from your device’s camera, photos, and microphone (like the ability to take photos, videos, view stored photos and videos, and access the microphone to record audio while recording video), and location information (precise location through methods like GPS signals).
11
+ The last category of data we collect is information about you that we may receive from others, such as other users, our affiliates, and third parties. This includes linked third-party service data (information we get when you link your Snapchat account to another service), data from advertisers (information from advertisers, app developers, publishers, and other third parties to help target or measure the performance of ads), contact info from other Snapchatters or third parties (if another Snapchatter uploads their contact list which includes your information, we may combine that with other information we have about you to better understand who you may want to communicate with. Or, if you provide us with your contact information, we may use that to determine if we can communicate with you in other ways, like SMS, email, or other messaging services), and data relating to potential violations of our Terms (we may receive information from third parties, including website publishers, social network providers, law enforcement, and others, about potential violators of our Terms of Service and Community Guidelines).
12
+ Additionally, there may be instances when you interact with our Services that we will ask your permission to collect additional information. For example, before accessing your device’s camera roll or Contact Book.
13
+ How We Use Information.
14
+ This section explains how we use the information we collect. Among other things, we use the information we collect to provide you with personalized products and Services that we work hard to build and improve. Below, we walk through each purpose for which we use information in detail. If you’d like to see a mapping of the data we collect with the purposes for which we collect it, we have a table here.
15
+ We use the information we collect in order to operate, deliver, and maintain our Services. For example, by delivering a Snap you want to send to a friend or, if you share your location on Snap Map, to show you suggestions like places you might like in your neighborhood, content others have posted to the Map, or your friends if they’re sharing their location with you. We also use some of your information to help keep our products up to date, for example to make sure that our Services work with the latest operating systems and devices.
16
+ We offer personalized Services to Snapchatters. One of the ways we do this is by showing you content that is relevant to you or we think you may enjoy based on the information you share with us. To do so, we use information about you across different areas of the Services in order to add context to your Snapchat experience. For example, we automatically tag content with labels based on the content, your location, or the time of day. So if there's a dog in the photo, it may be searchable in Memories by the term “dog,” show up on the Map at the location where you created the Memory, and inform us that you’re into dogs so we can surface you fun dog videos and dog food ads in other parts of our Services, such as Spotlight.
17
+ Personalization can also help with suggesting friends or recommending a new friend to send a Snap to based on who you Snap with the most. We may show recommended places on the Snap Map, generate stickers, or even generate Snaps and other content using AI to share with friends, infer your interests based on your content or activity, or customize the content we show you, including ads. For example, if you watch barista content on Spotlight, talk to My AI about your favorite espresso machine, or save a lot of coffee-related Snaps in your Memories, we may highlight coffee shops on the Snap Map when you visit a new city or show you content about coffee that you may find interesting or relevant. Or, if you interact with a lot of music venues we may use that to show you ads for upcoming shows in town. Personalization also includes tailoring your experience based on what your friends are doing, including showing you content your friends create, like, or enjoy on Spotlight or Place recommendations that are popular with your friends.
18
+ Our goal is to continuously provide you with more relevant and interesting content.
19
+ For example, if you watch a lot of sports content, but skip content with hair and makeup tips, our recommendation algorithms will prioritize sports, but not those makeup tips. You can learn more about how we understand Snapchatter preferences and rank and moderate content here.
20
+ We believe it is critical to also balance the benefits of personalization with our Snapchatters’ expectations of privacy. For example, we may automatically tag the Snaps you save to Memories based on the content within it (e.g., the Snap contained a dog), and then use that tag to personalize your experience, make recommendations, or show you ads (such as showing you Spotlight Snaps containing dogs). We do not use the private content and communications you send to your friends to personalize your experience, make recommendations, or show you ads.
21
+ Another way we provide a personalized Service is through the ads we show. We use your interests and preferences from the information we’ve collected to personalize, target, and measure ads. We think ads are best when they’re relevant. That’s why we try to select the right ads and show them to you at the right time. For example, if you’ve interacted with ads for video games, we will infer that you like video games, and show you similar ads, but those won’t be the only ads you see. Similar to our content strategy, we try to ensure you receive a variety of ads. We also use your information to avoid showing you ads you probably won’t be interested in. For example, if a ticketing site tells us you’ve previously bought tickets for a movie — we can stop showing you ads for it. You can learn about the different types of advertising and your choices about which ads you receive here.
22
+ You can learn more about how we collect, use, and share your information for advertising purposes here.
23
+ A note about information collected by cookies and other technologies: we may use these technologies to collect information when you interact with Services we offer through one of our partners. For example, we may use information collected on an advertiser’s website to show you more relevant ads. Most web browsers are set to accept cookies by default. If you prefer, you can usually remove or reject browser cookies through the settings on your browser or device. Keep in mind, though, that removing or rejecting cookies could affect the availability and functionality of our Services. To learn more about how we and our partners use cookies on our Services and your choices, please check out our Cookie Policy.
24
+ Our teams are constantly coming up with new ideas for features and ways to improve our Services. In order to do this, we also develop and improve the algorithms and machine learning models (an expression of an algorithm that combs through significant amounts of data to find patterns or make predictions) that make our features and Services work, including through generative AI features (artificial intelligence capable of generating text, images, or other media, using generative models. Generative AI models learn the patterns and structure of their input training data and then generate new data that has similar characteristics). We use algorithms and machine learning models for personalization, advertising, safety and security, fairness and inclusivity, augmented reality, and to prevent abuse or other Terms of Service violations. For example, our algorithms and machine learning models take into account the conversations Snapchatters are having with My AI to improve the responses from My AI.
25
+ Your information can help us decide what kind of improvements we should make, but we are always focused on privacy and we don’t want to use more of your personal information than necessary to develop our features and models.
26
+ In order to understand what to build or how to improve our Services, we need to understand trends and demand for our features. For example, we monitor metadata and trends about Group Chat use to help decide whether we should change parts of the feature, like the maximum size of a Group. Studying data from Snapchatters can help us see trends in the ways that people use the Services. This helps inspire us to improve Snapchat on a larger scale. We perform analytics in order to identify, monitor, and analyze trends and usage. Based on this information, we will, among other things, create information about our users to help us understand demand.
27
+ We conduct research to better understand general consumer interests, trends, and how our Services are used by you and others in our community. This information, along with analytics (as we described above), helps us understand more about our community and about how our Services fit into the lives of those in our community. We also engage in research and development to develop new techniques and technologies (e.g., new machine learning models or hardware, such as Spectacles). The results of our research are sometimes used in features on Snapchat, and we sometimes publish papers about things like overall behaviors and consumer trends (which will only have aggregated data across our user base, and not contain any private information about you specifically).
28
+ We use your information to enhance the safety and security of our Services, verify Snapchatter identity, and prevent fraud or other unauthorized or illegal activity. For example, we provide two-factor authentication to help protect your account and can send you email or text messages if we notice any suspicious activity. We also scan URLs sent on Snapchat to see if that webpage is potentially harmful, and can give you a warning about it.
29
+ Sometimes we’ll get in touch with you to promote new or existing features. This includes sending Snapchatters communications through Snapchat, email, SMS, or other messaging platforms, where permitted. For example, we may use the Snapchat app, email, SMS, or other messaging platforms to share information about our Services and promotional offers that we think may interest you.
30
+ Other times, we need to communicate with you to provide information, alerts, or to send messages our users ask us to deliver at their request. This may include sending communications through Snapchat, email, SMS, or other messaging platforms, where permitted, to deliver account status updates, security alerts, and Chat or friending reminders; it may also include fulfilling our user’s request to send invites or Snapchat content to non-Snapchatters.
31
+ When you ask for help, we want to get you support as quickly as possible. In order to provide you, the Snapchatter community, and our business partners with the help needed to resolve issues with our Services, we often need to use the information we have collected to respond.
32
+ We use the data we collect to enforce our Terms and the law. This includes enforcing, investigating, and reporting conduct that violates our Terms, policies, or the law, responding to requests from law enforcement, and complying with legal requirements. For example, when unlawful content is posted on our Services, we may need to enforce our Terms and other policies. In some cases, we may also use or share your information to cooperate with law enforcement requests, escalate safety issues to law enforcement, industry partners, or others, or comply with our legal obligations. Check out our Transparency Report to learn more.
33
+ Effective: February 26, 2024
34
+ Welcome to Snap Inc.’s Privacy Policy. This Policy explains how we collect and use your data and how you can control your information. Looking for a quick summary on our privacy practices? Check out this page or this video. And if you’re looking for specific product privacy information, for example, how we process your Chats and Snaps, take a look at our Privacy by Product page. In addition to these documents, we also show in-app notices that provide you more information about our products and services.
35
+ Transparency is one of our core values at Snap. We believe there shouldn’t be any surprises about the data we collect and how we use it that’s why we’re upfront with how we process it. For example, we process your information to provide you a more personalized experience, including to show you content and information that is most relevant to your experience, as well as more relevant advertisements. Understanding your interests and preferences help us provide a better product experience.
36
+ This Policy covers our Snapchat app as well as our other products, services, and features, such as Bitmoji, Spectacles, and our advertising and commerce initiatives. When you read "Services" in this Policy, we’re talking about all of them. Also, if you see us refer to our "Terms," we mean the Terms of Service that you agree to when you sign up for our Services. Finally, if you see the term "Snapchatter" we are often using that as shorthand for any user of our Services.
37
+ Let’s get started with the controls you have over your information.
38
+ Download your data. You can use our Download My Data tool to get a copy of information that may not be available in Snapchat in a portable format, so you can move it or store it wherever you want.
39
+ Tracking. If you use an iPhone with iOS 14.5 or above, some specific requirements apply, which we’ve specified here.
40
+ This section provides you with details on what information we collect. We’ve organized this in a few categories: information you provide to us, information we generate based on your use of our Services, and information we receive from others. Sometimes, we may also collect additional information, with your permission.
41
+ When you use our Services, such as Snapchat, we collect information you provide to us, generate information when you use our Services, and in some cases receive data from others. Let’s break these down in more detail.
42
+ Many of our Services require you to set up an account. To do this, we ask you to provide us with account details (information about you, like your name, username, email address, birthday, and phone number). When you set up your profile, you’ll also provide us with profile details (like your Bitmoji and profile picture). If you use our commerce products to buy something, like those latest sneakers, we may ask you for payment and related information (like your physical address, so we can ship the product to you, payment information, so we can process the payment, and transaction history).
43
+ Lastly, when you contact Support (content and communications shared with Support) or our Safety team, or communicate with us in any other way, including through our research efforts (like responses to surveys, consumer panels, or other research questions) we’ll collect whatever information you provide or that we need to resolve your question.
44
+ When you use our Services, we collect information about which of those Services you’ve used and how you’ve used them. This helps us better understand the way our community uses our Services so that we can make improvements.
45
+ This includes usage information (information about how you interact with our Services for example, which Lenses you view and apply, Stories you watch, and how often you communicate with other Snapchatters) and content information (information about content you create or provide, your engagement with the camera and creative tools, your interactions with My AI, and metadata — for example, information about the content itself like the date and time it was posted and who viewed it). Content information includes information based on the content of the image, video, or audio so if you post a Spotlight of a basketball game, we may use that information to show you more content on Spotlight about basketball.
46
+ If you’ve explicitly granted device-level permissions, device information may also include information about your device phonebook (contacts and related information), images and other information from your device’s camera, photos, and microphone (like the ability to take photos, videos, view stored photos and videos, and access the microphone to record audio while recording video), and location information (precise location through methods like GPS signals).
47
+ Additionally, there may be instances when you interact with our Services that we will ask your permission to collect additional information. For example, before accessing your device’s camera roll or Contact Book.
48
+ This section explains how we use the information we collect. Among other things, we use the information we collect to provide you with personalized products and Services that we work hard to build and improve. Below, we walk through each purpose for which we use information in detail. If you’d like to see a mapping of the data we collect with the purposes for which we collect it, we have a table here.
49
+ We offer personalized Services to Snapchatters. One of the ways we do this is by showing you content that is relevant to you or we think you may enjoy based on the information you share with us. To do so, we use information about you across different areas of the Services in order to add context to your Snapchat experience. For example, we automatically tag content with labels based on the content, your location, or the time of day. So if there's a dog in the photo, it may be searchable in Memories by the term “dog, show up on the Map at the location where you created the Memory, and inform us that you’re into dogs so we can surface you fun dog videos and dog food ads in other parts of our Services, such as Spotlight.
50
+ Our goal is to continuously provide you with more relevant and interesting content.
51
+ You can learn more about how we collect, use, and share your information for advertising purposes here.
52
+ In order to understand what to build or how to improve our Services, we need to understand trends and demand for our features. For example, we monitor metadata and trends about Group Chat use to help decide whether we should change parts of the feature, like the maximum size of a Group. Studying data from Snapchatters can help us see trends in the ways that people use the Services. This helps inspire us to improve Snapchat on a larger scale. We perform analytics in order to identify, monitor, and analyze trends and usage. Based on this information, we will, among other things, create information about our users to help us understand demand.
53
+ We conduct research to better understand general consumer interests, trends, and how our Services are used by you and others in our community. This information, along with analytics (as we described above), helps us understand more about our community and about how our Services fit into the lives of those in our community. We also engage in research and development to develop new techniques and technologies (e.g., new machine learning models or hardware, such as Spectacles). The results of our research are sometimes used in features on Snapchat, and we sometimes publish papers about things like overall behaviors and consumer trends (which will only have aggregated data across our user base, and not contain any private information about you specifically).
54
+ Sometimes we’ll get in touch with you to promote new or existing features. This includes sending Snapchatters communications through Snapchat, email, SMS, or other messaging platforms, where permitted. For example, we may use the Snapchat app, email, SMS, or other messaging platforms to share information about our Services and promotional offers that we think may interest you.
55
+ Other times, we need to communicate with you to provide information, alerts, or to send messages our users ask us to deliver at their request. This may include sending communications through Snapchat, email, SMS, or other messaging platforms, where permitted, to deliver account status updates, security alerts, and Chat or friending reminders; it may also include fulfilling our user’s request to send invites or Snapchat content to non-Snapchatters.
56
+ When you ask for help, we want to get you support as quickly as possible. In order to provide you, the Snapchatter community, and our business partners with the help needed to resolve issues with our Services, we often need to use the information we have collected to respond.
57
+ We use the data we collect to enforce our Terms and the law. This includes enforcing, investigating, and reporting conduct that violates our Terms, policies, or the law, responding to requests from law enforcement, and complying with legal requirements. For example, when unlawful content is posted on our Services, we may need to enforce our Terms and other policies. In some cases, we may also use or share your information to cooperate with law enforcement requests, escalate safety issues to law enforcement, industry partners, or others, or comply with our legal obligations. Check out our Transparency Report to learn more.
58
+ Public. Most of the features on Snapchat are private and for Friends only, but we also offer public features that allow you to opt in to showcase your best Snaps to the world, such as Spotlight, Snap Map, Community Stories, or your Public Profile. When you do this, those Snaps may also be discoverable outside of Snapchat, for example on the web. Some information, like your username and Bitmoji, are visible to the public.
59
+ Business and Integrated Partners. We share information about your activity with business and integrated partners in order to provide the Services. For example, you can use OpenTable within Snapchat to reserve a table. This does not include private communications. We maintain a list of these partners here.
60
+ Anti-Fraud Partners. We share information about your activity, such as device and usage information, with industry partners working to prevent fraud.
61
+ Legal, Safety, and Security Partners. We share information about your activity as necessary for the following legal, safety, and security reasons.
62
+ comply with any valid legal process, governmental request, or applicable law, rule, or regulation.
63
+ investigate, remedy, or enforce potential Terms of Service and Community Guidelines violations.
64
+ Affiliates. Snap Inc. consists of different subsidiaries owned by us. We may share your information within those internal subsidiaries as needed to carry out our Services.
65
+ For the purposes of a Merger or Acquisition. If we were to sell or negotiate to sell our business to a buyer or possible buyer, we may transfer your personal information to a successor or affiliate as part of that transaction.
66
+ If we need the information to operate or provide our Services. For example, we store your basic account details like your name, phone number, and email address to maintain your account.
67
+ The information itself. For example, we store location information for different lengths of time based on how precise it is and which Services you use. If location information is associated with a Snap like those saved to Memories or posted to Snap Map or Spotlight — we’ll retain that location as long as we store the Snap. Pro tip: You can see the location data we retain about you by downloading your data.
68
+ If we need it for other legitimate purposes, such as to prevent harm, investigate possible violations of our Terms of Service or other policies, investigate reports of abuse, or protect ourselves or others.
69
+ Take a look at our Privacy by Product page and support page for details on the specific retention periods for products.
70
+ In some cases we need to comply with legal requirements to store your data which stops us from deleting your information. For example, if we receive a notice from a court asking us to keep a copy of your content. Other reasons we may be required to keep a copy of your data are if we get reports of abuse or other Terms or policy violations, or if your account, content created by you, or content created with other Snapchatters is flagged by others or our systems for abuse or other Terms or policy violations. Finally, we may also keep certain information in backup for a limited period of time or as required by law.
71
+ Brazil 🇧🇷
72
+ Canada 🇨🇦
73
+ Europe 🇪🇺
74
+ Mexico 🇲🇽
75
+ South Korea 🇰🇷
76
+ Turkey 🇹🇷
77
+ United States 🇺🇸
78
+ Note: The U.S. State Privacy Notice applies only if you are a resident of certain U.S. states that have implemented state-level privacy laws.
79
+ Some jurisdictions require that we state our legal basis for processing data for particular purposes. You can find that information here.
80
+ Our Services are directed to individuals 13 years and older.
81
+ In addition, we may also limit how we collect, use, and store some of the information of Snapchatters under 18. In some cases, this means we will be unable to provide certain functionality to people under the age of 18.
82
+ Legal, Safety, and Security Partners. We share information about your activity as necessary for the following legal, safety, and security reasons: comply with any valid legal process, governmental request, or applicable law, rule, or regulation.
83
+ Legal, Safety, and Security Partners. We share information about your activity as necessary for the following legal, safety, and security reasons: investigate, remedy, or enforce potential Terms of Service and Community Guidelines violations.
84
+ Legal, Safety, and Security Partners. We share information about your activity as necessary for the following legal, safety, and security reasons: detect and resolve any fraud or security concerns.
85
+ United States 🇺🇸 Note: The U.S. State Privacy Notice applies only if you are a resident of certain U.S. states that have implemented state-level privacy laws.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
SEM/txt/1/headings.txt CHANGED
@@ -1,20 +1,10 @@
1
- <h3><strong> McDonald’s collects and holds personal information</strong></h3>
2
- <h3><strong>Active information collection</strong></h3>
3
- <h3><strong>Platform permissions</strong></h3>
4
- <h3><strong>Queries</strong></h3>
5
- <h3><strong>Cookies and passive information collection</strong></h3>
6
- <h3><strong>Purposes for which McDonald’s collects, holds, uses and discloses personal information</strong></h3>
7
- <h3><strong>Not providing information</strong></h3>
8
- <h3><strong>Sharing your personal information</strong></h3>
9
- <h3><strong>Contact by McDonald’s and third parties</strong></h3>
10
- <h3><strong>Ability of others to view information</strong></h3>
11
- <h3><strong>Children</strong></h3>
12
- <h3><strong>Security of personal information</strong></h3>
13
- <h3><strong>Disclosure of personal information to overseas recipients</strong></h3>
14
- <h3><strong>Access to personal information</strong></h3>
15
- <h3><strong>Links to other sites</strong></h3>
16
- <h3><strong>Related McDonald's Websites or Apps</strong></h3>
17
- <h3><strong>Franchisee privacy policies</strong></h3>
18
- <h3><strong>Changes to our privacy policy</strong></h3>
19
- <h3><strong>Sale of the Company</strong></h3>
20
- <h3><strong>Contact Us</strong></h3>
 
1
+ <h3 class="css-1cyuygm" data-animation-id="content-title" data-test-id="sdsm-content-title"><p class="css-r44k6v">Privacy Policy</p></h3>
2
+ <h3 class="css-1gjh0sr" data-animation-id="content-title" data-test-id="sdsm-content-title"><p class="css-r44k6v">Control Over Your Information</p></h3>
3
+ <h3 class="css-1gjh0sr" data-animation-id="content-title" data-test-id="sdsm-content-title"><p class="css-r44k6v">Information We Collect</p></h3>
4
+ <h3 class="css-1gjh0sr" data-animation-id="content-title" data-test-id="sdsm-content-title"><p class="css-r44k6v">How We Use Information</p></h3>
5
+ <h3 class="css-1gjh0sr" data-animation-id="content-title" data-test-id="sdsm-content-title"><p class="css-r44k6v">How We Share Information</p></h3>
6
+ <h3 class="css-1gjh0sr" data-animation-id="content-title" data-test-id="sdsm-content-title"><p class="css-r44k6v">How Long We Keep Your Information</p></h3>
7
+ <h3 class="css-1gjh0sr" data-animation-id="content-title" data-test-id="sdsm-content-title"><p class="css-r44k6v">Region Specific Information</p></h3>
8
+ <h3 class="css-1gjh0sr" data-animation-id="content-title" data-test-id="sdsm-content-title"><p class="css-r44k6v">Our Audience</p></h3>
9
+ <h3 class="css-1gjh0sr" data-animation-id="content-title" data-test-id="sdsm-content-title"><p class="css-r44k6v">Updates to the Privacy Policy</p></h3>
10
+ <h3 class="css-1gjh0sr" data-animation-id="content-title" data-test-id="sdsm-content-title"><p class="css-r44k6v">Contact Us</p></h3>
 
 
 
 
 
 
 
 
 
 
SEM/txt/1/personal_information_type.txt ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ This also includes device information (such as your hardware or software, operating system, device memory, advertising identifiers, apps installed, browser type, information from device sensors that measure the motion of your device or compasses and microphones, including whether you have headphones connected, and information about your wireless and mobile connections), location information (IP address), information collected by cookies and similar technologies, depending on your settings, (cookies, web beacons (small graphic data that recognize user activity, such as if and how often a user has visited a website), web storage, unique advertising identifiers), and log information (such as details about how you’ve used our Services, access times, pages viewed, IP address, and unique identifiers like cookies).
2
+ A note about information collected by cookies and other technologies: we may use these technologies to collect information when you interact with Services we offer through one of our partners. For example, we may use information collected on an advertiser’s website to show you more relevant ads. Most web browsers are set to accept cookies by default. If you prefer, you can usually remove or reject browser cookies through the settings on your browser or device. Keep in mind, though, that removing or rejecting cookies could affect the availability and functionality of our Services. To learn more about how we and our partners use cookies on our Services and your choices, please check out our Cookie Policy.
SEM/txt/1/protect_information.txt CHANGED
@@ -1,4 +1,3 @@
1
- McDonald’s will endeavour to take all reasonable technical, organisation and physical steps to protect your personal information. This includes utilisation of online systems with password protection, secure servers using encryption technology and secure servers that are protected in controlled facilities.
2
- All McDonald's employees and service providers are obliged to respect the confidentiality and security 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.
3
- McDonald’s will endeavour to take all reasonable technical, organisation and physical steps to protect your personal information. This includes utilisation of online systems with password protection, secure servers using encryption technology and secure servers that are protected in controlled facilities.
4
- All McDonald's employees and service providers are obliged to respect the confidentiality and security 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.
 
1
+ detect and resolve any fraud or security concerns.
2
+ On iOS we use Apple’s TrueDepth camera to improve the quality of Lenses. Note, however, that this information is used in real time we don’t store this information on our servers or share it with third parties.
3
+ Legal, Safety, and Security Partners. We share information about your activity as necessary for the following legal, safety, and security reasons: protect the rights, property, or safety of us, our users, or others.
 
SEM/txt/1/provider.txt CHANGED
@@ -1,3 +1,4 @@
1
- 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.
2
- We may still send you transaction and administrative information.
3
- If you no longer wish to receive any communications from McDonald’s via an App, you can delete the App from your device.
 
 
1
+ Control who can contact you. Snapchat is intended for close friends and family, that’s why we’ve built controls that help you decide who can contact you. If you receive unwanted communications, you can always block and report that person. Go here to learn more.
2
+ Service Providers. We share information about your activity with our service providers, who process that information on our behalf. For example, we rely on such Service Providers to facilitate payments or measure and optimize the performance of ads. We do not share private communications with them. We maintain a list of categories of service providers here.
3
+ Have any questions about the information here? You can contact us here.
4
+ We want you to be in control of your information, so we provide you with a range of tools, including: Control who can contact you. Snapchat is intended for close friends and family, that’s why we’ve built controls that help you decide who can contact you. If you receive unwanted communications, you can always block and report that person. Go here to learn more.
SEM/txt/1/region.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ Object to processing. Depending on where you live and the particular data we are processing, you may have the right to object to our processing of that information. This gets a bit technical, so we’ve explained it in more detail here.
SEM/txt/1/share_information.txt CHANGED
@@ -1,10 +1,52 @@
1
- McDonald's shares personal information with the global McDonald’s Family and our service providers for the purposes described in this privacy policy.
2
- McDonald’s recognises the trust with which you provide personal information, and except as stated in this privacy policy or any particular Privacy Collection Statement, 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.
3
- 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.
4
- We may still send you transaction and administrative information.
5
- 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.
6
- We also collect personal information about you from third parties, including when: 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.
7
- We also collect personal information about you from third parties, including when: it is otherwise lawful for a third party to disclose your personal information to us.
8
- We collect, hold, use and disclose your personal information for our primary purposes, including: to fulfil obligations in respect of any sale and purchase contract and/or any other contract between you and McDonald’s.
9
- We collect, hold, use and disclose your personal information for our primary purposes, including: to send you any technical, administrative or legal notices important to our Websites and Apps.
10
- We collect, hold, use and disclose your personal information for our primary purposes, including: 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 (McDonald’s Family); and.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ How We Share Information.
2
+ This section explains who we share information with, what that information may include, and the reasons for sharing that information, including when we need to transfer it outside of the country it was collected from.
3
+ This section explains who we share information with, what that information may include, and the reasons for sharing that information, including when we need to transfer it outside of the country it was collected from. Snapchat. To provide our Services to you and our community, we may share information with your friends on Snapchat or other Snapchatters. For example, the content you post to Stories can be viewed by your Friends if you allow them. See the Control Over Your Information section and your Settings for the controls you have over who sees what and when.
4
+ Snapchat. To provide our Services to you and our community, we may share information with your friends on Snapchat or other Snapchatters. For example, the content you post to Stories can be viewed by your Friends if you allow them. See the Control Over Your Information section and your Settings for the controls you have over who sees what and when.
5
+ Snapchat. To provide our Services to you and our community, we may share information with your friends on Snapchat or other Snapchatters. For example, the content you post to Stories can be viewed by your Friends if you allow them. See the Control Over Your Information section and your Settings for the controls you have over who sees what and when. Family Center Participants. When you have enabled Family Center, we share information about the connected account to provide insight about how the account is used, for example, who your Friends are on Snapchat. We do not share message content. Learn more.
6
+ Family Center Participants. When you have enabled Family Center, we share information about the connected account to provide insight about how the account is used, for example, who your Friends are on Snapchat. We do not share message content. Learn more.
7
+ Family Center Participants. When you have enabled Family Center, we share information about the connected account to provide insight about how the account is used, for example, who your Friends are on Snapchat. We do not share message content. Learn more. Public. Most of the features on Snapchat are private and for Friends only, but we also offer public features that allow you to opt in to showcase your best Snaps to the world, such as Spotlight, Snap Map, Community Stories, or your Public Profile. When you do this, those Snaps may also be discoverable outside of Snapchat, for example on the web. Some information, like your username and Bitmoji, are visible to the public.
8
+ Public. Most of the features on Snapchat are private and for Friends only, but we also offer public features that allow you to opt in to showcase your best Snaps to the world, such as Spotlight, Snap Map, Community Stories, or your Public Profile. When you do this, those Snaps may also be discoverable outside of Snapchat, for example on the web. Some information, like your username and Bitmoji, are visible to the public.
9
+ Public. Most of the features on Snapchat are private and for Friends only, but we also offer public features that allow you to opt in to showcase your best Snaps to the world, such as Spotlight, Snap Map, Community Stories, or your Public Profile. When you do this, those Snaps may also be discoverable outside of Snapchat, for example on the web. Some information, like your username and Bitmoji, are visible to the public. Third-Party Apps. Sometimes we provide features that allow you to connect with third-party apps. If you decide to connect your Snapchat account with a third-party app, we will share any additional information you direct us to.
10
+ Third-Party Apps. Sometimes we provide features that allow you to connect with third-party apps. If you decide to connect your Snapchat account with a third-party app, we will share any additional information you direct us to.
11
+ Third-Party Apps. Sometimes we provide features that allow you to connect with third-party apps. If you decide to connect your Snapchat account with a third-party app, we will share any additional information you direct us to. Service Providers. We share information about your activity with our service providers, who process that information on our behalf. For example, we rely on such Service Providers to facilitate payments or measure and optimize the performance of ads. We do not share private communications with them. We maintain a list of categories of service providers here.
12
+ Service Providers. We share information about your activity with our service providers, who process that information on our behalf. For example, we rely on such Service Providers to facilitate payments or measure and optimize the performance of ads. We do not share private communications with them. We maintain a list of categories of service providers here.
13
+ Service Providers. We share information about your activity with our service providers, who process that information on our behalf. For example, we rely on such Service Providers to facilitate payments or measure and optimize the performance of ads. We do not share private communications with them. We maintain a list of categories of service providers here. Business and Integrated Partners. We share information about your activity with business and integrated partners in order to provide the Services. For example, you can use OpenTable within Snapchat to reserve a table. This does not include private communications. We maintain a list of these partners here.
14
+ Business and Integrated Partners. We share information about your activity with business and integrated partners in order to provide the Services. For example, you can use OpenTable within Snapchat to reserve a table. This does not include private communications. We maintain a list of these partners here.
15
+ Business and Integrated Partners. We share information about your activity with business and integrated partners in order to provide the Services. For example, you can use OpenTable within Snapchat to reserve a table. This does not include private communications. We maintain a list of these partners here. Anti-Fraud Partners. We share information about your activity, such as device and usage information, with industry partners working to prevent fraud.
16
+ Anti-Fraud Partners. We share information about your activity, such as device and usage information, with industry partners working to prevent fraud.
17
+ Anti-Fraud Partners. We share information about your activity, such as device and usage information, with industry partners working to prevent fraud. Legal, Safety, and Security Partners. We share information about your activity as necessary for the following legal, safety, and security reasons:comply with any valid legal process, governmental request, or applicable law, rule, or regulation.investigate, remedy, or enforce potential Terms of Service and Community Guidelines violations.protect the rights, property, or safety of us, our users, or others.detect and resolve any fraud or security concerns.
18
+ Legal, Safety, and Security Partners. We share information about your activity as necessary for the following legal, safety, and security reasons.
19
+ Legal, Safety, and Security Partners. We share information about your activity as necessary for the following legal, safety, and security reasons: comply with any valid legal process, governmental request, or applicable law, rule, or regulation.
20
+ comply with any valid legal process, governmental request, or applicable law, rule, or regulation.
21
+ comply with any valid legal process, governmental request, or applicable law, rule, or regulation. investigate, remedy, or enforce potential Terms of Service and Community Guidelines violations.
22
+ investigate, remedy, or enforce potential Terms of Service and Community Guidelines violations.
23
+ investigate, remedy, or enforce potential Terms of Service and Community Guidelines violations. protect the rights, property, or safety of us, our users, or others.
24
+ protect the rights, property, or safety of us, our users, or others.
25
+ protect the rights, property, or safety of us, our users, or others. detect and resolve any fraud or security concerns.
26
+ detect and resolve any fraud or security concerns.
27
+ detect and resolve any fraud or security concerns. Affiliates. Snap Inc. consists of different subsidiaries owned by us. We may share your information within those internal subsidiaries as needed to carry out our Services.
28
+ Affiliates. Snap Inc. consists of different subsidiaries owned by us. We may share your information within those internal subsidiaries as needed to carry out our Services.
29
+ Affiliates. Snap Inc. consists of different subsidiaries owned by us. We may share your information within those internal subsidiaries as needed to carry out our Services. For the purposes of a Merger or Acquisition. If we were to sell or negotiate to sell our business to a buyer or possible buyer, we may transfer your personal information to a successor or affiliate as part of that transaction.
30
+ For the purposes of a Merger or Acquisition. If we were to sell or negotiate to sell our business to a buyer or possible buyer, we may transfer your personal information to a successor or affiliate as part of that transaction.
31
+ Our Services may contain content and integrations offered by our integrated partners. Examples include integrations in Lenses, Camera editing tools, to provide Scan results, and third-party developer integrations. Through these integrations, you may be providing information to the integrated partner as well as to Snap. We are not responsible for how those partners collect or use your information. As always, we encourage you to review the privacy policies of every third-party service that you visit or use, including those third parties you interact with through our Services. You can learn more about our integrations in Snapchat here.
32
+ On iOS we use Apple’s TrueDepth camera to improve the quality of Lenses. Note, however, that this information is used in real time — we don’t store this information on our servers or share it with third parties.
33
+ Our Services connect you with your friends around the world. To make that possible, we may collect your personal information from, transfer it to, and store and process it in the United States or other countries outside of where you live. Whenever we share information outside of where you live, we ensure safeguards are in place to protect the data as required by law where you live. If you want to learn more about this, see the Region Specific Information section for more details.
34
+ Control who can see your content. We’ve built a number of tools that let you choose who you share your content with. In some cases you may want to share content with your friends, and in other instances you may want to share it with the public. To learn more, go here.
35
+ Of course, you’ll also provide us with the information you send through or save within our Services. We consider some of this information to be private content and communications (like Snaps and Chats with friends, My Story set to Friends, Private Stories, voice and video calls, and content that is saved in My Eyes Only). On the other end of the spectrum, some of the information you send through or save within our Services may be public content that is accessible to everyone (such as Public Story content, including My Story set to Everyone, Shared Stories, and Community Stories, Spotlight or Snap Map submissions, and Public Profile information). Keep in mind that Snapchatters who view your Snaps, Chats, and any other content, can always screenshot that content, save it, or copy it outside the Snapchat app. So please don’t send messages or share content that you wouldn’t want someone to save or share.
36
+ This section explains who we share information with, what that information may include, and the reasons for sharing that information, including when we need to transfer it outside of the country it was collected from.
37
+ Our Services connect you with your friends around the world. To make that possible, we may collect your personal information from, transfer it to, and store and process it in the United States or other countries outside of where you live. Whenever we share information outside of where you live, we ensure safeguards are in place to protect the data as required by law where you live. If you want to learn more about this, see the Region Specific Information section for more details.
38
+ We want you to be in control of your information, so we provide you with a range of tools, including: Control who can see your content. We’ve built a number of tools that let you choose who you share your content with. In some cases you may want to share content with your friends, and in other instances you may want to share it with the public. To learn more, go here.
39
+ This section explains who we share information with, what that information may include, and the reasons for sharing that information, including when we need to transfer it outside of the country it was collected from. Snapchat. To provide our Services to you and our community, we may share information with your friends on Snapchat or other Snapchatters. For example, the content you post to Stories can be viewed by your Friends if you allow them. See the Control Over Your Information section and your Settings for the controls you have over who sees what and when.
40
+ This section explains who we share information with, what that information may include, and the reasons for sharing that information, including when we need to transfer it outside of the country it was collected from. Family Center Participants. When you have enabled Family Center, we share information about the connected account to provide insight about how the account is used, for example, who your Friends are on Snapchat. We do not share message content. Learn more.
41
+ This section explains who we share information with, what that information may include, and the reasons for sharing that information, including when we need to transfer it outside of the country it was collected from. Public. Most of the features on Snapchat are private and for Friends only, but we also offer public features that allow you to opt in to showcase your best Snaps to the world, such as Spotlight, Snap Map, Community Stories, or your Public Profile. When you do this, those Snaps may also be discoverable outside of Snapchat, for example on the web. Some information, like your username and Bitmoji, are visible to the public.
42
+ This section explains who we share information with, what that information may include, and the reasons for sharing that information, including when we need to transfer it outside of the country it was collected from. Third-Party Apps. Sometimes we provide features that allow you to connect with third-party apps. If you decide to connect your Snapchat account with a third-party app, we will share any additional information you direct us to.
43
+ This section explains who we share information with, what that information may include, and the reasons for sharing that information, including when we need to transfer it outside of the country it was collected from. Service Providers. We share information about your activity with our service providers, who process that information on our behalf. For example, we rely on such Service Providers to facilitate payments or measure and optimize the performance of ads. We do not share private communications with them. We maintain a list of categories of service providers here.
44
+ This section explains who we share information with, what that information may include, and the reasons for sharing that information, including when we need to transfer it outside of the country it was collected from. Business and Integrated Partners. We share information about your activity with business and integrated partners in order to provide the Services. For example, you can use OpenTable within Snapchat to reserve a table. This does not include private communications. We maintain a list of these partners here.
45
+ This section explains who we share information with, what that information may include, and the reasons for sharing that information, including when we need to transfer it outside of the country it was collected from. Anti-Fraud Partners. We share information about your activity, such as device and usage information, with industry partners working to prevent fraud.
46
+ This section explains who we share information with, what that information may include, and the reasons for sharing that information, including when we need to transfer it outside of the country it was collected from. Legal, Safety, and Security Partners. We share information about your activity as necessary for the following legal, safety, and security reasons:comply with any valid legal process, governmental request, or applicable law, rule, or regulation.investigate, remedy, or enforce potential Terms of Service and Community Guidelines violations.protect the rights, property, or safety of us, our users, or others.detect and resolve any fraud or security concerns.
47
+ This section explains who we share information with, what that information may include, and the reasons for sharing that information, including when we need to transfer it outside of the country it was collected from. comply with any valid legal process, governmental request, or applicable law, rule, or regulation.
48
+ This section explains who we share information with, what that information may include, and the reasons for sharing that information, including when we need to transfer it outside of the country it was collected from. investigate, remedy, or enforce potential Terms of Service and Community Guidelines violations.
49
+ This section explains who we share information with, what that information may include, and the reasons for sharing that information, including when we need to transfer it outside of the country it was collected from. protect the rights, property, or safety of us, our users, or others.
50
+ This section explains who we share information with, what that information may include, and the reasons for sharing that information, including when we need to transfer it outside of the country it was collected from. detect and resolve any fraud or security concerns.
51
+ This section explains who we share information with, what that information may include, and the reasons for sharing that information, including when we need to transfer it outside of the country it was collected from. Affiliates. Snap Inc. consists of different subsidiaries owned by us. We may share your information within those internal subsidiaries as needed to carry out our Services.
52
+ This section explains who we share information with, what that information may include, and the reasons for sharing that information, including when we need to transfer it outside of the country it was collected from. For the purposes of a Merger or Acquisition. If we were to sell or negotiate to sell our business to a buyer or possible buyer, we may transfer your personal information to a successor or affiliate as part of that transaction.
SEM/txt/1/thrid_party.txt CHANGED
@@ -1,9 +1,5 @@
1
- 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.
2
- 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.
3
- 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.
4
- Many McDonald's restaurants are owned and operated by independent franchisees. Some franchisees also operate websites and are required to follow this privacy policy.
5
- McDonald’s do not control the use or disclosure of personal information and may not have access to the personal information held by McDonald’s franchisees. McDonald’s franchisees are each independently responsible for ensuring that your personal information collected by them is handled in accordance with this Privacy Policy and the Australian Privacy Principles.
6
- 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.
7
- 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.
8
- 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.
9
- McDonald’s collects personal information about you in a number of ways, including when you: use our websites (including mcdonalds.com.au), social media pages, and internal websites or intranet (“Website”).
 
1
+ The last category of data we collect is information about you that we may receive from others, such as other users, our affiliates, and third parties. This includes linked third-party service data (information we get when you link your Snapchat account to another service), data from advertisers (information from advertisers, app developers, publishers, and other third parties to help target or measure the performance of ads), contact info from other Snapchatters or third parties (if another Snapchatter uploads their contact list which includes your information, we may combine that with other information we have about you to better understand who you may want to communicate with. Or, if you provide us with your contact information, we may use that to determine if we can communicate with you in other ways, like SMS, email, or other messaging services), and data relating to potential violations of our Terms (we may receive information from third parties, including website publishers, social network providers, law enforcement, and others, about potential violators of our Terms of Service and Community Guidelines).
2
+ For example, if you watch a lot of sports content, but skip content with hair and makeup tips, our recommendation algorithms will prioritize sports, but not those makeup tips. You can learn more about how we understand Snapchatter preferences and rank and moderate content here.
3
+ Third-Party Apps. Sometimes we provide features that allow you to connect with third-party apps. If you decide to connect your Snapchat account with a third-party app, we will share any additional information you direct us to.
4
+ Our Services may contain content and integrations offered by our integrated partners. Examples include integrations in Lenses, Camera editing tools, to provide Scan results, and third-party developer integrations. Through these integrations, you may be providing information to the integrated partner as well as to Snap. We are not responsible for how those partners collect or use your information. As always, we encourage you to review the privacy policies of every third-party service that you visit or use, including those third parties you interact with through our Services. You can learn more about our integrations in Snapchat here.
5
+ For the latest information about how long we store different types of content, check out our Support Site.
 
 
 
 
SEM/txt/1/update.txt CHANGED
@@ -1,3 +1,13 @@
1
- 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.
2
- 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.
3
- 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.
 
 
 
 
 
 
 
 
 
 
 
1
+ Privacy Policy.
2
+ Effective: February 26, 2024
3
+ Welcome to Snap Inc.’s Privacy Policy. This Policy explains how we collect and use your data and how you can control your information. Looking for a quick summary on our privacy practices? Check out this page or this video. And if you’re looking for specific product privacy information, for example, how we process your Chats and Snaps, take a look at our Privacy by Product page. In addition to these documents, we also show in-app notices that provide you more information about our products and services.
4
+ Transparency is one of our core values at Snap. We believe there shouldn’t be any surprises about the data we collect and how we use it — that’s why we’re upfront with how we process it. For example, we process your information to provide you a more personalized experience, including to show you content and information that is most relevant to your experience, as well as more relevant advertisements. Understanding your interests and preferences help us provide a better product experience.
5
+ Furthermore, we believe a personalized experience should not come at the expense of your privacy. Just like in real life, there are some moments you want to share privately with your close friends, and others that you want to share publicly. That’s why from day one our philosophy has been to delete content by default and to give Snapchatters control by providing the tools that allow them to decide what happens with their content, like who to share it with or when to save it.
6
+ This Policy covers our Snapchat app as well as our other products, services, and features, such as Bitmoji, Spectacles, and our advertising and commerce initiatives. When you read "Services" in this Policy, we’re talking about all of them. Also, if you see us refer to our "Terms," we mean the Terms of Service that you agree to when you sign up for our Services. Finally, if you see the term "Snapchatter" we are often using that as shorthand for any user of our Services.
7
+ Let’s get started with the controls you have over your information.
8
+ Updates to the Privacy Policy.
9
+ We may update our Privacy Policy from time to time, and will give you a heads up if we make any changes we think you should know about.
10
+ We may change this Privacy Policy from time to time. But when we do, we’ll let you know one way or another. Sometimes, we’ll let you know by revising the date at the top of the Privacy Policy that’s available on our website and mobile application. Other times, we may provide you with additional notice (such as adding a statement to our websites’ homepages or providing you with an in-app notification).
11
+ Change your permissions. In most cases, you can change your permissions at any time. For example, if you provided access to your phone contacts to make friending easier, you can change that later on in your settings. Of course, if you do that, certain features and Services, like finding friends in your contact book, won’t work.
12
+ We may update our Privacy Policy from time to time, and will give you a heads up if we make any changes we think you should know about.
13
+ We may change this Privacy Policy from time to time. But when we do, we’ll let you know one way or another. Sometimes, we’ll let you know by revising the date at the top of the Privacy Policy that’s available on our website and mobile application. Other times, we may provide you with additional notice (such as adding a statement to our websites’ homepages or providing you with an in-app notification).
SEM/txt/1/user_right.txt CHANGED
@@ -1,8 +1,80 @@
1
- McDonald’s provides areas on Websites, Apps and various social media platforms 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, App or social media platforms 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.
2
- 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 our products and services, including our Websites or App, our ability to provide you with relevant content, prizes, products and services, or our ability to process your queries and employment applications.
3
- 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.
4
- If you no longer wish to receive any communications from McDonald’s via an App, you can delete the App from your device.
5
- 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.
6
- McDonald’s do not control the use or disclosure of personal information and may not have access to the personal information held by McDonald’s franchisees. McDonald’s franchisees are each independently responsible for ensuring that your personal information collected by them is handled in accordance with this Privacy Policy and the Australian Privacy Principles.
7
- 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.
8
- When you use one of our Websites or Apps, we may also collect personal information about you in the following general categories: 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, personal information you have provided, the approvals you have given or received, and other similar information related to your job.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Control Over Your Information.
2
+ Control over your information and settings is a core part of Snapchat experience. Here, we give you more details on the types of settings that are available, link out to our data download tool, and provide instructions on how to delete data or your account.
3
+ We want you to be in control of your information, so we provide you with a range of tools, including.
4
+ We want you to be in control of your information, so we provide you with a range of tools, including: Access and update your information. You can access and edit most of your basic account information right in our Services. Just navigate to your settings and you will see the options available to you.
5
+ Access and update your information. You can access and edit most of your basic account information right in our Services. Just navigate to your settings and you will see the options available to you.
6
+ Access and update your information. You can access and edit most of your basic account information right in our Services. Just navigate to your settings and you will see the options available to you. Delete your information. If you want to delete your account, learn how here. You can also delete some information within our Services, like content you’ve saved to Memories, content you’ve shared with My AI, Spotlight submissions, and more.
7
+ Delete your information. If you want to delete your account, learn how here. You can also delete some information within our Services, like content you’ve saved to Memories, content you’ve shared with My AI, Spotlight submissions, and more.
8
+ Delete your information. If you want to delete your account, learn how here. You can also delete some information within our Services, like content you’ve saved to Memories, content you’ve shared with My AI, Spotlight submissions, and more. Control who can see your content. We’ve built a number of tools that let you choose who you share your content with. In some cases you may want to share content with your friends, and in other instances you may want to share it with the public. To learn more, go here.
9
+ Control who can see your content. We’ve built a number of tools that let you choose who you share your content with. In some cases you may want to share content with your friends, and in other instances you may want to share it with the public. To learn more, go here.
10
+ Control who can see your content. We’ve built a number of tools that let you choose who you share your content with. In some cases you may want to share content with your friends, and in other instances you may want to share it with the public. To learn more, go here. Control who can contact you. Snapchat is intended for close friends and family, that’s why we’ve built controls that help you decide who can contact you. If you receive unwanted communications, you can always block and report that person. Go here to learn more.
11
+ Control who can contact you. Snapchat is intended for close friends and family, that’s why we’ve built controls that help you decide who can contact you. If you receive unwanted communications, you can always block and report that person. Go here to learn more.
12
+ Control who can contact you. Snapchat is intended for close friends and family, that’s why we’ve built controls that help you decide who can contact you. If you receive unwanted communications, you can always block and report that person. Go here to learn more. Change your permissions. In most cases, you can change your permissions at any time. For example, if you provided access to your phone contacts to make friending easier, you can change that later on in your settings. Of course, if you do that, certain features and Services, like finding friends in your contact book, won’t work.
13
+ Change your permissions. In most cases, you can change your permissions at any time. For example, if you provided access to your phone contacts to make friending easier, you can change that later on in your settings. Of course, if you do that, certain features and Services, like finding friends in your contact book, won’t work.
14
+ Change your permissions. In most cases, you can change your permissions at any time. For example, if you provided access to your phone contacts to make friending easier, you can change that later on in your settings. Of course, if you do that, certain features and Services, like finding friends in your contact book, won’t work. Opt out of promotional messages. You have the option to opt out or unsubscribe from promotional emails and messages sent by SMS or other messaging platforms. To do so, just follow the instructions in the message like an unsubscribe link or similar functionality.
15
+ Opt out of promotional messages. You have the option to opt out or unsubscribe from promotional emails and messages sent by SMS or other messaging platforms. To do so, just follow the instructions in the message like an unsubscribe link or similar functionality.
16
+ Opt out of promotional messages. You have the option to opt out or unsubscribe from promotional emails and messages sent by SMS or other messaging platforms. To do so, just follow the instructions in the message like an unsubscribe link or similar functionality. Download your data. You can use our Download My Data tool to get a copy of information that may not be available in Snapchat in a portable format, so you can move it or store it wherever you want.
17
+ Download your data. You can use our Download My Data tool to get a copy of information that may not be available in Snapchat in a portable format, so you can move it or store it wherever you want.
18
+ Download your data. You can use our Download My Data tool to get a copy of information that may not be available in Snapchat in a portable format, so you can move it or store it wherever you want. Object to processing. Depending on where you live and the particular data we are processing, you may have the right to object to our processing of that information. This gets a bit technical, so we’ve explained it in more detail here.
19
+ Object to processing. Depending on where you live and the particular data we are processing, you may have the right to object to our processing of that information. This gets a bit technical, so we’ve explained it in more detail here.
20
+ Object to processing. Depending on where you live and the particular data we are processing, you may have the right to object to our processing of that information. This gets a bit technical, so we’ve explained it in more detail here. Set advertising preferences. We try to show you ads that we think will be relevant to your interests, but if you’d like to have a less personalized experience, you can change your advertising settings in the Snapchat app. Learn more here.
21
+ Set advertising preferences. We try to show you ads that we think will be relevant to your interests, but if you’d like to have a less personalized experience, you can change your advertising settings in the Snapchat app. Learn more here.
22
+ Set advertising preferences. We try to show you ads that we think will be relevant to your interests, but if you’d like to have a less personalized experience, you can change your advertising settings in the Snapchat app. Learn more here. Tracking. If you use an iPhone with iOS 14.5 or above, some specific requirements apply, which we’ve specified here.
23
+ Tracking. If you use an iPhone with iOS 14.5 or above, some specific requirements apply, which we’ve specified here.
24
+ Region Specific Information.
25
+ Depending on where you live, you may have additional rights, this section provides more details on region specific information.
26
+ We do our best to keep our policies as simple as possible, but depending on where you live, you have some additional rights or there may be specific information that you should be aware of. Please take a look at the list below to see if any apply to you!
27
+ We do our best to keep our policies as simple as possible, but depending on where you live, you have some additional rights or there may be specific information that you should be aware of. Please take a look at the list below to see if any apply to you! Brazil 🇧🇷
28
+ Brazil 🇧🇷
29
+ Brazil 🇧🇷 Canada 🇨🇦
30
+ Canada 🇨🇦
31
+ Canada 🇨🇦 Europe 🇪🇺
32
+ Europe 🇪🇺
33
+ Europe 🇪🇺 Mexico 🇲🇽
34
+ Mexico 🇲🇽
35
+ Mexico 🇲🇽 South Korea 🇰🇷
36
+ South Korea 🇰🇷
37
+ South Korea 🇰🇷 Turkey 🇹🇷
38
+ Turkey 🇹🇷
39
+ Turkey 🇹🇷 United States 🇺🇸Note: The U.S. State Privacy Notice applies only if you are a resident of certain U.S. states that have implemented state-level privacy laws.
40
+ United States 🇺🇸
41
+ United States 🇺🇸 Note: The U.S. State Privacy Notice applies only if you are a resident of certain U.S. states that have implemented state-level privacy laws.
42
+ Note: The U.S. State Privacy Notice applies only if you are a resident of certain U.S. states that have implemented state-level privacy laws.
43
+ Some jurisdictions require that we state our legal basis for processing data for particular purposes. You can find that information here.
44
+ Our Audience.
45
+ Our Services are directed to individuals 13 years and older.
46
+ Our Services are not directed to children under the age of 13, and you must confirm that you are 13 years or older in order to create an account and use our Services. If we have actual knowledge that you are under the age of 13 (or the minimum age at which a person may use the Services in your state, province, or country without parental consent, if greater), we will stop providing Services to you and delete your account and data.
47
+ In addition, we may also limit how we collect, use, and store some of the information of Snapchatters under 18. In some cases, this means we will be unable to provide certain functionality to people under the age of 18.
48
+ Furthermore, we believe a personalized experience should not come at the expense of your privacy. Just like in real life, there are some moments you want to share privately with your close friends, and others that you want to share publicly. That’s why from day one our philosophy has been to delete content by default and to give Snapchatters control by providing the tools that allow them to decide what happens with their content, like who to share it with or when to save it.
49
+ Control over your information and settings is a core part of Snapchat experience. Here, we give you more details on the types of settings that are available, link out to our data download tool, and provide instructions on how to delete data or your account.
50
+ Access and update your information. You can access and edit most of your basic account information right in our Services. Just navigate to your settings and you will see the options available to you.
51
+ Delete your information. If you want to delete your account, learn how here. You can also delete some information within our Services, like content you’ve saved to Memories, content you’ve shared with My AI, Spotlight submissions, and more.
52
+ Opt out of promotional messages. You have the option to opt out or unsubscribe from promotional emails and messages sent by SMS or other messaging platforms. To do so, just follow the instructions in the message like an unsubscribe link or similar functionality.
53
+ Set advertising preferences. We try to show you ads that we think will be relevant to your interests, but if you’d like to have a less personalized experience, you can change your advertising settings in the Snapchat app. Learn more here.
54
+ Personalization can also help with suggesting friends or recommending a new friend to send a Snap to based on who you Snap with the most. We may show recommended places on the Snap Map, generate stickers, or even generate Snaps and other content using AI to share with friends, infer your interests based on your content or activity, or customize the content we show you, including ads. For example, if you watch barista content on Spotlight, talk to My AI about your favorite espresso machine, or save a lot of coffee-related Snaps in your Memories, we may highlight coffee shops on the Snap Map when you visit a new city or show you content about coffee that you may find interesting or relevant. Or, if you interact with a lot of music venues we may use that to show you ads for upcoming shows in town. Personalization also includes tailoring your experience based on what your friends are doing, including showing you content your friends create, like, or enjoy on Spotlight or Place recommendations that are popular with your friends.
55
+ Another way we provide a personalized Service is through the ads we show. We use your interests and preferences from the information we’ve collected to personalize, target, and measure ads. We think ads are best when they’re relevant. That’s why we try to select the right ads and show them to you at the right time. For example, if you’ve interacted with ads for video games, we will infer that you like video games, and show you similar ads, but those won’t be the only ads you see. Similar to our content strategy, we try to ensure you receive a variety of ads. We also use your information to avoid showing you ads you probably won’t be interested in. For example, if a ticketing site tells us you’ve previously bought tickets for a movie — we can stop showing you ads for it. You can learn about the different types of advertising and your choices about which ads you receive here.
56
+ Your information can help us decide what kind of improvements we should make, but we are always focused on privacy — and we don’t want to use more of your personal information than necessary to develop our features and models.
57
+ We use your information to enhance the safety and security of our Services, verify Snapchatter identity, and prevent fraud or other unauthorized or illegal activity. For example, we provide two-factor authentication to help protect your account and can send you email or text messages if we notice any suspicious activity. We also scan URLs sent on Snapchat to see if that webpage is potentially harmful, and can give you a warning about it.
58
+ Snapchat. To provide our Services to you and our community, we may share information with your friends on Snapchat or other Snapchatters. For example, the content you post to Stories can be viewed by your Friends if you allow them. See the Control Over Your Information section and your Settings for the controls you have over who sees what and when.
59
+ Family Center Participants. When you have enabled Family Center, we share information about the connected account to provide insight about how the account is used, for example, who your Friends are on Snapchat. We do not share message content. Learn more.
60
+ protect the rights, property, or safety of us, our users, or others.
61
+ To do the things you expect from our Services and as we’ve described within this Privacy Policy. For example, we maintain your list of friends until you ask us to delete them since friends are key to expressing yourself. Conversely, Snaps and Chats sent in Snapchat will be deleted by default from our servers within 24 hours after we detect they’ve been opened by all recipients or have expired, unless you’ve changed your default settings or decide to save something, in which case we will honor your choices.
62
+ Although our systems are designed to delete some of your information automatically, we cannot promise that deletion will take place by a specific time.
63
+ Depending on where you live, you may have additional rights, this section provides more details on region specific information.
64
+ Our Services are not directed to children under the age of 13, and you must confirm that you are 13 years or older in order to create an account and use our Services. If we have actual knowledge that you are under the age of 13 (or the minimum age at which a person may use the Services in your state, province, or country without parental consent, if greater), we will stop providing Services to you and delete your account and data.
65
+ We want you to be in control of your information, so we provide you with a range of tools, including: Access and update your information. You can access and edit most of your basic account information right in our Services. Just navigate to your settings and you will see the options available to you.
66
+ We want you to be in control of your information, so we provide you with a range of tools, including: Delete your information. If you want to delete your account, learn how here. You can also delete some information within our Services, like content you’ve saved to Memories, content you’ve shared with My AI, Spotlight submissions, and more.
67
+ We want you to be in control of your information, so we provide you with a range of tools, including: Change your permissions. In most cases, you can change your permissions at any time. For example, if you provided access to your phone contacts to make friending easier, you can change that later on in your settings. Of course, if you do that, certain features and Services, like finding friends in your contact book, won’t work.
68
+ We want you to be in control of your information, so we provide you with a range of tools, including: Opt out of promotional messages. You have the option to opt out or unsubscribe from promotional emails and messages sent by SMS or other messaging platforms. To do so, just follow the instructions in the message like an unsubscribe link or similar functionality.
69
+ We want you to be in control of your information, so we provide you with a range of tools, including: Download your data. You can use our Download My Data tool to get a copy of information that may not be available in Snapchat in a portable format, so you can move it or store it wherever you want.
70
+ We want you to be in control of your information, so we provide you with a range of tools, including: Object to processing. Depending on where you live and the particular data we are processing, you may have the right to object to our processing of that information. This gets a bit technical, so we’ve explained it in more detail here.
71
+ We want you to be in control of your information, so we provide you with a range of tools, including: Set advertising preferences. We try to show you ads that we think will be relevant to your interests, but if you’d like to have a less personalized experience, you can change your advertising settings in the Snapchat app. Learn more here.
72
+ We want you to be in control of your information, so we provide you with a range of tools, including: Tracking. If you use an iPhone with iOS 14.5 or above, some specific requirements apply, which we’ve specified here.
73
+ We do our best to keep our policies as simple as possible, but depending on where you live, you have some additional rights or there may be specific information that you should be aware of. Please take a look at the list below to see if any apply to you! Brazil 🇧🇷
74
+ We do our best to keep our policies as simple as possible, but depending on where you live, you have some additional rights or there may be specific information that you should be aware of. Please take a look at the list below to see if any apply to you! Canada 🇨🇦
75
+ We do our best to keep our policies as simple as possible, but depending on where you live, you have some additional rights or there may be specific information that you should be aware of. Please take a look at the list below to see if any apply to you! Europe 🇪🇺
76
+ We do our best to keep our policies as simple as possible, but depending on where you live, you have some additional rights or there may be specific information that you should be aware of. Please take a look at the list below to see if any apply to you! Mexico 🇲🇽
77
+ We do our best to keep our policies as simple as possible, but depending on where you live, you have some additional rights or there may be specific information that you should be aware of. Please take a look at the list below to see if any apply to you! South Korea 🇰🇷
78
+ We do our best to keep our policies as simple as possible, but depending on where you live, you have some additional rights or there may be specific information that you should be aware of. Please take a look at the list below to see if any apply to you! Turkey 🇹🇷
79
+ We do our best to keep our policies as simple as possible, but depending on where you live, you have some additional rights or there may be specific information that you should be aware of. Please take a look at the list below to see if any apply to you! United States 🇺🇸Note: The U.S. State Privacy Notice applies only if you are a resident of certain U.S. states that have implemented state-level privacy laws.
80
+ We do our best to keep our policies as simple as possible, but depending on where you live, you have some additional rights or there may be specific information that you should be aware of. Please take a look at the list below to see if any apply to you! Note: The U.S. State Privacy Notice applies only if you are a resident of certain U.S. states that have implemented state-level privacy laws.
SEM/txt/1/way_to_collect.txt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ We use the information we collect in order to operate, deliver, and maintain our Services. For example, by delivering a Snap you want to send to a friend or, if you share your location on Snap Map, to show you suggestions like places you might like in your neighborhood, content others have posted to the Map, or your friends if they’re sharing their location with you. We also use some of your information to help keep our products up to date, for example to make sure that our Services work with the latest operating systems and devices.
2
+ We believe it is critical to also balance the benefits of personalization with our Snapchatters’ expectations of privacy. For example, we may automatically tag the Snaps you save to Memories based on the content within it (e.g., the Snap contained a dog), and then use that tag to personalize your experience, make recommendations, or show you ads (such as showing you Spotlight Snaps containing dogs). We do not use the private content and communications you send to your friends to personalize your experience, make recommendations, or show you ads.
3
+ Our teams are constantly coming up with new ideas for features and ways to improve our Services. In order to do this, we also develop and improve the algorithms and machine learning models (an expression of an algorithm that combs through significant amounts of data to find patterns or make predictions) that make our features and Services work, including through generative AI features (artificial intelligence capable of generating text, images, or other media, using generative models. Generative AI models learn the patterns and structure of their input training data and then generate new data that has similar characteristics). We use algorithms and machine learning models for personalization, advertising, safety and security, fairness and inclusivity, augmented reality, and to prevent abuse or other Terms of Service violations. For example, our algorithms and machine learning models take into account the conversations Snapchatters are having with My AI to improve the responses from My AI.
aa ADDED
@@ -0,0 +1,184 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ css="""
2
+ button[class*="btn"] {
3
+ all: unset; /* 移除所有样式 */
4
+ display: inline-block; /* 确保按钮仍然是块元素 */
5
+ padding: 10px 20px; /* 添加一些基本的填充 */
6
+ border: none; /* 去掉边框 */
7
+ background: none; /* 去掉背景 */
8
+ color: inherit; /* 继承颜色 */
9
+ cursor: pointer; /* 使按钮有点击手感 */
10
+ width: 150px;
11
+ height: 30px;
12
+ border-radius: 5px !important;
13
+ text-align: center;
14
+ }
15
+
16
+ .icon-buttons {
17
+ display: none;
18
+ }
19
+
20
+ .img label{
21
+ display: none;
22
+ }
23
+
24
+ .title {
25
+ font-size: 80px !important;
26
+ font-weight: bolder;
27
+ margin-top: 50px;
28
+ }
29
+
30
+ .title_msg1 {
31
+ font-size: 60px !important;
32
+ margin-top: 10px;
33
+ font-weight: bolder;
34
+ }
35
+
36
+ .title_msg2 {
37
+ font-weight: bolder;
38
+ }
39
+
40
+ .title_img img {
41
+ border-radius: 0px !important;
42
+ cursor: default;
43
+ }
44
+
45
+ .title_img {
46
+ border-radius: 0px !important;
47
+ }
48
+
49
+ .eg_title h1{
50
+ font-size: 50px !important;
51
+ font-weight: bolder;
52
+ margin-top: 120px !important;
53
+ }
54
+
55
+ .eg_msg {
56
+ font-weight: bolder;
57
+ margin-left: 10px;
58
+ margin-top: -5px;
59
+ margin-bottom: 5px;
60
+ }
61
+
62
+ .eg_img {
63
+ width: 80%; /* 调整图片大小 */
64
+ padding: 0;
65
+ display: block;
66
+ margin: 0 auto; /* 图片居中 */
67
+ border: 2px solid rgb(234, 234, 234) !important;
68
+ transition: border-color 0.5s ease, border-width 0.5s ease;
69
+ background-size: cover !important;
70
+ background-position: center !important;
71
+ background-repeat: no-repeat !important;
72
+ padding-bottom: 169% !important;
73
+ }
74
+
75
+ .eg_img:hover {
76
+ border-color: rgb(117, 209, 255) !important; /* 悬停时边框颜色 */
77
+ border-width: 2px !important; /* 悬停时边框粗细 */
78
+ }
79
+
80
+ .eg1 {
81
+ background-image: url('https://buyanghc.github.io/eg1.jpg') !important;
82
+ }
83
+
84
+ .eg2 {
85
+ background-image: url('https://buyanghc.github.io/eg2.jpg') !important;
86
+ }
87
+
88
+ .eg3 {
89
+ background-image: url('https://buyanghc.github.io/eg3.jpg') !important;
90
+ }
91
+
92
+ .eg_img_msg {
93
+ text-align: center; /* 文本居中 */
94
+ margin-top: 10px;
95
+ }
96
+
97
+ .example_imgs {
98
+ display: flex;
99
+ gap: 60px; /* 调整列之间的间距 */
100
+ margin-bottom: 120px;
101
+ width: 100%;
102
+ }
103
+
104
+ .col {
105
+ height: 100%;
106
+ }
107
+
108
+ .work_title h1{
109
+ font-size: 50px !important;
110
+ font-weight: bolder;
111
+ text-align: left;
112
+ }
113
+
114
+ .btn-container {
115
+ display: flex;
116
+ justify-content: flex-end; /* 按钮容器中的内容右对齐 */
117
+ gap: 45px; /* 按钮之间的间距 */
118
+ }
119
+
120
+ .btn {
121
+ width: 150px;
122
+ height: 45px;
123
+ border: 2px solid rgb(40, 40, 40);
124
+ transition: border-color 0.3s ease, color 0.3s ease, background-color 0.3s ease !important;
125
+ border-radius: 5px;
126
+ }
127
+
128
+ .btn_run {
129
+ color: white !important;
130
+ background-color: rgb(40, 40, 40) !important;
131
+ }
132
+
133
+ .btn_reset {
134
+ background-color: rgb(234, 234, 234) !important;
135
+ }
136
+
137
+ .btn:hover{
138
+ color: white !important;
139
+ background-color: rgb(117, 209, 255) !important;
140
+ border: white !important;
141
+ }
142
+
143
+ .work_head{
144
+ margin-bottom: 20px;
145
+ }
146
+
147
+ .work2{
148
+ margin-top: 40px;
149
+ margin-bottom: 300px;
150
+ display: flex;
151
+ justify-content: center; /* 垂直方向居中 */
152
+ align-items: center;
153
+ }
154
+
155
+ .work_msg{
156
+ margin-bottom: 10px;
157
+ margin-top: -10px
158
+ }
159
+
160
+ .image_show{
161
+ width: 80%;
162
+ height: calc(100vw * 0.48);
163
+ }
164
+
165
+ .point{
166
+ all: unset;
167
+ width: 60px;
168
+ height: auto;
169
+ border-radius: 0px !important;
170
+ cursor: default !important;
171
+ border: none !important;
172
+ }
173
+
174
+ .change_btn{
175
+ width: 45px !important;
176
+ height: 45px !important;
177
+ border-radius: 50% !important;
178
+ background-color: rgb(234, 234, 234) !important;
179
+ padding: 0 !important;
180
+ margin: 0 !important;
181
+ }
182
+
183
+
184
+ """
app.py CHANGED
@@ -28,19 +28,20 @@ from googleapiclient.http import MediaFileUpload
28
 
29
  # from dotenv import load_dotenv
30
  import os
 
31
 
32
- # # 加载 .env 文件中的环境变量
33
  # load_dotenv()
34
 
35
  title = "Cpp4App_test"
36
  description = "Automated Contextual Privacy Policies Generation for Mobile Apps"
37
 
38
-
39
  # log
40
 
41
  drive_folder_id = '1Ukx6pQcbUQssV7tyWLGZE0QAzmSjBKUK' # Google Drive上的文件夹ID
42
  credentials_url = 'google_drive_credentials/cpp4app-logs-9abbc749fda1.json'
43
 
 
44
  # create Google Drive service
45
  def authenticate_gdrive():
46
  SCOPES = ['https://www.googleapis.com/auth/drive.file']
@@ -132,8 +133,10 @@ def schedule_monitoring(interval_hours):
132
  disk_usage = psutil.disk_usage('/')
133
 
134
  logger.info(f"CPU usage: {cpu_usage}%")
135
- logger.info(f"Memory usage: {memory_info.percent}% (Total: {memory_info.total}, Used: {memory_info.used}, Free: {memory_info.free})")
136
- logger.info(f"Disk usage: {disk_usage.percent}% (Total: {disk_usage.total}, Used: {disk_usage.used}, Free: {disk_usage.free})")
 
 
137
 
138
 
139
  def schedule_restarts(interval_hours):
@@ -159,6 +162,7 @@ def write_and_read():
159
 
160
  return data
161
 
 
162
  def run_demo(img_root, output_root, segment_root, file):
163
  # print(type(file))
164
 
@@ -169,10 +173,12 @@ def run_demo(img_root, output_root, segment_root, file):
169
 
170
  return output_boards
171
 
 
172
  # 定义全局变量存储图集和当前显示的图片索引
173
- image_list = []
174
  current_image_index = 0
175
 
 
176
  def inference(img, html):
177
  start = time.time()
178
  global output_boards, current_image_index # 让output_boards成为全局变量
@@ -218,7 +224,11 @@ def inference(img, html):
218
  # 如果html文件不存在则下载并保存
219
  if not os.path.exists(html_filename):
220
  try:
221
- response = requests.get(html)
 
 
 
 
222
  response.raise_for_status() # Will raise an exception if the status is an error
223
  input_text = response.text
224
  # 将HTML内容保存到文件
@@ -239,6 +249,10 @@ def inference(img, html):
239
 
240
  output_boards = run_demo(img_root, output_root, segment_root, pp_root)
241
 
 
 
 
 
242
  for i in range(len(output_boards)):
243
  # 确保 output_board 是图像对象
244
  if isinstance(output_boards[i], tuple):
@@ -253,6 +267,7 @@ def inference(img, html):
253
  print(f"total processing time of this screenshot: {total:.2f}s")
254
  return output_boards[current_image_index] # 返回图集中的第一张图像
255
 
 
256
  # 向左切换图片
257
  def previous_image():
258
  global current_image_index
@@ -260,6 +275,7 @@ def previous_image():
260
  current_image_index -= 1
261
  return output_boards[current_image_index]
262
 
 
263
  # 向右切换图片
264
  def next_image():
265
  global current_image_index
@@ -267,6 +283,7 @@ def next_image():
267
  current_image_index += 1
268
  return output_boards[current_image_index]
269
 
 
270
  # inputs = [
271
  # gr.inputs.Image(type="pil", label="Image Upload"),
272
  # # gr.inputs.File(label="HTML File Upload"),
@@ -311,6 +328,7 @@ def example_inference_1():
311
  out_result, out_segment, complete_result = inference(image_input, text_input)
312
  return image_input, text_input, out_result, out_segment, complete_result
313
 
 
314
  def example_inference_2():
315
  image_input_bgr = cv2.imread("examples/11-9.jpg")
316
  image_input = cv2.cvtColor(image_input_bgr, cv2.COLOR_BGR2RGB)
@@ -318,6 +336,7 @@ def example_inference_2():
318
  out_result, out_segment, complete_result = inference(image_input, text_input)
319
  return image_input, text_input, out_result, out_segment, complete_result
320
 
 
321
  def example_inference_3():
322
  image_input_bgr = cv2.imread("examples/1-1.jpg")
323
  image_input = cv2.cvtColor(image_input_bgr, cv2.COLOR_BGR2RGB)
@@ -325,14 +344,34 @@ def example_inference_3():
325
  out_result, out_segment, complete_result = inference(image_input, text_input)
326
  return image_input, text_input, out_result, out_segment, complete_result
327
 
 
328
  def new_example_inference_1():
329
  image_input_bgr = cv2.imread("examples/6-8.jpg")
330
  image_input = cv2.cvtColor(image_input_bgr, cv2.COLOR_BGR2RGB)
331
-
332
  text_input = 'https://www.whatsapp.com/legal/privacy-policy'
333
 
334
- out_result_bgr = cv2.imread("results/result_1.png")
335
- out_result = cv2.cvtColor(out_result_bgr, cv2.COLOR_BGR2RGB)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
336
 
337
  out_segment = pd.read_excel("results/result_1_S.xlsx")
338
  complete_result = pd.read_excel("results/result_1_C.xlsx")
@@ -342,32 +381,75 @@ def new_example_inference_1():
342
 
343
  return image_input, text_input, out_result, out_segment, complete_result
344
 
 
345
  def new_example_inference_2():
346
  image_input_bgr = cv2.imread("examples/11-9.jpg")
347
  image_input = cv2.cvtColor(image_input_bgr, cv2.COLOR_BGR2RGB)
348
  text_input = 'https://values.snap.com/privacy/privacy-policy'
349
 
350
- out_result_bgr = cv2.imread("results/result_2.png")
351
- out_result = cv2.cvtColor(out_result_bgr, cv2.COLOR_BGR2RGB)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
352
 
353
  out_segment = pd.read_excel("results/result_2_S.xlsx")
354
  complete_result = pd.read_excel("results/result_2_C.xlsx")
355
 
356
  return image_input, text_input, out_result, out_segment, complete_result
357
 
 
358
  def new_example_inference_3():
359
  image_input_bgr = cv2.imread("examples/1-1.jpg")
360
  image_input = cv2.cvtColor(image_input_bgr, cv2.COLOR_BGR2RGB)
361
  text_input = 'https://mcdonalds.com.au/privacy-policy'
362
 
363
- out_result_bgr = cv2.imread("results/result_3.png")
364
- out_result = cv2.cvtColor(out_result_bgr, cv2.COLOR_BGR2RGB)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
365
 
366
  out_segment = pd.read_excel("results/result_3_S.xlsx")
367
  complete_result = pd.read_excel("results/result_3_C.xlsx")
368
 
369
  return image_input, text_input, out_result, out_segment, complete_result
370
 
 
371
  # def toggle_dataframe_callback():
372
  # complete_result_dataframe.visible = not complete_result_dataframe.visible
373
 
@@ -495,40 +577,47 @@ with gr.Blocks(css='''
495
  }
496
 
497
  ''') as demo:
498
-
499
  with gr.Row():
500
  with gr.Column(scale=1):
501
- gr.Markdown("<h1 style='font-size: 50px; font-weight: border; text-align: center;'>Cpp4App</h1>", elem_classes="title")
502
- gr.Markdown("<p style='text-align: center;'>Automated Contextual Privacy Policies Generation for Mobile Apps.</p>", elem_classes="title_msg1")
503
- gr.Markdown("<p style='text-align: center; margin-top: -15px;'>[Usage] Upload the screenshot and privacy policy URL link, then click 'RUN' button.</p>", elem_classes="title_msg1")
 
 
 
 
 
504
 
505
  # with gr.Column(scale=1):
506
  # gr.Image("images/head.jpg", elem_classes="title_img img")
507
 
508
-
509
  with gr.Row(elem_classes="btn-container"):
510
  run_btn = gr.Button("RUN", elem_classes="btn btn_run")
511
  reset_btn = gr.Button("RESET", elem_classes="btn btn_reset")
512
 
513
  with gr.Column():
514
-
515
  with gr.Row(elem_classes="work2"):
516
  with gr.Column(elem_classes="col_big", scale=1):
517
- gr.Markdown("<p style='font-weight: bold; font-size: 18px;'>Step 1 : Input privacy policy URL ⬇️</p>", elem_classes="work_msg")
 
518
  text_input = gr.Textbox(label="URL Input for the Privacy Policy of the App", elem_classes="url")
519
  with gr.Column(elem_classes="col_big", scale=1):
520
- gr.Markdown("<p style='font-weight: bold; font-size: 18px;'>Step 2 : Upload the screenshot ⬇️</p>", elem_classes="work_msg")
 
521
  image_input = gr.Image(type="pil", label="Screenshot Upload", elem_classes="image_show")
522
  with gr.Column(elem_classes="col_big", scale=1):
523
  with gr.Row():
524
- gr.Markdown("<p style='width: 60%; font-weight: bold; font-size: 18px;'>Output 🌟:</p>", elem_classes="work_msg")
 
525
  with gr.Row(elem_classes="btn-container2"):
526
  previous_button = gr.Button("<", elem_classes="change_btn")
527
  next_button = gr.Button(">", elem_classes="change_btn")
528
  result_image = gr.Image(type="pil", label="Result Screenshot", elem_classes="image_show")
529
 
530
  with gr.Column():
531
- gr.Markdown("<h2 style='font-size: 18px; font-weight: border;'>You can try with three examples we provided:</h2>", elem_classes="eg_title")
 
 
532
  gr.Markdown("<p>· Click the picture to run.</p>", elem_classes="eg_msg")
533
 
534
  with gr.Row(elem_classes="example_imgs"):
@@ -542,11 +631,12 @@ with gr.Blocks(css='''
542
 
543
  with gr.Column(elem_classes="col"):
544
  eg3_img = gr.Button("", elem_classes="eg_img eg3")
545
- gr.Markdown("<h2 style='font-size: 18px; font-weight: border;'>· Mcdonald's</h2>", elem_classes="eg_img_msg")
546
-
547
 
548
  run_btn.click(inference, inputs=[image_input, text_input], outputs=[result_image])
549
- reset_btn.click(lambda: [None, None, None, None, None, None], inputs=[], outputs=[image_input, text_input, result_image])
 
550
 
551
  # 点击左右切换按钮时切换显示的图片
552
  previous_button.click(previous_image, outputs=result_image)
@@ -554,14 +644,14 @@ with gr.Blocks(css='''
554
 
555
  # example_button.click(example_inference, inputs=[], outputs=[image_input, text_input, result_image, result_dataframe])
556
  eg1_img.click(new_example_inference_1,
557
- inputs=[],
558
- outputs=[image_input, text_input, result_image])
559
  eg2_img.click(new_example_inference_2,
560
- inputs=[],
561
- outputs=[image_input, text_input, result_image])
562
  eg3_img.click(new_example_inference_3,
563
- inputs=[],
564
- outputs=[image_input, text_input, result_image])
565
 
566
  # # Create a unique CSS ID for the dataframe output
567
  # dataframe_id = id(complete_result_dataframe)
 
28
 
29
  # from dotenv import load_dotenv
30
  import os
31
+ from PIL import Image
32
 
33
+ # 加载 .env 文件中的环境变量
34
  # load_dotenv()
35
 
36
  title = "Cpp4App_test"
37
  description = "Automated Contextual Privacy Policies Generation for Mobile Apps"
38
 
 
39
  # log
40
 
41
  drive_folder_id = '1Ukx6pQcbUQssV7tyWLGZE0QAzmSjBKUK' # Google Drive上的文件夹ID
42
  credentials_url = 'google_drive_credentials/cpp4app-logs-9abbc749fda1.json'
43
 
44
+
45
  # create Google Drive service
46
  def authenticate_gdrive():
47
  SCOPES = ['https://www.googleapis.com/auth/drive.file']
 
133
  disk_usage = psutil.disk_usage('/')
134
 
135
  logger.info(f"CPU usage: {cpu_usage}%")
136
+ logger.info(
137
+ f"Memory usage: {memory_info.percent}% (Total: {memory_info.total}, Used: {memory_info.used}, Free: {memory_info.free})")
138
+ logger.info(
139
+ f"Disk usage: {disk_usage.percent}% (Total: {disk_usage.total}, Used: {disk_usage.used}, Free: {disk_usage.free})")
140
 
141
 
142
  def schedule_restarts(interval_hours):
 
162
 
163
  return data
164
 
165
+
166
  def run_demo(img_root, output_root, segment_root, file):
167
  # print(type(file))
168
 
 
173
 
174
  return output_boards
175
 
176
+
177
  # 定义全局变量存储图集和当前显示的图片索引
178
+ output_boards = []
179
  current_image_index = 0
180
 
181
+
182
  def inference(img, html):
183
  start = time.time()
184
  global output_boards, current_image_index # 让output_boards成为全局变量
 
224
  # 如果html文件不存在则下载并保存
225
  if not os.path.exists(html_filename):
226
  try:
227
+ # 定义请求头
228
+ headers = {
229
+ "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36"
230
+ }
231
+ response = requests.get(html, headers=headers)
232
  response.raise_for_status() # Will raise an exception if the status is an error
233
  input_text = response.text
234
  # 将HTML内容保存到文件
 
249
 
250
  output_boards = run_demo(img_root, output_root, segment_root, pp_root)
251
 
252
+ # 指定保存目录
253
+ save_folder = "output_images"
254
+ os.makedirs(save_folder, exist_ok=True) # 确保目录存在
255
+
256
  for i in range(len(output_boards)):
257
  # 确保 output_board 是图像对象
258
  if isinstance(output_boards[i], tuple):
 
267
  print(f"total processing time of this screenshot: {total:.2f}s")
268
  return output_boards[current_image_index] # 返回图集中的第一张图像
269
 
270
+
271
  # 向左切换图片
272
  def previous_image():
273
  global current_image_index
 
275
  current_image_index -= 1
276
  return output_boards[current_image_index]
277
 
278
+
279
  # 向右切换图片
280
  def next_image():
281
  global current_image_index
 
283
  current_image_index += 1
284
  return output_boards[current_image_index]
285
 
286
+
287
  # inputs = [
288
  # gr.inputs.Image(type="pil", label="Image Upload"),
289
  # # gr.inputs.File(label="HTML File Upload"),
 
328
  out_result, out_segment, complete_result = inference(image_input, text_input)
329
  return image_input, text_input, out_result, out_segment, complete_result
330
 
331
+
332
  def example_inference_2():
333
  image_input_bgr = cv2.imread("examples/11-9.jpg")
334
  image_input = cv2.cvtColor(image_input_bgr, cv2.COLOR_BGR2RGB)
 
336
  out_result, out_segment, complete_result = inference(image_input, text_input)
337
  return image_input, text_input, out_result, out_segment, complete_result
338
 
339
+
340
  def example_inference_3():
341
  image_input_bgr = cv2.imread("examples/1-1.jpg")
342
  image_input = cv2.cvtColor(image_input_bgr, cv2.COLOR_BGR2RGB)
 
344
  out_result, out_segment, complete_result = inference(image_input, text_input)
345
  return image_input, text_input, out_result, out_segment, complete_result
346
 
347
+
348
  def new_example_inference_1():
349
  image_input_bgr = cv2.imread("examples/6-8.jpg")
350
  image_input = cv2.cvtColor(image_input_bgr, cv2.COLOR_BGR2RGB)
 
351
  text_input = 'https://www.whatsapp.com/legal/privacy-policy'
352
 
353
+ global output_boards, current_image_index
354
+ folder_path = "results/result1"
355
+ # ��取文件夹中的所有文件,并直接过滤出 PNG 文件
356
+ png_files = [
357
+ f for f in os.listdir(folder_path)
358
+ if f.endswith('.png') and not f.startswith('.')
359
+ ]
360
+ png_files = sorted(png_files) # 获取文件夹中的所有 PNG 文件并按文件名排序
361
+
362
+ output_boards = []
363
+
364
+ for file_name in png_files:
365
+ file_path = os.path.join(folder_path, file_name)
366
+ img_bgr = cv2.imread(file_path) # OpenCV 加载 BGR 格式
367
+ img_rgb = cv2.cvtColor(img_bgr, cv2.COLOR_BGR2RGB) # 转换为 RGB 格式并添加到列表
368
+ output_boards.append(img_rgb)
369
+
370
+ current_image_index = 0 # 重置当前图片索引
371
+ out_result = output_boards[current_image_index]
372
+
373
+ # out_result_bgr = cv2.imread("results/result_1.png")
374
+ # out_result = cv2.cvtColor(out_result_bgr, cv2.COLOR_BGR2RGB)
375
 
376
  out_segment = pd.read_excel("results/result_1_S.xlsx")
377
  complete_result = pd.read_excel("results/result_1_C.xlsx")
 
381
 
382
  return image_input, text_input, out_result, out_segment, complete_result
383
 
384
+
385
  def new_example_inference_2():
386
  image_input_bgr = cv2.imread("examples/11-9.jpg")
387
  image_input = cv2.cvtColor(image_input_bgr, cv2.COLOR_BGR2RGB)
388
  text_input = 'https://values.snap.com/privacy/privacy-policy'
389
 
390
+ global output_boards, current_image_index
391
+ folder_path = "results/result2"
392
+ # 获取文件夹中的所有文件,并直接过滤出 PNG 文件
393
+ png_files = [
394
+ f for f in os.listdir(folder_path)
395
+ if f.endswith('.png') and not f.startswith('.')
396
+ ]
397
+ png_files = sorted(png_files) # 获取文件夹中的所有 PNG 文件并按文件名排序
398
+
399
+ output_boards = []
400
+
401
+ for file_name in png_files:
402
+ file_path = os.path.join(folder_path, file_name)
403
+ img_bgr = cv2.imread(file_path) # OpenCV 加载 BGR 格式
404
+ img_rgb = cv2.cvtColor(img_bgr, cv2.COLOR_BGR2RGB) # 转换为 RGB 格式并添加到列表
405
+ output_boards.append(img_rgb)
406
+
407
+ current_image_index = 0 # 重置当前图片索引
408
+ out_result = output_boards[current_image_index]
409
+
410
+ # out_result_bgr = cv2.imread("results/result_2.png")
411
+ # out_result = cv2.cvtColor(out_result_bgr, cv2.COLOR_BGR2RGB)
412
 
413
  out_segment = pd.read_excel("results/result_2_S.xlsx")
414
  complete_result = pd.read_excel("results/result_2_C.xlsx")
415
 
416
  return image_input, text_input, out_result, out_segment, complete_result
417
 
418
+
419
  def new_example_inference_3():
420
  image_input_bgr = cv2.imread("examples/1-1.jpg")
421
  image_input = cv2.cvtColor(image_input_bgr, cv2.COLOR_BGR2RGB)
422
  text_input = 'https://mcdonalds.com.au/privacy-policy'
423
 
424
+ global output_boards, current_image_index
425
+ folder_path = "results/result3"
426
+ # 获取文件夹中的所有文件,并直接过滤出 PNG 文件
427
+ png_files = [
428
+ f for f in os.listdir(folder_path)
429
+ if f.endswith('.png') and not f.startswith('.')
430
+ ]
431
+ png_files = sorted(png_files) # 获取文件夹中的所有 PNG 文件并按文件名排序
432
+
433
+ output_boards = []
434
+
435
+ for file_name in png_files:
436
+ file_path = os.path.join(folder_path, file_name)
437
+ img_bgr = cv2.imread(file_path) # OpenCV 加载 BGR 格式
438
+ img_rgb = cv2.cvtColor(img_bgr, cv2.COLOR_BGR2RGB) # 转换为 RGB 格式并添加到列表
439
+ output_boards.append(img_rgb)
440
+
441
+ current_image_index = 0 # 重置当前图片索引
442
+ out_result = output_boards[current_image_index]
443
+
444
+ # out_result_bgr = cv2.imread("results/result_3.png")
445
+ # out_result = cv2.cvtColor(out_result_bgr, cv2.COLOR_BGR2RGB)
446
 
447
  out_segment = pd.read_excel("results/result_3_S.xlsx")
448
  complete_result = pd.read_excel("results/result_3_C.xlsx")
449
 
450
  return image_input, text_input, out_result, out_segment, complete_result
451
 
452
+
453
  # def toggle_dataframe_callback():
454
  # complete_result_dataframe.visible = not complete_result_dataframe.visible
455
 
 
577
  }
578
 
579
  ''') as demo:
 
580
  with gr.Row():
581
  with gr.Column(scale=1):
582
+ gr.Markdown("<h1 style='font-size: 50px; font-weight: border; text-align: center;'>Cpp4App</h1>",
583
+ elem_classes="title")
584
+ gr.Markdown(
585
+ "<p style='text-align: center;'>Automated Contextual Privacy Policies Generation for Mobile Apps.</p>",
586
+ elem_classes="title_msg1")
587
+ gr.Markdown(
588
+ "<p style='text-align: center; margin-top: -15px;'>[Usage] Upload the screenshot and privacy policy URL link, then click 'RUN' button.</p>",
589
+ elem_classes="title_msg1")
590
 
591
  # with gr.Column(scale=1):
592
  # gr.Image("images/head.jpg", elem_classes="title_img img")
593
 
 
594
  with gr.Row(elem_classes="btn-container"):
595
  run_btn = gr.Button("RUN", elem_classes="btn btn_run")
596
  reset_btn = gr.Button("RESET", elem_classes="btn btn_reset")
597
 
598
  with gr.Column():
 
599
  with gr.Row(elem_classes="work2"):
600
  with gr.Column(elem_classes="col_big", scale=1):
601
+ gr.Markdown("<p style='font-weight: bold; font-size: 18px;'>Step 1 : Input privacy policy URL ⬇️</p>",
602
+ elem_classes="work_msg")
603
  text_input = gr.Textbox(label="URL Input for the Privacy Policy of the App", elem_classes="url")
604
  with gr.Column(elem_classes="col_big", scale=1):
605
+ gr.Markdown("<p style='font-weight: bold; font-size: 18px;'>Step 2 : Upload the screenshot ⬇️</p>",
606
+ elem_classes="work_msg")
607
  image_input = gr.Image(type="pil", label="Screenshot Upload", elem_classes="image_show")
608
  with gr.Column(elem_classes="col_big", scale=1):
609
  with gr.Row():
610
+ gr.Markdown("<p style='width: 60%; font-weight: bold; font-size: 18px;'>Output 🌟:</p>",
611
+ elem_classes="work_msg")
612
  with gr.Row(elem_classes="btn-container2"):
613
  previous_button = gr.Button("<", elem_classes="change_btn")
614
  next_button = gr.Button(">", elem_classes="change_btn")
615
  result_image = gr.Image(type="pil", label="Result Screenshot", elem_classes="image_show")
616
 
617
  with gr.Column():
618
+ gr.Markdown(
619
+ "<h2 style='font-size: 18px; font-weight: border;'>You can try with three examples we provided:</h2>",
620
+ elem_classes="eg_title")
621
  gr.Markdown("<p>· Click the picture to run.</p>", elem_classes="eg_msg")
622
 
623
  with gr.Row(elem_classes="example_imgs"):
 
631
 
632
  with gr.Column(elem_classes="col"):
633
  eg3_img = gr.Button("", elem_classes="eg_img eg3")
634
+ gr.Markdown("<h2 style='font-size: 18px; font-weight: border;'>· Mcdonald's</h2>",
635
+ elem_classes="eg_img_msg")
636
 
637
  run_btn.click(inference, inputs=[image_input, text_input], outputs=[result_image])
638
+ reset_btn.click(lambda: [None, None, None, None, None, None], inputs=[],
639
+ outputs=[image_input, text_input, result_image])
640
 
641
  # 点击左右切换按钮时切换显示的图片
642
  previous_button.click(previous_image, outputs=result_image)
 
644
 
645
  # example_button.click(example_inference, inputs=[], outputs=[image_input, text_input, result_image, result_dataframe])
646
  eg1_img.click(new_example_inference_1,
647
+ inputs=[],
648
+ outputs=[image_input, text_input, result_image])
649
  eg2_img.click(new_example_inference_2,
650
+ inputs=[],
651
+ outputs=[image_input, text_input, result_image])
652
  eg3_img.click(new_example_inference_3,
653
+ inputs=[],
654
+ outputs=[image_input, text_input, result_image])
655
 
656
  # # Create a unique CSS ID for the dataframe output
657
  # dataframe_id = id(complete_result_dataframe)
html_files/https_mcdonalds.com.au_privacy-policy.html ADDED
@@ -0,0 +1,976 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html itemscope itemtype="http://schema.org/Article">
3
+ <head profile="http://www.w3.org/1999/xhtml/vocab">
4
+
5
+ <!-- data layer stuff for mymaccas -->
6
+ <script>
7
+ var mcd_user_is_logged_in = false;
8
+ dataLayer = [{ 'element-classes-custom': 'uid_logged_in_status', 'log-in': mcd_user_is_logged_in ? 'Logged In' : 'Not Logged In' }];
9
+ </script>
10
+
11
+ <!-- Hotjar Tracking Code for McDonald's Australia -->
12
+ <script>
13
+ (function(h,o,t,j,a,r){
14
+ h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
15
+ h._hjSettings={hjid:785384,hjsv:6};
16
+ a=o.getElementsByTagName('head')[0];
17
+ r=o.createElement('script');r.async=1;
18
+ r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
19
+ a.appendChild(r);
20
+ })(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');
21
+ </script>
22
+ <!-- End Hotjar Tracking Code for McDonald's Australia -->
23
+ <!-- Google Tag Manager -->
24
+ <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
25
+ new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
26
+ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
27
+ '//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
28
+ })(window,document,'script','dataLayer','GTM-MGXGZ3');</script>
29
+ <!-- End Google Tag Manager -->
30
+
31
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
32
+ <link rel="shortcut icon" href="https://mcdonalds.com.au/favicon.ico" type="image/vnd.microsoft.icon" />
33
+ <link hreflang="en-au" href="https://mcdonalds.com.au/privacy-policy" rel="alternate" />
34
+ <link hreflang="en-nz" href="https://mcdonalds.co.nz/privacy-policy" rel="alternate" />
35
+ <link hreflang="en-us" href="http://www.mcdonalds.com/us/en/privacy.html" rel="alternate" />
36
+ <meta property="og:title" content="Privacy Policy at McDonald&#039;s | McDonald&#039;s Australia" />
37
+ <meta class="swiftype" data-type="string" name="description" content="McDonald&#039;s® Privacy Policy. We understand that privacy is important to our customers. We aim to be transparent and protect the privacy of our visitors. Read more here." />
38
+ <meta name="og:description" content="McDonald&#039;s® Privacy Policy. We understand that privacy is important to our customers. We aim to be transparent and protect the privacy of our visitors. Read more here." />
39
+ <link rel="canonical" href="https://mcdonalds.com.au/privacy-policy" />
40
+ <link rel="shortlink" href="https://mcdonalds.com.au/node/57" />
41
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
42
+ <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no", viewport-fit=cover">
43
+ <meta name="format-detection" content="telephone=no">
44
+ <meta name="msvalidate.01" content="79B14BD289C520252ECF9065A2CF2334" />
45
+ <title>Privacy Policy at McDonald's | McDonald's Australia</title>
46
+ <link rel="apple-touch-icon" href="/sites/all/themes/mcdonalds/images/apple-touch-icon.png"/>
47
+ <link href="//fonts.googleapis.com/css?family=Lato:400,300,700,900,100" rel="stylesheet" type="text/css">
48
+ <style type="text/css" media="all">
49
+ @import url("https://mcdonalds.com.au/modules/system/system.base.css?skt6sp");
50
+ @import url("https://mcdonalds.com.au/modules/system/system.menus.css?skt6sp");
51
+ @import url("https://mcdonalds.com.au/modules/system/system.messages.css?skt6sp");
52
+ @import url("https://mcdonalds.com.au/modules/system/system.theme.css?skt6sp");
53
+ </style>
54
+ <style type="text/css" media="all">
55
+ @import url("https://mcdonalds.com.au/sites/all/modules/blazy/css/blazy.css?skt6sp");
56
+ @import url("https://mcdonalds.com.au/sites/all/modules/blazy/css/components/blazy.filter.css?skt6sp");
57
+ @import url("https://mcdonalds.com.au/sites/all/modules/blazy/css/components/blazy.ratio.css?skt6sp");
58
+ @import url("https://mcdonalds.com.au/sites/all/modules/blazy/css/components/blazy.loading.css?skt6sp");
59
+ </style>
60
+ <style type="text/css" media="all">
61
+ @import url("https://mcdonalds.com.au/sites/all/modules/date/date_api/date.css?skt6sp");
62
+ @import url("https://mcdonalds.com.au/sites/all/modules/date/date_popup/themes/datepicker.1.7.css?skt6sp");
63
+ @import url("https://mcdonalds.com.au/modules/field/theme/field.css?skt6sp");
64
+ @import url("https://mcdonalds.com.au/sites/all/modules/mcd/mcd_afl_gather_round/css/mcd_afl_gather_round.css?skt6sp");
65
+ @import url("https://mcdonalds.com.au/sites/all/modules/mcd/mcd_fathers_day/css/mcd_fathers_day.css?skt6sp");
66
+ @import url("https://mcdonalds.com.au/sites/all/modules/mcd/mcd_mcfeast/css/mcd_mcfeast.css?skt6sp");
67
+ @import url("https://mcdonalds.com.au/sites/all/modules/mcd/mcd_mothers_day/css/mcd_mothers_day.css?skt6sp");
68
+ @import url("https://mcdonalds.com.au/sites/all/modules/mcd/mcd_nuggies/css/mcd_nuggies.css?skt6sp");
69
+ @import url("https://mcdonalds.com.au/sites/all/modules/mcd/mcd_product/css/mcd-product.css?skt6sp");
70
+ @import url("https://mcdonalds.com.au/sites/all/modules/mcd/mcd_sauce_trail_form/css/mcd_sauce_trail_form.css?skt6sp");
71
+ @import url("https://mcdonalds.com.au/modules/node/node.css?skt6sp");
72
+ @import url("https://mcdonalds.com.au/modules/search/search.css?skt6sp");
73
+ @import url("https://mcdonalds.com.au/modules/user/user.css?skt6sp");
74
+ @import url("https://mcdonalds.com.au/sites/all/modules/views/css/views.css?skt6sp");
75
+ </style>
76
+ <style type="text/css" media="all">
77
+ @import url("https://mcdonalds.com.au/sites/all/modules/ctools/css/ctools.css?skt6sp");
78
+ @import url("https://mcdonalds.com.au/sites/all/modules/mcd/mcd_lite_youtube_embed/css/lite-yt-embed.css?skt6sp");
79
+ @import url("https://mcdonalds.com.au/sites/all/modules/_patched/dismiss/css/dismiss.base.css?skt6sp");
80
+ </style>
81
+ <style type="text/css" media="all">
82
+ @import url("https://mcdonalds.com.au/sites/all/themes/mcdonalds/css/bootstrap.min.css?skt6sp");
83
+ @import url("https://mcdonalds.com.au/sites/all/themes/mcdonalds/css/flexslider.css?skt6sp");
84
+ @import url("https://mcdonalds.com.au/sites/all/themes/mcdonalds/css/main.css?skt6sp");
85
+ @import url("https://mcdonalds.com.au/sites/all/themes/mcdonalds/css/main2.css?skt6sp");
86
+ @import url("https://mcdonalds.com.au/sites/all/themes/mcdonalds/css/theme.css?skt6sp");
87
+ @import url("https://mcdonalds.com.au/sites/all/themes/mcdonalds/css/hamburgers.css?skt6sp");
88
+ @import url("https://mcdonalds.com.au/sites/all/themes/mcdonalds/css/main-responsive.css?skt6sp");
89
+ @import url("https://mcdonalds.com.au/sites/all/themes/mcdonalds/css/animate.css?skt6sp");
90
+ </style>
91
+ <style type="text/css" media="all">
92
+ @import url("https://mcdonalds.com.au/sites/all/themes/mcdonalds/css/jquery.smartbanner.css?skt6sp");
93
+ </style>
94
+ <style type="text/css" media="all">
95
+ <!--/*--><![CDATA[/*><!--*/
96
+
97
+
98
+ /*]]>*/-->
99
+ </style>
100
+
101
+ <!--[if lte IE 8]>
102
+ <link type="text/css" rel="stylesheet" href="https://mcdonalds.com.au/sites/all/themes/mcdonalds/css/ie8.css?skt6sp" media="all" />
103
+ <![endif]-->
104
+
105
+ <script type="text/javascript" src="https://mcdonalds.com.au/sites/all/themes/mcdonalds/js/jquery-3.7.0.min.js?v=3.7.0"></script>
106
+ <script type="text/javascript" src="https://mcdonalds.com.au/misc/jquery-extend-3.4.0.js?v=3.7.0"></script>
107
+ <script type="text/javascript" src="https://mcdonalds.com.au/misc/jquery-html-prefilter-3.5.0-backport.js?v=3.7.0"></script>
108
+ <script type="text/javascript" src="https://mcdonalds.com.au/misc/jquery.once.js?v=1.2"></script>
109
+ <script type="text/javascript" src="https://mcdonalds.com.au/misc/drupal.js?skt6sp"></script>
110
+ <script type="text/javascript" src="https://mcdonalds.com.au/sites/all/libraries/blazy/blazy.min.js?skt6sp"></script>
111
+ <script type="text/javascript" src="https://mcdonalds.com.au/sites/all/modules/jquery_update/js/jquery_browser.js?v=0.0.1"></script>
112
+ <script type="text/javascript" src="https://mcdonalds.com.au/sites/all/modules/blazy/js/dblazy.min.js?v=7.x-1.2"></script>
113
+ <script type="text/javascript" src="https://mcdonalds.com.au/sites/all/modules/blazy/js/bio.min.js?v=7.x-1.2"></script>
114
+ <script type="text/javascript" src="https://mcdonalds.com.au/sites/all/modules/blazy/js/bio.media.min.js?v=7.x-1.2"></script>
115
+ <script type="text/javascript" src="https://mcdonalds.com.au/sites/all/modules/blazy/js/blazy.load.min.js?v=7.x-1.2"></script>
116
+ <script type="text/javascript" src="https://mcdonalds.com.au/sites/all/modules/mcd/mcd_afl_gather_round/js/mcd_afl_gather_round.js?skt6sp"></script>
117
+ <script type="text/javascript" src="https://mcdonalds.com.au/sites/all/modules/mcd/mcd_fathers_day/js/mcd_fathers_day.js?skt6sp"></script>
118
+ <script type="text/javascript" src="https://mcdonalds.com.au/sites/all/modules/mcd/mcd_mcfeast/js/mcd_mcfeast.js?skt6sp"></script>
119
+ <script type="text/javascript" src="https://mcdonalds.com.au/sites/all/modules/mcd/mcd_mothers_day/js/mcd_mothers_day.js?skt6sp"></script>
120
+ <script type="text/javascript" src="https://mcdonalds.com.au/sites/all/modules/mcd/mcd_nuggies/js/mcd_nuggies.js?skt6sp"></script>
121
+ <script type="text/javascript" src="https://mcdonalds.com.au/sites/all/modules/mcd/mcd_sauce_trail_form/js/mcd_sauce_trail_form.js?skt6sp"></script>
122
+ <script type="text/javascript" src="https://mcdonalds.com.au/sites/all/modules/lazy/lazy.js?skt6sp"></script>
123
+ <script type="text/javascript" src="https://mcdonalds.com.au/sites/all/modules/mcd/mcd_lite_youtube_embed/js/lite-yt-embed.js?skt6sp"></script>
124
+ <script type="text/javascript" src="https://mcdonalds.com.au/sites/all/themes/mcdonalds/js/jquery.waypoints.min.js?skt6sp"></script>
125
+ <script type="text/javascript" src="https://mcdonalds.com.au/sites/all/themes/mcdonalds/js/anime.min.js?skt6sp"></script>
126
+ <script type="text/javascript" src="https://mcdonalds.com.au/sites/all/themes/mcdonalds/js/jquery.viewportchecker.min.js?skt6sp"></script>
127
+ <script type="text/javascript" src="https://mcdonalds.com.au/sites/all/modules/jquery_update/js/jquery_position.js?v=0.0.1"></script>
128
+ <script type="text/javascript">
129
+ <!--//--><![CDATA[//><!--
130
+ jQuery.extend(Drupal.settings, {"basePath":"\/","pathPrefix":"","setHasJsCookie":0,"ajaxPageState":{"theme":"mcdonalds","theme_token":"tNQ2h_NAOR1F1de6CgnHG1rTQUSN7Ibn6OkUBfYRgyM","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,"sites\/all\/themes\/mcdonalds\/js\/jquery-3.7.0.min.js":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\/jquery_update\/js\/jquery_browser.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_afl_gather_round\/js\/mcd_afl_gather_round.js":1,"sites\/all\/modules\/mcd\/mcd_fathers_day\/js\/mcd_fathers_day.js":1,"sites\/all\/modules\/mcd\/mcd_mcfeast\/js\/mcd_mcfeast.js":1,"sites\/all\/modules\/mcd\/mcd_mothers_day\/js\/mcd_mothers_day.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,"sites\/all\/themes\/mcdonalds\/js\/jquery.viewportchecker.min.js":1,"sites\/all\/modules\/jquery_update\/js\/jquery_position.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_afl_gather_round\/css\/mcd_afl_gather_round.css":1,"sites\/all\/modules\/mcd\/mcd_fathers_day\/css\/mcd_fathers_day.css":1,"sites\/all\/modules\/mcd\/mcd_mcfeast\/css\/mcd_mcfeast.css":1,"sites\/all\/modules\/mcd\/mcd_mothers_day\/css\/mcd_mothers_day.css":1,"sites\/all\/modules\/mcd\/mcd_nuggies\/css\/mcd_nuggies.css":1,"sites\/all\/modules\/mcd\/mcd_product\/css\/mcd-product.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\/animate.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\/privacy-policy","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}});
131
+ //--><!]]>
132
+ </script>
133
+ <!--[if lt IE 9]>
134
+ <link rel="stylesheet" type="text/css" href="/sites/all/themes/mcdonalds/css/ie8.css" />
135
+ <script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
136
+ <script>
137
+ jQuery(function($) {
138
+ $('html').addClass('ie8');
139
+ });
140
+ document.createElement('video');document.createElement('audio');document.createElement('track');
141
+ </script>
142
+ <![endif]-->
143
+ <!--[if lt IE 8]>
144
+ <link rel="stylesheet" type="text/css" href="/sites/all/themes/mcdonalds/css/ie7.css" />
145
+ <script src="/sites/all/themes/mcdonalds/js/lte-ie7.js"></script>
146
+ <script>
147
+ jQuery(function($) {
148
+ $('html').addClass('ie7');
149
+ });
150
+ </script>
151
+ <![endif]-->
152
+ <!--[if gte IE 9]>
153
+ <style>
154
+ .promo-content {
155
+ filter: none;
156
+ }
157
+ </style>
158
+ <![endif]-->
159
+
160
+ <!-- <script type="text/javascript">
161
+ (function(w,d,t,u,n,s,e){w['SwiftypeObject']=n;w[n]=w[n]||function(){
162
+ (w[n].q=w[n].q||[]).push(arguments);};s=d.createElement(t);
163
+ e=d.getElementsByTagName(t)[0];s.async=1;s.src=u;e.parentNode.insertBefore(s,e);
164
+ })(window,document,'script','//s.swiftypecdn.com/install/v2/st.js','_st');
165
+ _st('install','LX38jXkCCrefpr1vnqp9','2.0.0');
166
+ </script>
167
+ -->
168
+ <link rel="prefetch" href="/data/store" as="fetch"/>
169
+ <link rel="prefetch" href="/data/store-filter" as="fetch"/>
170
+ </head>
171
+ <body class="html not-front not-logged-in no-sidebars page-node page-node- page-node-57 node-type-page mcd-au" >
172
+ <!-- Google Tag Manager (noscript) -->
173
+ <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-MGXGZ3"
174
+ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
175
+ <!-- End Google Tag Manager (noscript) -->
176
+
177
+
178
+ <!-- Facebook like button -->
179
+ <div id="fb-root"></div>
180
+ <script>(function(d, s, id) {
181
+ var js, fjs = d.getElementsByTagName(s)[0];
182
+ if (d.getElementById(id)) return;
183
+ js = d.createElement(s); js.id = id;
184
+ js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId=136825069662925";
185
+ fjs.parentNode.insertBefore(js, fjs);
186
+ }(document, 'script', 'facebook-jssdk'));</script>
187
+ <!-- // facebook like -->
188
+ <div id="wrapper">
189
+ <!-- Main Nav -->
190
+ <div id="main-nav" class="">
191
+ <div class="inner-container row">
192
+
193
+ <div itemscope itemtype="http://schema.org/Organization">
194
+ <a id="logo" class="navbar-brand" href="/" itemprop="url">
195
+ <img src="/sites/all/themes/mcdonalds/images/logo.svg" itemprop="logo" />
196
+ </a>
197
+ </div>
198
+
199
+ <div id="social-nav" class="row col-xs-4 pull-right">
200
+ <div class="search-nav main-nav-item" data-width="36">
201
+ <a href="#" class="icon icon-icon-search main-nav-icon" title="Search"><span class="search-text">Search</span></a>
202
+ </div>
203
+ <div class="findus-nav main-nav-item" data-width="29">
204
+ <a href="/page/find-restaurant" class="navi-icon main-nav-icon" title="Find us"><span class="nav-text">Find Restaurant</span></a>
205
+ </div>
206
+ <nav id="header-navigation" class="main-nav-item">
207
+ <div class="hamburger hamburger--squeeze">
208
+ <div class="hamburger-box">
209
+ <div class="hamburger-inner"></div>
210
+ </div>
211
+ </div>
212
+ </nav>
213
+ </div>
214
+ <!-- Header Navigation Overlay -->
215
+ <div id="header-navigation-overlay" class="col-xs-12">
216
+ <div class="fries-box-desktop">
217
+ <div class="container">
218
+ <svg class="fries" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 2665.38 1972">
219
+ <defs>
220
+ <clipPath id="clip-path">
221
+ <rect id="clip" width="2665.38" height="1972" fill="none"/>
222
+ </clipPath>
223
+ </defs>
224
+ <g clip-path="url(#clip-path)">
225
+ <path class="fry-11" d="M-814.26,2320-862,2116.24c-7.67-17.25,2867-221.74,3031.84-239,13.41,103.49-115,295.14-134.16,297.05C1884.3,2191.55-660.95,2318-814.26,2320Z" fill="#ffbc0d"/>
226
+ <path class="fry-10" d="M-856,2147.47c268.3-174,2780.59-565.35,3077.64-619,17.25-3.83,139.9,141.82,153.32,245.3C2141.11,1812.09-526.22,2434-744.69,2499.14Z" fill="#ffbc0d"/>
227
+ <path class="fry-9" d="M-967.58,1945.67c266.39-69,2876.8-695.1,3041.61-725.76,32.58,97.74-11.5,276-49.83,283.63-184,38.33-2570.54,777.51-2796.68,859.92Z" fill="#ffbc0d"/>
228
+ <path class="fry-8" d="M-814.26,1875.34c210.81-78.58,2970.51-1031.82,3189.18-1097,44.08,67.07-19.17,276-57.5,287.46C1886.22,1200-383.25,2056.25-661.14,2171.24Z" fill="#ffbc0d"/>
229
+ <path class="fry-7" d="M-591.57,1823.78s2019-967.62,2587.22-1272.72c34.5-19.16,182.06,76.66,235.72,166.74C2064.64,813.62-194.86,2081.93-361.59,2172Z" fill="#ffbc0d"/>
230
+ <path class="fry-6" d="M-1002.46,1820.53C-989,1809,1718.91,386.25,1685,397.75c36.41,82.41,38.33,185.89,26.83,228.06C1545.09,738.88-600.77,2120.64-765.58,2248.47-765.58,2248.47-1063.79,1874.19-1002.46,1820.53Z" fill="#ffbc0d"/>
231
+ <path class="fry-5" d="M-1110.55,1597.26s1946-992.15,2514-1297.06c34.5-19.16,182.07,76.66,235.73,166.73C1472.46,562.75-787.24,1830.88-954,1921Z" fill="#ffbc0d"/>
232
+ <path class="fry-4" d="M-1385.18,1219.91C-1134.12,1124.09,1581.5,131.36,1846,45.12c40.25,124.57,32.58,258.72-32.58,308.55C1778.9,365.17-1212.89,1517-1247.38,1528.46-1211,1610.87-1262.52,1156.67-1385.18,1219.91Z" fill="#ffbc0d"/>
233
+ <path class="fry-3" d="M-1301.62,1326.08C-1074.71,1222.59,1294-69.87,1502.93-205.94c59.41,86.24,95.82,214.65,42.16,281.72-115,74.74-2501.36,1652.56-2624,1715.81Z" fill="#ffbc0d"/>
234
+ <path class="fry-2" d="M-1301.62,1416.54s2496-1779.63,2444.25-1739.38c63.25,23,118.82,88.16,162.9,166.73C1106.22-44.95-931,1548-1120.7,1691.74-1185.86,1673.34-1295.87,1434.55-1301.62,1416.54Z" fill="#ffbc0d"/>
235
+ <path class="fry-1" d="M-1134.5,1691.55l-167.12-275C-1100.39,1242.91,979.73-529.82,1200.13-692.72c67.07,78.58,105.4,241.48,74.74,266.39C1221.21-386.08-1128.75,1708.8-1134.5,1691.55Z" fill="#ffbc0d"/>
236
+ <path class="box" d="M-971.22,2691.75c-13.42-247.22-32.58-425.46-166.73-741.67s-247.23-454.2-415.87-636.27l61.32-203.14c689.93-563.44,1744-1211.2,1964.37-1345.35L602.19,72C479.54,188.85,13.84,692.88,289.81,1344.48s962.06,668.84,1130.71,661.18l130.32,306.63C1301.7,2377.45,102,2684.08-783.41,2785.65Z" fill="#db0007"/>
237
+ <path class="logo" d="M-37.9,1227.57c38.32,88.16-47.92,216.56-208.9,346.88,207-24.91,358.38,1.92,394.79,92,65.16,155.24-274,448.45-757,653.52l-53.66-124.57c450.37-189.73,783.83-414,747.42-502.12s-402.46-13.41-818.33,161l-53.66-124.57c415.87-176.32,722.5-387.13,686.09-475.29s-431.2-1.91-879.65,187.82l-53.66-124.57C-549.6,1112.59-105,1072.34-37.9,1227.57Z" fill="#ffbc0d"/>
238
+ <path class="mask" d="M1506.76,1944.33a41.38,41.38,0,0,0-42.16-24.91c-80.49,5.75-803,42.16-1077-609.44S638.6,165.86,699.93,112.2a44.28,44.28,0,0,0,11.5-47.92L558.11-292.37l-87,57.49L601.43,71.76C478.77,188.66,13.07,692.69,289,1344.29s962.07,668.84,1130.71,661.17l130.32,306.64c-139.71,36.6,102.72-25.49,102.72-25.49Z" fill="#fff"/>
239
+ </g>
240
+ </svg>
241
+ </div> </div>
242
+ <div class="fries-box-mobile">
243
+ <div class="container">
244
+ <svg class="fries-mobile" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 105.2 163.55">
245
+ <defs>
246
+ <clipPath id="clip-path">
247
+ <rect id="clipping-mask" width="105.2" height="163.55" fill="none"/>
248
+ </clipPath>
249
+ </defs>
250
+ <g clip-path="url(#clip-path)">
251
+ <path class="fry-mobile-11" d="M-66.94,163.36l-2.49-10.63c-.4-.9,149.6-11.57,158.2-12.47.7,5.4-6,15.4-7,15.5C73.87,156.66-58.94,163.26-66.94,163.36Z" fill="#ffbc0d"/>
252
+ <path class="fry-mobile-10" d="M-69.12,154.36c14-9.08,145.09-29.5,160.59-32.3.9-.2,7.3,7.4,8,12.8-12.2,2-151.38,34.45-162.78,37.85Z" fill="#ffbc0d"/>
253
+ <path class="fry-mobile-9" d="M-74.94,143.83C-61,140.23,75.17,107.56,83.77,106c1.7,5.1-.6,14.4-2.6,14.8-9.6,2-134.13,40.57-145.93,44.87Z" fill="#ffbc0d"/>
254
+ <path class="fry-mobile-8" d="M-66.94,140.16c11-4.1,155-53.84,166.41-57.24,2.3,3.5-1,14.4-3,15C74,104.92-44.45,149.6-58.95,155.6Z" fill="#ffbc0d"/>
255
+ <path class="fry-mobile-7" d="M-55.32,137.47S50,87,79.68,71.06c1.8-1,9.5,4,12.3,8.7-8.7,5-126.6,71.18-135.3,75.88Z" fill="#ffbc0d"/>
256
+ <path class="fry-mobile-6" d="M-76.76,137.3c.7-.6,142-74.84,140.23-74.24,1.9,4.3,2,9.7,1.4,11.9-8.7,5.9-120.67,78-129.27,84.67C-64.4,159.63-80,140.1-76.76,137.3Z" fill="#ffbc0d"/>
257
+ <path class="fry-mobile-5" d="M-82.4,125.65S19.14,73.88,48.78,58c1.8-1,9.5,4,12.3,8.7-8.7,5-126.61,71.17-135.31,75.87Z" fill="#ffbc0d"/>
258
+ <path class="fry-mobile-4" d="M-96.73,106c13.1-5,154.8-56.8,168.6-61.3,2.1,6.5,1.7,13.5-1.7,16.1-1.8.6-157.91,60.7-159.71,61.3C-87.64,126.36-90.33,102.66-96.73,106Z" fill="#ffbc0d"/>
259
+ <path class="fry-mobile-3" d="M-92.37,111.5C-80.53,106.1,43.07,38.66,54,31.56c3.1,4.5,5,11.2,2.2,14.7-6,3.9-130.52,86.23-136.92,89.53Z" fill="#ffbc0d"/>
260
+ <path class="fry-mobile-2" d="M-92.37,116.22S37.87,23.36,35.17,25.46c3.3,1.2,6.2,4.6,8.5,8.7C33.27,40-73,123.08-82.93,130.58-86.33,129.62-92.07,117.16-92.37,116.22Z" fill="#ffbc0d"/>
261
+ <path class="fry-mobile-1" d="M-83.65,130.57l-8.72-14.35c10.5-9.06,119-101.56,130.54-110.06,3.5,4.1,5.5,12.6,3.9,13.9C39.27,22.16-83.35,131.47-83.65,130.57Z" fill="#ffbc0d"/>
262
+ <path class="mask" d="M54.17,143.76a2.15,2.15,0,0,0-2.2-1.3c-4.2.3-41.9,2.2-56.2-31.8S8.87,51,12.07,48.16a2.3,2.3,0,0,0,.6-2.5l-8-18.61-4.54,3L0,47.07c-6.4,6.1-23.77,31.38-9.37,65.38S-8.8,164,0,163.55l56.43-.6c-7.29,1.91,5.36-1.33,5.36-1.33Z" fill="#fff"/>
263
+ <path class="box-1" d="M6.8,46,0,30V53.57A71.83,71.83,0,0,1,6.8,46Z" fill="#db0007"/>
264
+ <path class="box-2" d="M55.35,163.15l.95-.25-6.8-16c-7.23.33-32.66-.24-49.5-19.28V151.7C17.87,162.46,37.75,164.57,55.35,163.15Z" fill="#db0007"/>
265
+ </g>
266
+ </svg>
267
+ </div> </div>
268
+ <div class="header-nav">
269
+ <ul class="menu"><li class="first leaf"><a href="https://mcdonalds.com.au/menu" class="trigger-burger-menu">Our Menu</a></li>
270
+ <li class="leaf"><a href="/trending">Trending</a></li>
271
+ <li class="leaf"><a href="https://careers.mcdonalds.com.au/">Careers</a></li>
272
+ <li class="leaf"><a href="https://mcdonalds.com.au/our-impact">Our Impact</a></li>
273
+ <li class="last leaf"><a href="https://mcdonalds.com.au/help-centre">Help Centre</a></li>
274
+ </ul> </div>
275
+ <div class="header-extra-links-wrapper">
276
+ <div class="header-extra-links">
277
+ <div class="pickup-wrap">
278
+ <div class="mymaccas-22"><a href="/mymaccas-rewards">MyMacca’s®</a></div>
279
+ <div class="mc-delivery"><a href="/mcdelivery">McDelivery</a></div>
280
+ </div>
281
+ </div>
282
+ </div>
283
+ </div>
284
+ <!-- Food Menu Overlay -->
285
+ <div id="menu-overlay" class="col-xs-12">
286
+ <div class="menu-overlay-inner">
287
+ <div class="close-overlay-box">
288
+ <div class="close-overlay"></div>
289
+ </div>
290
+ <h2 class="text-center">Menu</h2>
291
+ <div class="four-key-menus text-center">
292
+ <div class="four-menu">
293
+ <div class="beef-menu menu-item"><a href="/menu/beef">Beef</a></div>
294
+ <div class="chicken-menu menu-item"><a href="/menu/chicken-fish">Chicken &amp; Fish</a></div>
295
+ <div class="fish-menu menu-item"><a href="/menu/drinks">Drinks</a></div>
296
+ <div class="healthy-menu menu-item"><a href="/menu/sides">Sides</a></div>
297
+ <div class="mccafe-menu menu-item"><a href="/menu/mccafe">McCafé®</a></div>
298
+ </div>
299
+ </div>
300
+ <div class="food-menu-overlay">
301
+ <ul class="menu"><li class="first expanded"><span class="nolink" tabindex="0">Food</span><ul class="menu"><li class="first leaf"><a href="/menu">Full Menu</a></li>
302
+ <li class="leaf"><a href="/menu/all-day-menu">All Day Menu</a></li>
303
+ <li class="leaf"><a href="/menu/breakfast">Breakfast</a></li>
304
+ <li class="leaf"><a href="/menu/burgers">Burgers</a></li>
305
+ <li class="leaf"><a href="/menu/beef">Beef</a></li>
306
+ <li class="leaf"><a href="/menu/chicken-fish">Chicken &amp; Fish</a></li>
307
+ <li class="leaf"><a href="/menu/wraps-salads">Wraps &amp; Salads</a></li>
308
+ <li class="leaf"><a href="/menu/sides">Sides</a></li>
309
+ <li class="leaf"><a href="/menu/condiments">Condiments</a></li>
310
+ <li class="leaf"><a href="/menu/desserts">Desserts</a></li>
311
+ <li class="last leaf"><a href="/menu/mccafe-food">McCafé® Food</a></li>
312
+ </ul></li>
313
+ <li class="expanded"><span class="nolink" tabindex="0">Drinks</span><ul class="menu"><li class="first leaf"><a href="/menu/drinks">Drinks</a></li>
314
+ <li class="last leaf"><a href="/menu/mccafe">McCafé®</a></li>
315
+ </ul></li>
316
+ <li class="last expanded"><span class="nolink" tabindex="0">Faves</span><ul class="menu"><li class="first leaf"><a href="/menu/happy-meal">Happy Meal®</a></li>
317
+ <li class="leaf"><a href="/menu/maccas-bundle-range">Bundle Range</a></li>
318
+ <li class="leaf"><a href="/the-mcsmart-meal">The McSmart™ Meal</a></li>
319
+ <li class="leaf"><a href="/menu/maccas-mega-meal">Macca&#039;s® Mega Meal</a></li>
320
+ <li class="leaf"><a href="/menu/grimace-meal">The Grimace Meal</a></li>
321
+ <li class="last leaf"><a href="https://mcdonalds.com.au/loose-change-menu">Loose Change Menu®</a></li>
322
+ </ul></li>
323
+ </ul> </div>
324
+ <div class="pickup-wrap">
325
+ <div class="mymaccas-22"><a href="/mymaccas-rewards">MyMacca’s®</a></div>
326
+ <div class="mc-delivery"><a href="/mcdelivery">McDelivery</a></div>
327
+ </div>
328
+ </div>
329
+ </div>
330
+
331
+ </div>
332
+
333
+ </div>
334
+ <!-- slidedow search -->
335
+ <div class="search slidedown-search">
336
+ <div class="search-results-wrapper">
337
+ <div class="search-form">
338
+ <form id="SearchForm" action="/page/search">
339
+ <button type="submit" class="icon-search"></button>
340
+ <i class="icon-remove"></i>
341
+ <input type="text" id="searchBox" name="query" placeholder="Search everything" value="" class="">
342
+ </form>
343
+ </div>
344
+ </div>
345
+ </div>
346
+ <!-- menu bottom bar -->
347
+ <!-- // menu bottom bar -->
348
+ <div id="content-container" class="row-fluid">
349
+ <section id="page-content" class="col-12 page-id-privacy-policy">
350
+ <!--div class="btncontainer">
351
+ <a href="#" class="backbtn"><span>back to responsibility</span></a>
352
+ <div class="hero-social">
353
+ <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>
354
+ <div class="g-plus" data-action="share" data-annotation="bubble"></div>
355
+ <a href="https://twitter.com/share" class="twitter-share-button">Tweet</a>
356
+ </div>
357
+ </div-->
358
+ <div id="node-57" class="node node-page " >
359
+ <div class="hero" style="">
360
+ <div class="macpack-page-logo"></div>
361
+ <div class="inner-container">
362
+
363
+ <!-- background image url: -->
364
+ <h1> Privacy Policy </h1>
365
+ <h2 class="col-lg-9"></h2>
366
+ </div>
367
+ </div>
368
+ <span class="edit"></span>
369
+ <div class="content">
370
+ <div class="row entity entity-pane pane-content" id="content-158" >
371
+ <a class="anchor" name="Privacy-Informationwecollectandhold"></a>
372
+
373
+ <div class="col-md-12">
374
+ <div class="col-md-12">
375
+ <p>McDonald's Australia Limited ABN 43 008 496 928 (McDonald’s) and each of its independently owned franchisees ('McDonald’s Franchisees”) (collectively referred to as “McDonald’s”, “we”, “us” or “our”) are committed to respecting your personal information. Our privacy policy sets 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>
376
+ <p>Information we collect and hold</p>
377
+ <p>McDonald’s collects personal information about you in a number of ways, including when you:</p>
378
+ <ul><li>use our websites (including <a href="http://www.mcdonalds.com.au">mcdonalds.com.au</a>), social media pages, and internal websites or intranet (“<strong>Website”</strong>);</li>
379
+ <li>use our mobile and tablet apps, including the MyMacca’s app (“<strong>Apps”</strong>); and</li>
380
+ <li>interact with us and provide personal information by any other means, including either physically or electronically; and</li>
381
+ <li>are present at or outside our restaurants, including images, video and audio from CCTV, other cameras (including body cameras), and other security and recording systems,</li>
382
+ </ul><p>(collectively referred to as “<strong>Collection Channels</strong>”). </p>
383
+ <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, images, audio and video of you, and other identifying information you choose to provide via a particular Collection Channel.</p>
384
+ <p>When you use one of our Websites or Apps, we may also collect personal information about you in the following general categories:</p>
385
+ <ul><li>Location information: If you permit an App to access location services in your settings, then we collect your device location to deliver your order or to send you alerts.</li>
386
+ <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>
387
+ <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>
388
+ <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>
389
+ <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, personal information you have provided, the approvals you have given or received, and other similar information related to your job.</li>
390
+ <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>
391
+ </ul><p>We also collect personal information about you from third parties, including when:</p>
392
+ <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, Instagram);</li>
393
+ <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>
394
+ <li>it is otherwise lawful for a third party to disclose your personal information to us.</li>
395
+ </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>
396
+ </div>
397
+
398
+
399
+ </div>
400
+
401
+ <div class="col-md-3">
402
+ </div>
403
+ <div class="clearfix"></div>
404
+ </div>
405
+ <div class="row entity entity-pane pane-separator" id="separator-170" >
406
+ <hr />
407
+ </div>
408
+ <div class="row entity entity-pane pane-content" id="content-159" >
409
+ <a class="anchor" name="Privacy-HowMcDonald’scollectsandholdspersonalinformation"></a>
410
+
411
+ <div class="col-md-12">
412
+ <div class="col-md-12">
413
+ <h3><strong> McDonald’s collects and holds personal information</strong></h3>
414
+ <p>McDonald’s will only collect or monitor any personal information about you as provided in this privacy policy.</p>
415
+ </div>
416
+
417
+
418
+ </div>
419
+
420
+ <div class="col-md-3">
421
+ </div>
422
+ <div class="clearfix"></div>
423
+ </div>
424
+ <div class="row entity entity-pane pane-separator" id="separator-171" >
425
+ <hr />
426
+ </div>
427
+ <div class="row entity entity-pane pane-content" id="content-160" >
428
+ <a class="anchor" name="Privacy-Activeinformationcollection"></a>
429
+
430
+ <div class="col-md-12">
431
+ <div class="col-md-12">
432
+ <h3><strong>Active information collection</strong></h3>
433
+ <p>McDonald’s may collect your personal information via our Collection Channels when you:</p>
434
+ <ul><li>purchase a product or make a booking through a Website or App;</li>
435
+ <li>participate in any offers, marketing activities (including competitions), loyalty or rewards program or promotional activities;</li>
436
+ <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>
437
+ <li>interact with a Website or App for a specific purpose;</li>
438
+ <li>browse a Website or App generally;</li>
439
+ <li>sign-up to, or register an account via any Collection Channel;</li>
440
+ <li>are present at or outside a McDonald’s restaurant and are captured via our security and recording systems (including in car parks, drive thru areas, restaurant entrances or exits and publicly accessible areas); or</li>
441
+ <li>apply for employment with McDonald’s.</li>
442
+ </ul> </div>
443
+
444
+
445
+ </div>
446
+
447
+ <div class="col-md-3">
448
+ </div>
449
+ <div class="clearfix"></div>
450
+ </div>
451
+ <div class="row entity entity-pane pane-separator" id="separator-172" >
452
+ <hr />
453
+ </div>
454
+ <div class="row entity entity-pane pane-content" id="content-161" >
455
+ <a class="anchor" name="Privacy-Platformpermissions"></a>
456
+
457
+ <div class="col-md-12">
458
+ <div class="col-md-12">
459
+ <h3><strong>Platform permissions</strong></h3>
460
+ <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 the 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 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>
461
+ </div>
462
+
463
+
464
+ </div>
465
+
466
+ <div class="col-md-3">
467
+ </div>
468
+ <div class="clearfix"></div>
469
+ </div>
470
+ <div class="row entity entity-pane pane-separator" id="separator-173" >
471
+ <hr />
472
+ </div>
473
+ <div class="row entity entity-pane pane-content" id="content-162" >
474
+ <a class="anchor" name="Privacy-PrivacyPolicy"></a>
475
+
476
+ <div class="col-md-12">
477
+ <div class="col-md-12">
478
+ <h3><strong>Queries</strong></h3>
479
+ <p>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>
480
+ </div>
481
+
482
+
483
+ </div>
484
+
485
+ <div class="col-md-3">
486
+ </div>
487
+ <div class="clearfix"></div>
488
+ </div>
489
+ <div class="row entity entity-pane pane-separator" id="separator-174" >
490
+ <hr />
491
+ </div>
492
+ <div class="row entity entity-pane pane-content" id="content-163" >
493
+ <a class="anchor" name="Privacy-Cookiesandpassiveinformationcollection"></a>
494
+
495
+ <div class="col-md-12">
496
+ <div class="col-md-12">
497
+ <h3><strong>Cookies and passive information collection</strong></h3>
498
+ <p>We may use tracking technologies to collect personal information about you when you use and access a Website 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 identify the device or user accessing a Website or App.</p>
499
+ <p>We may combine your anonymous information, browsing information or other information collected through tracking technologies with your personal information collected 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>
500
+ </div>
501
+
502
+
503
+ </div>
504
+
505
+ <div class="col-md-3">
506
+ </div>
507
+ <div class="clearfix"></div>
508
+ </div>
509
+ <div class="row entity entity-pane pane-separator" id="separator-175" >
510
+ <hr />
511
+ </div>
512
+ <div class="row entity entity-pane pane-content" id="content-164" >
513
+ <a class="anchor" name="Privacy-PurposesforwhichMcDonald’scollects,holds,usesanddisclosespersonalinformation"></a>
514
+
515
+ <div class="col-md-12">
516
+ <div class="col-md-12">
517
+ <h3><strong>Purposes for which McDonald’s collects, holds, uses and discloses personal information</strong></h3>
518
+ <p>We collect, hold, use and disclose your personal information for our primary purposes, including:</p>
519
+ <ul><li>for the purposes stated on a particular Collection Channel or Privacy Collection Statement;</li>
520
+ <li>to maintain and improve the functionality of a Website or App;</li>
521
+ <li>to fulfil obligations in respect of any sale and purchase contract and/or any other contract between you and McDonald’s;</li>
522
+ <li>to manage your orders or facilitate 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>
523
+ <li>in the case of images and video/audio from our security and recording systems used in and around our restaurants, for security, safety, compliance, and operational purposes;</li>
524
+ <li>to send you any technical, administrative or legal notices important to our Websites and Apps;</li>
525
+ <li>to provide you with information about your transactions and loyalty entitlements;</li>
526
+ <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>
527
+ <li>to respond to customer enquiries or complaints;</li>
528
+ <li>to manage your employment or process your application for employment with McDonald’s (including McDonald’s franchisees), to provide employee assistance programs and facilitate effective employment practices;</li>
529
+ <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>
530
+ <li>to enter you into and administer promotions/competitions;</li>
531
+ <li>to provide, maintain and improve our products and services;</li>
532
+ <li>to customise a Website or App based on your preferences;</li>
533
+ <li>to allow you to use a Website or App;</li>
534
+ <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 (McDonald’s Family); and</li>
535
+ <li>to share with your social media communities, to the extent allowed by you.</li>
536
+ </ul> </div>
537
+
538
+
539
+ </div>
540
+
541
+ <div class="col-md-3">
542
+ </div>
543
+ <div class="clearfix"></div>
544
+ </div>
545
+ <div class="row entity entity-pane pane-separator" id="separator-176" >
546
+ <hr />
547
+ </div>
548
+ <div class="row entity entity-pane pane-content" id="content-165" >
549
+ <a class="anchor" name="Privacy-Notprovidinginformation"></a>
550
+
551
+ <div class="col-md-12">
552
+ <div class="col-md-12">
553
+ <h3><strong>Not providing information</strong></h3>
554
+ <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 our products and services, including our Websites or App, our ability to provide you with relevant content, prizes, products and services, or our ability to process your queries and employment applications.</p>
555
+ </div>
556
+
557
+
558
+ </div>
559
+
560
+ <div class="col-md-3">
561
+ </div>
562
+ <div class="clearfix"></div>
563
+ </div>
564
+ <div class="row entity entity-pane pane-separator" id="separator-177" >
565
+ <hr />
566
+ </div>
567
+ <div class="row entity entity-pane pane-content" id="content-166" >
568
+ <a class="anchor" name="Privacy-Sharingyourpersonalinformation"></a>
569
+
570
+ <div class="col-md-12">
571
+ <div class="col-md-12">
572
+ <h3><strong>Sharing your personal information</strong></h3>
573
+ <p>McDonald's shares personal information with the global McDonald’s Family and our service providers for the purposes described in this privacy policy.</p>
574
+ <p>McDonald’s recognises the trust with which you provide personal information, and except as stated in this privacy policy or any particular Privacy Collection Statement, 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>
575
+ </div>
576
+
577
+
578
+ </div>
579
+
580
+ <div class="col-md-3">
581
+ </div>
582
+ <div class="clearfix"></div>
583
+ </div>
584
+ <div class="row entity entity-pane pane-separator" id="separator-178" >
585
+ <hr />
586
+ </div>
587
+ <div class="row entity entity-pane pane-content" id="content-167" >
588
+ <a class="anchor" name="Privacy-ContactbyMcDonald’sandthirdparties"></a>
589
+
590
+ <div class="col-md-12">
591
+ <div class="col-md-12">
592
+ <h3><strong>Contact by McDonald’s and third parties</strong></h3>
593
+ <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>
594
+ <p>We may still send you transaction and administrative information.</p>
595
+ <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>
596
+ </div>
597
+
598
+
599
+ </div>
600
+
601
+ <div class="col-md-3">
602
+ </div>
603
+ <div class="clearfix"></div>
604
+ </div>
605
+ <div class="row entity entity-pane pane-separator" id="separator-179" >
606
+ <hr />
607
+ </div>
608
+ <div class="row entity entity-pane pane-content" id="content-168" >
609
+ <a class="anchor" name="Privacy-Abilityofotherstoviewinformation"></a>
610
+
611
+ <div class="col-md-12">
612
+ <div class="col-md-12">
613
+ <h3><strong>Ability of others to view information</strong></h3>
614
+ <p>McDonald’s provides areas on Websites, Apps and various social media platforms 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, App or social media platforms 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>
615
+ </div>
616
+
617
+
618
+ </div>
619
+
620
+ <div class="col-md-3">
621
+ </div>
622
+ <div class="clearfix"></div>
623
+ </div>
624
+ <div class="row entity entity-pane pane-separator" id="separator-180" >
625
+ <hr />
626
+ </div>
627
+ <div class="row entity entity-pane pane-content" id="content-169" >
628
+ <a class="anchor" name="Privacy-Children"></a>
629
+
630
+ <div class="col-md-12">
631
+ <div class="col-md-12">
632
+ <h3><strong>Children</strong></h3>
633
+ <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 online activities.</p>
634
+ </div>
635
+
636
+
637
+ </div>
638
+
639
+ <div class="col-md-3">
640
+ </div>
641
+ <div class="clearfix"></div>
642
+ </div>
643
+ <div class="row entity entity-pane pane-separator" id="separator-343" >
644
+ <hr />
645
+ </div>
646
+ <div class="row entity entity-pane pane-content" id="content-338" >
647
+ <a class="anchor" name="Privacy-Securityofpersonalinformation"></a>
648
+
649
+ <div class="col-md-12">
650
+ <div class="col-md-12">
651
+ <h3><strong>Security of personal information</strong></h3>
652
+ <p>McDonald’s will endeavour to take all reasonable technical, organisation and physical steps to protect your personal information. This includes utilisation of online systems with password protection, secure servers using encryption technology and secure servers that are protected in controlled facilities.</p>
653
+ <p>All McDonald's employees and service providers are obliged to respect the confidentiality and security 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>
654
+ </div>
655
+
656
+
657
+ </div>
658
+
659
+ <div class="col-md-3">
660
+ </div>
661
+ <div class="clearfix"></div>
662
+ </div>
663
+ <div class="row entity entity-pane pane-separator" id="separator-339" >
664
+ <hr />
665
+ </div>
666
+ <div class="row entity entity-pane pane-content" id="content-340" >
667
+ <a class="anchor" name="Privacy-Disclosureofpersonalinformationtooverseasrecipients"></a>
668
+
669
+ <div class="col-md-12">
670
+ <div class="col-md-12">
671
+ <h3><strong>Disclosure of personal information to overseas recipients</strong></h3>
672
+ <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.</p>
673
+ </div>
674
+
675
+
676
+ </div>
677
+
678
+ <div class="col-md-3">
679
+ </div>
680
+ <div class="clearfix"></div>
681
+ </div>
682
+ <div class="row entity entity-pane pane-separator" id="separator-341" >
683
+ <hr />
684
+ </div>
685
+ <div class="row entity entity-pane pane-content" id="content-342" >
686
+ <a class="anchor" name="Privacy-Accesstopersonalinformation"></a>
687
+
688
+ <div class="col-md-12">
689
+ <div class="col-md-12">
690
+ <h3><strong>Access to personal information</strong></h3>
691
+ <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>
692
+ <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. McDonald’s may require you to verify your identity by asking you to provide certain information about yourself and provide us with a declaration witnessed and signed by a Justice of Peace. Once your identity is verified, we will work to provide you with your requested information.</p>
693
+ <p>If you request, we will take all reasonable steps to delete your personal information, except where it is required for legal and compliance 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>
694
+ <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>
695
+ </div>
696
+
697
+
698
+ </div>
699
+
700
+ <div class="col-md-3">
701
+ </div>
702
+ <div class="clearfix"></div>
703
+ </div>
704
+ <div class="row entity entity-pane pane-separator" id="separator-1848" >
705
+ <hr />
706
+ </div>
707
+ <div class="row entity entity-pane pane-content" id="content-344" >
708
+ <a class="anchor" name="Privacy-Linkstoothersites"></a>
709
+
710
+ <div class="col-md-12">
711
+ <div class="col-md-12">
712
+ <h3><strong>Links to other sites</strong></h3>
713
+ <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>
714
+ <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>
715
+ </div>
716
+
717
+
718
+ </div>
719
+
720
+ <div class="col-md-3">
721
+ </div>
722
+ <div class="clearfix"></div>
723
+ </div>
724
+ <div class="row entity entity-pane pane-separator" id="separator-1849" >
725
+ <hr />
726
+ </div>
727
+ <div class="row entity entity-pane pane-content" id="content-1850" >
728
+ <a class="anchor" name="Privacy-RelatedMcDonald'sWebsitesorApplications"></a>
729
+
730
+ <div class="col-md-12">
731
+ <div class="col-md-12">
732
+ <h3><strong>Related McDonald's Websites or Apps</strong></h3>
733
+ <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>
734
+ </div>
735
+
736
+
737
+ </div>
738
+
739
+ <div class="col-md-3">
740
+ </div>
741
+ <div class="clearfix"></div>
742
+ </div>
743
+ <div class="row entity entity-pane pane-separator" id="separator-1851" >
744
+ <hr />
745
+ </div>
746
+ <div class="row entity entity-pane pane-content" id="content-1852" >
747
+ <a class="anchor" name="Privacy-Franchiseeprivacypolicies"></a>
748
+
749
+ <div class="col-md-12">
750
+ <div class="col-md-12">
751
+ <h3><strong>Franchisee privacy policies</strong></h3>
752
+ <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.</p>
753
+ <p>McDonald’s do not control the use or disclosure of personal information and may not have access to the personal information held by McDonald’s franchisees. McDonald’s franchisees are each independently responsible for ensuring that your personal information collected by them is handled in accordance with this Privacy Policy and the Australian Privacy Principles</p>
754
+ <p>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>
755
+ </div>
756
+
757
+
758
+ </div>
759
+
760
+ <div class="col-md-3">
761
+ </div>
762
+ <div class="clearfix"></div>
763
+ </div>
764
+ <div class="row entity entity-pane pane-separator" id="separator-1853" >
765
+ <hr />
766
+ </div>
767
+ <div class="row entity entity-pane pane-content" id="content-1854" >
768
+ <a class="anchor" name="Privacy-Changestoourprivacypolicy"></a>
769
+
770
+ <div class="col-md-12">
771
+ <div class="col-md-12">
772
+ <h3><strong>Changes to our privacy policy</strong></h3>
773
+ <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>
774
+ </div>
775
+
776
+
777
+ </div>
778
+
779
+ <div class="col-md-3">
780
+ </div>
781
+ <div class="clearfix"></div>
782
+ </div>
783
+ <div class="row entity entity-pane pane-separator" id="separator-1855" >
784
+ <hr />
785
+ </div>
786
+ <div class="row entity entity-pane pane-content" id="content-1856" >
787
+ <a class="anchor" name="Privacy-SaleoftheCompany"></a>
788
+
789
+ <div class="col-md-12">
790
+ <div class="col-md-12">
791
+ <h3><strong>Sale of the Company</strong></h3>
792
+ <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>
793
+ </div>
794
+
795
+
796
+ </div>
797
+
798
+ <div class="col-md-3">
799
+ </div>
800
+ <div class="clearfix"></div>
801
+ </div>
802
+ <div class="row entity entity-pane pane-separator" id="separator-1857" >
803
+ <hr />
804
+ </div>
805
+ <div class="row entity entity-pane pane-content" id="content-1858" >
806
+ <a class="anchor" name="Privacy-ContactUs"></a>
807
+
808
+ <div class="col-md-12">
809
+ <div class="col-md-12">
810
+ <h3><strong>Contact Us</strong></h3>
811
+ <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>
812
+ <p>Mail:     <strong>McDonald's Privacy Officer</strong></p>
813
+ <p>McDonald's Australia Limited</p>
814
+ <p>PO Box 392</p>
815
+ <p>Pennant Hills NSW 2120</p>
816
+ <p>Australia</p>
817
+ <p>Email: <a href="mailto:privacy@au.mcd.com">privacy@au.mcd.com</a></p>
818
+ <p>Telephone: (02) 9875 6666</p>
819
+ <p>Fax: (02) 98756568</p>
820
+ <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 30 calendar 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>
821
+ <p> </p>
822
+ </div>
823
+
824
+
825
+ </div>
826
+
827
+ <div class="col-md-3">
828
+ </div>
829
+ <div class="clearfix"></div>
830
+ </div>
831
+ <div class="clearfix"></div>
832
+ </div>
833
+
834
+
835
+ </div>
836
+ <!-- FOOTER -->
837
+ <div id="tertiary-footer-wrapper">
838
+ <div id="tertiary-wrapper">
839
+ <div class="tertiary-content max-width-container">
840
+ <div class="social-section sep-bar">
841
+ <div class="social-text bold-font">i’m lovin’ it<sup><span>®</span></sup></div>
842
+ <div class="social-icons"><a class="instagram" href="//instagram.com/mcdonaldsau" target="_blank"><img class="svg-icon" src="/sites/all/themes/mcdonalds/images/icon-Instagram-black.svg" alt="" /></a> <a class="youTube" href="//www.youtube.com/McDonaldsAustralia" target="_blank"><img class="svg-icon" src="/sites/all/themes/mcdonalds/images/icon-Youtube-black.svg" alt="" /></a> <a class="twitter" href="//twitter.com/maccas" target="_blank"><img class="svg-icon" src="/sites/all/themes/mcdonalds/images/icon-Twitter-black.svg" alt="" /></a> <a class="facebook" href="//www.facebook.com/McDonaldsAU" target="_blank"><img class="svg-icon" src="/sites/all/themes/mcdonalds/images/icon-Facebook-black.svg" alt="" /></a></div>
843
+ </div>
844
+ <div id="download-app" class="subscription-section sep-bar">
845
+ <div class="reward-wrapper">
846
+ <div class="get-excl-reward bold-font">Order. Earn. Enjoy.</div>
847
+ <div class="subscription-form"> </div>
848
+ </div>
849
+ <div class="download-apps">
850
+ <div class="download-apps-title bold-font">Download our app</div>
851
+ <div class="store-icons">
852
+ <div class="store-icon app-store"><a href="https://apps.apple.com/au/app/mymaccas-ordering-offers/id1105300599"><img src="/sites/all/themes/mcdonalds/images/store--apple.png" alt="" /></a></div>
853
+ <div class="store-icon play-store"><a href="https://play.google.com/store/apps/details?id=com.mcdonalds.au.gma"><img src="/sites/all/themes/mcdonalds/images/store--google.png" alt="" /><br /><br /></a></div>
854
+ <p class="store-icon play-store disclaimer"><sub>Apple and the Apple logo are trade marks of Apple Inc., registered in the U.S. and other countries. App Store is a service mark of Apple Inc., registered in the U.S. and other countries. Google Play and the Google Play logo are trade marks of Google LLC.</sub></p>
855
+ </div>
856
+ </div>
857
+ <div id="highlighter--hover-tools" style="display: none;"> </div>
858
+ <div id="highlighter--hover-tools" style="display: none;"> </div>
859
+ <div id="highlighter--hover-tools" style="display: none;"> </div>
860
+ </div>
861
+ <div class="tertiary-menu-section flex-box space-between">
862
+ <div class="tertiary-navigation">
863
+ <ul class="menu"><li class="first expanded"><a href="/menu">Our Menu</a><ul class="menu"><li class="first leaf"><a href="/trending">New In</a></li>
864
+ <li class="leaf"><a href="/menu">All Products</a></li>
865
+ <li class="last leaf"><a href="https://mcdonalds.com.au/our-impact/food-quality-sourcing/nutrition">Nutrition</a></li>
866
+ </ul></li>
867
+ <li class="expanded"><a href="/happyland">Happy Land</a><ul class="menu"><li class="first leaf"><a href="/happyland/happymeals">Happy Meal</a></li>
868
+ <li class="leaf"><a href="/happyland/toyzone">Toy Zone</a></li>
869
+ <li class="last leaf"><a href="/parties">Birthday Parties</a></li>
870
+ </ul></li>
871
+ <li class="expanded"><a href="https://careers.mcdonalds.com.au/">Careers</a><ul class="menu"><li class="first leaf"><a href="https://careers.mcdonalds.com/australia">Restaurant Careers</a></li>
872
+ <li class="last leaf"><a href="https://careers.mcdonalds.com.au/corporate-careers">Corporate Careers</a></li>
873
+ </ul></li>
874
+ <li class="last expanded"><a href="/help-centre">Help &amp; Support</a><ul class="menu"><li class="first leaf"><a href="/help-centre">Help Centre</a></li>
875
+ <li class="leaf"><a href="https://mcdonalds.my.site.com/contactus/s/contact-us-form">Contact Us</a></li>
876
+ <li class="leaf"><a href="/give-feedback">Feedback</a></li>
877
+ <li class="leaf"><a href="/maccas-free-wi-fry">Macca&#039;s Free Wi-Fry</a></li>
878
+ <li class="leaf"><a href="/parties-terms-and-conditions">Parties T&amp;Cs</a></li>
879
+ <li class="last leaf"><a href="/competitions-terms-and-conditions">Competitions T&amp;Cs</a></li>
880
+ </ul></li>
881
+ </ul> </div>
882
+ <div class="tertiary-about-mcdonald">
883
+ <div class="menu-title bold-font">About McDonald's</div>
884
+ <ul class="menu"><li class="first leaf"><a href="/about-maccas/maccas-story">History</a></li>
885
+ <li class="leaf"><a href="/about-maccas/organisation">Team</a></li>
886
+ <li class="leaf"><a href="https://mcdonalds.com.au/our-impact/">Our Impact</a></li>
887
+ <li class="leaf"><a href="https://mcdonalds.com.au/our-impact/food-quality-sourcing">Ingredients</a></li>
888
+ <li class="leaf"><a href="https://mcdonalds.com.au/our-impact/our-planet/sustainable-agriculture-supply-chains">Sustainability</a></li>
889
+ <li class="leaf"><a href="https://mcdonalds.com.au/our-impact/community-connection/local-initiatives">Sports Grants</a></li>
890
+ <li class="leaf"><a href="https://mcdonalds.com.au/our-impact/community-connection/rmhc">Charity</a></li>
891
+ <li class="last leaf"><a href="/news">Newsroom</a></li>
892
+ </ul> </div>
893
+ </div>
894
+ </div>
895
+ </div>
896
+
897
+ <div class="acknowledgement max-width-container">
898
+ <p>McDonald’s Australia acknowledges the Aboriginal and Torres Strait Islander peoples as the first inhabitants and the Traditional Custodians of the lands where we live, learn and work.</p>
899
+ <div id="highlighter--hover-tools" style="display: none;"> </div>
900
+ </div>
901
+
902
+ <div id="footer-wrapper" class="max-width-container">
903
+ <footer>
904
+ <div id="copyright" class="flex-box space-between sep-bar">
905
+ <div class="copyright-left">
906
+ <a href="/privacy-policy">Privacy Policy</a>
907
+ <a href="/terms-and-conditions">Terms & Conditions</a>
908
+ <a href="/mymaccas-terms-and-conditions">MyMacca's T&Cs</a>
909
+ <a href="https://mcdonalds.com.au/help-centre">Contact</a>
910
+ <a href="/sitemap">Sitemap</a>
911
+ <a href="/about-maccas/maccas-story">Macca's Story</a>
912
+ </div>
913
+ <div class="copyright-right pull-right">
914
+ Copyright &copy; 2024 McDonald's Australia
915
+ </div>
916
+ </div>
917
+ </footer>
918
+ </div>
919
+ </div>
920
+ </section>
921
+ </div><!-- /.container -->
922
+ </div><!-- // #wrapper -->
923
+
924
+ <!-- Place this tag after the last +1 button tag. -->
925
+ <script type="text/javascript">
926
+ (function() {
927
+ var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
928
+ po.src = 'https://apis.google.com/js/plusone.js';
929
+ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
930
+ })();
931
+ </script>
932
+ <script type="text/javascript">
933
+ <!--//--><![CDATA[//><!--
934
+ /**
935
+ * @file
936
+ * Main JavaScript file for Dismiss module
937
+ */
938
+
939
+ (function ($) {
940
+
941
+ Drupal.behaviors.dismiss = {
942
+ attach: function (context, settings) {
943
+
944
+ // Prepend the Dismiss button to each message box.
945
+ $('.messages').each(function () {
946
+ var flag = $(this).children().hasClass('dismiss');
947
+
948
+ if (!flag) {
949
+ $(this).prepend('<button class="dismiss"><span class="element-invisible">' + Drupal.t('Close this message.') + '</span></button>');
950
+ }
951
+ });
952
+
953
+ // When the Dismiss button is clicked hide this set of messages.
954
+ $('.dismiss').click(function (event) {
955
+ $(this).parent().hide('fast');
956
+ // In case this message is inside a form, prevent form submission.
957
+ event.preventDefault();
958
+ });
959
+
960
+ // Fadeout out status messages when positive value defined.
961
+ if (Drupal.settings.dismiss.fadeout > 0) {
962
+ setTimeout(function () { $('.messages.status').fadeOut(); }, Drupal.settings.dismiss.fadeout);
963
+ }
964
+
965
+ }
966
+ }
967
+
968
+ })(jQuery);
969
+
970
+ //--><!]]>
971
+ </script>
972
+ <script type="text/javascript" src="https://mcdonalds.com.au/sites/all/themes/mcdonalds/js/plugins.js?skt6sp"></script>
973
+ <script type="text/javascript" src="https://mcdonalds.com.au/sites/all/themes/mcdonalds/js/script.js?skt6sp"></script>
974
+ <script type="text/javascript" src="https://mcdonalds.com.au/sites/all/themes/mcdonalds/js/jquery.smartbanner.js?skt6sp"></script>
975
+ </body>
976
+ </html>
html_files/https_values.snap.com_privacy_privacy-policy.html ADDED
The diff for this file is too large to render. See raw diff
 
html_files/https_www.whatsapp.com_legal_privacy-policy.html ADDED
The diff for this file is too large to render. See raw diff
 
logs/app.log CHANGED
@@ -1,8 +1,51 @@
1
- 2024-10-29 14:14:21 - INFO - Application started
2
- 2024-10-29 14:14:26 - INFO - file_cache is only supported with oauth2client<4.0.0
3
- 2024-10-29 14:14:26 - INFO - HTTP Request: GET http://127.0.0.1:7860/startup-events "HTTP/1.1 200 OK"
4
- 2024-10-29 14:14:26 - INFO - HTTP Request: HEAD http://127.0.0.1:7860/ "HTTP/1.1 200 OK"
5
- 2024-10-29 14:14:26 - INFO - HTTP Request: GET https://checkip.amazonaws.com/ "HTTP/1.1 200 "
6
- 2024-10-29 14:14:27 - INFO - HTTP Request: GET https://checkip.amazonaws.com/ "HTTP/1.1 200 "
7
- 2024-10-29 14:14:27 - INFO - HTTP Request: GET https://api.gradio.app/pkg-version "HTTP/1.1 200 OK"
8
- 2024-10-29 14:18:05 - INFO - Gradio app launched successfully
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 2024-11-15 18:55:31 - INFO - Application started
2
+ 2024-11-15 18:55:36 - INFO - file_cache is only supported with oauth2client<4.0.0
3
+ 2024-11-15 18:55:36 - INFO - HTTP Request: GET http://127.0.0.1:7860/startup-events "HTTP/1.1 200 OK"
4
+ 2024-11-15 18:55:36 - INFO - HTTP Request: HEAD http://127.0.0.1:7860/ "HTTP/1.1 200 OK"
5
+ 2024-11-15 18:55:36 - INFO - HTTP Request: GET https://checkip.amazonaws.com/ "HTTP/1.1 200 "
6
+ 2024-11-15 18:55:36 - INFO - HTTP Request: GET https://checkip.amazonaws.com/ "HTTP/1.1 200 "
7
+ 2024-11-15 18:55:37 - INFO - HTTP Request: GET https://api.gradio.app/pkg-version "HTTP/1.1 200 OK"
8
+ 2024-11-15 19:10:04 - INFO - Gradio app launched successfully
9
+ 2024-11-15 19:10:13 - INFO - Application started
10
+ 2024-11-15 19:10:13 - INFO - file_cache is only supported with oauth2client<4.0.0
11
+ 2024-11-15 19:10:13 - INFO - HTTP Request: GET http://127.0.0.1:7860/startup-events "HTTP/1.1 200 OK"
12
+ 2024-11-15 19:10:13 - INFO - HTTP Request: HEAD http://127.0.0.1:7860/ "HTTP/1.1 200 OK"
13
+ 2024-11-15 19:10:13 - INFO - HTTP Request: GET https://checkip.amazonaws.com/ "HTTP/1.1 200 "
14
+ 2024-11-15 19:10:13 - INFO - HTTP Request: GET https://checkip.amazonaws.com/ "HTTP/1.1 200 "
15
+ 2024-11-15 19:10:14 - INFO - HTTP Request: GET https://api.gradio.app/pkg-version "HTTP/1.1 200 OK"
16
+ 2024-11-15 19:27:11 - INFO - Application started
17
+ 2024-11-15 19:27:11 - INFO - file_cache is only supported with oauth2client<4.0.0
18
+ 2024-11-15 19:27:11 - INFO - HTTP Request: GET http://127.0.0.1:7860/startup-events "HTTP/1.1 200 OK"
19
+ 2024-11-15 19:27:11 - INFO - HTTP Request: HEAD http://127.0.0.1:7860/ "HTTP/1.1 200 OK"
20
+ 2024-11-15 19:27:12 - INFO - HTTP Request: GET https://api.gradio.app/pkg-version "HTTP/1.1 200 OK"
21
+ 2024-11-15 19:27:12 - INFO - HTTP Request: GET https://checkip.amazonaws.com/ "HTTP/1.1 200 "
22
+ 2024-11-15 19:27:12 - INFO - HTTP Request: GET https://checkip.amazonaws.com/ "HTTP/1.1 200 "
23
+ 2024-11-15 19:47:57 - INFO - Application started
24
+ 2024-11-15 19:47:57 - INFO - file_cache is only supported with oauth2client<4.0.0
25
+ 2024-11-15 19:47:57 - INFO - HTTP Request: GET http://127.0.0.1:7860/startup-events "HTTP/1.1 200 OK"
26
+ 2024-11-15 19:47:57 - INFO - HTTP Request: HEAD http://127.0.0.1:7860/ "HTTP/1.1 200 OK"
27
+ 2024-11-15 19:47:57 - INFO - HTTP Request: GET https://checkip.amazonaws.com/ "HTTP/1.1 200 "
28
+ 2024-11-15 19:47:58 - INFO - HTTP Request: GET https://api.gradio.app/pkg-version "HTTP/1.1 200 OK"
29
+ 2024-11-15 19:47:58 - INFO - HTTP Request: GET https://checkip.amazonaws.com/ "HTTP/1.1 200 "
30
+ 2024-11-15 19:50:50 - INFO - Gradio app launched successfully
31
+ 2024-11-15 19:50:57 - INFO - Application started
32
+ 2024-11-15 19:50:57 - INFO - file_cache is only supported with oauth2client<4.0.0
33
+ 2024-11-15 19:50:57 - INFO - HTTP Request: GET http://127.0.0.1:7860/startup-events "HTTP/1.1 200 OK"
34
+ 2024-11-15 19:50:57 - INFO - HTTP Request: HEAD http://127.0.0.1:7860/ "HTTP/1.1 200 OK"
35
+ 2024-11-15 19:50:58 - INFO - HTTP Request: GET https://api.gradio.app/pkg-version "HTTP/1.1 200 OK"
36
+ 2024-11-15 19:50:59 - INFO - HTTP Request: GET https://checkip.amazonaws.com/ "HTTP/1.1 200 "
37
+ 2024-11-15 19:50:59 - INFO - HTTP Request: GET https://checkip.amazonaws.com/ "HTTP/1.1 200 "
38
+ 2024-11-15 19:54:25 - INFO - Application started
39
+ 2024-11-15 19:54:25 - INFO - file_cache is only supported with oauth2client<4.0.0
40
+ 2024-11-15 19:54:25 - INFO - HTTP Request: GET http://127.0.0.1:7860/startup-events "HTTP/1.1 200 OK"
41
+ 2024-11-15 19:54:25 - INFO - HTTP Request: HEAD http://127.0.0.1:7860/ "HTTP/1.1 200 OK"
42
+ 2024-11-15 19:54:25 - INFO - HTTP Request: GET https://checkip.amazonaws.com/ "HTTP/1.1 200 "
43
+ 2024-11-15 19:54:25 - INFO - HTTP Request: GET https://checkip.amazonaws.com/ "HTTP/1.1 200 "
44
+ 2024-11-15 19:54:25 - INFO - HTTP Request: GET https://api.gradio.app/pkg-version "HTTP/1.1 200 OK"
45
+ 2024-11-15 19:56:06 - INFO - Application started
46
+ 2024-11-15 19:56:06 - INFO - file_cache is only supported with oauth2client<4.0.0
47
+ 2024-11-15 19:56:06 - INFO - HTTP Request: GET http://127.0.0.1:7860/startup-events "HTTP/1.1 200 OK"
48
+ 2024-11-15 19:56:06 - INFO - HTTP Request: HEAD http://127.0.0.1:7860/ "HTTP/1.1 200 OK"
49
+ 2024-11-15 19:56:07 - INFO - HTTP Request: GET https://checkip.amazonaws.com/ "HTTP/1.1 200 "
50
+ 2024-11-15 19:56:07 - INFO - HTTP Request: GET https://api.gradio.app/pkg-version "HTTP/1.1 200 OK"
51
+ 2024-11-15 19:56:07 - INFO - HTTP Request: GET https://checkip.amazonaws.com/ "HTTP/1.1 200 "
results/result1/1.png ADDED
results/result1/2.png ADDED
results/result1/3.png ADDED
results/result2/1.png ADDED
results/result2/2.png ADDED
results/result2/3.png ADDED
results/result2/4.png ADDED
results/result3/1.png ADDED
results/result3/2.png ADDED
results/result3/3.png ADDED