Skip to content

Commit 439fd5d

Browse files
authored
Update upload_enhanced_conversions_for_leads.rb (#537)
Add comment specifying that session attributes is only available by allowlist.
1 parent b0a1493 commit 439fd5d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

examples/remarketing/upload_enhanced_conversions_for_leads.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,8 @@ def upload_conversion_with_identifiers(
109109
# [START add_session_attributes]
110110
# Set one of the session_attributes_encoded or
111111
# session_attributes_key_value_pairs fields if either are provided.
112+
# The session attribute fields are only available to allowlisted users.
113+
# To include these fields in conversion imports, upgrade to the Data Manager API.
112114
if session_attributes_encoded != nil
113115
cc.class.module_eval { attr_accessor :session_attributes_encoded}
114116
cc.session_attributes_encoded = session_attributes_encoded

0 commit comments

Comments
 (0)