Re: RichMediaAd and impressionBeaconUrl

2011-06-29 Thread Jason
Hi Kevin, I am still unclear about associating the impression beacon URL with the ad - is that possible? Thanks, Jason -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =

can't create TemplateAd anymore with API upgrade

2011-06-29 Thread bgraves
In my code, I'm creating a new TemplateAd and then setting it with the same fields (just changing the destination URL) from another TemplateAd. For some reason, it's throwing an exception on a "videoId" field which isn't even in the original TemplateAd. Is this field a requirement (even if it's a

Re: Sharing adextensions among multiple campaigns via API call

2011-06-29 Thread priyank
*Following is the request Id to get the existing Extension on first campaign:* 39649b9c5263c18718ada93b5f64d804 *Following is the requestId of the call trying to add the Extension returned on previous call onto another campaign* 3580b48c9e3570ca079dc0b650935482 -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Sharing adextensions among multiple campaigns via API call

2011-06-29 Thread Eric Koleda
Hi Priyank, Can you post the request IDs for these two requests so I can examine further? Best, - Eric -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~

Re: AdGroups performance report - why are zero impression adgroups missing?

2011-06-29 Thread Eric Koleda
Hi Ales, Unfortunately we don't have any information to provide as to when that feature will be complete. Best, - Eric -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~

DataService returns duplicate LandscapePoints for first point.

2011-06-29 Thread jstedman
When using the DataService to getCriterionBidLandscapes, the first two BidLandscape.LandscapePoint in each BidLandscape are always identical. This does not affect our use of the DataService, just thought someone might want to know. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us

Re: How to get number clicks received and how much amount(cost) spent on the campaign for the given date

2011-06-29 Thread jstedman
There is another way, but you will be eating up API unit cost every day by doing it. The other way is through the CampaignService. You will need to put the fields you need along with the campaignIds in a generic selector and pass it to the CampaignServiceInterface.get(Selector) method. The stats

Re: change keyword status

2011-06-29 Thread jstedman
I don't think this is what they intended you to use this field for... You cannot set the status of something to deleted if it is not actually deleted. If the deleted status value was handled like the paused status value your keyword would actually get deleted when you set that as its status just li

Re: Concurrent operation error - on a report request?

2011-06-29 Thread Kevin Winter
Hi Reed, The logs show that you are making an awful lot of requests to ReportDefinitionService in a very short period (upwards of 100 during a 1 minute period at 6am PST every day). Are these being made in a single thread? I do see a few places where the same account gets multiple reports d

Re: Want to synchronize the stats of single keyword

2011-06-29 Thread Eric Koleda
Hi Sanju, Unfortunately you must explicitly specify every field you wish to include in the response. Best, - Eric Koleda, AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/

Re: How to get number clicks received and how much amount(cost) spent on the campaign for the given date

2011-06-29 Thread sivakumar malliah
Thank You Jason. Is there any other way with out using ReportDefinitionService? Please clarify. On Wed, Jun 29, 2011 at 10:35 PM, jstedman wrote: > Use the ReportDefinitionService to create a > CAMPAIGN_PERFORMANCE_REPORT with the fields you need using a sliding > date range of YESTERDAY, it c

Re: How to get number clicks received and how much amount(cost) spent on the campaign for the given date

2011-06-29 Thread jstedman
Use the ReportDefinitionService to create a CAMPAIGN_PERFORMANCE_REPORT with the fields you need using a sliding date range of YESTERDAY, it costs 400 units to create the report definition, but you can use it indefinitely without making any further api calls. If you only have one AdWords user acco

Re: Concurrent operation error - on a report request?

2011-06-29 Thread Reed
Kevin - sorry, I gave you the wrong request ID. The one you looked did have a stray space at the end and got the correct error back because of that. The Request ID that I should have sent you for the concurrent modification error is 8334c111059cfa2edc2ac4b85c06f347. Here is the response xml: xml

Re: change keyword status

2011-06-29 Thread kush
hi, In API just like paused status, there is deleted status. I'm trying to use it. But it throws an exception. But, when i use remove operator it permanently removes the keyword rather than just setting status to deleted. I need the keyword, but just want to set the status to deleted.Please help me

