Skip to content

Commit

Permalink
Upd ad group fields enum
Browse files Browse the repository at this point in the history
  • Loading branch information
SonicGD committed Jul 23, 2019
1 parent 0d31e39 commit 54cf573
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/services/adgroups/enum/AdGroupFieldEnum.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,13 @@ class AdGroupFieldEnum extends Enum
public const ID = 'Id';
public const CAMPAIGN_ID = 'CampaignId';
public const STATUS = 'Status';
public const SERVING_STATUS = 'ServingStatus';
public const NAME = 'Name';
public const REGION_IDS = 'RegionIds';
public const RESTRICTED_REGION_IDS = 'RestrictedRegionIds';
public const NEGATIVE_KEYWORDS = 'NegativeKeywords';
public const NEGATIVE_KEYWORD_SHARED_SET_IDS = 'NegativeKeywordSharedSetIds';
public const TYPE = 'Type';
}
public const SUBTYPE = 'Subtype';
public const TRACKING_PARAMS = 'TrackingParams';
}

0 comments on commit 54cf573

Please sign in to comment.