I am trying to get a value in a script tag with PHP from a page I need to get the value of page_id
with in this script tag how can I do that ?
<script type="text/javascript">
$(document).ready(function() { Analytics.logAndSendEventToGA(["wap:album_detail:::view","utm_content","wap:album_detail:::view","utm_page","album_detail","utm_button","","page_id","20316543"]);
});
</script>