Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b83a305

Browse files
authored
Move CSV reporting example to migration directory. (googleads#460)
1 parent fe60c74 commit b83a305

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

examples/reporting/get_campaign_stats_to_csv.py renamed to examples/migration/campaign_report_to_csv.py

+4
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515
# limitations under the License.
1616
"""Shows how to write data from a basic campaign stats report to a CSV file.
1717
18+
This is important for migration because reports from the AdWords API are
19+
returned in CSV format, so clients that are migrating may want to temporarily
20+
convert Google Ads API reports to CSV while migrating their applications.
21+
1822
Examples:
1923
Write to file output.csv in the same directory as script with headers.
2024
$ python get_campaign_stats_to_csv.py -c 0123456789 -o output.csv -w

0 commit comments

Comments
 (0)