Re: clicks,cost,conversion etc before shopping campaign

2015-02-26 Thread AroxoDev team
Hi Josh, Could you please help me out on these too ? Currently we could able get product wise clicks for shopping campaign, Can we able to get product wise clicks for all campaigns? Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Unable to access some authorized clients

2015-02-26 Thread do
We are unable to access some of our clients who authorize us to manage their account using the API, while others work perfectly well. We are mostly using the OfflineConversion API, but for testing a specific client we are having troubles with I am executing get_account_hierarchy.pl which

Re: how to get reach data(unique impressions) for each campaign

2015-02-26 Thread Michael Cloonan (AdWords API Team)
Hello, We are aware of this gap and are working on adding a method for you to reach this data via reporting. Please watch our blog http://googleadsdeveloper.blogspot.com/ for new feature announcements to keep up do date. Regards, Mike, AdWords API Team On Thursday, February 26, 2015 at

Re: how to get reach data(unique impressions) for each campaign

2015-02-26 Thread Eitan Shay
Thanks Michael. So for now we cannot get the reach data from AdWords API, is there any other way to get it? If not, Could you please tell us the approximate time that this feature will be released? Best regards, Eitan On Thursday, February 26, 2015 at 10:00:58 PM UTC+8, Michael Cloonan

Re: Geolocation for campaign problem

2015-02-26 Thread Justin Coon
Hello, Has there been any updates on this? We are looking to integrate adwords API geo targeting and Google maps. Thanks Justin On Friday, January 3, 2014 at 10:42:39 AM UTC-6, Aleksander Dębski wrote: Hi Anash, This still remains a problem for me, since I cannot use criteria ID to

API Geo targeting, GEO_PERFORMANCE_REPORT, and Google Maps

