Re: how create full add with stats ?

2011-07-26 Thread Eric Koleda
Hi Minius, I am not aware of any backup mechanisms built into the API or the UI. Best, - Eric -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: how create full add with stats ?

2011-07-21 Thread Minius
Ok, thanks And is there some solution on how to create backup for some adwords account throw web interface? That, if with automatic ad updating process throw api, appears some mistake will be possibility full restore in preview state. Because now i see only partial backup, for changes On 13 Lie,

Re: how create full add with stats ?

2011-07-13 Thread David Torres
Hi, 1) There is no specific operation to copy an Ad in the API, but this could be easily implemented by fetching the Ad (via get call) then modify the Ad as required, remove its id (so it gets created as a new Ad) and send a mutate call. 2) Ads don't ever get deleted of the system just marked

Re: how create full add with stats ?

2011-07-11 Thread Minius
Hi, > Also, Ads are immutable, so the right way to modify an ad would be to delete > an existing ad and create a copy with modified data. As of this, is there are current function (adwords api function) to copy ad and from copied ad create new ad with modified, for example, headline description1

Re: how create full add with stats ?

2011-07-05 Thread Anash P. Oommen
Hi Minius, You can refer to http://code.google.com/p/google-api-adwords-php/source/browse/trunk/examples/v201101/AddAds.php for details on how to create an Ad. As for the part on AdStats, I don't quite understand what you are trying to do. If you want to retrieve your ad stats, you can try re

how create full add with stats ?

2011-06-30 Thread Minius
Hello, I want some help on how create/add with stats? In code i use adStats() funcion, but i can`t do it successfuly, i got error somthig like: Unmarshalling Error: cvc-elt.4.3: Type 'ns1:AdStats' is not validly derived from the type definition, 'Ad', of element 'ns1:ad'. And what is the best pra