Re: Error when I am using KeywordPlanIdeaService

2023-11-13 Thread Nick
Exact same thing happening to me On Monday, November 13, 2023 at 7:44:59 PM UTC-5 M i wrote: > I am using Google AdsAPI from Python. > When I make a request I get the following error > > Method name: > google.ads.googleads.v14.services.KeywordPlanIdeaService.GenerateKeywordHistoricalMetrics > 42

Re: too many 429 error these days

2023-11-15 Thread Nick
Exact same thing happening to me. Was working perfectly for months, then all of a sudden 429 errors on more than 50% of requests. I know for a fact that I didn't exceed the 1 QPS or 15k/day quota bc I was getting 429 on the first request in a 24hr period. Got a similar response from Google,

Re: Developer token request for basic access was rejected by google adwords

2023-11-29 Thread Nick
Ever get this figured out? I know its like 6 years later. On Tuesday, April 17, 2018 at 1:13:43 AM UTC-4 Abdul Qadir wrote: > Greetings, > > I would like to develop a keyword research tool using the > TargetingIdeaService > and TrafficEstimatorService. I managed to create such but when i > re

429 Errors Are Getting Ridiculous

2023-12-13 Thread Nick
I've been using the Google Ads API for quite some time now. *FOR NOTE*: I use the API the same amount (volume) of requests throughout the entire time period. *I KNOW for a fact that I am not exhausting resources.* Okay, please keep that in mind, I am not exhausting my resources. I only make a

AdWords API getKeywordsFromSite Negative Keywords / Exact Match

2009-01-13 Thread Nick
It is possible to specify negative keywords at https://adwords.google.com/select/KeywordToolExternal when entering a website URL, however as far as I can see the API does not support this functionality - is that correct? I tried putting both getKeywordsFromSite XML and getKeywordVariations XML in

AdWords API Re: getKeywordsFromSite Negative Keywords / Exact Match

2009-01-13 Thread Nick
tering URLs. On the URL I entered ( http://bbc.co.uk ), I tested changing "Broad" to "Exact" and it seemed to affect the search volume columns. On Jan 13, 7:18 pm, AdWords API Advisor wrote: > Hello Nick, > >  No, there's no provision for specifying negative

AdWords API Re: getKeywordsFromSite Negative Keywords / Exact Match

2009-01-14 Thread Nick
Thank you for the clarification. On Jan 14, 3:58 pm, AdWords API Advisor wrote: > Hello Nick, > >  Yes, specifying negative keywords should allow you to get more useful > variations back, given that there is a cap of 200 returned from the > KeywordToolService's method

AdWords API Free API units

2009-09-29 Thread nick
Hi, where can you apply for free API units? We are developing the API for use inhouse, and I read on a google page that developers that use the Adwords API for internal use only can apply for free API units. Looking forward to your reply. Regards, Reinier --~--~-~--~~~

AdWords API Authentication Failed

2009-10-06 Thread nick
Hello, I'm new with the Adwords Api, but have recently begun development with the 2009 version. Right now I'm stuck on authentication. As I've read on the Adwords Api docs page, I'm supposed to obtain an auth token by means of the Clientlogin or AuthSub interface. Since AuthSub is meant for web

AdWords API Cannot update adGroupadfields

2009-11-12 Thread Nick
Hi, I am trying to change Adtexts but i cant change anything except the status. I 've read that AdGroupAd's fields are not changeble. Is that true? So i can't update an adText? Please help me... this is my code: $adService = $user->GetAdGroupAdService(); $AdGroupAdNEW = new AdGroupAd(); $AdGroupAd

Problem in accessing API center for My Account

2010-06-20 Thread NICK
I am not able to access the API center for My Account. Whenever I try to do so it's shows that I don't have administrator privileges. But I am the only user of that account. I want to access the API center to get a developer token for my application. If someone knows an alternative met

Re: Error using campaignservice on sandbox [InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ ]

2010-11-16 Thread Nick
I'm seeing exactly the same behavior. On Nov 16, 10:05 am, JM Bruneau wrote: > I keep getting this error on the sandbox, same request on live > instance does work. > > >         xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"; >         xmlns:ns1="https://adwords.google.com/api/adwor

Sandbox: PolicyViolationError when updating/creating ads

2010-12-12 Thread Nick
rm that it works with any parameter containg Google. This fails as well: http://mydomain.com/CUSTOMER_ID?foo=google This works http://mydomain.com/CUSTOMER_ID?foo=googl Am I doing anything wrong or is this an error on the API side? Thanks, Nick -- =~=~=~=~=~=~=~=~=~=~=~

How to set the maxCpc of a keyword while adding new Keywords to the adGroup

2011-01-03 Thread NICK
I am trying to add new Keywords using the adwords api to my adGroup. I am using the KeywordBiddableAdGroupCriterion to set the bid for the keyword but i do not know how to set the maxCpc using adGroupCriterionBids. Please someone reply fast. ThankYou -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Creating a sandbox account python

2012-07-03 Thread nick
I am trying to create a sandbox account associated with a business account with API access. However, the readme and instructions on-line all seem to give false information. This is what I have tried: 1) README instructions - "Run examples/adspygoogle/adwords/v200909/get_unit_count.py, which w

