Re: Exception while adding a template Ad

2014-09-26 Thread Narendra Mohan
Hi Josh, Thank you for your quick response. I am trying to create a general purpose Ad from Ad gallery. I created this type of ad in API as below. Ad Gallery --> General Purpose Ad --> Blank template. We are getting template Id as 277 for the above created ad. My selectors : "TemplateId", "

Re: Strange SelectorError.START_INDEX_IS_TOO_HIGH

2014-09-26 Thread Joanna
Hello Daniel, Thank you for a fast response. I see campaignId and adGroupId are not included with zero impression results :/ Is there a report that I could extract this information (something corresponding to the campaignfeedservice/adgroupfeedservice)? Best regards, Joanna W dniu czwartek, 25

Re: Translations of Verticals?

2014-09-26 Thread Alexander Nitschke
Hi Josh, I have sent you the CustomerId and screenshots for French and German examples in a private message. Hope you got it. Best regards, Alexander >> -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ http

Search Term reports for Shopping campaigns

2014-09-26 Thread mcc
Hi, with the old PLA campaigns we were able to run search term reports on them an pull back the search terms used to generate impressions and clicks. However this doesn't seem to work with the new Shopping campaigns. Is it possible to obtain the matching search terms for shopping queries at all?

2 questions about getting data

2014-09-26 Thread Karen Martirosyan
Hi, I am using php google adowrs api v201406. Could you please answer to these 2 questions 1. How can I get total clicks and total impressions for campain by campaignId. I tried ReportDefinitionService, but it doesn't return data, but save it in file. I can read it after it, but I don't think th

How can I get campaignId, campaignName, total clicks, total impressions

2014-09-26 Thread Karen Martirosyan
Hi, I am using php adwords api. I have 2 questions. 1. How can I get these fields campaignName, total clicks, total impressions. Via ReportDefinitionService we can save the file, but is there a way without saving get data. 2. How can I get 'Headline', 'Id', 'Description1', 'Description2' by c

Re: Strange SelectorError.START_INDEX_IS_TOO_HIGH

2014-09-26 Thread Danial Klimkin
Hello Joanna, Correct. Adding campaign ID w/zero impression potentially results in number_of_campaigns * number_of_feed_items rows (due to use of matching function). Feed and Feed Item IDs are zero-compatible though, you can retrieve those and map on the client side. -Danial, AdWords API Te

Re: How to use adwords API to create "mobile app installs" campaign ?

2014-09-26 Thread Jelly Hu
Hi, Thanks for your reply! Could you explain to me the whole process about promoting app via API such as creating "mobile app installs"instead of UI,include AdGroup and Ad(words , image , video). Please be aware that the effect from API should be the same as that from UI. Thanks. On Friday,

Remarketing / PHP / Symfony2

2014-09-26 Thread Michael Adaixo
Hello, I'd like to know if it is possible, and how, to create remarketing with the AdWords PHP lib. I'm currently using Symfony in my project, and would like to create a user list to enable remarketing. I've been looking at the samples but can't get any results. The code samples on the remark

CANNOT_OPERATE_ON_DELETED_ADGROUPAD

2014-09-26 Thread aroxotest18
Hi , I done the following process: 1. Created Adgroups 2. i deleted (removed) adgroup names as "Table" manually 3. Next i Added "Table" adgroup without product groups, but i can see the product groups that exist already , i am getting this error " *CANNOT_OPERATE_ON_DELETED_ADGROUPAD *" Loo

Get "Conv. (opt)" from reports

2014-09-26 Thread David Antunes
Hi, What is the correct way to get the "Conv. (opt)" metric from the reports API? (As well as the "Total Conv. Value (opt)", "Conv Rate (opt)", etc) Many thanks, David -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogs

Re: DSA criteria suddenly appear in CRITERIA_PERFORMANCE_REPORT

2014-09-26 Thread oseemann
Thanks for your help, Josh. Have a nice weekend. Oliver On Thursday, September 25, 2014 3:35:33 PM UTC+2, Josh Radcliff (AdWords API Team) wrote: > > Hi Oliver, > > Thanks for confirming. After I raised this issue one of my colleagues > pointing out that there was a recent fix (around Sep 19) t

Re: CANNOT_OPERATE_ON_DELETED_ADGROUPAD

2014-09-26 Thread sébastien pénagos
Hi, one good way to avoid this problem is to change the name before the delete, put an extra random/unique number at the end of the adgroup name Le vendredi 26 septembre 2014 15:50:04 UTC+2, aroxo...@gmail.com a écrit : > > Hi , > > I done the following process: > > 1. Created Adgroups > > 2. i

How to start using a simple adwords campaign creation using java?

2014-09-26 Thread Gitaaab
Hi, i have a adwords account to test campaign creation etc... I can create them using my adwords account directly. What i want now is to create adwords campaign using java. I found a project here : https://google-api-adwords-java.googlecode.com/svn/trunk/examples/v201309/ and i used the code AddC

INCOMPLETE_SIGNUP

2014-09-26 Thread yassine . benbrahim
Hi, i've been working on the Api with a test account but now that i am using the production account i've the INCOMPLETE_SIGNUP error. I've enter the billing informations and then accept the Terms. I can give you the account information in a private message in order to discover the problem. Also,

Re: How to start using a simple adwords campaign creation using java?

2014-09-26 Thread Josh Radcliff (AdWords API Team)
Hi, The client library you are using is quite outdated. Please use the latest version on github here: https://github.com/googleads/googleads-java-lib The README and OAuth2 guide

