Google Ads API - Dynamic Search Ads Dynamic Ad Target Tracking Template

2020-03-31 Thread 'John N.' via AdWords API and Google Ads API Forum
Hello, Is there any way within Google Ads API to pull the tracking templates for the Dynamic Ad Targets? We currently use tracking templates to append parameters we use internally to map activity. In the old Adwords API we were able to pull in the CreativeFinalUrls which would have the full url

Question Regarding Predicates for AWQL Queries

2018-04-24 Thread John N.
So I've tried to reference the following for predicates to use in AdGroupAd Service - https://developers.google.com/adwords/api/docs/reference/v201802/AdGroupAdService.Predicate however, none of them seem to work. For example running EQUALS produces an error whereas running EqualTo does not. I

Re: Exporting AdWords API call to Excel (CSV)

2018-04-23 Thread John N.
Hi Peter, Running the following: import sys from googleads import adwords # Specify where to download the file here. PATH = 'C:/Users/Desktop/Python/supernova/report_download.csv' def main(client): # Initialize appropriate service. report_downloader = client.GetReportDownloader(version='

Exporting AdWords API call to Excel (CSV)

2018-04-23 Thread John N.
Very new to using API's and Python in general but I was able to generate an AD Performance report using the following: report_query = (adwords.ReportQueryBuilder() .Select('CampaignName', 'AdGroupName', 'HeadlinePart1', 'HeadlinePart2', 'Description', 'Clicks','Cost','AverageCpc','L