Re: Destination url in AdGroupService API

2012-04-16 Thread Vipin
Hello Pete and Yagmur, Thanks to both. I got it. Thank you again. Vip > -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: sandbox

2012-04-16 Thread newbie_boxers
Thanks for that Pete but It is my first time using Google APIs. I don't know where to begin with your given url. :) On Monday, April 16, 2012 9:16:53 PM UTC+8, Pete Lavetsky (AdWords API Guru) wrote: > > http://code.google.com/apis/adwords/docs/sandbox.html > > Pete > -- =~=~=~=~=~=~=~=~=~=~=

Problem with traffic estimation v201109

2012-04-16 Thread Michael Frost
I'm getting back all zeros for keyword estimates for keywords that show non-zero values when checked with the AdWords UI. I've found similar problems reported in the past, but none of the conditions in those posts appear to apply. I don't have one keyword stealing from others in the same requ

Re: adhoc Report

2012-04-16 Thread marc
I know both are similar, but go one can go to Izenda.com, an ad hoc reporting site, and know the difference. On Monday, April 2, 2012 6:35:57 AM UTC-4, ja wrote: > > How exactly is adhoc reporting different from Report Definition Service > > -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Al

Re: QuotaCheckError.INCOMPLETE_SIGNUP_NO_BILLING_INFO but ONLY for ReportDefinitionService

