We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8a0296 commit e4e9f69Copy full SHA for e4e9f69
examples/remarketing/upload_enhanced_conversions_for_leads.py
@@ -182,6 +182,8 @@ def main(
182
# [START add_session_attributes]
183
# Set one of the session_attributes_encoded or
184
# 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.
187
if session_attributes_encoded:
188
click_conversion.session_attributes_encoded = session_attributes_encoded
189
elif session_attributes_dict:
0 commit comments