Google Ads Developer Blog |
- A reminder : Retrieving large result sets with the AdWords API
- Announcing v201308 of the DFP API and all-version improvements
- AdWords API: using auto-tagging and Google Click IDs
A reminder : Retrieving large result sets with the AdWords API Posted: 09 Sep 2013 07:12 PM PDT As previously announced, the AdWords API does not allow you to retrieve data with a large start index. If you issue a request with a start index is larger than 100,000, the API will return a When you need to retrieve a large set of results, we recommend using one of these approaches:
As always, please feel free to ask any questions regarding the AdWords API on our forum. |
Announcing v201308 of the DFP API and all-version improvements Posted: 09 Sep 2013 12:06 PM PDT Today we are launching v201308 of the DFP API, which brings many new and exciting features and a glimpse of the API's future. This release improves report stability, offers a brand new way to fetch line items through a Publisher Query Language table, the ability to create first party audience segments, and the ability to see contending line item in forecasts. A detailed list of these features and what's changed can be found on our release notes page. Reporting In addition to stability improvements, in v201308, we are launching two highly requested features: targeted criteria reporting and ActiveView (a.k.a. viewability metrics) columns. These features are not available in all networks yet, but you or your third-party will be able to use them as soon as they are rolled out, if your network is eligible. Publisher Query Language We are launching two major PQL features today - the LIKE keyword and the Line_Item table, both of which will be made available in all versions. The LIKE keyword allows you to do wildcard matching for fields. For example, if you pass the filter statement "WHERE Name LIKE 'my order%'" to the OrderService.getOrdersByStatement method, it will match all orders that have a name beginning with 'my order' (like 'my order 1', 'my order 2' and 'my orders'). The other exciting feature of this release is the experimental Line_Item table. With this new table, you'll be able to select only the fields you want for line items using the PublisherQueryLanguageService. For example: SELECT Id, Name FROM Line_Item WHERE IsMissingCreatives = TRUE LIMIT 1000 OFFSET 0 This allows for extremely efficient synchronization; tasks that would take hours with LineItemService, will now take minutes. We think this will be a great fit for pulling "match tables" and we'll have a follow-up blog post soon about how to do this. Although we are launching this with a limited set of fields, we have made it a priority to add more in upcoming releases and we'd love to hear your feedback on our forum or Ads Developer Google+ page. If you want to get started playing with these new features now, you can always visit the dfp-playground. Try using the Publisher Query Language section with a query like "SELECT Id, Name FROM Line_Item WHERE name LIKE 'Line Item #%' LIMIT 100". Last, but not least As always, if you have any suggestions or questions about the new version, feel free to drop us a line on our Ads Developer Google+ page. ![]() |
AdWords API: using auto-tagging and Google Click IDs Posted: 09 Sep 2013 08:53 AM PDT Auto-tagging is an AdWords feature that can help you track your ad performance using custom software or website tracking programs like Google Analytics. When enabled, it automatically creates custom destination URLs with a parameter called gclid added to your landing page URL. This value is now available to you in the Click Performance Report as the "GclId" field. This means you can now use auto-tagging and easily combine this data with information from other sources, like web analytics or webserver logs, when analyzing conversion performance and optimizing your campaigns. Auto-tagging is available to all AdWords users, and can be enabled via the User Interface only. It's a per-account setting available on the My Account -> Preferences page. Feel free to reach out to us via the G+ page or the forum if you have any questions regarding this feature. |
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