We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2de633 commit c261dc3Copy full SHA for c261dc3
1 file changed
google-ads-examples/src/main/java/com/google/ads/googleads/examples/basicoperations/RemoveAd.java
@@ -90,7 +90,7 @@ public static void main(String[] args) {
90
* @param googleAdsClient the Google Ads API client.
91
* @param customerId the client customer ID.
92
* @param adGroupId the ad group ID.
93
- * @param adId the ID of the ad to pause.
+ * @param adId the ID of the ad to remove.
94
* @throws GoogleAdsException if an API request failed with one or more service errors.
95
*/
96
private void runExample(
0 commit comments