Skip to content

Commit

Permalink
adding uploaded_gclid_time to destinations
Browse files Browse the repository at this point in the history
  • Loading branch information
jraucci committed Jan 31, 2024
1 parent dcb656e commit 2f48411
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion megalista_dataflow/models/execution.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,10 @@ class DestinationType(Enum):
GA_4_MEASUREMENT_PROTOCOL,
DV_CUSTOMER_MATCH_CONTACT_INFO_UPLOAD,
DV_CUSTOMER_MATCH_DEVICE_ID_UPLOAD,
UPLOADED_GCLID_TIME,
UPLOADED_UUID, # schema verification purposes
UPLOADED_ORDER_ID
) = range(21)
) = range(22)

def __eq__(self, other):
if other is None:
Expand Down

0 comments on commit 2f48411

Please sign in to comment.