AdWords API getKeywordVariations: KeywordVariations: advertiserCompetitionScale

2008-11-23 Thread Steve
e a way to retrieve the actual, fractional value from 0 to 1? When using the web interface for this and then clicking on "download all keywords: csv (for excel)" I am receiving the exact fractional value. For example: decorate cake

AdWords API Not finishing

2008-11-26 Thread steve
I'm using apility 1.12. Trying to load 400 items by first creating a campaign then adgroups then ads. One item to one adgroup right now. Not even using adTextAd as it just increases problems. It's difficult to believe how slow it runs and it always gives out before 400. Even tried a different

AdWords API Re: Not finishing

2008-11-27 Thread steve
array using their keyword bulk add function and adding one at a time. Thought maybe buffers, length of communication at one time, etc. could be the issue but did not help. 3. Been checking it out ;) 4. Thanks for confirming, this helps. Anyone have any further suggestions as far as 2 especially

Updating Keyword Max CPC

2012-06-22 Thread Steve
000)); $adGroupCriterion->bids = $bids; Thank you in advance for taking time to help me out. Steve -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwor

Re: Updating Keyword Max CPC

2012-06-26 Thread Steve
erion->bids = $bids; // Create operation. $operation = new AdGroupCriterionOperation(); $operation->operand = $adGroupCriterion; $operation->operator = 'SET'; $operations = array($operation); Thanks again for your assistance. It's muc

Re: php code examples update keyword status

2012-07-03 Thread Steve
On Tuesday, July 3, 2012 8:30:40 AM UTC-7, opalepatrick wrote: > > HI, > > be appreciated if someone can point me at a current link with php examples > showing how to update keyword status. > Hi. Here is a function (in PHP) I use to perform basic updates to keywords... like CPC updates, acti

Re: php code examples update keyword status

2012-07-03 Thread Steve
Sure. No Problem. Good Luck! On Tuesday, July 3, 2012 9:31:28 AM UTC-7, opalepatrick wrote: > > Thanks a lot Steve, run off now and have a go :-) > > On Tuesday, July 3, 2012 5:36:04 PM UTC+2, Steve wrote: >> >> >> >> On Tuesday, July 3, 2012 8:30:40 AM U

Re: API developer token taking crazy long

2012-07-17 Thread Steve
Hi Kevin, We have contacted our Google representative w.r.t. to our api token request several times since the 2nd of April 2012. We have supplied our account manager with additional information that he has forwarded for us about two weeks ago. Is there anyone else you can suggest we should be

Getting Keyword Data (e.g., Monthly Searches, Competition, Bid Price)

2017-03-16 Thread steve
ested keywords and their associated metrics. Would an application like this use the TargetingIdeaService? Or the TargetingIdeaSelector? Or maybe some other aspect of the AdWords API? Also, are there any tutorials that might lead me in the right direction? I intend to

Do I absolutely need OAuth2 Authentication? (For keyword traffic estimating Web app)

2017-05-09 Thread steve
Hello, I'm trying to build a Web application for estimating keyword traffic based on this example: https://developers.google.com/adwords/api/docs/samples/php/optimization But when I try to run the code I get the error: "Fatal error: Class 'Google\AdsApi\Common\OAuth2TokenBuilder' not found in

Re: Do I absolutely need OAuth2 Authentication? (For keyword traffic estimating Web app)

2017-05-10 Thread steve
y via Composer. I'll let you know if I have questions regarding setup. Thanks! Steve On Tuesday, May 9, 2017 at 10:20:47 PM UTC+7, Sreelakshmi Sasidharan (AdWords API Team) wrote: > > Hi Steve, > > I see that you are referring to the PHP sample. Could you confirm that you > instal

Get the number of results from Google search?

2017-06-21 Thread steve
Hello, Is it possible to get the number of results from a Google search using the AdWords API? For example, let's say I were to go to Google's home page and type in "Leather Jacket". I see it returns about 137,000,000 results. Is there a way to get this number

Is it possible to set the Date Range and Compare Periods using TargetingIdeaService?

2017-06-27 Thread steve
eriod, Same period last year, Custom) like I can with the Keyword Planner? Steve -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/

Call Only Ad description limit

2018-05-01 Thread steve
I am seeing conflicting things and I'm really not sure what the limit is and why. I see 35/38 here (https://developers.google.com/adwords/api/docs/appendix/limits) for the API and 80 for description1 and 80 for description2 here https://support.google.com/adwords/answer/6341403?hl=en Why is

