Skip to content

Commit

Permalink
Fixed typo in mobile conversion metric group
Browse files Browse the repository at this point in the history
  • Loading branch information
hborras committed Sep 13, 2016
1 parent 8f8be85 commit 27ee6a1
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

0 comments on commit 27ee6a1

Please sign in to comment.