Advertisement
Guest User

Untitled

a guest
May 27th, 2015
268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.83 KB | None | 0 0
  1. addEvent("gpt-google_js_loaded", 8, /Google service JS loaded/ig);
  2. addEvent("gpt-gpt_fetch", 46, /Fetching GPT implementation/ig);
  3. addEvent("gpt-gpt_fetched", 48, /GPT implementation fetched\./ig);
  4. addEvent("gpt-page_load_complete", 1, /Page load complete/ig);
  5. addEvent("gpt-queue_start", 31, /^Invoked queued function/ig);
  6.  
  7. addEvent("gpt-service_add_slot", 40, /Associated ([\w]*) service with slot ([\/\w]*)/ig);
  8. addEvent("gpt-service_add_targeting", 88, /Setting targeting attribute ([\w]*) with value ([\w\W]*) for service ([\w]*)/ig);
  9. addEvent("gpt-service_collapse_containers_enable", 78, /Enabling collapsing of containers when there is no ad content/ig);
  10. addEvent("gpt-service_create", 35, /Created service: ([\w]*)/ig);
  11. addEvent("gpt-service_single_request_mode_enable", 63, /Using single request mode to fetch ads/ig);
  12.  
  13. addEvent("gpt-slot_create", 2, /Created slot: ([\/\w]*)/ig);
  14. addEvent("gpt-slot_add_targeting", 17, /Setting targeting attribute ([\w]*) with value ([\w\W]*) for slot ([\/\w]*)/ig);
  15. addEvent("gpt-slot_fill", 50, /Calling fillslot/ig);
  16. addEvent("gpt-slot_fetch", 3, /Fetching ad for slot ([\/\w]*)/ig);
  17. addEvent("gpt-slot_receiving", 4, /Receiving ad for slot ([\/\w]*)/ig);
  18. addEvent("gpt-slot_render_delay", 53, /Delaying rendering of ad slot ([\/\w]*) pending loading of the GPT implementation/ig);
  19. addEvent("gpt-slot_rendering", 5, /^Rendering ad for slot ([\/\w]*)/ig);
  20. addEvent("gpt-slot_rendered", 6, /Completed rendering ad for slot ([\/\w]*)/ig);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement