Skip to content

Commit

Permalink
rename property to match the iOS project
Browse files Browse the repository at this point in the history
  • Loading branch information
maxme committed Jan 5, 2016
1 parent 5201e74 commit 158b3f7
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -129,7 +129,7 @@ public void track(AnalyticsTracker.Stat stat, Map<String, ?> properties) {
break;
case EDITOR_ADDED_PHOTO_VIA_WP_MEDIA_LIBRARY:
eventName = "editor_photo_added";
predefinedEventProperties.put("via", "wp_media_library");
predefinedEventProperties.put("via", "media_library");
break;
case EDITOR_PUBLISHED_POST:
eventName = "editor_post_published";
Expand Down

0 comments on commit 158b3f7

Please sign in to comment.