RE: [#825730376] URGENT: Issue with traffic estimator

2011-06-29 Thread Rahimzadegan, Ashkan
Sumit and AdWords Reseller Team, Given the fact that the v13 version of Traffic estimator sunsets tomorrow night and we are upgrading to the latest version before then, we appreciate a quick feedback regarding this matter. Thanks Ashkan -Original Message- From: AdWords Reseller Support

Re: Bug API sandbox AdWords

2011-06-29 Thread sahar.brioi
Help for this error Fatal error: Uncaught exception 'ReportDownloadException' with message 'ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH' in C: \Program Files\EasyPHP-5.3.6.0\www\PerfAdwords\lib\aw_api\src\Google \Api\Ads\AdWords\Util\ReportUtils.php:183 Stack trace: #0 C:\Program

Re: RichMediaAd and impressionBeaconUrl

2011-06-29 Thread Kevin Winter
Hi Jason, The MediaService ( http://code.google.com/apis/adwords/docs/reference/latest/MediaService.html) allows you to upload images for advertisements. More documentation regarding flash ads is located here: http://adwords.google.com/support/aw/bin/static.py?hl=en&guide=28427&topic=28431&pa

Re: Concurrent operation error - on a report request?

2011-06-29 Thread Kevin Winter
Hi Reed, I think I located your request in our logs. It looks like the clientEmail you specified (starting epi@) has a space at the end and is listed as invalid. I'm not able to see the XML we returned to you; does it really indicate a concurrent operation error? - Kevin Winter AdWords API

Re: TargetingIdeaService paging problems

2011-06-29 Thread Kevin Winter
Hi Paul, The backend logic has an undocumented (and subject to change) limit of 800 results. The documentation hints at this: "Only a relatively small total number of results will be available through this method". The field totalNumEntries lists the total number of results that the service

Re: CustomerSyncService: returning Ad IDs for Ads that cannot be retrieved

2011-06-29 Thread Kevin Winter
Hi, Unfortunately, there's a bit of undocumented behavior for the AdGroupAdService at play here. When status of the Ad is not specified, the AdGroupAdService only returns back ENABLED and PAUSED ads by default. You need to explicitly include DISABLED as a status to retrieve disabled ads. I

Re: Bug API sandbox AdWords

2011-06-29 Thread sahar.brioi
Merci de m'aider a trouvé une solution On 29 juin, 15:36, "sahar.brioi" wrote: > Bonjour , > > je suis bloqué sur le bug suivant avec mon programme API Adwords: > > Fatal error: Uncaught exception 'ReportDownloadException' with message > 'ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMAT

Re: Avg CPC: API vs Web UI Result

2011-06-29 Thread Kevin Winter
Hi, This question is asked often. Some related discussions: https://groups.google.com/d/topic/adwords-api/dEGoq0xmgwQ/discussion https://groups.google.com/d/topic/adwords-api/4RoPhhO-m-U/discussion - Kevin Winter AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find

Bug API sandbox AdWords

2011-06-29 Thread sahar.brioi
Bonjour , je suis bloqué sur le bug suivant avec mon programme API Adwords: Fatal error: Uncaught exception 'ReportDownloadException' with message 'ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH' in C: \Program Files\EasyPHP-5.3.6.0\www\PerfAdwords\lib\aw_api\src\Google \Api\Ads\AdW

Re: Syncronous report found, use DownloadReport()

2011-06-29 Thread Kevin Winter
Hi, Are you trying to run a cross-client report in v201101? That feature is not fully released yet and is not fully functional. - Kevin Winter AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com ht

Re: Regarding the cross client report

2011-06-29 Thread Kevin Winter
Hi, Cross client reports have not been fully released and will not work as of right now. Please stay tuned to our blog for an announcement when this feature is completely released. - Kevin Winter AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog a

Re: AccountService status post V13?

2011-06-29 Thread Kevin Winter
Hi Reed, Regarding the blog post, that information is correct. There are no current plans to sunset v13 AccountService, but we do recommend using ServicedAccountService if at all possible. - Kevin Winter AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on ou

Re: AD Headline

2011-06-29 Thread Kevin Winter
Hi, According to here: http://adwords.google.com/support/aw/bin/answer.py?hl=en&answer=6095 The ad headline can only be 25 characters. "i4phoenix™ (Official Site)" is 27 characters, which exceeds the headline length. - Kevin Winter AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: v13 reporting taking much longer

2011-06-29 Thread Kevin Winter
Hi, The core engineers have recently taken steps to proactively identify and mitigate very large reports that can prevent other (smaller) reports from finishing in a reasonable amount of time, Having said that, reports can and do take upwards of 30 minutes if the data set is large enough. Ar

How to get number clicks received and how much amount(cost) spent on the campaign for the given date

2011-06-29 Thread siva
Hi All, I am new to Google AdWord API. I need to get the number of clicks/ impressions received through each campaign and the total cost(amount) spent on each campaign for the given date. Actually my application will run every day and it needs to collect these values for the previous day. Please p

Re: AdGroups performance report - why are zero impression adgroups missing?

2011-06-29 Thread Ales Sturala
Txs Eric, and is there any estimate when the v201101 will support cross-client reports? Best, Ales On Jun 28, 10:32 pm, Eric Koleda wrote: > Hi Ales, > > The includeZeroImpression field only works with the Keywords report.  All > other v13 reports will only return rows that have data.  The v2

Aw: i need help 201101 - wdsl

2011-06-29 Thread intswe-goo...@internet-mit-iq.de
bisher: filename Creative Daily 2011-06-18 2011-06-28 true emailaddress ExternalCustomerId CustomerName Campaign Camp

i need help 201101 - wdsl

2011-06-29 Thread intswe-goo...@internet-mit-iq.de
hi, I have used the Apility class for PHP to retrieve information from Google. (API 13 v) Now I switched to version 201101 and use the aw_api_php_lib_2.5.1 I noticed that I must now write the WSDL yourself again, because the standard reports do not give up what I need. Also, many field names hav

Internal API error with ServicedAccountService v201101

2011-06-29 Thread MT
I'm getting internal API errors on queries to ServicedAccountService v201101 that used to work fine. These occur when the authToken is owned by an MCC (not when authenticating with client accounts). The request is: XXX XXX