Re: INCOMPLETE_SIGNUP

2014-09-26 Thread Josh Radcliff (AdWords API Team)
Hi, The INCOMPLETE_SIGNUP error is occurring because your developer token has not been approved (see the Common Errors guide for details), so it cannot be used for API requests against production AdWords accounts.

Re: INCOMPLETE_SIGNUP error returned by Adwords API

2014-09-26 Thread Steve Renaker
Hi Josh, I got hold of the compliance group and got the T&C issue sorted out, but now I've got another error I can't get past. When I try to add a new campaign through my test account I get this error: suds.WebFault: Server raised fault: '[OperationAccessDenied.ADD_OPERATION_NOT_PERMITTED @ cl

URL clarification - url, finalUrls, finalMobileUrls, and finalUrls ...

2014-09-26 Thread BDCoder
Are the finalUrls and finalMobileUrls fields of an Ad used in the production environment of AdWords? For example, if I have two URLs, as follows: Desktop URL = http://www.mysite.com/details.html Mobile URL = http://www.mysite.com/m/details.html Can I set the "finalUrls" and "finalMobileUrls" f

Re: URL clarification - url, finalUrls, finalMobileUrls, and finalUrls ...

2014-09-26 Thread BDCoder
Found this -- but am still looking for a full description of the fields I mentioned... https://developers.google.com/adwords/api/docs/guides/upgraded-urls -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https

Re: Search Term reports for Shopping campaigns

2014-09-26 Thread Josh Radcliff (AdWords API Team)
Hi John, I just ran a quick test on one of my shopping campaigns with impressions, and I noticed that I didn't get any data back until I included the *Impressions* field. However, based on your question it sounds like you are already doing that. Would you mind sending me your campaign IDs and t

Re: How can I get campaignId, campaignName, total clicks, total impressions

2014-09-26 Thread Josh Radcliff (AdWords API Team)
Hi, Using the PHP library there is no way (yet) to get the stream of data without first writing to a file, so you'll have to first download the report to a file, and then read the file contents. We're aware that there's interest in adding this functionality and are working on it. Regarding you

Re: Translations of Verticals?

2014-09-26 Thread Josh Radcliff (AdWords API Team)
Hi Alexander, Thanks for sending those over. I'll forward them along to the appropriate team. Cheers, Josh, AdWords API Team On Friday, September 26, 2014 4:48:45 AM UTC-4, Alexander Nitschke wrote: > > Hi Josh, > > I have sent you the CustomerId and screenshots for French and German > example

Re: Exception while adding a template Ad

2014-09-26 Thread Josh Radcliff (AdWords API Team)
Hi, The only template types (IDs) supported by the API are the ones listed on the templates page I mentioned earlier. Since 277 is not on that page, you'll only be able to create those ads from the UI. Cheers, Josh, AdWords API Team On Friday, September 26, 2014 4:16:40 AM UTC-4, Narendra Moha

Re: How to use adwords API to create "mobile app installs" campaign ?

2014-09-26 Thread Josh Radcliff (AdWords API Team)
Hi, We don't have an end-to-end example for all of the steps you mentioned, but every client library has dozens of code examples. Below are a few that you may find helpful (note that I'm showing links to the Java library, but every library will have similarly named example folders and files):

Re: INCOMPLETE_SIGNUP error returned by Adwords API

2014-09-26 Thread Josh Radcliff (AdWords API Team)
Hi Steve, That error is due to the same issue mentioned in this post . Your test CID is for an *MCC*, but you cannot create campaigns in an MCC. You'll want to create a child test *AdWords* (non-MCC) account under your test

Re: Remarketing / PHP / Symfony2

2014-09-26 Thread Josh Radcliff (AdWords API Team)
Hi, Have you checked out the AddAudience.php PHP library example, or is that not working? If not, could you provide more details such as errors? Thanks, Josh, AdWords API Team On

Re: URL clarification - url, finalUrls, finalMobileUrls, and finalUrls ...

2014-09-26 Thread Anash P. Oommen (AdWords API Team)
Hi, 1. Yes, the user will be sent to the right version of the url depending on the detected device. 2. No, url needn't be set if you set finalUrl. Url field will eventually go away, and will be replaced by the finalUrls fields - FinalUrl is where you want your customer to land. - FinalMobileUrl

Re: Cannot generate Adword Summery Report.

2014-09-26 Thread Anash P. Oommen (AdWords API Team)
Hi Purvish, Could you please post this on https://groups.google.com/forum/?utm_medium=email&utm_source=footer#!forum/adwords-scripts? Cheers, Anash P. Oommen, AdWords API Advisor. On Thursday, September 25, 2014 3:13:08 AM UTC-4, Purvish Patel wrote: > > I follow the step to get Adwords Summer

Re: Image Ad Upload

2014-09-26 Thread Anash P. Oommen (AdWords API Team)
Hi Conor, This is a code example from an old version of the client library. Let me know if it works for you. // Create your image ad. ImageAd imageAd = new ImageAd(); imageAd.name = "My Image Ad"; imageAd.displayUrl = "www.example.com"; imageAd.url = "http://www.examp

Re: URL clarification - url, finalUrls, finalMobileUrls, and finalUrls ...

2014-09-26 Thread BDCoder
Anash, Yes -- makes perfect sense ... thank-you... Now -- a while back there was a form posted to signup to be white listed so we could use the upgraded URLs (see form at: https://services.google.com/fb/forms/upgradeurls/ ) Does "upgraded" URL's mean the final* URL's?? Or to put it another wa