Skip to content

Commit 9578020

Browse files
Merge pull request #876 from BenRKarl/patch-2
Update UploadEnhancedConversionsForLeads.java
2 parents f799804 + 9e775e3 commit 9578020

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

google-ads-examples/src/main/java/com/google/ads/googleads/examples/remarketing/UploadEnhancedConversionsForLeads.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,8 @@ private void runExample(
308308

309309
// [START add_session_attributes]
310310
// Sets one of the sessionAttributesEncoded or sessionAttributesKeyValuePairs if either is
311-
// provided.
311+
// provided. The session attribute fields are only available to allowlisted users.
312+
// To include these fields in conversion imports, upgrade to the Data Manager API.
312313
if (rawRecord.containsKey("sessionAttributesEncoded")) {
313314
clickConversionBuilder.setSessionAttributesEncoded(
314315
ByteString.copyFromUtf8(rawRecord.get("sessionAttributesEncoded")));

0 commit comments

Comments
 (0)