Skip to content

Commit 158b3f7

Browse files
committed
rename property to match the iOS project
1 parent 5201e74 commit 158b3f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WordPressAnalytics/src/main/java/org/wordpress/android/analytics/AnalyticsTrackerNosara.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ public void track(AnalyticsTracker.Stat stat, Map<String, ?> properties) {
129129
break;
130130
case EDITOR_ADDED_PHOTO_VIA_WP_MEDIA_LIBRARY:
131131
eventName = "editor_photo_added";
132-
predefinedEventProperties.put("via", "wp_media_library");
132+
predefinedEventProperties.put("via", "media_library");
133133
break;
134134
case EDITOR_PUBLISHED_POST:
135135
eventName = "editor_post_published";

0 commit comments

Comments
 (0)