2012-04-16 Thread Markus Sobczak
Hi Pete, yes, quite sure about it... testGetAccountHierarchy() works fine, testGetDefinedReports() throws the exception. Markus protected function setUp() { parent::setUp (); $this->user = new AdWordsUser('D:/work/adwords/auth.ini', NULL, NULL, NULL, NULL, NULL, NULL, 'D:/work/adwords/settin

Re: "Products and Services" taxonomy, where are the IDs for TargetingIdeaService ?

2012-04-16 Thread Kevin Winter
Hi, The Products and Services categories are documented (with IDs) here: http://code.google.com/apis/adwords/docs/appendix/productsservices.html - Kevin Winter AdWords API Team On Friday, April 13, 2012 5:21:43 AM UTC-4, Daniele Calisi wrote: > > Dear all, > I am trying to use the TargetingIde

Re: Site links and desination urls

2012-04-16 Thread Kevin Winter
Hi, Unfortunately, that's not how sitelinks work. Sitelinks are intended to embed high level destinations as part of your campaign (i.e. www.dogs.com, www.cats.com). If you want to track clicks via sitelinks, you can still use ValueTrack with the sitelinks destinationUrl: http://support.goo

Re: No Result for COMPETITION in TargetingIdeaService (v201109)

2012-04-16 Thread Kevin Winter
Hi, I was able to reproduce this in the sandbox. When I tested against production, I did receive a valid response. I've filed an issue with the core engineers to see if we can correct this behavior. In the meantime, rest assured that production shouldn't have this problem. I apologize for

Re: Estimated total impressions

2012-04-16 Thread u...@taykey.com
Hi Kevin, Thanks a lot! i will use them for now. On Monday, April 16, 2012 5:01:10 PM UTC+3, Kevin Winter wrote: > > Hi, > Unfortunately, this field is not yet exposed in the API. I've filed a > feature request to make this data available. > > In the meantime, the TargetingIdeaService exposes

Re: requestedattributetypes AttributeType["keyword"] in vesrion v201109 ?

2012-04-16 Thread Kevin Winter
Hi TC, You want to use AttributeType.CRITERION in v201109: http://code.google.com/apis/adwords/docs/reference/latest/TargetingIdeaService.TargetingIdeaSelector.html - Kevin Winter AdWords API Team On Wednesday, April 11, 2012 12:28:16 PM UTC-4, TC wrote: > > attributes[0] = AttributeType.KEYWO

Re: Grandtotal summary in 201109?

2012-04-16 Thread Kevin Winter
Hi, What do you mean by a grand total? The v201109 reports do include a summary row which totals all statistics for the timespan of the report. - Kevin Winter AdWords API Team On Wednesday, April 11, 2012 2:57:46 AM UTC-4, Maria Engström wrote: > > Hi, > > Been switching over to the v201109 f

Re: Negative keywords at account level?

2012-04-16 Thread Kevin Winter
Hi, Unfortunately, it is not currently possible to add Negative Keywords at the Account level. I'll convey this feedback to the core engineers. - Kevin Winter AdWords API Team On Tuesday, April 10, 2012 7:47:14 PM UTC-4, Tommy Newman wrote: > > I haven't seen that this is possible, but I just

Re: Geo Target Zip Codes w/API?

2012-04-16 Thread Kevin Winter
Hi, Zip Code targeting is not currently available via the AdWords API. Follow our blog to find out about new features in the API: http://googleadsdeveloper.blogspot.com/ - Kevin Winter AdWords API Team On Tuesday, April 10, 2012 12:50:16 PM UTC-4, JBrandt wrote: > > > Google recently added Z

Re: Estimated total impressions

2012-04-16 Thread Kevin Winter
Hi, Unfortunately, this field is not yet exposed in the API. I've filed a feature request to make this data available. In the meantime, the TargetingIdeaService exposes the *MONTHLY_SEARCHES and APPROX_CONTENT_IMPRESSIONS_PER_DAY (for display network) which is similar information. - Kevin W

Re: Negative keyword Criterion

2012-04-16 Thread u...@taykey.com
Pete, Thank you very much! Udy On Monday, April 16, 2012 4:09:00 PM UTC+3, Pete Lavetsky (AdWords API Guru) wrote: > > Udy, > > You can set a keyword criterion at the campaign level, you just use the > CampaignCriterion object rather than the NegativeCampaignCriterion object. > And yes, crit

Re: Image ad and media service

2012-04-16 Thread u...@taykey.com
and this mediaId field used when creating new Image (just set the media id field in the Image object?) On Monday, April 16, 2012 4:06:11 PM UTC+3, Pete Lavetsky (AdWords API Guru) wrote: > > A Media array is returned on a successful upload using the MediaService. > For each of the objects in t

Re: Destination url in AdGroupService API

2012-04-16 Thread Yagmur COKER
You are welcome. Yes AdGroupAdService is what you need. Sent via the Samsung Galaxy S™ II Skyrocket™, an AT&T 4G LTE smartphone. Original message Subject: Re: Destination url in AdGroupService API From: Vipin To: adwords-api@googlegroups.com CC: vtriovi...@gmail.com Hello

Re: Disapproved AdGroup

2012-04-16 Thread Pete Lavetsky (AdWords API Guru)
I'm not sure where this "CreativeApprovalStatus" is coming from. If I had to guess, the email is saying there are AdGroup Ad's that are disapproved, rather than AdGroup's themselves. I'd use the AdGroupAdService and use populate a predicate according to this: http://code.google.com/apis/adwor

Re: Negative keyword Criterion

2012-04-16 Thread Pete Lavetsky (AdWords API Guru)
Udy, You can set a keyword criterion at the campaign level, you just use the CampaignCriterion object rather than the NegativeCampaignCriterion object. And yes, criterion added in this way affects all AdGroups under the Campaign. Pete -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also

Re: Image ad and media service

2012-04-16 Thread Pete Lavetsky (AdWords API Guru)
A Media array is returned on a successful upload using the MediaService. For each of the objects in this array there is a mediaId field. Pete -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.c

Geo Report with Destination url ?

2012-04-16 Thread Ava Sem
Hey Everyone, Im looking to generate a Country report with a n additional column of Destination url - that could be also vice versa. Seems as there is no option for that either in the Dimmention or in the MCC reports. Did anyone tackle this issue ? any work around ? It seems that the Geo repo

Image ad and media service

2012-04-16 Thread u...@taykey.com
hi, i want to create an ImageAd Since the media service only get/add *Images,* and the ImageAd field adToCopyImageFrom uses the id of ImageAd. so how can i *use the media service* in order not to upload the same image for AdGroupAd 10X! -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ A

Re: Negative keyword Criterion

2012-04-16 Thread u...@taykey.com
bump! On Monday, April 9, 2012 4:42:55 PM UTC+3, u...@taykey.com wrote: > > Hi all, > > say I have a campaign with only one ad group > is there any difference between negative keyword in the campaign level > (NegaitveCampaignCriterion) to negative keyword in the adgroup level > (NegativeAdGroup

Disapproved AdGroup

2012-04-16 Thread Charles Best
Hi all, I want to use API to delete *disapproved* AdGroups. So I want to ask the list first. The following code doesn't return me *any results* (and any error aswell). But I received many email with the list of disapproved AdGroup, so *they are but I can get by API*. Where I am wrong? Maybe som

sandbox

2012-04-16 Thread newbie_boxers
can you provide a link for step by step tutorial about sandbox guys? Thanks! :) -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Destination url in AdGroupService API

2012-04-16 Thread Vipin
Hello Yagmar, Thank you very much for your reply. I got the idea. Can I get destination url, if I use "AdGroupAdService." service? Please let me know. thanks, Vip On Monday, April 16, 2012 12:25:51 PM UTC+5:30, yagmur wrote: > > Hey Vip, > > Destination url belongs to an ad (text ad, image ad