appearance.php
5 years ago
demographic-chart.php
5 years ago
demographic.php
5 years ago
exclusions.php
5 years ago
gdpr-config.php
5 years ago
gdpr.php
5 years ago
purposes.php
5 years ago
purposes.php
186 lines
| 1 | <h3> |
| 2 | <?php echo esc_html__('WHY ARE YOU COLLECTING CUSTOMER DATA?', 'googleanalytics'); ?> |
| 3 | </h3> |
| 4 | |
| 5 | <div id="publisher-purpose" class="switch"> |
| 6 | <div class="empty-choices col-md-12"> |
| 7 | <a id="see-st-choices" class="st-rc-link medium-btn col-md-6" href="#">See Suggested Choices</a> |
| 8 | <a id="clear-choices" class="st-rc-link medium-btn col-md-6" href="#">Clear Choices</a> |
| 9 | </div> |
| 10 | <div class="purpose-item"> |
| 11 | <div class="title"> |
| 12 | <?php echo esc_html__( |
| 13 | '1) Store and/or access information on a device (Do you collect information on users on your site through cookies or site identifiers?)', |
| 14 | 'googleanalytics' |
| 15 | ); ?> |
| 16 | </div> |
| 17 | <label> |
| 18 | <?php echo esc_html__('Consent', 'googleanalytics'); ?> |
| 19 | <input data-id="1" type="checkbox" name="purposes[1]" value="consent" checked/> |
| 20 | <span class="lever"></span> |
| 21 | </label> |
| 22 | </div> |
| 23 | <div class="purpose-item"> |
| 24 | <div class="title"> |
| 25 | <?php echo esc_html__( |
| 26 | '2) Select basic ads (Do you serve ads on your site?)', |
| 27 | 'googleanalytics' |
| 28 | ); ?> |
| 29 | </div> |
| 30 | <label> |
| 31 | <?php echo esc_html__('Consent', 'googleanalytics'); ?> |
| 32 | <input data-id="2" type="radio" name="purposes[2]" value="consent" checked/> |
| 33 | <span class="lever"></span> |
| 34 | </label> |
| 35 | <label> |
| 36 | <?php echo esc_html__('Legitimate Interest', 'googleanalytics'); ?> |
| 37 | <input data-id="2" type="radio" name="purposes[2]" value="legitimate"/> |
| 38 | <span class="lever"></span> |
| 39 | </label> |
| 40 | </div> |
| 41 | <div class="purpose-item"> |
| 42 | <div class="title"> |
| 43 | <?php echo esc_html__( |
| 44 | '3) Create a personalised ads profile (Do you create personalised advertising profiles associated with users on your site (ie: profiles based on demographic information, location, user’s activity)?)', |
| 45 | 'googleanalytics' |
| 46 | ); ?> |
| 47 | </div> |
| 48 | <label> |
| 49 | <?php echo esc_html__('Consent', 'googleanalytics'); ?> |
| 50 | <input data-id="3" type="radio" name="purposes[3]" value="consent" checked/> |
| 51 | <span class="lever"></span> |
| 52 | </label> |
| 53 | <label> |
| 54 | <?php echo esc_html__('Legitimate Interest', 'googleanalytics'); ?> |
| 55 | <input data-id="3" type="radio" name="purposes[3]" value="legitimate"/> |
| 56 | <span class="lever"></span> |
| 57 | </label> |
| 58 | </div> |
| 59 | <div class="purpose-item"> |
| 60 | <div class="title"> |
| 61 | <?php echo esc_html__( |
| 62 | '4) Select personalised ads (Do you show ads to users based on this user profile)', |
| 63 | 'googleanalytics' |
| 64 | ); ?> |
| 65 | </div> |
| 66 | <label> |
| 67 | <?php echo esc_html__('Consent', 'googleanalytics'); ?> |
| 68 | <input data-id="4" type="radio" name="purposes[4]" value="consent" checked/> |
| 69 | <span class="lever"></span> |
| 70 | </label> |
| 71 | <label> |
| 72 | <?php echo esc_html__('Legitimate Interest', 'googleanalytics'); ?> |
| 73 | <input data-id="4" type="radio" name="purposes[4]" value="legitimate"/> |
| 74 | <span class="lever"></span> |
| 75 | </label> |
| 76 | </div> |
| 77 | <div class="purpose-item"> |
| 78 | <div class="title"> |
| 79 | <?php echo esc_html__( |
| 80 | '5) Create a personalised content profile (Do you build a personalized content profile associated with users on your site based on the type of content they have viewed?)', |
| 81 | 'googleanalytics' |
| 82 | ); ?> |
| 83 | </div> |
| 84 | <label> |
| 85 | <?php echo esc_html__('Consent', 'googleanalytics'); ?> |
| 86 | <input data-id="5" type="radio" name="purposes[5]" value="consent" checked /> |
| 87 | <span class="lever"></span> |
| 88 | </label> |
| 89 | <label> |
| 90 | <?php echo esc_html__('Legitimate Interest', 'googleanalytics'); ?> |
| 91 | <input data-id="5" type="radio" name="purposes[5]" value="legitimate"/> |
| 92 | <span class="lever"></span> |
| 93 | </label> |
| 94 | </div> |
| 95 | <div class="purpose-item"> |
| 96 | <div class="title"> |
| 97 | <?php echo esc_html__( |
| 98 | '6) Select personalised content (Do you serve content to the user on your site based on your recorded content interests)', |
| 99 | 'googleanalytics' |
| 100 | ); ?> |
| 101 | </div> |
| 102 | <label> |
| 103 | <?php echo esc_html__('Consent', 'googleanalytics'); ?> |
| 104 | <input data-id="6" type="radio" name="purposes[6]" value="consent" checked /> |
| 105 | <span class="lever"></span> |
| 106 | </label> |
| 107 | <label> |
| 108 | <?php echo esc_html__('Legitimate Interest', 'googleanalytics'); ?> |
| 109 | <input data-id="6" type="radio" name="purposes[6]" value="legitimate"/> |
| 110 | <span class="lever"></span> |
| 111 | </label> |
| 112 | </div> |
| 113 | <div class="purpose-item"> |
| 114 | <div class="title"> |
| 115 | <?php echo esc_html__( |
| 116 | '7) Measure ad performance (Do you measure the performance of advertisements on your site)', |
| 117 | 'googleanalytics' |
| 118 | ); ?> |
| 119 | </div> |
| 120 | <label> |
| 121 | <?php echo esc_html__('Consent', 'googleanalytics'); ?> |
| 122 | <input data-id="7" type="radio" name="purposes[7]" value="consent" checked/> |
| 123 | <span class="lever"></span> |
| 124 | </label> |
| 125 | <label> |
| 126 | <?php echo esc_html__('Legitimate Interest', 'googleanalytics'); ?> |
| 127 | <input data-id="7" type="radio" name="purposes[7]" value="legitimate"/> |
| 128 | <span class="lever"></span> |
| 129 | </label> |
| 130 | </div> |
| 131 | <div class="purpose-item"> |
| 132 | <div class="title"> |
| 133 | <?php echo esc_html__( |
| 134 | '8) Measure content performance (Do you measure the performance of content served to your site visitors?)', |
| 135 | 'googleanalytics' |
| 136 | ); ?> |
| 137 | </div> |
| 138 | <label> |
| 139 | <?php echo esc_html__('Consent', 'googleanalytics'); ?> |
| 140 | <input data-id="8" type="radio" name="purposes[8]" value="consent" checked/> |
| 141 | <span class="lever"></span> |
| 142 | </label> |
| 143 | <label> |
| 144 | <?php echo esc_html__('Legitimate Interest', 'googleanalytics'); ?> |
| 145 | <input data-id="8" type="radio" name="purposes[8]" value="legitimate"/> |
| 146 | <span class="lever"></span> |
| 147 | </label> |
| 148 | </div> |
| 149 | <div class="purpose-item"> |
| 150 | <div class="title"> |
| 151 | <?php echo esc_html__( |
| 152 | '9) Apply market research to generate audience insights (Do you aggregate reporting on the ads or content show to your site visitors to advertisers)', |
| 153 | 'googleanalytics' |
| 154 | ); ?> |
| 155 | </div> |
| 156 | <label> |
| 157 | <?php echo esc_html__('Consent', 'googleanalytics'); ?> |
| 158 | <input data-id="9" type="radio" name="purposes[9]" value="consent" checked/> |
| 159 | <span class="lever"></span> |
| 160 | </label> |
| 161 | <label> |
| 162 | <?php echo esc_html__('Legitimate Interest', 'googleanalytics'); ?> |
| 163 | <input data-id="9" type="radio" name="purposes[9]" value="legitimate"/> |
| 164 | <span class="lever"></span> |
| 165 | </label> |
| 166 | </div> |
| 167 | <div class="purpose-item"> |
| 168 | <div class="title"> |
| 169 | <?php echo esc_html__( |
| 170 | '10) Develop and improve products (Do you use data collected on your site visitors to improve your systems or software or create new products?)', |
| 171 | 'googleanalytics' |
| 172 | ); ?> |
| 173 | </div> |
| 174 | <label> |
| 175 | <?php echo esc_html__('Consent', 'googleanalytics'); ?> |
| 176 | <input data-id="10" type="radio" name="purposes[10]" value="consent" checked/> |
| 177 | <span class="lever"></span> |
| 178 | </label> |
| 179 | <label> |
| 180 | <?php echo esc_html__('Legitimate Interest', 'googleanalytics'); ?> |
| 181 | <input data-id="10" type="radio" name="purposes[10]" value="legitimate"/> |
| 182 | <span class="lever"></span> |
| 183 | </label> |
| 184 | </div> |
| 185 | </div> |
| 186 |