Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe60c74 commit b83a305Copy full SHA for b83a305
examples/reporting/get_campaign_stats_to_csv.py renamed to examples/migration/campaign_report_to_csv.py
@@ -15,6 +15,10 @@
15
# limitations under the License.
16
"""Shows how to write data from a basic campaign stats report to a CSV file.
17
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
+
22
Examples:
23
Write to file output.csv in the same directory as script with headers.
24
$ python get_campaign_stats_to_csv.py -c 0123456789 -o output.csv -w
0 commit comments