Skip to content

Commit e4e9f69

Browse files
authored
Update upload_enhanced_conversions_for_leads.py (#1054)
Add comment specifying that session attributes is only available by allowlist.
1 parent b8a0296 commit e4e9f69

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/remarketing/upload_enhanced_conversions_for_leads.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,8 @@ def main(
182182
# [START add_session_attributes]
183183
# Set one of the session_attributes_encoded or
184184
# session_attributes_key_value_pairs fields if either are provided.
185+
# The session attribute fields are only available to allowlisted users.
186+
# To include these fields in conversion imports, upgrade to the Data Manager API.
185187
if session_attributes_encoded:
186188
click_conversion.session_attributes_encoded = session_attributes_encoded
187189
elif session_attributes_dict:

0 commit comments

Comments
 (0)