From 053cfbffe6448c2add9fc09450556207af0920d2 Mon Sep 17 00:00:00 2001 From: Ben Karl Date: Tue, 10 Feb 2026 12:48:04 -0500 Subject: [PATCH] Update upload_enhanced_conversions_for_leads.py Add comment specifying that session attributes is only available by allowlist. --- examples/remarketing/upload_enhanced_conversions_for_leads.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/remarketing/upload_enhanced_conversions_for_leads.py b/examples/remarketing/upload_enhanced_conversions_for_leads.py index ddcd632ea..73f9f16c7 100644 --- a/examples/remarketing/upload_enhanced_conversions_for_leads.py +++ b/examples/remarketing/upload_enhanced_conversions_for_leads.py @@ -182,6 +182,8 @@ def main( # [START add_session_attributes] # Set one of the session_attributes_encoded or # session_attributes_key_value_pairs fields if either are provided. + # The session attribute fields are only available to allowlisted users. + # To include these fields in conversion imports, upgrade to the Data Manager API. if session_attributes_encoded: click_conversion.session_attributes_encoded = session_attributes_encoded elif session_attributes_dict: