how to use google adword api, So that i can add my add with dynamically from my application

2014-09-03 Thread pavinder naik
Hi. I am new to Google Ad-words .How to integrate Google Ad-words API to my ad-words account so that i can use it easily. I want to use Google Ad-words API to change my Ad-words keywords dynamically as per relevant searches in Google is it possible to do so ? I have completely gone through

Issues with update SiteLinks Feed example

2014-09-03 Thread Tomas Rimkus
Here are few issues I noticed with your UpdateSitelinks example (I'll be referring specifically to PHP version of the example https://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201406/AdvancedOperations/UpdateSitelinks.php ): - There is no need to readd feed

Re: Issue retrieving Campaign Budget amount with CampaignService (v201406)

2014-09-03 Thread Gaëtan Gautron
OK my bad: amount is in the SOAP response but in a format I did not expect. Sorry for the inconvenience. Gaëtan Le mardi 2 septembre 2014 22:45:28 UTC+2, Ray Tsang (AdWords API Team) a écrit : Gaetan, Please send me the full request/response SOAP XML in private. Thanks, Ray On

Re: com.google.api.ads.common.lib.exception.ServiceException: Unexpected Exception. at com.google.api.ads.common.lib.soap.jaxws.JaxWsHandler.createSoapClient(JaxWsHandler.java:237)

2014-09-03 Thread Elad Winkler
Hi Josh, Here is the stack trace: 1. com.google.api.ads.common.lib.exception.ServiceException: Unexpected Exception. at com.google.api.ads.common.lib.soap.jaxws.JaxWsHandler.createSoapClient(JaxWsHandler.java:237) at

Difference between Adwords API and Ad exchange API

2014-09-03 Thread Abinash Mishra
Hi ?i am familiar with Adword campaign but I am new to Ad exchange program but when I want to login https://www.google.com/adxbuyer/ it will land me to my Adword MCC account where as it didnot show any option to create RTB campaign. Please help. -- --

Re: Unable to get refresh Token

2014-09-03 Thread Josh Radcliff (AdWords API Team)
Hi, Are you running GetRefreshToken.php from the command line? All of the examples are meant to be run from the command line, as they write to stdout and (in some cases) read from stdin. Also, if you haven't already done so, I'd recommend going through the PHP library's Using OAuth 2.0 page

Unable to get refresh Token

2014-09-03 Thread Shukla Abhinav
*I am trying to run my adwords but everytime I try to execute the GetRefreshToken.php file on my server I get the following error* quot;Warning: Error parsing ../googleads-php-lib-master/src/Google/Api/Ads/AdWords/Lib/api.properties on line 14 in ..

Re: Difference between Adwords API and Ad exchange API

2014-09-03 Thread Josh Radcliff (AdWords API Team)
Hi, If you are having trouble accessing your Ad Exchange account, please use the *Contact Us* link in the Ad Exchange Help Center https://support.google.com/adxbuyer/answer/177141. If you are looking for a good introduction to the Ad Exchange API, please refer to the API documentation

Re: Is the 'Low Search Volume' label available via the API?

2014-09-03 Thread GregT
Would anyone from Google be able to confirm that the systemServingStatus of RARELY_SERVED correlates to Low Search Volume? Thanks, Greg On Friday, July 18, 2014 9:54:44 AM UTC-5, GregT wrote: I know this is a kind of old thread, but would someone from Google be able to respond with a

Re: Issues with update SiteLinks Feed example

2014-09-03 Thread Josh Radcliff (AdWords API Team)
Hi, Thanks for the feedback. We created that example when the LINE 2 and LINE 3 placeholder fields https://developers.google.com/adwords/api/docs/appendix/placeholders were added to the API and AdWords. At that time, we had users with Feeds for sitelinks that: - did not have those

Re: Get Revenue PPC Report from API

2014-09-03 Thread Oscar Martinez
Hi Josh, Thank you. The report that we need is Keyword Report. But now we have a new problem, because some columns' values are different of the results exported in AdWords, but curiously we have a difference of 1 million. For example Avg-CPC, Cost, Cost/conv we can have something like

Re: how to use google adword api, So that i can add my add with dynamically from my application

2014-09-03 Thread Ray Tsang (AdWords API Team)
Pavinder, That sounds like a general Java related issue where you don't have all the dependent libraries. It's perhaps the easiest if you use Maven so that all of the dependent libraries are automatically included. Thanks, Ray On Wednesday, September 3, 2014 3:16:45 AM UTC-4, pavinder naik

Re: Is the 'Low Search Volume' label available via the API?

2014-09-03 Thread Ray Tsang (AdWords API Team)
Greg, To help me to be on the same page, could I trouble you to send a fuller screenshot of where you are seeing this in the UI? Thanks, Ray On Wednesday, September 3, 2014 12:29:58 PM UTC-4, GregT wrote: Would anyone from Google be able to confirm that the systemServingStatus of

Re: How to bid on a placement (mobile) in the API ?

2014-09-03 Thread Berry Tsakala
Thank you. 1. I wrote this script, it ran successfully, but i can't find the placement i just added (nor its bid). my adgroup is '16263290945', the placement_url: '1-848160327' 2. in the GUI it seems that i need to set enable custom bids. according to older posts this is done by setting

Re: Get Revenue PPC Report from API

2014-09-03 Thread Josh Radcliff (AdWords API Team)
Hi, That's due to the fact that all money values in reports are returned in micros. Please see the following link to our *Reporting Concepts Guide* for details. https://developers.google.com/adwords/api/docs/guides/reporting-concepts#money Cheers, Josh, AdWords API Team On Wednesday,

Re: com.google.api.ads.common.lib.exception.ServiceException: Unexpected Exception. at com.google.api.ads.common.lib.soap.jaxws.JaxWsHandler.createSoapClient(JaxWsHandler.java:237)

2014-09-03 Thread Josh Radcliff (AdWords API Team)
Hi Elad, If you look farther down in the stack trace, you can see that the underlying cause is: Caused by: java.security.AccessControlException: access denied (java.lang.RuntimePermission getClassLoader) at com.google.appengine.runtime.Request.process-c509f460b78b2c71(Request.java) at

Re: Is the 'Low Search Volume' label available via the API?

2014-09-03 Thread GregT
Hi, Ray. I've attached a screenshot. Thanks, Greg On Wednesday, September 3, 2014 12:44:51 PM UTC-5, Ray Tsang (AdWords API Team) wrote: Greg, To help me to be on the same page, could I trouble you to send a fuller screenshot of where you are seeing this in the UI? Thanks, Ray On

Re: Get Revenue PPC Report from API

2014-09-03 Thread Oscar Martinez
Thank you, it's clear. Kind regards, On Friday, August 29, 2014 12:42:02 PM UTC-6, Oscar Martinez wrote: Hi, I would like to know if it's possible to get the Revenue PPC Report from API. In this moment the person in charge need to login into AdWords and export it from there. But it

IP Range for AdWords API (.Net Library)

2014-09-03 Thread Oscar Martinez
Hi, One of the last things that I need to know. We know we should open the 443 port to have API connection working, using .Net Library. Is it possible to know the possible IPs to open that port only to those IPs? We saw that it doesn't use the same IP always. Thank you, -- --

Error when adding CampaignCriterion (ProductSalesChannel) to Shopping Campaign

2014-09-03 Thread ptdang
Shopping Campaign has SalesCountry of GB and I am trying to add a ProductSalesChannel (Online, id: 200). I am receiving this error. CampaignCriterionError.SHOPPING_CAMPAIGN_SALES_COUNTRY_NOT_SUPPORTED_FOR_SALES_CHANNEL This appears to be a bug :) -- --

Re: Is the 'Low Search Volume' label available via the API?

2014-09-03 Thread GregT
Hi, Ray. I just realized I might have cropped slightly too much, so in case it's not clear, this is a screenshot from the keywords tab of a search campaign in the AdWords UI. Thanks, Greg On Wednesday, September 3, 2014 3:04:57 PM UTC-5, GregT wrote: Hi, Ray. I've attached a screenshot.