Re: Call Only Ad description limit

2018-05-02 Thread steve
guess I have no choice but to keep an eye out, but I hope you can bring this to the teams' attention and it would be a rather trivial fix. Thank you for the investigation and response. I appreciate it. On Wednesday, May 2, 2018 at 5:23:35 AM UTC-4, ong...@google.com wrote: > > Hi Steve, &

Adwords Scripts via Adwords API

2018-05-18 Thread steve
I was wondering if there's a way to add a script to an account via the API? I'm not seeing that in the documentation. We use call tracking that allows us to run a script every hour that gets the keyword performance report and ties the keyword to the call that was triggered, but we have to add

Making two requests (IDEAS and STATS) in one call - Am I limited to one RequestType per call?

2017-07-04 Thread steve
hen I attempt to do this I always get a RATE_EXCEEDED error. I'm not sure if there is something wrong with my code of if Google prevents submitting more that one request at a time. Does Google limit API access to one request type per ca

Re: Is it possible to set the Date Range and Compare Periods using TargetingIdeaService?

2017-07-09 Thread steve
Thanks Shwetha. On Wednesday, June 28, 2017 at 4:43:41 AM UTC+7, Shwetha Vastrad (AdWords API Team) wrote: > > Hi Steve, > > I'm afraid its not possible to set the dateRange or compare periods when > you use TargetingIdeaService to get search volume data and trends. A

Re: Get the number of results from Google search?

2017-07-09 Thread steve
Thanks Shwetha. On Thursday, June 22, 2017 at 1:36:57 AM UTC+7, Shwetha Vastrad (AdWords API Team) wrote: > > Hi Steve, > > I'm afraid it's not possible to get the total number of results in Google > Search for a particular search term using AdWords API. You could

Is it possible to generate additional graphs using TARGETED_MONTHLY_SEARCHES (similar to what we see in the Keyword Planner)?

2017-07-09 Thread steve
e my own search volume graph, but I can't find a way to generate any additional graphs. Is it possible to generate additional graphs, similar to what we see in the Keyword Planner, using TARGETED_MONTHLY_SEARCHES? Steve -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also fin

Re: Is it possible to generate additional graphs using TARGETED_MONTHLY_SEARCHES (similar to what we see in the Keyword Planner)?

2017-07-10 Thread steve
Hi Peter, Yeah, that is exactly what I meant. Thanks for the information. Steve On Monday, July 10, 2017 at 12:53:06 PM UTC+7, Peter Oliquino wrote: > > Hi Steve, > > If you meant further breaking down the search results as stated in this > guide > <https://support.goog

IdeaTextFilterSearchParameter question

2017-10-09 Thread steve
list using the IdeaTextFilterSearchParameter but nothing I do gives me the same results as the Keyword Planner. (I always get just the 7 ideas). Does anyone know how I might be able to get the larger list of keyword ideas with the API? Steve -- -- =~=~=~=~=~=~=~=~=

Re: Can't get service account to work with Ads & Analytics APIs

2020-08-04 Thread Steve
Hi, I also need to get help from using the service account flow. I followed all the steps but I still cant get authenticated On Friday, March 20, 2020 at 3:31:11 PM UTC-4, adsapiforumadvisor wrote: > > Hi Josh, > > Thank you for reaching out to us. Looking at your logs the issue is with > your O

Negative Keywords via adwords API

2014-03-03 Thread Steve Tangsombatvisit
HI there, I am new to AdWords api and i have a quick question, is there a way to use the adwords api to create negative keywords? I have scanned the help docs and the internet and could not find a solution. Steve -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

I use OAuth2 with v201306 successfully and am attempting to migrate to v201402, and need help with running GetRefreshToken.java

2014-03-20 Thread steve . beaman
I have a api.adwords.clientId and a api.adwords.clientSecret obtained from: https://console.developers.google.com/project/apps~astute-being-524/apiui/credential I have pasted the clientId and clientSecret into the appropriate spots in ads.properties file. I have run GetRefreshToken.java and at

Re: I use OAuth2 with v201306 successfully and am attempting to migrate to v201402, and need help with running GetRefreshToken.java

2014-03-20 Thread steve . beaman
ResponseException: 400 Bad Request { "error" : "invalid_grant", "error_description" : "Invalid code." } Please advise. Thanks. On Wednesday, March 19, 2014 1:04:46 PM UTC-7, steve@revvim.com wrote: > I have a api.adwords.clientId and a api.adwo

