Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,7 @@ private MutateOperation createAdGroupAdOperation(long customerId) {
}
// [END add_smart_campaign_6]

// [START add_smart_campaign_8]
/**
* Creates {@link com.google.ads.googleads.v8.resources.CampaignCriterion} operations for add each
* {@link KeywordThemeInfo}.
Expand All @@ -462,7 +463,9 @@ private Collection<? extends MutateOperation> createCampaignCriterionOperations(
})
.collect(Collectors.toList());
}
// [END add_smart_campaign_8]

// [START add_smart_campaign_7]
/**
* Sends a mutate request with a group of mutate operations.
*
Expand Down Expand Up @@ -496,6 +499,7 @@ private void sendMutateRequest(
}
}
}
// [END add_smart_campaign_7]

/**
* Provides a helper method to convert {@link KeywordThemeConstant} to {@link KeywordThemeInfo}.
Expand Down