I have a script that generates pdfs dynamically based on different parameteres passed via GET.
The urls looks like www.mydomain.com/generate_pdf.php/?entry_ids=1,3,5,6&orderby=ASC
etc
How can I track those urls with GA?
Thanks in advance
<>>>>>
我可以在生成_pdf时采用GA代码。 php,但随后我如何输出?
这是我现在正在产生的法典——pdf.php。
<?php
header("Content-type: application/pdf");
generate_pdf();
?>