Re: I use OAuth2 with v201306 successfully and am attempting to migrate to v201402, and need help with running GetRefreshToken.java

2014-03-20 Thread steve . beaman
Ok, I went to: https://code.google.com/apis/console/b/0/?noredirect#project:294392641373:access and created a new Client ID for installed applications. On Wednesday, March 19, 2014 1:04:46 PM UTC-7, steve@revvim.com wrote: > I have a api.adwords.clientId and a api.adwords.clientSec

Re: I use OAuth2 with v201306 successfully and am attempting to migrate to v201402, and need help with running GetRefreshToken.java

2014-03-20 Thread steve . beaman
On Wednesday, March 19, 2014 1:04:46 PM UTC-7, steve@revvim.com wrote: > > I have a api.adwords.clientId and a api.adwords.clientSecret obtained from: > > > https://console.developers.google.com/project/apps~astute-being-524/apiui/credential > > I have pasted the clie

Re: I use OAuth2 with v201306 successfully and am attempting to migrate to v201402, and need help with running GetRefreshToken.java

2014-03-20 Thread steve . beaman
within one user session, which apparently is required, and no CLASSPATH hoops to jump through! Anyway, it works smoothly, and I now have the credential.getRefreshToken(). On Wednesday, March 19, 2014 1:04:46 PM UTC-7, steve@revvim.com wrote: > I have a api.adwords.clientId an

Re: Getting empty string error when trying to get campaigns

2014-03-21 Thread Steve B
Problem is still happening to me here, as well… FYI, we're using PHP 5.2.4-2ubuntu5.17. -->Steve Bennett On Friday, March 21, 2014 3:19:57 AM UTC-4, jaison@gmail.com wrote: > > Hi, > > I'm trying to fetch campaigns in a client account but I get the following &g

Re: oAuth2Credential generated via OfflineCredentials.Builder() works fine to get some account information, but not all

2014-03-31 Thread steve . beaman
On Monday, March 31, 2014 11:06:23 AM UTC-7, New Day Consulting wrote: > > I am a java developer transitioning to AdWords API v201402 from v201306. > > I have generated an oAuth2Credential via the OfflineCredentialsBuilder() > as suggested as a replacement for getting oAuth2 authorization via a

Re: oAuth2Credential generated via OfflineCredentials.Builder() works fine to get some account information, but not all

2014-03-31 Thread steve . beaman
Yep. That was it. All I had to do was setClientCustomerId on the AdWordsSession. I'm back in business again! Thanks Josh. On Monday, March 31, 2014 1:59:06 PM UTC-7, Josh Radcliff (AdWords API Team) wrote: > Hi, > > From the behavior you are describing it sounds like you are passing an MC

Re: When will YouTube placement Urls be available again?

2018-12-17 Thread Steve M
I too am looking for an answer to this. We are building some key features around this functionality and missed the blog post - and have been banging out heads wondering what we were doing wrong. On Friday, December 14, 2018 at 1:45:08 PM UTC-8, tho...@matthewdean.co.uk wrote: > > Hey guys, > >

.NET Framework 4.7.x - continued support?

2024-05-29 Thread Steve Begin
Will .NET *Framework* 4.7.x continue to be supported from version 19.0.0 forward? This was prompted by the following warning (above the logging documentation ): *Warning:* Starting with version *19.0.0*, the Google A

Re: basic access request limit - checking daily status

2024-06-28 Thread Steve Begin
I am sorry. I see you have already answered my latest question in your previous reply. Thank you! Please disregard the latest question from today. On Fri, Jun 28, 2024 at 10:55 AM Steve Begin wrote: > Hello, thank you! May you please let me know: are there ways to determine > how many

API "Requests" value showing in console vs. API calls limited under Basic access

2024-07-01 Thread Steve Begin
Hello, May you please tell me if the value shown for Google Ads API "Requests" (or any other metric) in the following console corresponds to the 15000 call limit the Basic (vs. Standard) access facilitates? https://groups.google.com/u/1/g/adwords-api If it does correspond, is it 1:1, or does

Re: api "requests" value showing in console vs. api calls limited under basic access

