1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11

content / test / data / fenced_frames / ad_with_3pat_macro_reporting.html [blame]

<!DOCTYPE html>
<html>
<body>
<script>
  window.fence.reportEvent({
    destinationURL:
        'https://b.test/echo?a=${MACRO_A}&b=${MACRO_B}&c=${NOT_REGISTERED}'
  });
</script>
</body>
</html>