What are Oauth2 client ID and secret for Adwords API test account?

2013-09-02 Thread Nick
I am trying to get through this (http://goo.gl/kSx2DH) Adwords API demo with the API test account. Since I am just trying to use the test account, what would I enter in the constants.py file for OAUTH2_CLIENT_ID and OAUTH2_CLIENT_SECRET? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Accessing the opportunities via the api

2016-10-03 Thread Nick
30001 (HighEndMobile)." so I wonder if the API is limited in someway. I have private messaged you the soap log file. Thanks Nick On Tuesday, October 4, 2016 at 3:17:20 AM UTC+13, Vishal Vinayak (Adwords API Team) wrote: > > Hi Nick, > > The campaign you are trying to ta

Re: Accessing the opportunities via the api

2016-10-03 Thread Nick
Hi Vishal, Right.. is there a reason why for that? How can I get the ones from the Opportunities tab. Is that something which is going to come out? Nick On Tuesday, October 4, 2016 at 10:24:14 AM UTC+13, Vishal Vinayak (Adwords API Team) wrote: > > Hi Nick, > > U

Re: invalid_grant error suddenly happening after 18 months of stable server side code

2017-02-24 Thread Nick
I had the errors pop up about 9 hours ago. I just sat down to fix it but notice that it's all working fine again now. So perhaps they were suspended temporarily? On Friday, February 24, 2017 at 10:23:36 AM UTC+13, PPC Developer wrote: > > Hi, > > This is perplexing...Our solution uses OAuth2 wi

Re: Invalid Grant

2017-02-24 Thread Nick
See other post; https://groups.google.com/forum/#!topic/adwords-api/UKOzC8rfZo4 On Friday, February 24, 2017 at 9:22:17 PM UTC+13, Autoeurope Developer wrote: > > > Hi All, > > I have several scripts that run in cron jobs every day, (to update labels, > download reports, set bidding options et

Where can we see the amount of operations done

2017-02-24 Thread Nick
Hi, Where can I see how many operations we have been doing? Is there any graph or report? In my Adwords -> Adwords API area where it lists the developer token there isn't any other information. Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google

Support for video campaigns

2018-09-06 Thread Nick
t for video campaigns? We are using them a lot now and not being able to automate some items is becoming a problem. Kind Regards Nick -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspo

Google Adwords API and Analytics are both returning 403

2021-05-17 Thread Nick
+ same details work fine in the staging environment. This has been working fine until the last few days. It seems like the server ip (not shared) has been blocked? How best to resolve this? We've had no emails from Google on the email we used to sign up. Thanks

High rates of connection failures and report errors

2020-01-16 Thread Nick
onnection timed out" It's inconsistent, what worked 10 minutes ago will now fail or vice versa. Any network issues we should know about? This has run fine for more than a few years, no changes on our end last few months. Coming from NZ. Thanks Nick -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: High rates of connection failures and report errors

2020-01-18 Thread Nick
Thanks for reaching out. Was able to trace it back to an intermittent network error with our server and overseas traffic. Issue is now resolved after contacting them. Thank you. On Friday, January 17, 2020 at 9:54:44 AM UTC+13, Nick wrote: > > Good morning, > > We have some cust

Adwords API to Ads API migration

2022-10-18 Thread Nick Giordano
); There's much more but this might be a good starting point. Should this code still work? Let me know if you need any more info... Thanks, Nick -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=

