We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0a1493 commit 439fd5dCopy full SHA for 439fd5d
1 file changed
examples/remarketing/upload_enhanced_conversions_for_leads.rb
@@ -109,6 +109,8 @@ def upload_conversion_with_identifiers(
109
# [START add_session_attributes]
110
# Set one of the session_attributes_encoded or
111
# 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.
114
if session_attributes_encoded != nil
115
cc.class.module_eval { attr_accessor :session_attributes_encoded}
116
cc.session_attributes_encoded = session_attributes_encoded
0 commit comments