2024-07-01 Thread Steve Begin
Hello, thank you for your response. I have attached the requested "requests in console.png" as a screenshot showing the URL of the console I referenced (being that the URL's submitted in plain text as I had evidently do get stripped out of the message [understandably so]). On Monday, July 1, 20

Call Details - How to obtain the Ad ID associated to each call?

2024-08-15 Thread Steve Begin
When I look at the Call Details report in Google Ads (e.g., ads. google. com/aw/reporteditor/ ) one of the columns I see is "Ad ID". I can get every other column I need except Ad ID (and the name of the Ad). May you please help me know how what the GAQL search query is which is needed for u

Re: Call Details - How to obtain the Ad ID associated to each call?

2024-08-15 Thread Steve Begin
h̶o̶w̶ On Thursday, August 15, 2024 at 1:27:49 PM UTC-4 Steve Begin wrote: > When I look at the Call Details report in Google Ads (e.g., ads. google. > com/aw/reporteditor/ ) one of the columns I see is "Ad ID". I can get > every other column I need except Ad ID (and

Re: Call Details - How to obtain the Ad ID associated to each call?

2024-08-16 Thread Steve Begin
n how their respective fields at least have the ability to be parsed in order ascertain *how to match records between the two query results*) On Thursday, August 15, 2024 at 1:31:32 PM UTC-4 Steve Begin wrote: > h̶o̶w̶ > > On Thursday, August 15, 2024 at 1:27:49 PM UTC-4 Steve Begin wrot

Re: call details - how to obtain the ad id associated to each call?

2024-08-16 Thread Steve Begin
uery results*). > • If gclid is not available, you could try correlating calls based on > call_start_time and phone_number with ad serving data. > I hope this helps! Kindly get back to us if you have any further queries. > > This message is in relation to c

Re: call details - how to obtain the ad id associated to each call?

2024-08-16 Thread Steve Begin
23-08-16' * ... So with that, I believe I can determine how to gain the rest of this information. Thank you again! On Friday, August 16, 2024 at 2:52:48 PM UTC-4 Steve Begin wrote: > Thank you, but unfortunately it appears gclid is not a valid column name > in the call_view. Tho

Re: call details - how to obtain the ad id associated to each call?

2024-08-20 Thread Steve Begin
A moment ago, I used [Reply to author] and uploaded the requested screenshot. May you please confirm whether you received it? Thank you. On Monday, August 19, 2024 at 1:50:43 AM UTC-4 Google Ads API Forum Advisor wrote: > Hi, > > In order to assist you further, please share with us the uncroppe

Re: call details - how to obtain the ad id associated to each call?

2024-08-21 Thread Steve Begin
Hi, Thank you. I have re-uploaded the last image having now highlighted the Ad related fields which I hope to get from having a good way to get the correlating Ad ID. While I am trying to get *all *fields shown in what I have just uploaded "call details - uncropped per google ads api team r

Re: call details - how to obtain the ad id associated to each call?

2024-08-21 Thread Steve Begin
google-ads/api/docs/release-notes> for future > updates. > > This message is in relation to case "ref:!00D1U01174p.!5004Q02vEygP:ref" > (ADR-00263524) > > Thanks, > > Google Logo > Google Ads API Team > > > Best, Steve Begin RJP

Are metrics.cost_micros values obtained subject to change?

2024-08-22 Thread Steve Begin
Hi, When I query an hour of cost from the *campaign* resource and get back *metrics.cost_micros*, is the value I get back permanently fixed? Meaning, due to Google adjusting costs for various factors, is that value subject to change if I query it again later? Maybe it will not change as those

Re: Are metrics.cost_micros values obtained subject to change?

2024-08-22 Thread Steve Begin
(query now attached) On Thursday, August 22, 2024 at 11:21:18 AM UTC-4 Steve Begin wrote: > Hi, > > When I query an hour of cost from the *campaign* resource and get back > *metrics.cost_micros*, is the value I get back permanently fixed? > Meaning, due to Google adjusting co

Re: are metrics.cost_micros values obtained subject to change?

2024-08-23 Thread Steve Begin
Presumably partly to identify when there is spend at which specific hours of the day per campaign per customer of ours (e.g., in case it should just be business hours not at 3:00 AM), my directive is to get the costs spent per each hour of the day. I understand the segments.hour was designed t

Re: are metrics.cost_micros values obtained subject to change?