Re: Adwords API to Ads API migration

2022-10-19 Thread Nick Giordano
, what API call do I need to use to return CPC data? Thanks, Nick On Tuesday, October 18, 2022 at 2:13:08 PM UTC+1 adsapi wrote: > Hi Nick, > > Thank you for reaching out to us. > > Please note that AdWords API has Officially Sunset > <http://ads-developers.googlebl

Re: [OfflineUserDataJob] Getting RESOURCE_EXHAUSTED

2022-11-21 Thread Nick Edwards
We are also getting this error when trying to update customer lists. I have checked our GCP logs and we aren't even close to the daily API limits... On Monday, 21 November 2022 at 15:04:44 UTC nha...@mservice.com.vn wrote: > Dear Google Ads Team, > > Recently I'm using OfflineUserDataJob to up

Re: [OfflineUserDataJob] Getting RESOURCE_EXHAUSTED

2022-11-21 Thread Nick Edwards
Hi Matt, Thanks for getting back to me. What is classed as too frequently? Is this a new limit that has been put in? As per the original post this has only occurred recently… Working fine the last 3-4 months. Thanks Nick On 21 Nov 2022, at 21:08, Google Ads API Forum Advisor wrote

Re: [OfflineUserDataJob] Getting RESOURCE_EXHAUSTED

2022-11-21 Thread Nick Edwards
ror#resource_temporarily_exhausted>.” Thanks On 21 Nov 2022, at 21:35, Nick Edwards wrote:  Hi Matt, Thanks for getting back to me. What is classed as too frequently? Is this a new limit that has been put in? As per the original post this has only occurred recently… Working fine the last 3-4

No Response from Google Ads API Token Application

2023-04-12 Thread Nick Adams
t" to "Basic Access" and need this approved ASAP. Nick Adams MANAGING DIRECTOR en...@dieselmatic.com Wdieselmatic.com PLEASE NOTE: The materials in this email are CONFIDENTIAL AND PRIVATE. If you are not the intended recipient, be advised that any unauthorized use, disclosure, copyi

Re: No Response from Google Ads API Token Application

2023-04-14 Thread Nick Adams
with > 48 to 72 hour business days. With this, please check your spam folders and > inbox for their response. > > Kind regards, > [image: Google Logo] Google Ads API Team > > ref:_00D1U1174p._5004Q2kUldO:ref > Nick Adams MANAGING DIRECTOR en...@dieselmatic.com Wdieselmatic

Re: No Response from Google Ads API Token Application

2023-04-17 Thread Nick Adams
gt; > > Reference links included in this email: > >- Google Ads API: >*https://developers.google.com/google-ads/api/docs/start* ><https://developers.google.com/google-ads/api/docs/start> > > Regards, > [image: Google Logo] Google Ads API Team > >

Re: No Response from Google Ads API Token Application

2023-04-19 Thread Nick Adams
FINAL UPDATE — Our token was approved! In total, it took 15 business days for approval. I hope the journey is faster for others in the future. On Monday, April 17, 2023 at 11:14:01 PM UTC-7 Google Ads API Forum Advisor wrote: > Hi Nick, > > Thank you for sending updates to us. &g

Which ad_group_criterion fields to combine with ad_group_audience_view in Google Ads Beta API

2019-01-24 Thread Nick Russler
I am looking into the Google Ads (Beta) API and I want to query for the ad_group_audience_view values, but I am not sure which ad_group_criterion

Re: Which ad_group_criterion fields to combine with ad_group_audience_view in Google Ads Beta API

2019-01-24 Thread Nick Russler
Ah, I mixed something up in my example. I meant that ad_group_criterion.keyword.text is relevant to the keyword_view. Am Donnerstag, 24. Januar 2019 16:40:46 UTC+1 schrieb Nick Russler: > > I am looking into the Google Ads (Beta) API > <https://developers.google.com/google-ads/ap

Basic Google Ads API Access Approval

2024-03-14 Thread Nick W
s critical for us to move forwards with the project? Best Regards, Nick -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscri

No response from Ads API Basic Access application

2023-05-26 Thread Nick L
Hi Support, I have submitted an application for Basic Access to the Google Ads API over 2 weeks ago and have not received any response. I have also followed up and submitted a case to the compliance team 1 week ago and received no response to that either. Can someone provide help on this? It's

Re: google ads api php - how to disable an option "automatically created assets" when creating campaign

2023-09-21 Thread Nick Hall
Hi, I also have a question about API support for Automated Assets . Per this doc (About automatically created assets - Google Ads Help ),

metrics.average_cost confusion

2023-10-26 Thread Nick Prestemon
google ads reporting tab. what field is available via the api to determine the total spend on a given day? thanks, nick -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com

API Standard Access Application

2024-01-09 Thread Nick Bochenek
Hello, A few weeks ago, I applied for standard access on behalf of my employer. I verfified my email address multiple times. I have not heard back regarding my application. I have also submitted the contact form multiple times with no response. I am posting here in desperation as my company ne

Re: api standard access application

2024-01-25 Thread Nick Bochenek
Hello! I still have not heard anything regarding my application. I would appreciate some further guidance on how I can get my message heard. Thank you! On Tuesday, January 9, 2024 at 10:51:05 AM UTC-5 Google Ads API Forum Advisor wrote: > Hi, > > Thank you for contacting the Google Ads API su

Re: api standard access application

2024-02-06 Thread Nick Bochenek
and communication is desperately needed. Please let me know how I can help accomplish this! Best, Nick On Thursday, January 25, 2024 at 1:45:31 PM UTC-5 Google Ads API Forum Advisor wrote: > Hi, > > Thank you for getting back to us. > > ++@Compliance team, please assist the us

AdWords API Bulk Upload Criteria

2008-09-18 Thread Nick Retallack
I noticed people have asked this question before, but I haven't seen a satisfactory answer. My application organizes groups of keywords. It would be really nice to be able to sync this all to adwords without having to use individual soap calls for each keyword. Is there any way to post an adgro

AdWords API An internal error has occurred. Please retry your request.

2008-11-20 Thread Nick Retallack
I've been getting this error all morning. Here's my soap stuff, with [EMAIL], [APP-TOKEN], and [PASSWORD] substituted for privacy. I'm posting to the sandbox url, "https:// sandbox.google.com/api/adwords/v13/". This is a mcc account. http://www.w3.org/2001/XMLSchema"; xmlns:env="http://sc

AdWords API what regex validates displayUrl?

2008-12-03 Thread Nick Retallack
What regular expression should I use to ensure my ad has a valid displayUrl before I waste API points trying to upload it? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this gro

AdWords API soap response: java.lang.RuntimeException: Abstract keyValue without superclass

2008-12-04 Thread Nick Retallack
= REQUEST = http://www.w3.org/2001/XMLSchema"; xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsi="http://www.w3.org/2001/

AdWords API Re: soap response: java.lang.RuntimeException: Abstract keyValue without superclass

2008-12-04 Thread Nick Retallack
Sorry, that was a terrible request. Playing around with adwords4r a little more, I found that it works if I pass my ad in an array. Either way, I figure it would be best to not send your users runtime exceptions. --~--~-~--~~~---~--~~ You received this message beca

account problems with API

2010-08-20 Thread Nick Lothian
Hi, I had a preexisting AdWords account. When I attempted to setup API access I ran into the common problem of being unable to do it, so I tried cancelling my AdWords account. Now when I log in I get a message: "This account has been canceled. The ads are not running and all other account activi

Re: My credentials to API

2012-11-16 Thread Nick Yurov
Hi Anash, Thank you for your answer, it is very helpfull. I correctly understand, that i can't view sandbox results in standart interface, but i can use this programm, right? http://code.google.com/p/google-api-adwords-java/wiki/SandboxAccountViewer Thanks a lot! -- -- =~=~=~=~=~=~=~=~=~=~=~=

Re: My credentials to API

2012-11-20 Thread Nick Yurov
auth.ini I tried to make no-client-library request, i got auth token, but then i have errors 'CUSTOMER_NOT_FOUND' Can you explain me steps to start using API, please четверг, 15 ноября 2012 г., 21:21:36 UTC+2 пользователь Anash P. Oommen написал: > > Hi Nick, > > The steps

Steps to start with Test Account

2012-11-20 Thread Nick Yurov
Who can explain step by step how to start developing with Test Acounts (how to get developer key, mcc)? I'm very confused with taking credentials to Api Thanks. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com h

Re: Unmarshalling Error with Selector in v201302 (aw_api_php_lib_4.1.1)

2013-08-02 Thread Nick Bloor
ement 'ns1:paging'. So I am at a bit of a loss on how to resolve this. Any help will be greatly appreciated. I am running PHP Version 5.2.4-2ubuntu5.26 Regards Nick Bloor. Worthers. On Tuesday, 2 April 2013 07:46:38 UTC+1, Paul Matthews (AdWords API Team) wrote: > > This is

Cannot get the Keywords Ideas working on PHP

2013-08-02 Thread Nick Bloor
definition for element 'ns1:paging'." and the example is still not working. I am happy that my auth.ini is correct, but am going round in circles I am wondering if there is a solution to this problem and if anybody else is experiencin

Re: OAuth 2.0 hangout and/or screencast please, for PHP Client Library developers

2013-10-10 Thread Nick Tulip
It looks like the example v201209/Misc/UseOAuth2.php has been removed the lib. Do we know why or if it is even possible anymore to use the PHP Lib with OAuth2 for service accounts? On Tuesday, November 13, 2012 9:50:39 PM UTC-5, Anash P. Oommen wrote: > > Hi Paul, > > The AdWords API PHP library

Checking report Money variable for NULL value

2015-03-03 Thread Nick Vilenski
Hello, How can we filter NULL values in the Money fields to ignore them? Checked variant ' > 0 ' but it hasn't changed anything. It's needed to decrease report size, so will be grateful for any answers. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google

Checking of money report field for null value

2015-03-03 Thread Nick Vilenski
Hi, I'm trying to get Product Partition report with filtering by null values of 'CpcBid' field. Tried to use predicate 'CpcBid > 0', but it didn't bring me any result (I got the same report with Null values). How can I filter such values for Money type? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

AuthenticationError.CUSTOMER_NOT_FOUND

2015-06-01 Thread Nick Zhu
parameters) at Google.Api.Ads.AdWords.v201409.ManagedCustomerService.get(Selector serviceSelector) We're using the C# .NET library, are you guys aware of any issues with this call, or do you know anything about this error ? Thank you very much, Nick -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

ReportDownloadError.ERROR_GETTING_RESPONSE_FROM_BACKEND error

2015-06-02 Thread Nick Vilenski
is_Week_Monday_Today report date range. By the way - ProductPartition report (that we use too) works right. What can be an issue of this? And how can we fix it? Regards, Nick Vilenski. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blo

Setting Google Shopping AdGroup bid value by Id

2015-06-13 Thread Nick Vilenski
there some the most correct and simplest way for this? Regards, Nick Vilenski. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelo

Re: Setting Google Shopping AdGroup bid value by Id

2015-06-16 Thread Nick Vilenski
Targeting section*.* On Monday, June 15, 2015 at 5:54:28 PM UTC+4, Josh Radcliff (AdWords API Team) wrote: > > Hi Nick, > > If you are just trying to update the default bid at the ad group level, > then you can do something similar to the UpdateAdGroup.cs example > <https:/

Your client does not have permission to get URL /api/adwords/mc/v201502/CustomerService from this server.

2015-06-19 Thread nick cuper
``` curl -XGET https://adwords.google.com/api/adwords/mc/v201502/CustomerService?wsdl ``` Response: ``` 403. That’s an error. Your client does not have permission to get URL /api/adwords/mc/v201502/CustomerService from this server. That’s all we know. ``` but from any other location we get

Re: Your client does not have permission to get URL /api/adwords/mc/v201502/CustomerService from this server.

