Fetching system status of share bid strategies in v201708

2017-09-27 Thread Alex Fung

URL Check programmatically similar UI

2017-03-13 Thread Alex Fung
Hi API help team & fellow Adwords API users, I would like to check our landing pages with all the parameters populated using the API simlar to the UI. There is an test option under the [Tracking template] column at the keyword level in the UI.

Re: awql with AUDIENCE_PERFORMANCE_REPORT excludes zero impressions (Python Library)

2016-11-16 Thread Alex Fung
Thanks for the quick reply! I am able to fetch zero impressions data with the non awql way: report = { 'reportName': report_name, 'dateRangeType': duration if duration else 'ALL_TIME', 'reportType': report_name, 'downloadFormat': 'TSV', 'selec

awql with AUDIENCE_PERFORMANCE_REPORT excludes zero impressions (Python Library)

2016-11-16 Thread Alex Fung
Hi there, I am using awql with report service and I found out that awql with AUDIENCE_PERFORMANCE_REPORT does not fetch audience/criteria with zero impressions. query = "SELECT Criteria,Id,AdGroupId,Impressions FROM AUDIENCE_PERFORMANCE_REPORT" According to the API doc

Re: Campaign Negatvie RLSA/User List exclusion with Adwords API

2016-05-18 Thread Alex Fung
} } response = campaign_criterion.mutate(operation) return response On Wednesday, May 18, 2016 at 3:51:58 PM UTC+8, Alex Fung wrote: > > Hi all, > > I am working on excluding a user list from a list of campaigns with > Adwords API but I can't fi

Campaign Negatvie RLSA/User List exclusion with Adwords API

2016-05-18 Thread Alex Fung
Hi all, I am working on excluding a user list from a list of campaigns with Adwords API but I can't figure out how. What I am trying to do is to exclude a user list on the campaign level. I have written a function for that: API_VERSION = 'v201601' def Add_Negative_User_List(client,campaignId):

Ad group performance Report with Labels as restriction conditions (predicates)

2015-03-03 Thread Alex Fung
Hi all! I am new to this forum but I have been a silent watcher for some time now. I recently encountered a problem when I am pulling ad group performance report and I was hoping you all might know sth or even help me out on this: Below is the report definition: report = { 'repo

Re: Multiple report per request

2015-02-16 Thread Alex Fung
There is a batch operation called MutateJobService but there is no way to pull multiple reports in a single request (as far as I know). On Saturday, February 14, 2015 at 6:34:59 PM UTC+8, Antonio Peric wrote: