Summary
GemBox.Ppc Reference application demonstrates some basic features of GemBox.Ppc
AdWords API .NET component.
With it you can easily view and modify AdWords account in both production and sandbox environment.
Reference Application executes as zero-deployment ClickOnce application. To launch
it, your computer needs to have Windows Installer 3.1 and .NET Framework
3.5 SP1. If these components are already installed (most new XP and Vista
machines), click here:
If above link doesn't work, click here to install
the prerequisites and run the application.
Features
GemBox.Ppc Reference Application features are listed below:
- Login to production and sandbox account.
Because GemBox.Ppc Reference Application uses GemBox.Ppc Free component,
same restrictions for production environment are imposed.
However, there are no any restrictions for sandbox environment, what makes this
application a perfect choice to use as AdWords
sandbox viewer/editor.
- Download and upload account.
Download your AdWords account's data, modify it locally, and upload only changed
data.
If there are any errors in upload operation, you will get detailed explanation of
errors and what caused them.
- Hierarchical and aggregated view of data.
Account, Campaigns and AdGroups are represented hierarchically,
in a tree-like structure.
Grids are used to represent collections of AdWords objects and they are sensitive
to selected item in hierarchical view. For example, if selected item in hierarchical
view is Campaign, AdGroup grid will contain all AdGroups under that
Campaign and Ad grid will contain all AdGroupAds aggregated over all
AdGroups under selected Campaign.
- Modify account's data.
Three basic operations on all AdWords objects are supported:
- Add
Every grid is capable of adding new items if it does not represent aggregated data.
- Remove
Using DELETE key you can remove items even from grids that represent aggregated
data.
- Edit
Editing items is easy and straightforward - just doubleclick on grid's cell.
- Sorting grids.
Sort by any column of any grid in ascending or descending order. Items will also
be sorted in underlying data collection.
- State & Error grid columns.
You can view state of every item in the grid. It can be added, removed, modified
or unchanged.
If some item caused error in upload operation it will be marked with red exclamation
point.
Source Code
Source code for GemBox.Ppc Reference Application is publicly available and it can
be downloaded from the following link:
You can use GemBox.Ppc Reference Application and accompanying source code in
commercial applications that are not
SaaS or
packaged applications (detailed information about GemBox.Ppc Reference
Application and GemBox.Ppc component licensing can be found here).
If you are using GemBox.Ppc Reference Application source code, you are required
to acknowledge that in your application. You can format and formulate acknowledgement
in any way you like.
Additional Information
GemBox.Ppc Reference Application is not meant to be used as full-blown AdWords editor,
but rather as a simple demonstration of GemBox.Ppc basic features.
Many advanced features of GemBox.Ppc component are not demonstrated (like undo changes,
synchronization conflict resolving and others), to keep application as simple as
possible.
Full list of features is available here:
GemBox.Ppc - AdWords API for .NET: Features
|