Cookie Policy

  1. Use this for an example – x53132
  2. Copy x53132 to the corresponding country location under the utility pages folder
  3. Mark the page for publish to the corresponding targets.
  4. Check out page
  5. Update page name
  6. Update content if necessary. If pasting from word use the “word icon” on the editor
  7. Add this to table cells to get border to show - style="border: 1px solid black;". Current css on the sites hides borders on tables. Good idea to do this in a text editor and do a mass change
  8. Will have to update “Landing page site control” with correct site control of the country/language you are working on
  1. Check in page after you made your changes
  2. Publish page
  3. After first publish now create custom URL. format is “/CC/LC/cookiePolicy” countryCode and langauageCode
  4. Choose correct pug target to create custom URL
  5. This is example from marketing sites. Transactional sites might be different just have to make sure correct link is used.
  1. Publish page to correct targets.
  2. Verify the page is working correctly with the link above since you will need this link later on.
  3. If you append the xID to the site URL you are working with and hit enter the url should change to what it is above.
  4. Examples:
  5. If not then go verify your custom URL and publish again until it changes to correct URL which is i.e.
  6. Check out site control
  7. Add Cookie Policy to FooterLink section
  1. Find the field below (at bottom)
  1. documents/at/cookieConsent.js (this is what you will need in that field. This file will be uploaded to in the assets in the next few steps )
  2. if working with translation then file name would be - documents/at/cookieConsent_es.js for example
  1. download a cookieConsent.js file from the documents (example of one in the “at” folder)
  2. Open the file and search on the word “changes” this is where you will need to make changes to this file. Notes are in the file on what and how to change links and text
  3. Also watch out for single quotes. They can’t be inserted into this js file. They have to be escaped – have to put back slash in from of it -- \’
  4. Also if you see this

You will need to encode these characters. Probably a good idea to do this for all translations

I use this site

  1. Upload file to correct location in the Documents in the correct country

  1. Go to home page of where you are working and click on “Page View” to make sure cookie logic is firing
  2. Should see the correct pop up come up
  3. Hit continue and then verify your cookie
  4. Then should clear your cookies and click on “page view” again to verify the links are going to the correct page
  5. Footer links and tops links should all be going to correct cc/lc. If not then cookie page that was created probably has wrong site control
  6. Troubleshooting.
  7. If pop up does not pop up then either have incorrect path in the site control file to the .js file or .js file is not in correct location in the assets folder.