Google Ads Developer Blog |
New features in AdWords Scripts Posted: 27 Nov 2013 04:44 AM PST We are glad to announce the following new features in AdWords scripts. 1. Ad Rotation settings AdWords supports an ad rotation setting that determines which ad in your ad group should show when you have multiple ads in your campaign. You can now access and modify this setting through the getAdRotationType and setAdRotationType methods of the Campaign object. When setting the adRotationType, you can use the string values 2. Support for identifying entity types We now support a getEntityType method on all the AdWords entity classes like Campaign, AdGroup, etc. This method will return the name of the type, and can be used to identify the type of the object. E.g. 3. Retrieve deleted objects You may now retrieve deleted objects and their stats by explicitly requesting them in your AWQL. E.g. The following code snippet retrieves all deleted campaigns. Note that for backward compatibility purposes, we do not return deleted objects by default. We hope you enjoy these new features. If you have questions or feedback, please visit us on our official forum. |
You are subscribed to email updates from Google Ads Developer Blog To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
Google Inc., 20 West Kinzie, Chicago IL USA 60610 |
No comments:
Post a Comment