Re: How can we get CPC when CPA is set at Campaign Level URGENT!!!! Issue

2011-05-09 Thread javeed
Thank you so much for the help. Which service is providing AverageCPC. I have try to find it out in AdGroupCriterionService. but there is no service which provides Average CPC. Is it manually calculating variable ? On May 7, 2:06 am, jstedman jason.sted...@thesearchagency.com wrote: I have no

Re: TrafficEstimatorService

2011-05-09 Thread sushanth ramaiah
Can somebody please shed some light on this? cheers, Sushanth On May 5, 3:11 pm, sushanth ramaiah sushanth.rama...@gmail.com wrote: Hi, The TrafficEstimatorService seems to return same keyword estimates irrespective of providing campaign information(campaignId) to the API. I get *Estimated

CROSS CLIENT REPORT IS NOT WORKING IN V201101

2011-05-09 Thread rajesh.adX
hi , Cross Client Reporting is not working in V201101 which is for MCC clients Statistics reporting. And currently we are using the V13 which is going to close down by this JULY. Is there any solution for reporting and when we can get the CROSS CLIENT REPORTS and NON MCC Reports Implementation

QUERY TOKEN IS NULL IN CROSS CLIENT REPORTS

2011-05-09 Thread rajesh.adX
hi , Here iam getting null for Query Token when i hitting the first URL with the report ID generated by the ReportDefinitionService. Here iam attaching my code any one check this code and help me out to fix this issue. String url = https://adwords.google.com/api/adwords/reportdownload? __rd=+

Aw: Re: API - Apility PHP

2011-05-09 Thread iqadvert
hi, thx for this Info. Thats is was i search. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message

[ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH @ operations]

2011-05-09 Thread iqadvert
); // Create selector. $selector = new Selector(); $selector-fields = array('AdGroupId', 'Id', 'KeywordText', 'KeywordMatchType', 'Impressions', 'Clicks', 'Cost'); $selector-dateRange = new DateRange(20100101, 20110509); $reportDefinition = new

[ReportDefinitionError. CUSTOMER_SERVING_TYPE_REPORT_MISMATCH @ operations]

2011-05-09 Thread tfren...@internet-mit-iq.de
); // Create selector. $selector = new Selector(); $selector-fields = array('AdGroupId', 'Id', 'KeywordText', 'KeywordMatchType', 'Impressions', 'Clicks', 'Cost'); $selector-dateRange = new DateRange(20100101, 20110509); $reportDefinition = new

Re: How can we get CPC when CPA is set at Campaign Level URGENT!!!! Issue

2011-05-09 Thread jstedman
I was thinking you could use the ReportDefinitionService and define a report that gets AverageCPC from a keyword performance report using say... a one week(or some other timeframe that should have statistically reliable data) to get AverageCPC for each of the keywords that are using automated

Re: Other domains figure is not included in Automatic Placement Report

2011-05-09 Thread Reed
Wouldn't the total Display Network value in the Account performance report be the sum of both the Automatic Placement Performance report and the Managed Placement Performance report? It looks to me like this is the process to follow to load data so that their numbers to add up to what is shown in

Re: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR in CustomerSyncService

2011-05-09 Thread jchan
Hi Eric, yes, I'm still seeing that error today and it's been like that for at least the last week. I'm therefore inclined to believe that this isn't just a temporary outage for this account. If there's anything else that you can find, that would be most appreciated. Thanks, Joshua On May 6,

Re: Other domains figure is not included in Automatic Placement Report

2011-05-09 Thread Reed
I screwed up my own formula... Wouldn't the total Display Network value in the Account performance report be the sum of both the Automatic Placement Performance report and the Managed Placement Performance report? It looks to me like this is the process to follow to load data so that their

Re: Get Ad headline, desc1, desc2, etc.

2011-05-09 Thread mm
perhaps helpful, an example to retrieve an ad by id in java: public static String[] AD_FIELDS = {Id, AdGroupId, Status, Url, DisplayUrl, Headline, Description1, Description2, CreativeApprovalStatus, DisapprovalReasons, TrademarkDisapproved}; Selector selector

Developer token, Pending approval for over 2 weeks

