Skip to content

Commit 06210e1

Browse files
authored
Use correct parameter when running an example. (#358)
1 parent 342a7cd commit 06210e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public static void main(String[] args) {
7373
// here if and only if the managerId is set. If the loginCustomerId is set neither on the
7474
// command line nor below, a null value will be passed to the run example method, and the
7575
// example will use each respective accessible customer ID as the loginCustomerId.
76-
// params.managerId = Long.parseLong("INSERT_LOGIN_CUSTOMER_ID_HERE");
76+
// params.loginCustomerId = Long.parseLong("INSERT_LOGIN_CUSTOMER_ID_HERE");
7777
}
7878

7979
if (params.managerId != null && params.loginCustomerId == null) {

0 commit comments

Comments
 (0)