Skip to content

Commit f331fa1

Browse files
authored
Merge pull request #12 from BingAds/target-criterions
fix typos
2 parents 655fc27 + 58c1d06 commit f331fa1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

samples/v11/TargetCriterions.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@
115115
CampaignManagementHelper::AllTargetCampaignCriterionTypes)->CampaignCriterions;
116116

117117
// When you first create a campaign or ad group using the Bing Ads API, it will not have any
118-
// criterions. Effectively the brand new campaign and ad group target all ages, days, hours,
119-
// devices, genders, and locations. As a best practice you should consider at minimum
118+
// criterions. Effectively, the brand new campaign and ad group target all ages, days, hours,
119+
// devices, genders, and locations. As a best practice, you should consider at a minimum
120120
// adding a campaign location criterion corresponding to the customer market country.
121121

122122
if(empty($campaignCriterions) || count($campaignCriterions) <= 0)
@@ -152,8 +152,8 @@
152152
CampaignCriterionType::Targets
153153
);
154154

155-
// If the campaign used to shared target criterions with another campaign or ad group,
156-
// and the add operation resulted in new targer criterion identifiers for this campaign,
155+
// If the campaign used to share target criterions with another campaign or ad group,
156+
// and the add operation resulted in new target criterion identifiers for this campaign,
157157
// then we need to get the new criterion IDs.
158158

159159
// Otherwise we only need to capture the new criterion IDs.
@@ -228,7 +228,7 @@
228228
AdGroupCriterionType::Targets
229229
);
230230

231-
// If the ad group used to shared target criterions with another campaign or ad group,
231+
// If the ad group used to share target criterions with another campaign or ad group,
232232
// and the update operation resulted in new target criterion identifiers for this ad group,
233233
// then we need to get the new criterion IDs.
234234

0 commit comments

Comments
 (0)