Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,8 @@ private void runExample(

// [START add_session_attributes]
// Sets one of the sessionAttributesEncoded or sessionAttributesKeyValuePairs if either is
// provided.
// 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 (rawRecord.containsKey("sessionAttributesEncoded")) {
clickConversionBuilder.setSessionAttributesEncoded(
ByteString.copyFromUtf8(rawRecord.get("sessionAttributesEncoded")));
Expand Down