Delete Audience RLSA

2015-10-20 Thread srkeshav
Hello, 1) How to delete all the non-crmbased (non-customer match - email) audiences in an adgroup? I downloaded the audience performance report for a particular adgroup but there is no AudienceName field which can be used to identify a specific audience. If i delete all the audience for that ad

Re: Applying RLSA audiences to adgroups

2015-10-12 Thread srkeshav
Thanks Anthony. Thats helpful. On Thursday, October 8, 2015 at 3:45:04 PM UTC-5, Anthony Madrigal wrote: > > Hi SK, > > In order to add an audience to an AdGroup, you should the > AdGroupCriterionService >

Re: Applying RLSA audiences to adgroups

2015-10-08 Thread srkeshav
Thanks Anthony, thats helpful. One more qq. How can i apply an audience to an adgroup? What kind of service would i use? Sorry if this question is very basic. I am using mutatejobservice to update keyword bids in bulk. I am assuming there is a similar service. On Tuesday, October 6, 2015 at 1:0

Re: Applying RLSA audiences to adgroups

2015-10-05 Thread srkeshav
Can someone reply please? maybe a github documentation sample will do and i can take it from there.. i dont find any here... https://github.com/googleads/googleads-python-lib/tree/master/examples/adwords/v201506 On Thursday, September 24, 2015 at 10:21:44 AM UTC-5, srke...@hotels.com wrote: >

Re: Partial failure flag

2015-09-28 Thread srkeshav
Thanks Anthony, one more questions. I am trying to get the cpc bid from the mutate job response. and i am using the following code: for result in result_response['SimpleMutateResult']['results']: print(result.AdGroupCriterion.biddingStrategyConfiguration.bids[0].bid. microAmount) but the abo

Re: Partial failure flag

2015-09-28 Thread srkeshav
Awesome thanks Anthon. One more question. I am trying to retrieve the Cpc bid change from the results. so i am using the following code: for result in result_response['SimpleMutateResult']['results']: print(result.AdGroupCriterion.biddingStrategyConfiguration.bids[0].bid.microAmount) On Monday

Partial failure flag

2015-09-28 Thread srkeshav
Hi, I am performing a MutateJobService to update keyword bids in bulk.Should I be worried about setting Partialfaliure flag? When updating 1000 keywords in a batch, if certain keywords fail to get updated due to errors, then will the whole batch fail? If i do have to set to the Partialfaliure

Applying RLSA audiences to adgroups

2015-09-24 Thread srkeshav
Hi, How can I get a list of all the adgroups that dont have any RLSA audience applied to it and then apply specific audience list to them and set it to "Bid Only". I am using Python API. Thanks for your help in advance. Thanks, SK -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also

Re: error - Mutatejobservice

2015-09-24 Thread srkeshav
Thanks Umesh. I created a a job for every 1000 keywords i want to update and got the result for each job instead of creating a job for each keyword. On Friday, September 18, 2015 at 3:56:18 PM UTC-5, Umesh Dengale wrote: > > Hi Sri, > > You are getting the *CAN_RETURN_RESULT_FOR_ONLY_ONE_JOB* err

error - Mutatejobservice

2015-09-18 Thread srkeshav
Hi, I am getting the following error for the mutatejobservice. I am using the python API. Server raised fault: '[BulkMutateJobError.CAN_RETURN_RESULT_FOR_ONLY_ONE_JOB @ selector.jobIds]' My selector contains a list of jobs. selector = { 'xsi_type': 'BulkMutateJobSelector',

Download data from bigquery

2015-09-10 Thread srkeshav
Hello there, I am dumping the bid changes made by scripts into bigquery. Is there a way to download large amounts of data (>200mb) from bigquery into a csv using the python API for bigquery? Below is the sample snippet i am using. I am not getting all the 100k rows in the csv. I am only getting