You are here

google_adwords_path.services.yml in Google AdWords Conversion Tracking 8

modules/google_adwords_path/google_adwords_path.services.yml

File

modules/google_adwords_path/google_adwords_path.services.yml
View source
  1. services:
  2. google_adwords_path.pathtracker:
  3. class: Drupal\google_adwords_path\GoogleAdwordsPathTracker
  4. arguments: ["@cache.data", "@entity_type.manager", "@current_route_match", "@google_adwords.tracker"]
  5. tags:
  6. - { name: event_subscriber }