Slow aw-reporting performance after update

2018-03-06 Thread Filip Holmberg
Hi, Posting an issue concerning the latest version of the aw-reporting tool here as well. Originally posted in the aw-reporting github issue section.but maybe someone can help here as well since this is critical and needs to be solved somehow before the next api sunset. --- We have

Unsupported DateRange type: ALL_TIME

2017-09-27 Thread Filip Holmberg
This is probably a aw-reporting related issue only but since we're in a hurry to get it solved I'll try to post here as well... "Preparing our update to v201708 but receive a "Unsupported DateRange type: ALL_TIME" message when trying to fetch all time data as we always have done. java -Xmx1G

Re: Adwords API Video campaigns

2017-02-27 Thread Filip Holmberg
Any updates on this? Still not possible to pause & activate video campaigns. On Tuesday, 3 January 2017 21:26:28 UTC+2, Vishal Vinayak (Adwords API Team) wrote: > > Hi Elżbieta, > > Video campaigns are currently not supported by AdWords API services. You > can, however, use the Video

Re: Adwords API Work on Video Campaigns?

2016-02-23 Thread Filip Holmberg
So whats the status one year later? I assume nothings changed? So just to clarify, it is not possible to pause/resume an video campaign thru the API at the moment? On Tuesday, 10 February 2015 15:48:49 UTC+2, Danial Klimkin wrote: > > Hello Eric, > > > Unfortunately no, this is still not

Renamed status fields in reporting.

2015-07-03 Thread Filip Holmberg
Could someone explain the logic behind the renamed status field in reporting. Why is campaign and adgroup status fields only renamed, not ad statuses for example? This is quite confusing so I guess I have missed something. Campaign = CampaignStatus AdGroup = AdGroupStatus Ad = Status Even

Re: Renamed status fields in reporting.

2015-07-03 Thread Filip Holmberg
decided not to rename it from Status to AdStatus as this will break every user with no real benefit. -Danial, AdWords API Team. On Friday, July 3, 2015 at 10:31:05 AM UTC+2, Filip Holmberg wrote: Could someone explain the logic behind the renamed status field in reporting. Why

Keyword in deleted AdGroup still marked as enabled

2015-05-12 Thread Filip Holmberg
Is it really by design that statuses of adgroups are not reflected down to its keywords. When a adgroup is removed, the keywords still remains enabled. Just wanted to confirm this before adding multiple parent level status checks on our side. Thanks, Filip -- --

Change keyword bids bases on position in v201409

2014-11-27 Thread Filip Holmberg
Is it possible to update keywords bids individually in v201409? I got it to work on AdGroup level but some post and docs mention that it is not possible on a keyword level. We would like to adjust bids based on their position. What's the best api approach to handle this. This is handled

Re: Change keyword bids bases on position in v201409

2014-11-27 Thread Filip Holmberg
; $operation-operator = 'SET'; array_push($operations, $operation); } $CriteriaService-mutate($operations); On Thursday, 27 November 2014 12:50:32 UTC+2, Filip Holmberg wrote: Is it possible to update keywords bids individually in v201409? I got it to work on AdGroup level but some post

Re: Change keyword bids bases on position in v201409

2014-11-27 Thread Filip Holmberg
; $operation-operator = 'SET'; array_push($operations, $operation); } $CriteriaService-mutate($operations); On Thursday, 27 November 2014 12:50:32 UTC+2, Filip Holmberg wrote: Is it possible to update keywords bids individually in v201409? I got it to work on AdGroup level but some post

Re: Change keyword bids bases on position in v201409

2014-11-27 Thread Filip Holmberg
Ok, thanks for the confirmation. On Thursday, 27 November 2014 15:30:04 UTC+2, Danial Klimkin wrote: Hello Filip, This is exactly the approach. -Danial, AdWords API Team. On Thursday, November 27, 2014 4:28:19 PM UTC+3, Filip Holmberg wrote: Okey, so I got keyword bids changed

Re: Getting empty string error when trying to get campaigns

2014-03-21 Thread Filip Holmberg
Same here. On Friday, 21 March 2014 09:19:57 UTC+2, jaison@gmail.com wrote: Hi, I'm trying to fetch campaigns in a client account but I get the following error: Failed to load response into DOM: DOMDocument::loadXML() [

Re: Getting empty string error when trying to get campaigns

2014-03-21 Thread Filip Holmberg
It indeed seems to be php version related. We are running 5.3.10 on our production server and locally the API works when running 5.4.10. Even 5.3.20 seemed to work. Would be nice to know what kind of changes google have made that causes this problem. Docs says that 5.2.x would be enough.

Authentication problem with new app

2013-10-01 Thread Filip Holmberg
We are building a adwords tool but we're struggling with the authentication. Our tool is just for internal use and therefore should be considered as a installed app I assume. So the logic should be as follows: authenticate with OAuth2.0 once and then just refresh the authentication as the

Re: Authentication problem with new app

2013-10-01 Thread Filip Holmberg
, September 27, 2013 4:53:17 PM UTC+5:30, Filip Holmberg wrote: We are building a adwords tool but we're struggling with the authentication. Our tool is just for internal use and therefore should be considered as a installed app I assume. So the logic should be as follows: authenticate