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 and description2 ? Or there are only one way -
bay creating my own functions?
And i have another question.
When i delete ad (than later create new based on deleted ad), deleted
ad still visible with "delete" status. Is there are some possibilities
to completely remove ad from adword system?
> You can refer tohttp://
code.google.com/p/google-api-adwords-php/source/browse/trunk/e...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 retrieving the ads you create normally, while requesting the
> appropriate selector field names for stats fields. Seehttp://
code.google.com/apis/adwords/docs/reference/latest/AdGroupAdSe...
> andhttp://
code.google.com/p/google-api-adwords-php/source/browse/trunk/e...for