Changed fbclid and gclid matching
This commit is contained in:
@@ -126,7 +126,7 @@ def main():
|
||||
|
||||
hotel_res_id_data = HotelReservationIdData(
|
||||
res_id_type="13",
|
||||
res_id_value=None,
|
||||
res_id_value=data.get("field:fbclid") or data.get("field:gclid"),
|
||||
res_id_source=None,
|
||||
res_id_source_context="99tales",
|
||||
)
|
||||
@@ -156,12 +156,9 @@ def main():
|
||||
)],
|
||||
)
|
||||
|
||||
comment2 = CommentData(
|
||||
name= ab.CommentName2.ADDITIONAL_INFO,
|
||||
text=utm_comment or "",
|
||||
)
|
||||
|
||||
comments_data = CommentsData(comments=[comment, comment2])
|
||||
|
||||
comments_data = CommentsData(comments=[comment])
|
||||
comments = alpine_bits_factory.create(comments_data, OtaMessageType.RETRIEVE)
|
||||
|
||||
# ResGlobalInfo
|
||||
|
||||
Reference in New Issue
Block a user