How would you go about writing a custom script that grabs the Adobe or Google Analytics image request? -
if wanted build scraper pings each url on site , stores adobe (or google) image request, how go this? i.e. want grabs parameters in url posted adobe in csv or similar. i'm familiar how build simple web scrapers, how grab url see in example fiddler contains variables being sent analytics solution? if could run script lists urls corresponding tracking events being fired , make qaing more manageable. you should able query dom image object created tag request. more familiar ibm digital analytics (coremetrics) platform , can find tag requests using accessing following array document.cmtagctl.cti in web console on coremetrics tagged page. used method when building selenium webdriver test case , wanted test analytics tags. i don't have equivalent adobe or ga @ moment since depends in library implementation trying same ga. cheers, jamie