Skip to content

Commit 48871c6

Browse files
authored
Fix change summary example (#390)
Change-Id: Id5fe297d8669afdff40d0ece3b02df7af4b838d8
1 parent d7cba51 commit 48871c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

google-ads-examples/src/main/java/com/google/ads/googleads/examples/accountmanagement/GetChangeSummary.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ private void runExample(GoogleAdsClient googleAdsClient, long customerId) {
101101
+ "change_status.feed_item "
102102
+ "FROM change_status "
103103
+ "WHERE change_status.last_change_date_time DURING LAST_14_DAYS "
104-
+ "ORDER BY change_status.last_change_date_time"
104+
+ "ORDER BY change_status.last_change_date_time "
105105
+ "LIMIT 10000";
106106

107107
try (GoogleAdsServiceClient client =

0 commit comments

Comments
 (0)