Skip to content

Commit

Permalink
Merge pull request #22 from hborras/FIX_WEB_CONVERSION_TYPO
Browse files Browse the repository at this point in the history
Fixed typo in mobile conversion metric group
  • Loading branch information
hborras authored Sep 13, 2016
2 parents 8f8be85 + 27ee6a1 commit 730b21f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TwitterAds/Analytics.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class Analytics extends Resource
const ANALYTICS_METRIC_GROUPS_BILLING = "BILLING";
const ANALYTICS_METRIC_GROUPS_VIDEO = "VIDEO";
const ANALYTICS_METRIC_GROUPS_MEDIA = "MEDIA";
const ANALYTICS_METRIC_GROUPS_WEB_CONVERSIONS = "WEB_CONVERSIONS";
const ANALYTICS_METRIC_GROUPS_WEB_CONVERSIONS = "WEB_CONVERSION";
const ANALYTICS_METRIC_GROUPS_MOBILE_CONVERSION = "MOBILE_CONVERSION";
const ANALYTICS_METRIC_GROUPS_LIFE_TIME_VALUE_MOBILE_CONVERSION = "LIFE_TIME_VALUE_MOBILE_CONVERSION";
const ENTITY = "";
Expand Down

1 comment on commit 730b21f

@bllevy
Copy link

@bllevy bllevy commented on 730b21f Sep 13, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the timely fix Hector!

Please sign in to comment.