2011-05-09 Thread enzo
My developer token has been pending approval for over 2 weeks, how can I contact the adwords team? The contact page does not have a category for api: http://adwords.google.com/support/aw/bin/request.py?display=categories Thanks. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us

Production v201101: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR on AdGroupService.mutate

2011-05-09 Thread Kevin
We are consistently getting unexpected internal api error when updating ad groups in some accounts. This started to happen around 4:30am PT today. Here is the latest request ID: 27f1bdadc5a0388dd15259ca25f577e6 -Kevin -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

Re: New to API, Which Password

2011-05-09 Thread MIKE MIKE
You use the MCC account credential, - Mike Dannie Stanley wrote: What email address and password do I put in auth.ini. I am an outside developer and I do not wish to put my own Gmail account credentials in a plain text file on the server. We already have a developer token according to the

Re: CROSS CLIENT REPORT IS NOT WORKING IN V201101

2011-05-09 Thread MIKE MIKE
Cross client reporting is not supported, They had a bug, they are supposed to be reissuing the cross client report functionality but all we know is that it will happen sometime soon, As of now its impossible to get it to work unless you are the special few that can get the adwords to give you

Re: Why creation of duplicate Ads is allowed in an AdGroup?

2011-05-09 Thread Danial Klimkin
Hello Dharmveer, This question is out of scope for the API forum. Please refer general product questions to AdWords support forums: http://www.google.com/support/forum/p/AdWords Best regards, Danial, AdWords API Team. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on

How to interpret null getFirstPageCpc?

2011-05-09 Thread Jim McCabe
I work on a project using the v200909 API. When we call mutate() to post a set of keywords, occasionally one or more of the responses will have a null first page CPC. That is, the BiddableAdGroupCriterion will return null from getFirstPageCpc(). What can cause that condition, and how should

Re: Dont find v201101 doc; and its functionnalities does not work any more !

2011-05-09 Thread Danial Klimkin
Hello Amine, I am not sure what the question is. You can find the 201101 documentation here: http://code.google.com/apis/adwords/docs/ -Danial, AdWords API Team. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group:

Re: adgroupslimit per request

2011-05-09 Thread Danial Klimkin
Hello Jam, For anything larger than 100 operations you should use BulkMutateJobService. Its limits are documented here: http://code.google.com/apis/adwords/docs/reference/latest/BulkMutateJobService.BulkMutateJob.html -Danial, AdWords API Team. --

Re: different values for conversionTrackingPurpose?

2011-05-09 Thread David Torres
Hi Henrik, The values would be Lead, Signup, Purchase, PageView or Other. Best, -David Torres - AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api

Re: remove images after upload

2011-05-09 Thread David Torres
Hi Ruby, This is correct, you can't remove them. Best, -David Torres - AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api

Re: TargetingIdeaSelector - Paging maximum number of results value

2011-05-09 Thread David Torres
Hi Kyle, 100 kewords is a limitation of the sandbox, since what you are getting our of sandbox is mocked data. For production the selector must specify a paging value, with numberResults set to 800 or less. Best, -David Torres - AdWords API Team --

Re: Problem of getting list of client accounts in sandbox. Please help! Run out of ideas...

2011-05-09 Thread Danial Klimkin
Hello Alex, In order to get the list of linked accounts you should make a request with empty client_email. Make sure the very first request after the sandbox refresh is a 'get' request against campaignService. This is required to initialize a sandbox account correctly. Please try creating a

Developer Token still: Pending Approval. It's been several weeks already.

2011-05-09 Thread TFT
Good day, It's been several weeks already since I've sent the request. My Developer Token is still Pending Approval .. How long does it take for the approval process to complete? I've done met all of the requirements, but it's still taking too long.. Please Help Thanks! --

Re: Inconsistency in values returned for automated bids

2011-05-09 Thread David Torres
Hi, You'll get auto with no value, when no value have been calculated yet. And as right now you can get auto, auto: X.X and X.X. Currently the field format is not controlled by the API, the API is just a thin layer to access the values in the same format that are returned to the UI, so if you

Re: Question about Traffic Estimator Service figures

2011-05-09 Thread David Torres
Hi Donald, I don't see what's wrong with those values, basically the service is returning to you in INR currency because that is the currency set in your account. Then you are also telling the service you are willing to bid big amounts of money in your ads, so the system is almost granting you