You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: google-ads-examples/src/main/java/com/google/ads/googleads/examples/remarketing/UploadEnhancedConversionsForLeads.java
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -308,7 +308,8 @@ private void runExample(
308
308
309
309
// [START add_session_attributes]
310
310
// 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.
312
313
if (rawRecord.containsKey("sessionAttributesEncoded")) {
0 commit comments