diff --git a/tap_exacttarget/endpoints/events.py b/tap_exacttarget/endpoints/events.py index 7cc80fe..12c2015 100644 --- a/tap_exacttarget/endpoints/events.py +++ b/tap_exacttarget/endpoints/events.py @@ -28,6 +28,10 @@ class EventDataAccessObject(DataAccessObject): 'type': ['null', 'string'], 'description': 'The type of tracking event', }, + 'URL': { + 'type': ['null','string'], + 'description': 'URL that was clicked.' + }, 'SubscriberKey': SUBSCRIBER_KEY_FIELD, })