2015-06-19 Thread nick cuper
identical result ( On Saturday, June 20, 2015 at 12:06:21 AM UTC+3, Anthony Madrigal wrote: > > Hello, > > It appears your link is incorrect. > > It should be > https://adwords.google.com/api/adwords/*mcm*/v201502/CustomerService?wsdl > > Please try it with that URL and see if you still run into

Re: Your client does not have permission to get URL /api/adwords/mc/v201502/CustomerService from this server.

2015-06-21 Thread nick cuper
Hello, I changed link curl -XGET https://adwords.google.com/api/adwords/mc/v201502/ CustomerService?wsdl Result don't changing 403. That’s an error. Your client does not have permission to get URL /api/adwords/mcm/v201502/CustomerService from this server. That’s all we know. -- -- =~=~

Re: Your client does not have permission to get URL /api/adwords/mc/v201502/CustomerService from this server.

2015-06-21 Thread nick cuper
me (nick cuper change) 3:34 PM (less than a minute ago) Hello, I changed link curl -XGET https://adwords.google.com/api/adwords/*mcm*/v201502/ CustomerService?wsdl <https://adwords.google.com/api/adwords/mc/v201502/CustomerService?wsdl> Result don't changing 403. That

Re: Your client does not have permission to get URL /api/adwords/mc/v201502/CustomerService from this server.

2015-06-21 Thread nick cuper
I changed link curl -XGET https://adwords.google.com/api/adwords/*mcm*/v201502/ CustomerService?wsdl Result don't changing 403. That’s an error. Your client does not have permission to get URL /api/adwords/mcm/v201502/C

Re: Your client does not have permission to get URL /api/adwords/mc/v201502/CustomerService from this server.

2015-07-01 Thread nick cuper
traceroute traceroute to adwords.google.com (173.194.67.102), 30 hops max, 60 byte packets 1 web35.default-host.net (185.25.117.206) 0.097 ms 0.085 ms 0.079 ms 2 gw-116-25-185.ukraine.com.ua (185.25.116.1) 0.408 ms 0.404 ms 0.401 ms 3 google-ix.giganet.ua (91.245.221.69) 0.561 ms 0.

Oauth2 with Test Service Account

2015-08-14 Thread nick . horatiu
I am trying to retrieve campaign data using a test adwords service account via the Java client library. Despite being able to obtain a refresh token the actual call to the CampaignService class throws exception with error code: [AuthenticationError.NOT_ADS_USER @ ; trigger:''] My setup is the

Re: i cant create campaign in test account

2015-08-19 Thread nick . horatiu
Thanks, this helped me as well! On Wednesday, August 19, 2015 at 11:24:24 AM UTC+3, Abdul 007 wrote: > > thank you so much > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsD

Re: Oauth2 with Test Service Account

2015-08-19 Thread nick . horatiu
n Service Account? I'm only interested in the hierarchical structure. 3. Should the client customer ID be the 10 digits one displayed under an AdWords account? My apologies if all these seem like basic questions but it's my first time using AdWords and I'm trying to understand how

Re: Oauth2 with Test Service Account

2015-08-19 Thread nick . horatiu
n Service Account? I'm only interested in the hierarchical structure. 3. Should the client customer ID be the 10 digits one displayed under an AdWords account? My apologies if all these seem like basic questions but it's my first time using AdWords and I'm trying to understand how

Re: Creating TrueView Template Ad

2015-11-20 Thread Nick Brandes
Has anyone successfully used this template with Python? I have looked up the media id with mediaService, but am still getting the INVALID_MEDIA_TYPE error. If anyone could post the code you are using to create template 433 in Python it would be super helpful. This is the syntax I am trying to

Re: Creating TrueView Template Ad

2015-11-20 Thread Nick Brandes
> > > Cheers, > Josh, AdWords API Team > > On Friday, November 20, 2015 at 3:35:26 PM UTC-5, Josh Radcliff (AdWords > API Team) wrote: >> >> Hi, >> >> Have you tried *also* putting *'type':

Google API Adwords PHP

2016-03-15 Thread Nick Mulder
ONE' in C:\xampp\htdocs\adwords > api\src\Google\Api\Ads\Common\Lib\AdsUser.php on line 225 > > An error has occurred: Validation failed for [userAgent] with value []: > The property userAgent is required and cannot be null, the empty string, or > the default [INSERT_

Targeting Idea Service suddenly returning 0 results

2016-05-13 Thread Nick Debonair
7;ve pasted the Python script I'm using below. Thanks for your help! Nick keywordList = [..] locationList = [{'id': '1000'}] attributeList = ['KEYWORD_TEXT', 'SEARCH_VOLUME', 'CATEGORY_PRODUCTS_AND_SERVICES', 'COMPETITION',

Targeting Idea Service suddenly returning 0 results

2016-05-13 Thread Nick Debonair
Hi all, I'm trying to use the AdWordsAPI for getting keyword stats using the TargetingIdeaService. When I used the script last month (start of April 2016) it worked perfectly, but now the TargetingIdeaPage is returning totalNumEntries = 0. Has something changed since then? I've attached the P

Re: Targeting Idea Service suddenly returning 0 results

2016-05-16 Thread Nick Debonair
Hi Anthony, I have just sent you the SOAP request and response privately! Thanks, Nick On Friday, May 13, 2016 at 7:30:49 PM UTC+1, Anthony Madrigal wrote: > > Hi Nick, > > There were no updates to the TargetingIdeaService as far as I know. Could > you please provide me with yo

Re: Targeting Idea Service suddenly returning 0 results

2016-05-16 Thread Nick Debonair
it is working - I believe the problem came from sending keywords for which there is no data (obscure keywords and combinations thereof). Does the API just return an empty page if there are no results for all the keywords sent? Cheers, Nick On Monday, May 16, 2016 at 2:49:59 PM UTC+1, Michael C

Ad Params for adgroups

2011-02-01 Thread Nick Hibberd
edit the ads every time a price changes am I right in saying that I have to update the params for every keyword in the adgroup? Is this something that can be done with a single call? Cheers Nick -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group:

Mutate Call Failed

2011-02-07 Thread Nick Hibberd
something wrong, or is there a way to avoid this? Cheers Nick -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You

Re: Mutate Call Failed

2011-02-08 Thread Nick Hibberd
Sorry, the above error was caused by an error in my code, but the following error I get frequently and seems to be down to my login details, which are correct and which work again when I run the code again a few minutes later. Any ideas? Cheers Nick AdWords::Error::AuthError: Login failed for

Impression share and display network

2011-10-01 Thread Nick Chernih
for the last month's data). Sorry if this is a re-post, but I couldn't find/interpret other similar questions. Thanks, Nick -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://group

Uitblijven- en gebrek aan communicatie door Google betreft goedkeuring/toekenning API-token

2012-01-24 Thread Nick Broekman
Beste, De situatie is als volgt. Ons bedrijf is inmiddels voor 95% klaar met de ontwikkeling van een Adwords API. Deze API maakt het mogelijk om met vacature websites zeer specifiek te adverteren waarbij de advertentiestatus wordt bijgewerkt op basis van de vacature beschikbaarheid en regio. Ee

Unable to Install Library with Composer due to guzzlehttp/psr7 conflict

2017-01-05 Thread Nick Harris
I run the command "composer require googleads/googleads-php-lib" and this is what I get: > > Using version ^25.0 for googleads/googleads-php-lib > ./composer.json has been updated > Loading composer repositories with package information > Updating dependencies (including require-dev) > Your requi

Re: Revoke OAuth token using API

2017-02-15 Thread Nick Harris
Same issue here too, but had to modify Aine's method a bit to get it to work: Add library to composer: "google/apiclient": "^2.0" Code: $client = new \Google_Client(); $client->setAuthConfig('PATH_TO_JSON_FILE')); // JSON file in Google dev console under credentials $clie

Example Code for Handling RateExceededError

2017-04-28 Thread Nick Harris
I want to be able to properly handle RateExceededError as described in https://developers.google.com/adwords/api/docs/guides/rate-limits. Are there any code samples that show how to do this? Any way to simulate a RateExceededError so I can make sure my app handles it correctly? Or should I just

Re: Example Code for Handling RateExceededError

2017-04-30 Thread Nick Harris
dump($errArr)); } } } } That fetches all the info there is about a RATE_EXCEEDED error. Next step is actually handle the retryAfterSeconds with further API calls... On Friday, April 28, 2017 at 6:48:42 PM UTC-7, Nick Harris wrote: > > I want to be able to properly handle RateE

