Re: [9-8044000018203] CrmBasedUserList removeAllStatus not changing from IN_PROCESS

2017-07-14 Thread Olof Nilsson
has changed? To exemplify: List contains: user1 user2 removeAll operand used user3 is added to the list while removeAllStatus is `IN_PROGRESS` when both uploadStatus and removeAllStatus changes to `SUCCESS` will the list be empty or will user3 be in the list? __ OLOF NILSSON Analytics Platform

Re: [9-8044000018203] CrmBasedUserList removeAllStatus not changing from IN_PROCESS

2017-07-14 Thread Olof Nilsson
if I can provide anything additional /Olof __ OLOF NILSSON Analytics Platform Developer iZettle ® Mobile: +46 763 111 874 Web: www.izettle.com <http://www.izettle.com/> > On 14 Jul 2017, at 10:53, adwordsapi-supp...@google.com wrote: > > Hi Olof, > > Thank you for the

Re: CrmBasedUserList removeAllStatus not changing from IN_PROCESS

2017-07-13 Thread Olof Nilsson
Now I got this (after roughly 48 hours): “Internal server error. It looks like our internal servers had an error during upload or process. Try re-uploading” On Thursday, 13 July 2017 11:37:27 UTC+2, Peter Oliquino wrote: > > Hi Olof, > > Before proceeding to your questions, I would first like

CrmBasedUserList removeAllStatus not changing from IN_PROCESS

2017-07-13 Thread Olof Nilsson
Hi, I have an issue with clearing a UserList using the removeAll flag. Basically the flow we thought of using to update a list is: 1) remove all 2) add members and repeat this with some iteration frequency. From what I've read I thought it would take at most 24 hours for an action to

Daily breakdowns with AWQL

2016-01-19 Thread Olof Nilsson
Hi! I'm using the AdWords API to pull performance data from the Budget Performance Report in python: # Create report query. report_query = ('SELECT AssociatedCampaignName, ConvertedClicks, Cost ' 'FROM BUDGET_PERFORMANCE_REPORT ' 'WHERE Cost > 0 '