Re: Get ad group's target optimization status through API

2014-12-04 Thread Barak Haviv
Hey Is There Any change about this subject ? On Thursday, July 10, 2014 6:42:43 PM UTC+3, Eugene wrote: Hello. I want to get Ad Group's target optimization status through API. What's the properties I should retrieve for conservative and aggressive optimization appropriately? -- --

Is there an option to Duplicate campaigns using the api

2014-10-02 Thread Barak Haviv
Is there option to duplicate campaigns via the AdWords api. My colleague that work with AdWords admin panel and use to duplicate campaigns by using C-c C-v She said that she has this option also via the AdWords desktop editor. Is there any way that I can implement this functionality using the api

Namespace support in v201402

2014-04-22 Thread Barak Haviv
Hi, I am updating to PHP lib of AW API v201402. I am gonna use 5.2.3 version and would like to use real namespaces and not pseudo ones. Now, what should I change or how should I rebuild the library to enable real namespace support? If I just take the sources as is and starts to use them I

How to create pseudo namespace

2013-11-11 Thread Barak Haviv
From the Readme For the sake of backwards compatibility this feature is not enabled by default. It can be enabled by setting wsdl2php.enablePseudoNamespaces to true in the build.properties file and running the generate target in build.xml. This requires the source build of the library. I am