2024-08-23 Thread Steve Begin
frequency of pulling, and make other adjustments.) On Friday, August 23, 2024 at 10:21:09 AM UTC-4 Steve Begin wrote: > Presumably partly to identify when there is spend at which specific hours > of the day per campaign per customer of ours (e.g., in case it should just > be business hours

Re: are metrics.cost_micros values obtained subject to change?

2024-08-23 Thread Steve Begin
Thank *you*! On Friday, August 23, 2024 at 2:48:47 PM UTC-4 Google Ads API Forum Advisor wrote: > Hi, > > I will check with our team regarding your questions, and one of my team > members will reach out to you once we have an update on this. Meanwhile, > your patience is highly appreciated. >

Re: are metrics.cost_micros values obtained subject to change?

2024-08-23 Thread Steve Begin
earlier), but I imagine that may be particularly what you are already are proactively specifically inquiring about, so I definitely do appreciate that. Thank you, Steve Begin On Friday, August 23, 2024 at 3:37:08 PM UTC-4 Steve Begin wrote: > Thank *you*! > > On Friday, August 23, 202

Re: are metrics.cost_micros values obtained subject to change?

2024-08-28 Thread Steve Begin
Great! Thank you for answering the question about where best to inquire regarding the *timing of *when the hourly metrics.cost_micros values will have already received in adjustment they might need; I will ask on the Google Ads forum. Best, Steve On Mon, Aug 26, 2024, at 6:15 AM, 'Googl

'Change Details' sample code erroring over 42% of the time

2023-08-19 Thread Steve Begin
In using the latest .NET sample code for getting GoogleAds Change Details (V14), found at https://developers.google.com/google-ads/api/samples/get-change-details, it works for 65 of 114 client customers. However, may you please assist regarding what can be done since - for the other 49 clien

Re: 'change details' sample code erroring over 42% of the time

2023-08-23 Thread Steve Begin
properties. Can you possibly provide a modification of your sample code that traps these things, in order to help troubleshoot your sample code? On Tuesday, August 22, 2023 at 12:10:13 PM UTC-4 Google Ads API Forum Advisor wrote: > Hi Steve, > > Thank you for reaching out to Google Ads

Re: 'change details' sample code erroring over 42% of the time

2023-08-24 Thread Steve Begin
Hi, I have just replied using the "to the author" option. Thank you again for your help. On Wednesday, August 23, 2023 at 5:46:34 PM UTC-4 Google Ads API Forum Advisor wrote: > Hi, > > Thanks for getting back with us. > > With regards to your concern, it seems that you are using the client > l

Re: 'change details' sample code erroring over 42% of the time

2023-08-24 Thread Steve Begin
tely look to do that right away. Thank you for your guidance in pointing us in the correct direction. On Thursday, August 24, 2023 at 3:17:22 PM UTC-4 Google Ads API Forum Advisor wrote: > Hi Steve, > > Thanks for getting back to us with the additional information. > > Upon chec

Re: 'change details' sample code erroring over 42% of the time

2023-08-24 Thread Steve Begin
Hi, thanks again for the extended clarification and the confirmation too. It is much appreciated! On Thursday, August 24, 2023 at 5:57:00 PM UTC-4 Google Ads API Forum Advisor wrote: > Hi, > > Thanks for getting back with us. > > This is acknowledged on our side. Kindly note that the .Net clien

Re: 'change details' sample code erroring over 42% of the time

2023-08-25 Thread Steve Begin
I have submitted this as issue 533 <https://github.com/googleads/google-ads-dotnet/issues/533>. On Thursday, August 24, 2023 at 7:39:52 PM UTC-4 Steve Begin wrote: > Hi, thanks again for the extended clarification and the confirmation too. > It is much appreciated! > > On T

Is sensitive data retrieval restricted via Basic Access in Development mode?

2023-12-07 Thread Steve Begin
data from being retrieved? * * (E.g., whether we instead need Standard access and/or to be in Production mode) * Do the access or mode impact more than just the rate limit, but also the type of data retrievable? Thanks, Steve -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find

Re: is sensitive data retrieval restricted via basic access in development mode?

