Basic confusion over Selector Fields and Paths

2013-02-07 Thread Alan Coleman
Hello everyone, I'm a little confused about about Selector Fields. In this instance I'm using the AdGroupService, the appendix is here: https://developers.google.com/adwords/api/docs/appendix/selectorfields#v201209-AdGroupService It may be easier if I explain my confusion by showing some PHP, t

Re: Adwords API giving incorrect volume

2013-02-07 Thread rizo
Hey if we check the impressions for the keyword theer quite large so home come no volume? On Wednesday, January 23, 2013 10:28:47 AM UTC, rizo wrote: > > Hi I am using v2.0.50727 of the adwords api and I think it's giving me the > incorrect volume for some keywords. > > An example would be boys

Best practice for filtering multiple values

2013-02-07 Thread Alan Coleman
Hello everyone, Here's the scenario: I'm using the CampaignService and I'd like to filter on multiple values, in this instance it's Id. So I'd like to use the API to get an array of Ids, however I can't achieve that here because EQUALS doesn't support an array. $selector->predicates[] = new Pr

Re: Best practice for filtering multiple values

2013-02-07 Thread Dorian Kind
Sounds like you're looking for the "IN" operator: Cheers, Dorian On Thursday, February 7, 2013 11:46:51 AM UTC+1, Alan Coleman wrote: > > Hello everyone, > > Here's the scenario: I'm using the CampaignSer

Re: Which character encoding is used in client reporting?

2013-02-07 Thread Dorian Kind
As far as I can recall, downloadFormat "CSV" is encoded using UTF-8 while the Excel .csv format (I can't seem to find its downloadFormat value) uses UTF-16LE. Cheers, Dorian On Wednesday, February 6, 2013 10:14:55 PM UTC+1, Alun Hewinson wrote: > > I have a keyword report which I want to read i

Re: Best practice for filtering multiple values

2013-02-07 Thread Alan Coleman
Thanks Dorian! On Thursday, February 7, 2013 12:04:00 PM UTC, Dorian Kind wrote: > > Sounds like you're looking for the "IN" operator: < > https://developers.google.com/adwords/api/docs/reference/latest/CampaignService.Predicate > > > > Cheers, > Dorian > > On Thursday, February 7, 2013 11:46:51 A

Performance Reports on Product Listing Ads

2013-02-07 Thread kzimmermann
Hello, is there currently any way of getting performance data (ie. product_id etc. at the adgroup level) of product listing ads using the report functionality of the adwords API ? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adword

Re: Jaxws classes not working on App Engine- java.lang.IllegalAccessException, Reflection not allowed

2013-02-07 Thread Kevin Winter (AdWords API Team)
Hi Tom, At this point, I think it may be worth trying this with maven on appengineand see if you're still running into this problem. It's really difficult to reproduce the exact environment a given developer may be end and maven

AdParams don't show up, neither the default nor the insertion text

2013-02-07 Thread Thomas Jez
Hi, When I set an Ad description as "{param1:tolle} Ferienhäuser in Mol", the Ad should show it as "tolle Ferienhäuser in Mol" or as "27 Ferienhäuser in Mol" (supposing "27" is my insertion text). But it shows as "{param1:tolle} Ferienhäuser in Mol". It has to be a very dumb error, but I don't

Re: Strange inconsistency with soap and client

2013-02-07 Thread Kevin Winter (AdWords API Team)
Hi, It's possible the perl library logs slightly different XML than what is being sent to the server - we have that problem in python due to a bad XML library we're stuck with. In any case, I think the problem is that your tag name is campaignId but it should be Id: https://developers.google

Re: How to programmatically recording an Adword conversion?

2013-02-07 Thread David Torres
Hi, As Evgeniy says, there is no way to programmatically trigger a conversion via the AdWords API (it is all via the conversion html/javascript code). But I believe your option 1 will work. You just need to figure out how to lock your conversion page to only your applications (there many ways y

Re: How do we get the default bid back when modifying bidding strategy?

2013-02-07 Thread David Torres
Hi Oliver, Your solution sounds like the best to me as well. You also have the option to consult the AdGroupService, but that as you might now will cost more than using reports. Best, - David Torres - AdWords API Team On Tuesday, February 5, 2013 12:39:50 PM UTC-5, Oliver wrote: > > I'm tryin

Re: Is eligibility of bidding strategy available through the API?

2013-02-07 Thread David Torres
Hi Oliver, It is possible, please check this object and let me know if you have further questions. Best, - David Torres - AdWords API Team On Wednesday, February 6, 2013 5:30:35 AM

Re: mutatejobservice on a existing and new campaigns

2013-02-07 Thread David Torres
Hi Francesco, You cannot do this in one single request to the MJS, but instead you can group all your campaign creation operations in one MJS request and then wait for the response, then do the same for the ad groups and so on. Best, - David Torres - AdWords API Team On Wednesday, February 6,

Re: Determining if a campaign / adgroup has Contextual Targeting

2013-02-07 Thread David Torres
Hi, So you basically got to check the AdGroup TargetingSettingDetailI. If you find an entry there for like placements in it, it means that the AdGroup is specifically targeting that type of c

Re: MutateJobService question

2013-02-07 Thread David Torres
Hi John, That is entirely possible. Best, - David Torres - AdWords API Team On Wednesday, February 6, 2013 5:18:50 PM UTC-5, John Lister wrote: > > Hi, when using the BulkMutateJob service, is it possible to save the job > IDs and query for them with a different Job service, possibly in a > d

Re: Basic confusion over Selector Fields and Paths

2013-02-07 Thread David Torres
Hi Alan, The only reason I can see this happening is because your AdGroup as not experiment attached to it. Lets me know if this is not the case, and if you have an example ID. Best, - David Torres - AdWords API Team On Thursday, February 7, 2013 4:13:21 AM UTC-5, Alan Coleman wrote: > > Hell

How can I download a reports for a multiple campaigns in a single excel sheet?

2013-02-07 Thread Kapil
Hey, I'm new to adwords api and I need to download a report for all the campaigns on daily basis into a single excel sheet. How can I do that? Thanks, Kapil -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com h

Adwords API required SSL certificates keep changing

2013-02-07 Thread Jonathan Wu
We have a special case where an internal web app grabs campaign names and ids using Google Adwords API, but also must connect to our internal SSO server. Since the SSO server has a self-signed certificate, we need to use a custom truststore. This breaks SSL verification for Google. To fix this

RangeError too high when trying to add an Ad Group

2013-02-07 Thread Ed
Hi I have some code that works to add an Ad Group to a campaign, and it has worked fine in the past, however I am trying to use it with a new client and I am getting the following error: [RangeError.TOO_HIGH @ operations[0].operand.campaignId.id]Array The array I'm putting in is as follows: A

CANNOT_CREATE_ENHANCED_CAMPAIGN

2013-02-07 Thread Amelia
What am I doing wrong here? I've tried setting Campaign.enhanced when creating a new campaign (on a test account) but I get back this error and I can't find any documentation on why. https://adwords.google.com/api/adwords/cm/v201209";> ADD Enhanced Test Campaign ACTIVE 20130228 20131108 11842

Test Account Approval (longer than 2 weeks)

2013-02-07 Thread UFM Marketing
I submitted the required information for the test account and have not heard back in order to start our testing report for approval. Can I please get a status on the test account? Lance lance.br...@golocal247.com -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog