Skip to content

Commit

Permalink
Fix the command in the comments of each sample
Browse files Browse the repository at this point in the history
  • Loading branch information
jradcliff committed Nov 13, 2023
1 parent 0762c49 commit 755d26d
Show file tree
Hide file tree
Showing 25 changed files with 25 additions and 25 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
for more information.
To run this sample using Maven:
cd java-analytics-data/samples/snippets
cd google-analytics-data
mvn compile
mvn exec:java -Dexec.mainClass="com.example.analytics.GetCommonMetadataSample"
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
for more information.
To run this sample using Maven:
cd java-analytics-data/samples/snippets
cd google-analytics-data
mvn compile
mvn exec:java -Dexec.mainClass="com.example.analytics.GetMetadataByPropertyIdSample"
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"TODO(developer)" and update the code to use correct values.
To run this sample using Maven:
cd java-analytics-data/samples/snippets
cd google-analytics-data
mvn compile
mvn exec:java -Dexec.mainClass="com.example.analytics.QuickstartJsonCredentialsSample"
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"TODO(developer)" and update the code to use correct values.
To run this sample using Maven:
cd java-analytics-data/samples/snippets
cd google-analytics-data
mvn compile
mvn exec:java -Dexec.mainClass="com.example.analytics.QuickstartSample"
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"TODO(developer)" and update the code to use correct values.
To run this sample using Maven:
cd java-analytics-data/samples/snippets
cd google-analytics-data
mvn compile
mvn exec:java -Dexec.mainClass="com.example.analytics.RunBatchReportSample"
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"TODO(developer)" and update the code to use correct values.
To run this sample using Maven:
cd java-analytics-data/samples/snippets
cd google-analytics-data
mvn compile
mvn exec:java -Dexec.mainClass="com.example.analytics.RunPivotReportSample"
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"TODO(developer)" and update the code to use correct values.
To run this sample using Maven:
cd java-analytics-data/samples/snippets
cd google-analytics-data
mvn compile
mvn exec:java -Dexec.mainClass="com.example.analytics.RunRealtimeReportSample"
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"TODO(developer)" and update the code to use correct values.
To run this sample using Maven:
cd java-analytics-data/samples/snippets
cd google-analytics-data
mvn compile
mvn exec:java -Dexec.mainClass="com.example.analytics.RunRealtimeReportWithMultipleMetricsSample"
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"TODO(developer)" and update the code to use correct values.
To run this sample using Maven:
cd java-analytics-data/samples/snippets
cd google-analytics-data
mvn compile
mvn exec:java -Dexec.mainClass="com.example.analytics.RunRealtimeReportWithMultipleDimensionsSample"
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"TODO(developer)" and update the code to use correct values.
To run this sample using Maven:
cd java-analytics-data/samples/snippets
cd google-analytics-data
mvn compile
mvn exec:java -Dexec.mainClass="com.example.analytics.RunRealtimeReportWithMultipleMetricsSample"
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"TODO(developer)" and update the code to use correct values.
To run this sample using Maven:
cd java-analytics-data/samples/snippets
cd google-analytics-data
mvn compile
mvn exec:java -Dexec.mainClass="com.example.analytics.RunReportSample"
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"TODO(developer)" and update the code to use correct values.
To run this sample using Maven:
cd java-analytics-data/samples/snippets
cd google-analytics-data
mvn compile
mvn exec:java -Dexec.mainClass="com.example.analytics.RunReportWithAggregationsSample"
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"TODO(developer)" and update the code to use correct values.
To run this sample using Maven:
cd java-analytics-data/samples/snippets
cd google-analytics-data
mvn compile
mvn exec:java -Dexec.mainClass="com.example.analytics.RunReportWithCohortsSample"
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"TODO(developer)" and update the code to use correct values.
To run this sample using Maven:
cd java-analytics-data/samples/snippets
cd google-analytics-data
mvn compile
mvn exec:java -Dexec.mainClass="com.example.analytics.RunReportWithDateRangesSample"
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"TODO(developer)" and update the code to use correct values.
To run this sample using Maven:
cd java-analytics-data/samples/snippets
cd google-analytics-data
mvn compile
mvn exec:java -Dexec.mainClass="com.example.analytics.RunReportWithDimensionAndMetricFiltersSample"
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"TODO(developer)" and update the code to use correct values.
To run this sample using Maven:
cd java-analytics-data/samples/snippets
cd google-analytics-data
mvn compile
mvn exec:java -Dexec.mainClass="com.example.analytics.RunReportWithDimensionExcludeFilterSample"
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"TODO(developer)" and update the code to use correct values.
To run this sample using Maven:
cd java-analytics-data/samples/snippets
cd google-analytics-data
mvn compile
mvn exec:java -Dexec.mainClass="com.example.analytics.RunReportWithDimensionFilterSample"
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"TODO(developer)" and update the code to use correct values.
To run this sample using Maven:
cd java-analytics-data/samples/snippets
cd google-analytics-data
mvn compile
mvn exec:java -Dexec.mainClass="com.example.analytics.RunReportWithDimensionInListFilterSample"
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"TODO(developer)" and update the code to use correct values.
To run this sample using Maven:
cd java-analytics-data/samples/snippets
cd google-analytics-data
mvn compile
mvn exec:java -Dexec.mainClass="com.example.analytics.RunReportWithMultipleDimensionFiltersSample"
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"TODO(developer)" and update the code to use correct values.
To run this sample using Maven:
cd java-analytics-data/samples/snippets
cd google-analytics-data
mvn compile
mvn exec:java -Dexec.mainClass="com.example.analytics.RunReportWithMultipleDimensionsSample"
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"TODO(developer)" and update the code to use correct values.
To run this sample using Maven:
cd java-analytics-data/samples/snippets
cd google-analytics-data
mvn compile
mvn exec:java -Dexec.mainClass="com.example.analytics.RunReportWithMultipleMetricsSample"
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"TODO(developer)" and update the code to use correct values.
To run this sample using Maven:
cd java-analytics-data/samples/snippets
cd google-analytics-data
mvn compile
mvn exec:java -Dexec.mainClass="com.example.analytics.RunReportWithNamedDateRangesSample"
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"TODO(developer)" and update the code to use correct values.
To run this sample using Maven:
cd java-analytics-data/samples/snippets
cd google-analytics-data
mvn compile
mvn exec:java -Dexec.mainClass="com.example.analytics.RunReportWithOrderingSample"
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"TODO(developer)" and update the code to use correct values.
To run this sample using Maven:
cd java-analytics-data/samples/snippets
cd google-analytics-data
mvn compile
mvn exec:java -Dexec.mainClass="com.example.analytics.RunReportWithPaginationSample"
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"TODO(developer)" and update the code to use correct values.
To run this sample using Maven:
cd java-analytics-data/samples/snippets
cd google-analytics-data
mvn compile
mvn exec:java -Dexec.mainClass="com.example.analytics.RunReportWithPropertyQuotaSample"
*/
Expand Down

0 comments on commit 755d26d

Please sign in to comment.