2015-02-26 Thread Justin Coon
Hello all We are looking to integrate adwords API geo targeting and reporting with Google maps. What we would like to do is 1) Show clients their geotargeting range on a google map 2) Show clients reporting statistics for campaigns, overlaid on a google map (something like a heatmap for

Re: AuthenticationError.OAUTH_TOKEN_INVALID while accessing AdWord API

2015-02-26 Thread Stephen Burrows
I just ran into this error as well. I tried to go to the URL you provided, Josh, and got the following error: { error: invalid_token, error_description: Invalid Value } Which is weird since I *just* used that token to generate a refresh token. Here's my code (essentially): $oauth2Info =

Re: AuthenticationError.OAUTH_TOKEN_INVALID while accessing AdWord API

2015-02-26 Thread Stephen Burrows
Just tried again with a test account - got the same error. On Thursday, January 8, 2015 at 7:18:45 AM UTC-8, Josh Radcliff (AdWords API Team) wrote: Hi, Could you provide some more details? For example, are you using one of the client libraries, or just constructing the OAuth and API

Re: AuthenticationError.OAUTH_TOKEN_INVALID while accessing AdWord API

2015-02-26 Thread Stephen Burrows
My issue ended up being that I was using the authorization code as the access token. Ugh. For future reference, don't forget this step: $OAuth2Handler = $user-GetOAuth2Handler(); $user-SetOAuth2Info($OAuth2Handler-GetAccessToken($user-GetOAuth2Info(), $_GET['code'], REDIRECT_URI)); On

Re: how to get reach data(unique impressions) for each campaign

2015-02-26 Thread Michael Cloonan (AdWords API Team)
Hello, For now, I believe you can still use these reports with API version v201406. Unfortunately, I cannot comment on release dates or timelines for future features. Regards, Mike, AdWords API Team On Thursday, February 26, 2015 at 9:30:16 AM UTC-5, Eitan Shay wrote: Thanks Michael. So

Re: Passing GCLID and getting Errors with Ruby Script

2015-02-26 Thread Michael Cloonan (AdWords API Team)
Hello Marlon, Please note that the Ruby library no longer supports Ruby 1.8. There is a chance it may still function, but we won't fix any bugs specific to that version. Could you please include the Ruby source code so I can look at what you're doing? If you don't feel comfortable sharing

Re: API Access to Billing Transaction History reports

2015-02-26 Thread Michael Cloonan (AdWords API Team)
Hello, The reports page you linked to is the canonical list of all reports available in the AdWords API. Anything not listed there is not available via the API. There is currently no way to fetch billing or transaction information from the AdWords API. Regards, Mike, AdWords API Team On

Passing GCLID and getting Errors with Ruby Script

2015-02-26 Thread Marlon Haniff
We are passing gclid values back to Google but we are getting this type of error: /home/marlon/.rvm/rubies/ruby-1.8.7-head/lib/ruby/1.8/net/smtp.rb:577:in `initialize': wrong argument (NilClass)! (Expected kind of OpenSSL::SSL::SSLContext) (TypeError) from

Re: Awql Campaign from AdgroupCriterionService

2015-02-26 Thread Danial Klimkin
Hello Eitan, Yes, you can select from only one report at a time. -Danial, AdWords API Team. On Thursday, February 26, 2015 at 1:31:59 AM UTC-5, Eitan Shay wrote: Hi Danial, Does it mean cross-service joins if I join like below: SELECT Id, Name, Impressions, Clicks, Ctr, AverageCpm,

Getting Conversions from API Campaign Performance Report

2015-02-26 Thread Giuliano Pietoso
Hello! I've implemented a report that downloads some information from the campaigns of my MCC, including the number of conversions. The problem is that the number of conversions are never accurate with what is showing in the Adwords UI. All other values are ok, but the number of conversions

Get the bid modifier value from adgroupcriterionservice

2015-02-26 Thread Jamil Beerahee
Hi, I am trying to get the bidmodifier value from the BiddableAdGroupCriterion, I am using the AdGroupCriterionService. Could you provide me with a short snippet of code to show me how I can view the bid modifier of a particular adgroup? Thanks Jamil -- --

Re: AuthenticationError.OAUTH_TOKEN_INVALID while accessing AdWord API

2015-02-26 Thread Stephen Burrows
If I hardcode a customer client ID, I get the same error when I finally try to download the report. On Thursday, January 8, 2015 at 7:18:45 AM UTC-8, Josh Radcliff (AdWords API Team) wrote: Hi, Could you provide some more details? For example, are you using one of the client libraries, or

API Access to Billing Transaction History reports

2015-02-26 Thread sterling
I am trying to create a program to download my Google Adwords Billing Transaction History into a database and post that information into my accounting software (Quickbooks). Does anyone know if it is possible to access the report entitled Transaction History from the API? I'm talking about

Re: Change CPC bid for Shopping Product Group

2015-02-26 Thread Josh Radcliff (AdWords API Team)
Hi Mahantesh, Please read through my answer on this post https://groups.google.com/d/msg/adwords-api/mfjStFEGYJM/xJrgRJFFzpcJ and let me know if you still have any questions. Thanks, Josh, AdWords API Team On Tuesday, February 17, 2015 at 7:18:48 AM UTC-5, Mahantesh Patil wrote: Hello: I

Criteria Performance Report as a 'catch all' report?

2015-02-26 Thread Chris Allan
Hi Guys, I was wondering if the Criteria Performance Report can be used to pull all data from an account. I understand that it will not provide all details, such as not providing the keyword match type, but I want to know if it should cover *everything* in terms of data e.g. clicks,

Re: Geolocation for campaign problem

2015-02-26 Thread Josh Radcliff (AdWords API Team)
I just saw that you posted more details on your other post https://groups.google.com/d/msg/adwords-api/ZZdz-rDpdCA/eObgjh7qjAIJ. Let's continue the discussion there to avoid duplication. Thanks, Josh, AdWords API Team On Thursday, February 26, 2015 at 5:49:43 PM UTC-5, Josh Radcliff (AdWords

Re: clicks,cost,conversion etc before shopping campaign

2015-02-26 Thread Josh Radcliff (AdWords API Team)
Hi, Sorry, I don't fully understand your questions. Regarding question #1, how could you have an ad for your products if they are not ProductAds? For questions #2 and #3, could you provide more details? Were those questions meant to be a continuation of question #1? Thanks, Josh, AdWords API

Re: Geolocation for campaign problem

2015-02-26 Thread Josh Radcliff (AdWords API Team)
Hi Justin, Could you provide some more details on what exactly you are trying to achieve? The previous posts cover a couple of different topics. In case it's helpful, the GeoLocationService https://developers.google.com/adwords/api/docs/reference/v201409/GeoLocationService that Anash

Re: AuthenticationError.OAUTH_TOKEN_INVALID while accessing AdWord API

2015-02-26 Thread Stephen Burrows
For some reason my responses got posted in reverse order... as mentioned above, the issue ended up being that I was using the auth code instead of first getting an actual access token. On Thursday, February 26, 2015 at 2:18:32 PM UTC-8, Josh Radcliff (AdWords API Team) wrote: Hi, To

Re: AuthenticationError.OAUTH_TOKEN_INVALID while accessing AdWord API

2015-02-26 Thread Josh Radcliff (AdWords API Team)
Hi, To simplify things, have you tried setting the values in your auth.ini https://github.com/googleads/googleads-php-lib/blob/master/src/Google/Api/Ads/AdWords/auth.ini file, and then using the no-args *AdWordsUser* constructor? If that works, then we know that the issue is limited to the

Re: Unable to access some authorized clients

2015-02-26 Thread Josh Radcliff (AdWords API Team)
Hi Daniel, I do not see any AdWords account with customer ID 542-288-9389. Please confirm through the AdWords UI (or with your customer) that you have the correct customer ID. Thanks, Josh, AdWords API Team On Thursday, February 26, 2015 at 8:40:38 AM UTC-5, d...@adservice.com wrote: We

Re: Getting Uncaught SoapFault exception: [soap:Server] [QuotaCheckError.TERMS_AND_CONDITIONS_NOT_SIGNED @ ; trigger:'null']

2015-02-26 Thread Josh Radcliff (AdWords API Team)
Hi, Please use the contact form that's shown in the Common Errors guide link https://developers.google.com/adwords/api/docs/common-errors#QuotaCheckError.TERMS_AND_CONDITIONS_NOT_SIGNED I sent in my previous email. https://services.google.com/fb/forms/apicontact/ That link will get you in

Re: clicks,cost,conversion etc before shopping campaign

2015-02-26 Thread AroxoDev team
Hi Sorry for my fair english, 1. how to get clicks and other metrics for products using search and ' display network only ' type of Advertisement ? 2. is there any other AD type other than ' Product AD' using product link ? Thanks -- --