Re: Example Code for Handling RateExceededError

2017-05-01 Thread Nick Harris
Thanks Vishal, followed your advice and am throwing a RateExceededError that replicates what a real one looks like using the following code: $rateExceededError = new \Google\AdsApi\AdWords\v201702\cm\RateExceededError("", null, "","RateExceededError.RATE_EXCEEDED", "RateExceededError", "RATE_E

INVALID_OPERAND_TYPE on service CampaignCriterionService using method mutate to bid modify LocationGroups

2017-06-27 Thread Nick Harris
In v201705, I'm trying to use the CampaignCriterionService to bid modify a LocationGroups object, but I'm getting an INVALID_OPERAND_TYPE error. I can bid modify Location and Proximity objects no problem, just not LocationGroups. Here is the log for the failed attempt to bid modify a LocationGr

Re: INVALID_OPERAND_TYPE on service CampaignCriterionService using method mutate to bid modify LocationGroups

2017-06-28 Thread Nick Harris
GV6w/-RFowKhetcwL7rWyEtve0cBg1I1KqqvRACLcBGAs/s1600/Campaign%2BManagement%2B%25E2%2580%2593%2BGoogle%2BAdWords.png> On Wednesday, June 28, 2017 at 2:39:08 AM UTC-7, Peter Oliquino wrote: > > Hi Nick, > > As of v201702 > <https://developers.google.com/adwords/api/docs/guides/migrati

Re: INVALID_OPERAND_TYPE on service CampaignCriterionService using method mutate to bid modify LocationGroups

2017-06-28 Thread Nick Harris
exist as Campaign Criterion? There has to be a way to make this work! On Wednesday, June 28, 2017 at 2:39:08 AM UTC-7, Peter Oliquino wrote: > > Hi Nick, > > As of v201702 > <https://developers.google.com/adwords/api/docs/guides/migration/v201702> of > the AdWords API,

Offline Conversions with New API

2019-05-22 Thread Nick Smarrelli
The new API required us to make changes to the tool we use to send offline conversions back to Google. When testing this morning we got the following error message: { "errors": [ { "errorCode": { "conversionUploadError": "TOO_RECENT_GCLID" }, "message": "The click associated with this Google Cl

Re: Offline Conversions with New API

2019-05-23 Thread Nick Smarrelli
Thanks Dave. Does this have something to do with the new api or was this policy was also enforced in the old api? On Wednesday, May 22, 2019 at 11:44:11 PM UTC-4, adsapiforumadvisor wrote: > > Hi, > > Thank you for reaching out. The error TOO_RECENT_GCLID >

Perform authentication & query campaigns data using curl (Google Ads REST API)

2019-06-03 Thread Nick Arman
I want to get a list of all campaigns under an account along with some metrics such as cost, impressions, clicks for each campaign during a certain time period. I have managed to do this through the PHP client library BUT due to certain constraints, I am unable to deploy it to the production se

DEVELOPER_TOKEN_PROHIBITED error is leaking our developer token.

2019-06-12 Thread Nick Petzold
wed with project \'364503087527\'." } , 'YYjgDCK0u7lR_7S1WJq_eQ') where is our actual developer token we use to interact with the API. Obviously this is not good as this should be kept secret, but instead is being broadcast by the Python Lib as part of the exception h

Re: How to solve DEVELOPER_TOKEN_PROHIBITED error ?

2019-06-12 Thread Nick Petzold
Many thanks, Nick On Thursday, June 6, 2019 at 7:29:53 AM UTC+1, adsapiforumadvisor wrote: > > Hi Nico, > > The Google Ads API only allows you to use one developer token for a given > GCP (Google Cloud Project) ID. The error indicates that you may have at > least one request to t

Many `500 Internal Server Error` Recently

2019-10-07 Thread Nick Harris
In the last couple days using v201809/cm/CampaignService.php, I am getting a ton of Server error: 'POST https://oauth2.googleapis.com/token' resulted in a '500 Internal Server Error'. I haven't changed anything and everything was working fine before. Something going on with the service? (Trie

Auto-Migration of Feed-Based Extensions

2021-09-02 Thread Nick Carter
ices, or both? Thank you for any insight you can provide, Nick -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the G

Re: Auto-Migration of Feed-Based Extensions

2021-09-03 Thread Nick Carter
concerned it may be possible for a user to create an asset extension in the UI prior to the migration, in which case it would possible to receive results from the asset services prior to the feed extensions being migrated. On Friday, September 3, 2021 at 6:01:10 AM UTC-4 adsapi wrote: > Hi N

Ad Manager Client Package

2021-12-06 Thread Nick Carter
/googleads-python-lib/tree/3519702bcc9ef2ce26257aad05c2b833a3d805e7. Will the new client libraries for the new Ads API also support Google Ad Manager services? Or should we continue to use the legacy clients for programmatically accessing Google Ad Manager? Thanks, Nick

  1   2   >