2023-12-07 Thread Steve Begin
I had read all the information at the link you provided (https://developers.google.com/google-ads/api/docs/access-levels), and have now done so again. Unfortunately, I do not see the answer explicitly list there in a way we have understood. This is why I am reaching out for assistance. Regardi

Re: is sensitive data retrieval restricted via basic access in development mode?

2023-12-07 Thread Steve Begin
I had read all the information at the link you provided ( https://developers.google.com/google-ads/api/docs/access-levels), and have now done so again. Unfortunately, I do not see the answer explicitly listed there in a way we have understood. This is why I am reaching out for assistance. Rega

get-invoices code prerequisites?

2023-12-11 Thread Steve Begin
Is the "Get Invoices" sample code at https://developers.google.com/google-ads/api/samples/get-invoices?hl=en something which may be used in Development mode (rather than Production mode) once the default Basic Access is approved? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also fin

Get Invoices inexplicably reporting "InvalidArgument"

2023-12-11 Thread Steve Begin
We have successfully employed the GoogleAds API to make requests and get expected responses for several aspects. However, one aspect is giving an error that does not seem to make sense. When we try Is the C# "Get Invoices" (V15) sample code at ... https://developers.google.com/google-ads/api/sa

Re: get-invoices code prerequisites?

2023-12-11 Thread Steve Begin
From: Steve Begin To: Google Ads API Forum Advisor Subject: Re: get-invoices code prerequisites? Date: Monday, December 11, 2023 4:57 PM Please let me ensure it is clear: this question is asking what is necessary to use the API. It is a general question for anyone seeking access to get

Re: get-invoices code prerequisites?

2023-12-13 Thread Steve Begin
I am all set on this specific inquiry; I have now received the below confirmation via email this reportedly can indeed be done: _ From: Google Ads API Forum Advisor To: Steve Begin Subject: Re: get-invoices code prerequisites? Date: Tuesday, December 12, 2023

Monthly Invoicing - is it enabled?

2023-12-13 Thread Steve Begin
Hello, Is there a way I can know whether monthly invoicing has been enabled for us, for our manager ID, as described at https://support.google.com/google-ads/answer/2375377 I will "reply to author" with the manager ID I have been tasked with getting information via the Google Ads API for bud

Re: get invoices inexplicably reporting "invalidargument"

2023-12-13 Thread Steve Begin
nthly invoicing." I will follow up more with the person who would manage that setting and let them know I had confirmed that prior hunch of mine. I am all set for this inquiry. Thanks again, especially for your patience. On Monday, December 11, 2023 at 5:16:37 PM UTC-5 Steve Begin wrote: > W

Re: get invoices inexplicably reporting "invalidargument"

2023-12-14 Thread Steve Begin
As you have offered, if I may please ask one other related question: Is the eligibility requirement of *"minimum of $5000"* referenced at "Apply for monthly invoicing " a per-customer minimum, or does it instead reference the combined total

Re: get invoices inexplicably reporting "invalidargument"

2023-12-14 Thread Steve Begin
ers we serve never exceed $3000 monthly - are the later customers under $5000 not able to be set up on monthly invoicing despite that we serve their needs collectively with our customers that do exceed $5000 regularly? On Thursday, December 14, 2023 at 8:26:13 AM UTC-5 Steve Begin wrote: > As you

Re: get invoices inexplicably reporting "invalidargument"

2023-12-14 Thread Steve Begin
Thank you. As you have offered, if I may please ask one other related question: Is the eligibility requirement of *"minimum of $5000"* referenced at "Apply for monthly invoicing " a per-customer minimum, or does it instead reference the c

Re: get invoices inexplicably reporting "invalidargument"

2023-12-14 Thread Steve Begin
So it here in the forum should anyone else seek the same clarification, I want to add here that chat support just now advised me that *"if you are looking to create monthly invoicing application for the ads account, then the minimum spend of $5000 is required for the specific child/ client acco

Google.Api.Ads.AdManager.Lib.AdManagerApiException: 'AdManagerApiException: A valid application name was not found in the request header

2023-12-26 Thread Steve Ngai
I am trying to setup XUnit to test my google ad manager api service. When I run the test, I hit this exception. Google.Api.Ads.AdManager.Lib.AdManagerApiException: 'AdManagerApiException: A valid application name was not found in the request header. Please provide a valid application name by mo

Production mode vs Development mode

2024-01-16 Thread Steve Begin
Hello, We are considering moving from Development mode to Production mode for our Google Ads API work. May you please let me know: 1. Will we lose Development access while awaiting approval for Production access? 2. What is a rough expectation of time might be for approval? 3. Since a .net co

Re: production mode vs development mode

2024-01-16 Thread Steve Begin
I believe I may have used the wrong verbiage / terms, and I apologize for any confusion that I may have caused in so doing. It was my intention to inquire about moving from a "*Test*" *publishing status* to "*Production*" *publishing status*, as described at https://support.google.com/cloud/an

Re: production mode vs development mode

2024-01-17 Thread Steve Begin
Perfect; thank you! I believe I am indeed all set now. On Wednesday, January 17, 2024 at 12:51:13 AM UTC-5 Google Ads API Forum Advisor wrote: > Hi, > > Thank you for getting back to us. > > Please find the answers for your questions below: > > > *1) Will we lose our current access while awaitin

Re: [Google Ads API:55699] حبوب سايتوتك فى الكويت ودول الخليج

2024-02-04 Thread Steve Hubbard
Hello, https://linktr.ee/cytotic_d_nur 00966564934514 للتواصل I recently applied for a basic access token but I have not received any confirmation emails. Could you please let me know if my application has gone through okay? Please do contact me if there is any problem. The details of my API

Re: [Google Ads API :55699] سايتوتك في الامارات | سايتوتك في السعوديه | اعلان

2024-02-06 Thread Steve Hubbard
If you don't use the official client, how should you request the Google Ads API? I want to create image resources, but apart from the SDK usage tutorial, I don’t see any interface available, but I am using the go language, and the official SDK does not have a version in this lan guage. >> للحص

smallest duration possible for pulling campaign ads cost information?

2024-02-08 Thread Steve Begin
Hello, Is there a way to request Google Ads data from the Google Ads API for a smaller duration than a day? I realize that requests for a day during that day will give less since the day is not yet complete. I am just meaning to inquire if there is a lesser duration possible to pass in. This is

Re: smallest duration possible for pulling campaign ads cost information?

2024-02-09 Thread Steve Begin
impression information for any data points that were less than a day if we happen to ever encounter any unexpected interruption/s. On Thursday, February 8, 2024 at 6:43:37 PM UTC-5 Steve Begin wrote: > Hello, > > Is there a way to request Google Ads data from the Google Ads API for a

Re: smallest duration possible for pulling campaign ads cost information?

2024-02-09 Thread Steve Begin
Thank you for your help and clarification; I was able to successfully retrieve a given hour after I adjusted the GAQL query for my .net code to: SELECT campaign.name, campaign.id, metrics.cost_micros, metrics.impressions, segments.hour FROM campaign WHERE segments.date BETWEEN '{startDateString

Re: smallest duration possible for pulling campaign ads cost information?

2024-02-09 Thread Steve Begin
Thanks. I'm all set on this now. I appreciate the guidance. On Friday, February 9, 2024 at 5:19:35 PM UTC-5 Google Ads API Forum Advisor wrote: > Hi, > > Thank you for getting back to us. > > Your understanding is correct that the GAQL queries currently don't > support retrieving data for durat

Basic Access request limit - checking daily status

2024-02-12 Thread Steve Begin
Hello, While set up on Basic Access (per this link) is there a way to track how many operations and requests have been executed for our daily period, and when that daily period resets (other thank keeping count on our side which

Re: Basic Access request limit - checking daily status

2024-02-12 Thread Steve Begin
[other **than**] On Monday, February 12, 2024 at 4:50:49 PM UTC-5 Steve Begin wrote: > Hello, > > While set up on Basic Access (per this > <https://developers.google.com/google-ads/api/docs/access-levels> link) > is there a way to track how many operations and reques

Re: basic access request limit - checking daily status

2024-02-13 Thread Steve Begin
Can we know when the daily limit is going to reset each day, and what factors determine that since it seemed to differ from one day to another? On Tuesday, February 13, 2024 at 3:47:32 AM UTC-5 Google Ads API Forum Advisor wrote: > Hi, > > Thank you for contacting the Google Ads API support tea

AdWords API Re: TargetingIdeaService Keywordsvariations

2010-01-19 Thread Steve B
d - I think that's a failing of the sandbox - for some reason it ignores that particular item. (The sandbox for this call is pretty lame, IMHO - I had to start using the live site before I could figure out everything correctly...) -->Steve B On Jan 17, 12:55 am, Raj wrote: > Can you pl

Re: Connection has been shutdown

2010-10-13 Thread Steve Wollkind
h any other ssl connections we make. Steve On Oct 12, 5:25 pm, AdWords API Advisor wrote: > Hi, > > As mentioned before, in my experience these errors are typically due > to machine, router, or network service provider timeouts on SSL > connections.  I'd start by checking with your

Re: Missing keywords in KEYWORDS_PERFORMANCE_REPORT

2012-02-25 Thread Steve B
We're running into the very same problem for the Keywords Performance Report - a small number of keywords are missing in the report, which causes us problems when we try to cross reference the keyword ID from the Ad Performance Report. We've tried a variety of predicates to see if it makes a

Re: Missing keywords in KEYWORDS_PERFORMANCE_REPORT

2012-02-25 Thread Steve B
. There is NO other way to get the keyword text, status, quality score, etc. I'll also mention that the v13 keyword report *does* seem to include the missing keywords, so it's a major discrepancy here. On Saturday, February 25, 2012 3:06:19 PM UTC-5, Steve B wrote: > > We

Re: Missing keywords in KEYWORDS_PERFORMANCE_REPORT

2012-02-27 Thread Steve B
Wow. The mind boggles that this could possibly be necessary to work, but given all the other truly crazy things which we've run into in the process of this migration, I'm sure it does, and am giving it a shot ASAP. It's especially confusing why this should be the case, when they have field

Re: Cross referencing AD_PERFORMANCE_REPORT and KEYWORDS_PERFORMANCE_REPORT

2012-02-28 Thread Steve B
they were reported with a kwType of "Website" in v13. -->Steve B > > -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Cross referencing AD_PERFORMANCE_REPORT and KEYWORDS_PERFORMANCE_REPORT

2012-02-28 Thread Steve B
Oops - should add that *definitely* you need a minimum of adgroupid and keywordid -- I definitely get back entries which are different in this way. Not sure if campaignid is necessary, but I'm using it to be safe. On the other hand, while I have no examples of keyword id reuse across acco

Re: Missing keywords in KEYWORDS_PERFORMANCE_REPORT

2012-02-28 Thread Steve B
Alas, that didn't work for me, at least in most cases. I've did a lot of analysis, cross checking IDs against the v13 report data, and have discovered they all fall into the following categories. 1) Many of the missing keywords are reported in the v13 keyword report as domain names, with a

v13 kwTypes of Website, BoomUserList, or Content in new Adhoc AdPerformanceReports?

2012-02-28 Thread Steve B
have no easy way to distinguish them from the Website rows that I could find, and no way of finding the URL for the Website rows. These don't seem to be covered in the docs or any other discussion on the web, as yet. Can anyone from Google elaborate on this, please? -->Steve B --

Re: different values from v13

2012-02-28 Thread Steve B
We couldn't find any official docs which listed these changes, but here's the ones we found: - The ctr and convRate1PerClick (formerly convRate) field used to be a float value ("0.0122") and is now a percentage ("1.22%") - The precision of the ctr, convRate1PerClick, and avgPosition fields

Re: v13 kwTypes of Website, BoomUserList, or Content in new Adhoc AdPerformanceReports?

2012-03-01 Thread Steve B
Still waiting to hear something on this -- bump. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message

Re: Missing keywords in KEYWORDS_PERFORMANCE_REPORT

2012-03-05 Thread Steve B
ose Keyword IDs. Having those rows dangle with unspecified purpose is problematic -- just leaving them in there with a dangling keyword ID isn't enough for us to work with. -->Steve On Monday, March 5, 2012 11:11:36 AM UTC-5, Kevin Winter wrote: > > Hi, > > 1) These "

TargetingIdeaService UNEXPECTED_INTERNAL_API_ERRORs starting last night

2012-03-06 Thread Steve B
iled calls to the end of this post. Any ideas? -->Steve Bennett [Mar 06 2012 08:22:50.00 - ERROR] POST /api/adwords/o/v201109/TargetingIdeaService HTTP/1.1 Host: adwords.google.com Accept: */* Content-Type: text/xml Content-Length: 2443 Expect: 100-continue http://schemas.x

Re: Missing keywords in KEYWORDS_PERFORMANCE_REPORT

2012-03-06 Thread Steve B
Does the Criteria Performance Report also return the Website and Content info? The vast majority of the missing "Keywords" are website entries. -->Steve On Tuesday, March 6, 2012 1:52:14 PM UTC-5, Kevin Winter wrote: > > Hi Steve, > I ran some tests and spoke with my

Re: TargetingIdeaService UNEXPECTED_INTERNAL_API_ERRORs starting last night

2012-03-06 Thread Steve B
A quick followup -- I did a quick and dirty test using the PHP 3.0.0 library, and the same thing is happening. So this is a server side problem, not a client side one. Anyone else? Any ideas? Several of our daily tasks rely on getting these results and we're effectively dead in the wate

Re: TargetingIdeaService UNEXPECTED_INTERNAL_API_ERRORs starting last night

2012-03-08 Thread Steve B
I should have commented in here with a link to the bug report I later posted separately where a single keyword was the only thing failing: http://code.google.com/apis/adwords/community/?place=msg%2Fadwords-api%2FK-ZbGWQl3Zw%2FXLJ5vrte7dcJ Possibly that was due to your stats problem, although wh

  1   2   3   >