Adwords API authentication issue

2014-03-11 Thread Dan
I am trying to authenticate against adwords API using OAuth 2.0 for native application. I've created MCC production account and MCC Test account. I've accepted Terms and Conditions and successfully submited my billing information in MCC production and test account. I am following official tu

AdWords AdType issue

2014-03-13 Thread Dan
I am trying to create ad for adgroup but getting following error: faultString: [AdError.INVALID_AD_TYPE @ operations[0].operand.ad] this is my code: AdGroupAdProxy adGroupAdProxy= new AdGroupAdProxy(session, services); adGroupAdProxy.createNewAd("TextAd", "http://example/12123.html";, adGroupI

Day bid plan for each hour

2014-03-17 Thread Dan
I am trying to find the way how I can schedule a bid plan for each keyword for entire day using Adwords API. For example: 0. black tea, 1.25£, 00:00:00-01:00:00 1. black tea, 1.50£, 01:00:00-02:00:00 3. . 18. black tea, 3.0£ 19:00:00-20:00:00 Could you please point me and give small e

Re: Day bid plan for each hour

2014-03-18 Thread Dan
5 UTC, Danial Klimkin wrote: > > Hello Dan, > > > You need to use the AdSchedule Criterion: > > > https://developers.google.com/adwords/api/docs/reference/latest/CampaignCriterionService.AdSchedule > > And use it with a campaign criterion: > > > ht

Getting KeyWords DUPLICATES

2014-03-18 Thread Dan
This is my code which I am using to pull KeyWords: public List getAdGroupKeyWords(Long adGroupId) throws ApiException, RemoteException{ int PAGE_SIZE = 100; int offset = 0; boolean morePages = true; SelectorBuilder builder = new SelectorBuilder(); Selector selector = builder

Re: Getting KeyWords DUPLICATES

2014-03-19 Thread Dan
Thanks! I am using JAVA api, what is easiest way to capture request/response log? On Tuesday, 18 March 2014 21:22:56 UTC, Ray Tsang (AdWords API Team) wrote: > > Dan, > > Could I trouble you to send me the request/response log (minus any > sensitive information) using the

Add keywords in batch

2014-03-19 Thread Dan
I am trying to find example which explains how to add keywords in batch. For example I have 1000 keywords, I want process them in 5 batches 200 words each, including CPC bid. Could you please provide me an example and point to necessary documentation. Thanks! -- -- =~=~=~=~=~=~=~=~=~=~=~=~

Re: Getting KeyWords DUPLICATES

2014-03-19 Thread Dan
perand(keywordBiddableAdGroupCriterion); keywordAdGroupCriterionOperation.setOperator(Operator.ADD); AdGroupCriterionOperation[] operations = new AdGroupCriterionOperation[] {keywordAdGroupCriterionOperation}; AdGroupCriterionReturnValue result = adGroupCriterionService.

How to bulk create campaigns with the AdWords API?

2014-05-09 Thread Dan
Hi, I want to use the AdWords API to bulk create around 2000 campaigns, each with their own *individual *budget. If all these campaigns shared a budget, this would be easy. I just build up a list of CampaignOperation (one for each campaign to be added), and then use the mutate job service to b

Problem with retrieving ACTIVE keywords only using AdWords API

2014-05-13 Thread Dan
Hi all, I am trying to pull all non-deleted keywords from AdWords to use with the ReportDownloader. For this, I have to use the jaxb Selector. I am adding the following Predicate to my Selector: Predicate predicate1 = new Predicate(); predicate1.setField("Status"); predicate1.setOperator(Pred

Using customer sync selector to find changes made by user

2014-06-03 Thread Dan
Hi guys, I am using the customer sync selector service to retrieve the list of changed campaigns through the AdWords API. This gives me a complete list of ALL the changed campaigns between two datetimes. Through the AdWords interface, it is possible to filter this list by user, e.g. only show

Re: Using customer sync selector to find changes made by user

2014-06-04 Thread Dan
not available at > the moment. > > Cheers, > Josh, AdWords API Team > > On Tuesday, June 3, 2014 8:48:47 AM UTC-4, Dan wrote: >> >> Hi guys, >> >> I am using the customer sync selector service to retrieve the list of >> changed campaigns through the AdWords

Semantics of the Status field on AdGroups and AdGroupCriterions

2014-06-23 Thread Dan
Hi, On AdGroups and AdGroupCriterions there is a Status field which can be ENABLED, PAUSED or DELETED. However, it appears that if e.g. the parent campaign is PAUSED, the child AdGroup status field could be ENABLED (even though in reality, the adgroup is paused because the parent is paused).

Re: Semantics of the Status field on AdGroups and AdGroupCriterions

2014-06-25 Thread Dan
(e.g. if an adgroup was created a few minutes ago, it will be present in the AdGroupService results but perhaps not in the ReportDownloader results) Thanks :) On Tuesday, 24 June 2014 10:31:33 UTC+1, Danial Klimkin wrote: > > Hello Dan, > > > Both AdGroup and Criteria performan

Apache Axis SAX2EventRecorder OutOfMemory exception after a while

2014-08-11 Thread Dan
Hi, I'm running a tomcat application which uses the AdWords API version 1.27.0. I have found that after around 7-10 days of running, the application gets closer and closer to the 2GB heap limit and the JVM is unable to GC efficiently. Then, I get an OutOfMemory exception and the application nee

Getting related keywords

2010-10-05 Thread Dan
stions are appreciated. Thanks, Dan -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are

problem with AdGroupService today?

2010-12-06 Thread dan
I've been getting this exception all day from the AdGroupService in production when trying to get all non-deleted ad groups in a given campaign: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR I've also had problems downloading my campaigns in the Ad Words Editor, and it pops up an exception dialo

AdGroupService is giving UNEXPECTED_INTERNAL_API_ERROR

2010-12-06 Thread dan
I am unable to perform a get operation with the AdGroupService. This has been giving the internal api error for over 12 hours. Additionally, AdWords Editor exhibits the same problem and cannot download my campaigns. AdWordsEditor gives the error as: [##] InternalApiError.Unexpected_Internal_AP

Re: Repeated, Unexplainable: UNEXPECTED_INTERNAL_API_ERROR

2010-12-06 Thread dan
I'm having this issue as well. It happens when I try to pull adgroups with the AdGroupService. The AdWords Editor also fails with the same error when trying to get adgroups. This has been going on for over a day, and I haven't seen any mention of an API outage! On Dec 4, 6:08 pm, ADM wrote: >

Re: Repeated, Unexplainable: UNEXPECTED_INTERNAL_API_ERROR

2010-12-06 Thread dan
I have the same problem with my account. I also cannot download my campaigns in adwords editor. It's been happening since yesterday morning On Dec 4, 6:08 pm, ADM wrote: > Eric, > > Now the problem reappeared the account discussed above yesterday (3 Dec > 2010), and then today we are getting th

Re: Repeated, UNEXPECTED_INTERNAL_API_ERROR

2010-12-06 Thread dan
Eric, Could you please escalate this issue with engineering? I have a large account and need the api to work so I can manage it. thanks, dan -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http

Re: AdGroupService is giving UNEXPECTED_INTERNAL_API_ERROR

2010-12-06 Thread dan
Dec 4, 2:56 am, dan wrote: > I am unable to perform a get operation with the AdGroupService. This > has been giving the internal api error for over 12 hours. > Additionally, AdWords Editor exhibits the same problem and cannot > download my campaigns. > >

Re: problem with AdGroupService today?

2010-12-06 Thread dan
an example request id is: f59e8bb987325239ac5a134b740bb4d5 thanks, dan On Dec 6, 5:30 pm, AdWords API Advisor wrote: > Hi Dan, > > Can you provide a request ID for a request that exhibits this > behavior? > > Best, > - Eric Koleda, AdWords API Team > > On

Re: Automatic Placements Performance Report

2011-01-04 Thread Dan
Hello Eric, Any news about this fix? Thanks in advance, Dan On Dec 14 2010, 6:58 pm, AdWords API Advisor wrote: > Hi, > > The core engineers are working on this issue, but there likely won't > be a resolution until January at the earliest. > > Best, > - Eric Koleda, A

Please communicate api sunset dates

2012-10-30 Thread dan
Hi, I'm not happy with how the v201109 sunset was communicated. My production integration to adwords is not upgraded and is not working. at all. Furthermore, because of the hurricane, I'm not able to update my system. This is not okay. These are the specific issues 1) There are too many trivial

Converting to OAuth2 errors

2013-11-26 Thread dan
his page could not be diplayed error." Do you have any idea what I am doing wrong? When I created the client id and ran the token generator, I logged in using the MCC account email. Is that correct? Please let me know what I might be doing wrong. Thanks, Dan -- -- =~=~=~=~=~=~=~=~=~

Best practice for downloading Report with two segments

2014-11-26 Thread Dan
Hey! I'm trying to download a report (ACCOUNT_PERFORMANCE_REPORT) with all the basic stuff like Clicks, Impressions and so on. This work great and I segment by Date so I get back data with every day being a new row. My problem is with the Ctr metric. It isn't too useful having the Ctr of both

IpBlock Adwords API

2015-02-09 Thread Dan
Hi Guys, I am currently able to add an IPBlock at campaign level, but I cannot seem to find out how to remove one? Can anyone point me in the right direction? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: Automatic Placements Performance Report

2011-01-19 Thread Dan
Hi Eric, Still no estimates as to when it will be complete? How can I know when this bug will be fixed? Is there a specific page talking about bugs and fixes? Thanks in advance, Dan On Jan 6, 11:03 pm, AdWords API Advisor wrote: > Hi Dan, > > The core engineering team is still worki

Re: Abnormal latency after updating urls via api

2011-01-19 Thread Dan
;) and it says that our changes was made 30 minutes ago successfully. Same issue using adwords editor. Clients made changes using adwords editor, and we can't see these changes before hours. Thanks for your answers, Dan On Jan 19, 12:56 am, AdWords API Advisor wrote: > Hi Hemchand

Re: Automatic Placements Performance Report

2011-02-01 Thread Dan
Hi Eric, Any news on a fix for Automatic Placements Performance Report? Thanks, Dan On Jan 19, 8:16 pm, AdWords API Advisor wrote: > Hi Dan, > > We don't have a page that tracks issues like this, but you can feel > free to ping this thread when you are looking for an

Re: Automatic Placements Performance Report

2011-02-02 Thread Dan
Hi Eric, Thank you for the update. I rerun a report for one of my clients, and it seems to match UI report, but I will get deeper into that tomorrow in order to confirm that. I've got just one additionnal question : Is there a way to retrieve "Other domains" stats? Thanks, Dan

Re: Abnormal latency after updating urls via api

2011-02-22 Thread Dan
Hi Eric, Any news on this? Thanks in advance, Dan On Jan 24, 5:20 pm, AdWords API Advisor wrote: > Hi All, > > Thank you for the additional information, which I've passed on to the > core engineering team.  I believe they have located the source of the > problem, but I

Re: ad customizer with IF functions not working

2018-08-03 Thread dan
Hi all, I had the same issue and it was because I had a comma in the statement so it thought there was another argument; - {=IF(audience IN(,),welcome back, blah blah blah):optional default text} Just corrected to - {=IF(audience IN(,),welcome back. blah blah blah):optional def

Bug in the lastest version (Google-ads-java 4.0.0)

2019-08-06 Thread Dan
I would report the following bug, changing from Google-ads-java 3.1.0 to Google-ads-java 4.0.0 [Gax-1] WARN shaded.com.google.ads.googleads.lib.request.summary - FAILURE REQUEST SUMMARY. Method: google.ads.googleads.v2.services. CampaignBudgetService/MutateCampaignBudgets, Endpoint: googleads.g

Update Ad

2019-08-09 Thread Dan
I try to update an ad using AdService/MutateAds if the ad type is EXTENDED_TEXT_AD the service works correctly. if the ad type is GMAIL_AD the service fails. By the following the request and the response: Request MethodName: google.ads.googleads.v2.services.AdService/MutateAds Endpoint: googlead

Re: UserListError.ADVERTISER_NOT_WHITELISTED_FOR_USING_UPLOADED_DATA while uploading the customers to Google Ads

2019-11-12 Thread Dan
Hello, any news about this issue? Il giorno lunedì 29 ottobre 2018 15:04:23 UTC+1, Srinivas Giduthuri ha scritto: > > Hello all, > > We are getting the following exception while uploading the customers to > Google Ads. > > Following is the request and response payloads. > > [29 Oct 2018 19:26:48

campaign_criterion.type empty on removed criterions

2022-02-03 Thread Dan
it in the Google Ads interface change history. Is that by design? Or am I querying the criterion wrong? Thanks Dan. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: campaign_criterion.type empty on removed criterions

2022-02-04 Thread Dan
Thanks but before I do that, should you still be able to access all of the *campaign_criterion* details like *type* etc if it's been removed? Thanks On Friday, 4 February 2022 at 06:37:59 UTC adsapi wrote: > Hello Dan, > > Thank you for raising this concern to our Google Ads AP

Re: campaign_criterion.type empty on removed criterions

2022-02-08 Thread Dan
us but its missed out via change_event? Is that right? I'm looking for a reliable way to get all changes, what's changed and by who. I don't mind doing multiple calls but I just need to correct data. Thanks Dan. On Monday, 7 February 2022 at 02:07:55 UTC adsapi wrote: > H

Test accounts WITH data.

2022-03-16 Thread Dan
Hi, Is there anyway to populate a test account with a load of data to work with? Seems awkward to have to make all the changes in the test account and then wait etc. Or is there a best practice for this sort of thing? Thanks Dan

User making changes on account

2022-04-10 Thread Dan
seeing some discrepancies using the *change_event*, which is to be expected according to the docs. Just wondering if there is a better, more accurate way to find out what users are doing what on an account, maybe with a combination of of change_event and change_status or similar? Thanks Dan

keywords performance report - zero impressions keywords partially missing

2017-10-12 Thread dan
Hi everyone, I've been wrestling with this issue for several weeks and, now beaten and despair, i've come to you. So, the issue is that there are many keywords missing from the keyword performance report we receive from the api as oppose to the manually downloaded data of the keywords. All o

Resource Exhausted add keyword

2020-06-10 Thread Dan
Mutate requests to adding keywords return RESOURCE_EXHAUSTED. The request contains 500 keywords and i think to respect daily operation quota. what's the problem? Thanks Dan -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspo

Re: How to determine what is causing RESOURCE_EXHAUSTED?

2022-09-27 Thread Dan Willoughby
I am also facing the same issue all of a sudden, (last 12-16 hours roughly). Despite having standard access and no increase in request volume. Is this a temporary issue or should I be changing something? On Friday, August 5, 2022 at 7:35:10 PM UTC+1 salesmar...@gmail.com wrote: > How can I see

Re: How to determine what is causing RESOURCE_EXHAUSTED?

2022-09-27 Thread Dan Willoughby
Im on using the official python client V11 and my retry time is also 900 seconds. Identical to other users details. On Tuesday, September 27, 2022 at 11:20:31 AM UTC+1 Dan Willoughby wrote: > I am also facing the same issue all of a sudden, (last 12-16 hours > roughly). Despite having st

Permission Denied Error

2022-11-07 Thread Dan Brady
ient needs to provide our manager account in order to use the client libraries as opposed to a straight http POST request? Thanks for any help on this one, Dan -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=

Auth issue

2022-12-02 Thread Dan Willoughby
Hi, I am getting the below error response: errors { error_code { authorization_error: USER_PERMISSION_DENIED } message: "User doesn\'t have permission to access customer. Note: If you\'re accessing a client customer, the manager\'s customer id must be set in the \'login-customer-i

Re: Discrepancies in Historical monthly search volumes between API and web keyword planner

2023-05-10 Thread Dan Thies
Answered here - https://groups.google.com/g/adwords-api/c/LASHwRCl1xQ/m/PegUXzurEAAJ On Wednesday, May 10, 2023 at 1:31:19 PM UTC-7 William Turrell wrote: > If I add terms to a Keyword Plan and retrieve historical data, it's common > for a few months in the web UI (via a CSV download) to have d

Re: application for basic access april 30, no response

2023-05-11 Thread Dan Thies
2:42:12 AM UTC-7 Google Ads API Forum Advisor wrote: > Hi Dan, > > Thank you for reaching out to the Google Ads API support team. I hope that > you are doing well today. > > I understand your concern, however, with regards your concern if there are > ways to know if the Goog

Re: discrepancies in historical monthly search volumes between api and web keyword planner

2023-05-16 Thread Dan Thies
sults in https://ads.google.com/aw/keywordplanner/plan/keywords/historical?... but it didn't help much.(Thanks)On Thursday, May 11, 2023 at 11:31:29 AM UTC+1 Google Ads API Forum Advisor wrote: Hi Dan, Thank you for sharing the solution to on this thread. This will greatly help the communi

how to access all campaigns under a customer account

2014-03-13 Thread Dan Yi
when i login to MCC, i can see there are lots of account(customer/client) under the account, now i need to access all the campaigns under one of the customer account but don't know how. i don't see any anywhere in the campaign service that allow you to specify the account info? anyone know how?

create video ads via Api

2014-04-22 Thread Dan Shamir
i cant seem to find the refrence to the api for generating video campains for youtube. any suggestions? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~

Adwords extremely slow in development with adwords ruby gem

2014-05-21 Thread Dan Grankin
Requests to all Adwords services takes minutes to execute locally, while no delays occured in production. Profiling didn't helped, seems it just waiting for response from adwords api server. Switching to production mode (rails env, not adwords since I have to test with real data) didn't helped

RATE_EXCEEDED on Standard API account querying once per minute?

2019-02-14 Thread Dan Belkas
nusable, unless we ignore errors and continue hammering at a rate of 10-100 requests per second to get better success ratio? Thank you Dan -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~

googleAds:mutate campaignCriterionOperation throwing INCONSISTENT_FIELD_VALUES error

2024-06-12 Thread Dan Charbonneau
New to these APIs and I've spent a day searching the conversations and can't understand what the fields are mis-matched in my googleAds:mutate campaignCriterionOperation. I get this error if I join the campaignCriterion with "language" or "location", but works with things like "keyword". Here

Re: Clarification on 'This metric is not publicly available'

2024-02-15 Thread Dan Thies
"Not publicly available" means that you can't get it via the API. On Wednesday, February 14, 2024 at 1:22:59 AM UTC-8 Oksana Sulyma wrote: > Hi team, just wanted to confirm that my question is still actual. Thanks! > > On Monday, February 12, 2024 at 8:25:15 PM UTC+2 Oksana Sulyma wrote: > >> Hi

AdWords API Adwords4r and mutate an AdGroupAd

2009-11-05 Thread Dan Hill
t; "#{self.status.upcase}" } operation = { :operand => adservice_data, :operator => 'SET' } response = @adwords_adservice_srv.mutate([operation]) Anyone have any tips? Many thanks, Dan -- You received this message because you are subscribed to the

AdWords API Re: Adwords4r and mutate an AdGroupAd

2009-11-06 Thread Dan Hill
same error. Thanks again, Dan On Nov 5, 11:19 pm, AdWords API Advisor wrote: > Hi Dan, > > I believe the problem is that your adservice_data object is not > structured correctly.  This object represents an AdGroupAd, which > doesn't have an "id" field ( > seehtt

AdWords API Re: Adwords4r and mutate an AdGroupAd

2009-11-06 Thread Dan Hill
ase}" } Odd. Thanks again, Dan On Nov 6, 9:43 am, Dan Hill wrote: > Hi Eric, > > Many thanks for the reply. I'd thought that originally, but that > simply give me a > > ReadOnlyError.READ_ONLY @ operations[0].operand.ad.disapprovalReasons > > I&#x

AdWords API New ads not appearing in Adwords

2009-11-19 Thread Dan Hill
e XML/SOAP dump if that would help? Many thanks, Dan -- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to adwords-...@googlegroups.com. To unsubscribe from this group, send email to

number of advertisers?

2010-05-11 Thread dan buffington
can I call the number of advertisers for a keyword term? if so, what is the call? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Upper limit on Operations per Request

2012-03-26 Thread Dan Ricker
I can provide a concrete example. NOTE: it would also be nice if I could find a list of possible "rateName" values 15XX items in adGroupCritKeywords results in: Message=RateExceededError internal IEnumerable AddKeyWords(IEnumerable adGroupCritKeywords) {

Re: Upper limit on Operations per Request

2012-03-27 Thread Dan Ricker
Thx for the response Anash. All is completely understood, I was only providing a "context" that Eric asked about. On Tuesday, March 27, 2012 12:25:49 AM UTC-7, Anash P. Oommen wrote: > Hi Dan, > > The list of possible values for rateName aren't externally publish

TrafficEstimatorService: UNEXPECTED_INTERNAL_API_ERROR when using a metro code instead of country code

2012-04-05 Thread Dan Madoni
The TrafficEstimatorService get() method works fine if you use a country code for a Location criteria. However, if you use a metro code, the method returns an UNEXPECTED_INTERNAL_API_ERROR. *This is easy to reproduce by using the example included with the .NET API GetTrafficEstimates example.*

Re: TrafficEstimatorService: UNEXPECTED_INTERNAL_API_ERROR when using a metro code instead of country code

2012-04-05 Thread Dan Madoni
This turns out to be my error: I was confusing the Metro identifier with the specific criterion ID. This is resolved, thank you. On Thursday, April 5, 2012 10:25:48 AM UTC-5, Dan Madoni wrote: > The TrafficEstimatorService get() method works fine if you use a country > code for a Lo

How long until I get my API units back after increasing API budget?

2012-04-30 Thread Dan Madoni
I just ran out of API units because I reached my budget limit. I doubled the budget amount about an hour ago but still have no API units. How long until I can use the API again? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.

Re: MONTHLY_BUDGET_REACHED

2012-04-30 Thread Dan Madoni
I'm having this same issue and it has been several hours since I changed the monthly budget. How long until it takes effect? Several of my site services are down! Thanks... On Wednesday, August 3, 2011 3:09:18 PM UTC-5, David Torres wrote: > Hi, > > The change should take place immediately, do

Re: Connection errors during downloads and uploads

2012-10-30 Thread Dan P
i'm getting same error, can't post in Editor or make any changes online On Tuesday, October 30, 2012 10:40:14 PM UTC+2, Jeremy Aube wrote: > > It ended up being an internal issue on our end. We still see these types > of errors every now and then, but not with enough frequency at the moment > to

Re: Connection errors during downloads and uploads

2012-10-31 Thread Dan P
please unlock this account asap: 746-924-3980 thanks, Dan -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received

Is it possible to view google search results as seen by users overseas?

2013-05-04 Thread Dan Cohen
e U.S. I stress that I live in Isreal. When I conduct a search in English I see no adword ads once so ever. Is it possible to conduct a search in Google and see a similar results page like an overseas user? Thanks a lot! Dan -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find

Waiver to scrape data

2015-05-13 Thread dan lawton
Hello, we have an adwords API and the API does not have a required data field available. The data is accessible via a screen scrape, but we need a waiver approved first. Where can I get access to the waiver? Or who can I reach out to? Best, Dan

Re: Waiver to scrape data

2015-05-14 Thread dan lawton
does not put us in breach of our API agreement, it would be much appreciated. On Wednesday, May 13, 2015 at 4:41:46 PM UTC-4, dan lawton wrote: > > Hello, we have an adwords API and the API does not have a required data > field available. The data is accessible via a screen scrap

Incorrect Namespaces in Google.Api.Ads.AdWords.v201506.ReportDefinition

2015-07-01 Thread Dan Kearney
Just to let you all know that if you go to use the new Sample .NET code for the *v201506 Reporting* you will first need to go to *Google.Api.Ads.AdWords.v201506.ReportDefinition* and fix the XmlTypeAttribute NameSpace. They are still pointing to the v201502 versions so the code will not execu

Content of upcoming API releases

2016-01-12 Thread Dan Arad
In this Blog post , it states that Google will release new API versions every alternating month. Where can we see the planned content of the upcoming API releases? -- This e-mail, as well as any attached

TargetingServiceIdea - keyword planner

2016-04-18 Thread dan . kimche
sk for 500 results, I will get only 1 result). I am asked if I will be able to go above the 800 limit but can't be sure if I'm limited by sandbox mode or by API. Thank you, Dan -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blo

Re: TargetingServiceIdea - keyword planner

2016-04-19 Thread dan . kimche
ent, I can only find how many keywords I can send to the method, not how many I can retrieve. In sandbox mode, I retrieve a maximum of 800 (dummy data) keywords even with pagination, I want to know if it will be the same in basic (or higher) mode. Thank you, Dan On Monday, April 18, 2016 at 9:49

Re: TargetingServiceIdea - keyword planner

2016-04-19 Thread dan . kimche
Hi Shwetha, Thank you very much, of course, we will use developer token with production accounts, if we finally get our developer token approved. Thank you, Dan On Tuesday, April 19, 2016 at 5:39:17 PM UTC+2, Shwetha Vastrad (AdWords API Team) wrote: > > Hi Dan, > > When you

Re: TargetingServiceIdea - keyword planner

2016-05-20 Thread dan . kimche
quot;disneyland"... ) and these are now real results (not containing the dummy numbers I got when requesting in sandbox mode). Are you sure I can get more than 800 results from TargetingIdeaService? If yes, could you please explain how should I do? Thank you, Dan Le mardi 19 avril

Could not open input file AddCampain.php

2011-09-27 Thread Dan Kelly
Any had this issue when going through the tutorial that when you go to the command prompt and run the AddCompain.php files that it displays the following error "Could not open input file AddCampain.php" Thanks, Dan -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us o

Re: Could not open input file AddCampain.php

2011-09-27 Thread Dan Kelly
Thats when running the following command - php AddCampain.php -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received

Client Library and tutorials = Very disatisifed

2011-09-28 Thread Dan Kelly
Gotta tell you guys that as a developer trying to use your client Libraries is not easy.. The video tutorial does not match the newest version... The video tutorial is for version 1.1.0 -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adw

Adwords API Sandbox

2011-10-11 Thread Dan G
I'm having a real hard time setting up a sandbox account. Truth is I'm not a great developer, but I can usually get by, however setting up the sandbox is proving real hard for me. Can someone give me a bit of java code that I can just run that will set up a sandbox account. -- =~=~=~=~=~=~=~=~=~

Re: Legality of Adwords API Usage

2012-02-20 Thread Dan Norris
This is pretty much my exact question (although I note it wasn't answered here). I want to build a keyword tool that as part of it's feature set enables the user to search for keywords using an interface similar to the Google keyword tool. I also don't want to pay for it. Is this possible? --

Re: Legality of Adwords API Usage

2012-02-21 Thread Dan Norris
Ok thankyou for your reply. Dan -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you

Google API AddAdGroups error

2017-02-28 Thread Dan Hai
I am getting a "PHP Fatal error: Uncaught Google\AdsApi\AdWords\v201609\cm\ApiException: [RangeError.TOO_LOW @ operations[0].operand.campaignId.id, RangeError.TOO_LOW @ operations[1].operand.campaignId.id] in /home/danielhai/test/vendor/googleads/googleads-php-lib/src/Google/AdsApi/Common/Util

Re: Solution for creating a label when creating a TextAd

2017-03-03 Thread Dan Hai
Do you guys know if this is still the case? On Friday, October 3, 2014 at 5:37:01 AM UTC-5, Alan Coleman wrote: > > Hello everyone, > > I'd like to be able to add a *label* to a *TextAd *when creating the > TextAd. > > I'm creating the TextAd using AdGroupAdOperation >

Can i use the dateRange function to filter adGroups, campaigns, etc. ?

2017-03-03 Thread Dan Hai
Can i use the dateRange function to filter adGroups, campaigns, etc. ? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

SET and ADD for Operator

2017-03-03 Thread Dan Hai
Can i use ADD for updating, or I would have to use SET ? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You

Trying to run a script to remove multiple Adgroups

2017-03-07 Thread Dan Hai
Not sure where I am messing up. Here is my code: public static function runExample(AdWordsServices $adWordsServices, AdWordsSession $session) { $adGroupId = array(3729748624, 37497486701); $adGroupCount = count($adGroupId); for ($x = 0; $x < $adGroupCount; $x++) { $arra

Re: Trying to run a script to remove multiple Adgroups

2017-03-09 Thread Dan Hai
tus::REMOVED); On Tuesday, March 7, 2017 at 10:45:00 AM UTC-6, Dan Hai wrote: > > Not sure where I am messing up. Here is my code: > > public static function runExample(AdWordsServices $adWordsServices, > AdWordsSession $session) > { > > > > $adGroupId = array(372

Can I make changes to Ads in a AdGroup, if so how?

2017-03-10 Thread Dan Hai
Can I make changes to Ads in a AdGroup, if so how? Would I need to create an operation method and create a new Ad operation? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDe

Re: Can I make changes to Ads in a AdGroup, if so how?

2017-03-10 Thread Dan Hai
r(Operator::SET); $operations[] = $operation; // Remove the ad on the server. $result = $adGroupAdService->mutate($operations); $adGroupAd = $result->getValue()[0]; printf("Ad with ID %d was removed.\n", $adGroupAd->getAd()->getId()); } On Friday, March 10, 20

PHP Fatal error: Uncaught SoapFault exception: [soap:Client] Unmarshalling Error: cvc-elt.4.3: Type 'ns1:AdGroupAd' is not validly derived from the type definition, 'long', of element 'ns1:id

2017-03-13 Thread Dan Hai
This is my code: class GetExpandedTextAds { const AD_GROUP_ID = '38776120257'; const PAGE_LIMIT = 500; public static function runExample(AdWordsServices $adWordsServices, AdWordsSession $session, $adGroupId) { $adGroupAdService = $adWordsServices->get($session, AdGroupAd

Re: PHP Fatal error: Uncaught SoapFault exception: [soap:Client] Unmarshalling Error: cvc-elt.4.3: Type 'ns1:AdGroupAd' is not validly derived from the type definition, 'long', of element 'ns1:id

2017-03-13 Thread Dan Hai
AdGroupId($adGroupId); as well? I am getting an [AdError.CANNOT_USE_AD_SUBCLASS_FOR_OPERATOR @ operations[0].operand.ad] error. On Monday, March 13, 2017 at 1:58:04 PM UTC-5, Shwetha Vastrad (AdWords API Team) wrote: > > Hi Dan, > > In your code, I see that when you create the ExpandedTe

When did the v201702 Google API for PHP release, and what are the changes since?

2017-03-13 Thread Dan Hai
To Whom This May Concern: I am writing because I recently noticed that v201702 is out and about, however, I have been using v201609 for a while now (1 month) and was wondering when exactly this took place and what are the noticeable changes since the previous version? If you would be able to a

Is there a way to pause Ads after x time (20 minutes) or a certain time of day ?

2017-03-16 Thread Dan Hai
Is there a way to pause Ads after x time (20 minutes) or a certain time of day ? The reason why I am trying to do this is, after I create new ads, I want the older ads to still be running until the newer ads recently created get approved. Please let me know of an example that is relevant in ter

Bid strategy for app campaign

2019-10-17 Thread Dan Zorn
Hey! I'm trying to create app campaign with GoogleAds API. If I don't specify *campaign_bidding_strategy* I get error "The required field was not present.". If I specify *campaign_bidding_strategy* via *BiddingStrategyService* I get another error: "This operation is not permitted on this campa

Re: Bid strategy for app campaign

2019-10-22 Thread Dan Zorn
Hi Nikisha! Thanks for your reply. I found a mistake in my code, now everything is ok. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because y

Retrieving budget changes with Google Ads API

2019-10-22 Thread Dan Zorn
Hey! Is it possible to get budget changes history for an existing app campaign with Google Ads API? On web-interface this info is available in "Change History" section. Thanks in advance. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdevelo

  1   2   >