Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revisionBoth sides next revision
search_engine_ranker:macro_guide [2020-11-05 09:09] – [#trans ... #notrans] svensearch_engine_ranker:macro_guide [2022-12-21 08:25] – [%cookie-<cookie_name>[;<URL>]%] sven
Line 567: Line 567:
 This will get you the cookie value of the cookie_name. If you leave that URL out, you get the data from the current URL. The path is ignored from the URL. This will get you the cookie value of the cookie_name. If you leave that URL out, you get the data from the current URL. The path is ignored from the URL.
  
 +
 +===== %http-header-<header_name>% or just %http-header% =====
 +
 +This will get return the full http header (including GET/Post reply code) or just a specific one if defined along with the macro.
 ===== %datetime-<format_string>% ===== ===== %datetime-<format_string>% =====