Hi Guys,
Can anyone please point out what I am doing wrong here.
Here is my code.
Our developer token has been approved and we did complete the billing
section of adwords so there are no holds on the account.
try
{
// Get the service.
TrafficEstimatorService
Hi Google Adwords Team
While doing Polygon Targeting , i got an error like this.
*TargetError.POLYGON_TOO_FEW_VERTICES*
I am defining a part of my code herewith
$campaignId = '8053';
$geoTargetList = new GeoTargetList();
$geoTargetList->campaignId = $campaignId;
Thanks for your Reply...
I have a small doubt. You have introduced new Term called "Vertical"
under Criterion. What is Vertical? i have not seen vertical term in
Double click exchange where i am able to see keywords and Placements.
Can i use "AdGroupCriterionService" in V201003 Version to get site
Eric -
Any follow up on this suggestion?
Dan
On Apr 14, 3:42 pm, AdWords API Advisor
wrote:
> Hi,
>
> Thank you for the explanation and suggestion. I'll bring this up with
> the core engineering team and see what they think of the idea.
>
> Best,
> - Eric
>
> On Apr 14, 1:55 pm,dshevnock wrote
Hi Guys,
I seem to be chewing up 4 or more API units per invocation of my below
script. I'm confused because I'm only doing one get request to the
targetingIdeaService, which according to the published rate sheet
should only cost me 1 API unit.
Here's an excerpt of the code:
$targetingIdeaServ
Good morning all! I am at a loss as to why I am seeing the above
error. The "offending" code is:
AdGroupAdServiceInterface service = null;
try {
service = user
.getService(
AdW
Brilliant - thanks Eric, I'll get my devs on to this...
On May 26, 3:30 pm, AdWords API Advisor
wrote:
> Hi,
>
> You can use the AdGroupCriterionService to get() the keywords in your
> static campaign and then add them to your dynamic campaign using
> mutate(ADD).
>
> http://code.google.com/apis
Any contact at google where I can get these questions answered ?
On May 26, 3:49 pm, Clay wrote:
> More generally, how do we keep our list of accounts/campaigns/adgroups/
> ad/keywords in sync with yours in the new API? In the past, it hasn't
> been feasible to do this via individual API calls.
Thanks for the positive response :-)
- Christian
On 27 Mai, 21:28, AdWords API Advisor
wrote:
> Hi All,
>
> Cross-client reports are not available in the v201003
> ReportDefinitionService beta. We plan to support cross-client reports
> in the future, and the v13 ReportService will not be sunset
hi Eric !
do you have some news?
thanks
On 17 mai, 20:14, AdWords API Advisor
wrote:
> Hi,
>
> Thank you for brining this problem to our attention. I'll forward
> this information on to the core engineering team and let you know when
> I have more information.
>
> Best,
> - Eric Koleda, AdWord
Getting a compilation error while attempting to test the API in a Perl
environment:
I have downloaded and installed the latest library package:
awapi_perl_lib_1.3.2.tar.gz
I have downloaded and installed the latest version of the SOAP WSDL
module:
http://soap-wsdl.svn.sourceforge.net/viewvc/soap-
Does anyone know where I can find additional information (besides the
short desc) regarding the new features in version v201003?
http://adwordsapi.blogspot.com/2010/05/introducing-adwords-api-version-v201003.html?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+blogspot%2FXqnd+%28AdWords
Hi All,
The v201003 ReportDefinitionService beta doesn't include an
AccountStructure report. However, the new reports by default include
zero-impression rows for keywords, ad groups, etc, which allows you to
get the account structure data using the performance reports.
As for the report fields,
Hi Riaan,
Please ensure that you are making your request against the production
API servers and not the sandbox. Also, what keywords are you using?
Obscure keywords may not have enough data available to generate a
traffic estimate.
Best,
- Eric Koleda, AdWords API Team
On May 28, 7:38 am, Riaan
Hi Suraj,
Unfortunately change history is not available in the AdWords API.
Best,
- Eric Koleda, AdWords API Team
On May 27, 1:20 pm, Suraj Khakurel wrote:
> Hi,
>
> Is there any way to get Adwods -> Reporting -> Change History through the
> Adwords API from ReportService V13 or from the new
I'm not perfectly sure what you are asking, but here is what I did.
I created an MCC account, and by default (apparently) it came up with
the old interface. I then linked to an existing account (possibly
because I couldn't see the Adwords API menu item at that time, or
possibly because there was
http://code.google.com/apis/adwords/v2009/docs/releasenotes.html
(Also check the left side bar for full description)
Alexander Parij
On May 28, 12:27 pm, t wrote:
> Does anyone know where I can find additional information (besides the
> short desc) regarding the new features in version v201003
Thanks Eric !
I just hope that the KeywordIsNegative field from AccountStructure is
included in v2010 otherwise Keyword Performance is not fully replacing
AccountStructure.
On May 28, 12:39 pm, AdWords API Advisor
wrote:
> Hi All,
>
> The v201003 ReportDefinitionService beta doesn't include an
What about these question ?
Thanks.
On May 26, 4:59 pm, Alex Parij wrote:
> Hi ,
>
> I have couple of question regarding the new api and specifically
> ReportDefinitionService :
>
> 1) Beta version means the API will change significantly when it will
> be out beta ? Is it just less tested versio
Hi Jeff,
The seed keyword will usually be returned in the list of ideas,
although it may be far from the top of the list. You can request just
the stats of your seed keywords using the requestType STATS:
http://code.google.com/apis/adwords/v2009/docs/reference/TargetingIdeaService.TargetingId
Hi Robert,
You can use the API to get stats about your campaigns, which include
cost information. When using the CampaignSelector, ensure you
populate the statsSelector field using a start and end date.
http://code.google.com/apis/adwords/v2009/docs/reference/CampaignService.CampaignSelector.
Hi Louis,
As far as I can tell, you are facing a combination of a mis-configured
library and a library bug. Here's what's triggering the exception:
- Somehow, the app.config is still mis-configured, so Email and
Password defaults to empty strings
- So Authtoken also defaults to null
- Since Autht
Hello everybody!
We're trying to get all campaigns, adGroups, ads and keywords that
already exist in Adwords. But we are having problems with Java Heap
Space when we try to do communication with the the Google API.
We just do ONE request for a list returning the entities found, but we
could notice
Hi Remya,
A PolygonTarget required at least 3 vertices (to form a triangle). In
your code you are only specifying one vertice, which is a point.
Best,
- Eric Koleda, AdWords API Team
On May 28, 7:41 am, Remya Mohan wrote:
> Hi Google Adwords Team
>
> While doing Polygon Targeting , i got an er
Hi Anil,
The definition of Vertical that you listed is correct, it allows you
to target or exclude certain placement types from a campaign or ad
group. However, support for verticals (or Content Categories) is not
yet available in the TargetingIdeaService.
Best,
- Eric
On May 28, 7:41 am, Anil
Please... I could really do with some help here from google support.
Yesterday I used the below script to research LSV on 50,000 keywords.
This translated to 285,168 billable quota units or £49.49? How can
this be? As far as I can work out, I should only have been charged 50
API units (50,000 quo
26 matches
Mail list logo