AdWords API Difference in API and KeywordTool

2009-11-19 Thread Dave
Hi Am using v13 instead of v2009 because I need the estimated CPC values. I gave : keyword = { 'text': 'mesothelioma', 'maxCpc': SOAPpy.Types.untypedType('3000'), # $30 'type': SOAPpy.Types.untypedType('Exact') } Output I got was $ python estimate_keyword.py Estimates for keyword with

AdWords API Re: The login request used a username or password that is not recognized.

2010-04-01 Thread Dave
I started using the aw_api_php_lib_2.0.1 client library w/ v2009 API today and also ran into a rate limit. It produced the same error and appears to only last for a few minutes. I don't use multiple threads on my project but some of the operations are quick and I am processing without any delay imp

AdWords API Re: The login request used a username or password that is not recognized.

2010-04-01 Thread Dave
th.ini $user->SetClientId("myem...@gmail.com"); It would be great if Google Adwords API or the PHP Client pages allowed comments / user code snippets to be posted (example: php.net) Thanks, Dave On Apr 1, 12:05 pm, "Joshua J. Kugler" wrote: > On Wednesday 31 March 2010,

Re: Getting campaigns for ALL clients

2010-09-22 Thread Dave
stead of doing 1 client email at a > time? I can't find any service described which lists the current > clients either which makes me think that I should be able to get all of > the stats by purposefully NOT specifying a clientId. > > Thanks for any help! > > Dave Roda -- =

Re: Getting campaigns for ALL clients

2010-09-22 Thread Dave
scaleable rather then having to read the list from a configuration file or something. Thanks again for your time, Dave Roda On Sep 22, 5:10 am, AdWords API Advisor wrote: > Hi Dave, > > When making calls to AdWords API, you generally have to make calls > against one account at a time. B

Re: Automated Rules In Adwords API

2012-09-15 Thread Dave
eady have going then they still have that ability. Thanks, Dave On Thursday, February 17, 2011 9:16:02 AM UTC-5, Rob Ryan wrote: > > Just wondering if bringing the new automated rules to the adwords API is > on the roadmap? > Thanks. > -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

API is slow when accessing GetService requests

2012-12-04 Thread Dave
eate a campaign, update an ad, delete a keyword..etc) This impacts our clients so I was hoping someone could shed some light as to why we're seeing the delays all of the sudden. Thanks, Dave Reed -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussio

Re: API is slow when accessing GetService requests

2012-12-09 Thread Dave
primarily run Ubuntu 10.04 LTS with Nginx/PHP5-FPM. We've made sure everything is up to date. And with the newer test servers they were all built from scratch with the latest builds. Any feedback or help is greatly appreciated. Thank you, Dave Reed On Thursday, December 6, 2012 6:07:40

Adwords API at the MCC level conversion tracking

2014-10-09 Thread Dave
I can create new Accounts aka Customers via the ManagedCustomerService and can switch on auto-tagging via the CustomerService. Is there any way to use the API to switch on cross-account conversion tracking via the API? Right now I have to got to MCC/Conversions/Manage accounts by hand, check the

Selecting all cities within a metro

2012-01-03 Thread Dave
Hi, When you use the geotarget service does it matter if I select every city code vs the larger metro code? In our app we are leaning towards using just the city level targets and if the user wants the entire metro they would just select all. We are just trying to make sure that there are no other

How to generate credentials for third-party access to data using API?

2022-07-22 Thread Akash Dave
My company has a developer token. Now I want to give read-only access to a non-member of our organization. I have couple of questions regarding the process: 1. Can I use the same developer token or have to generate a new one? 2. Do I need to generate new set of credentials (ClientID/ClientSecret)

Getting AuthenticationError.LOGIN_COOKIE_REQUIRED error after convert from AuthToken to oAuth AccessToken

2014-03-13 Thread Dave L
Hi, I am upgrading from the Auth Token to the new oAuth2 Access Token. I am not using any client library, I am using SOAP. 1. I am able to get my Access Token (and Refresh Token) successfully. 2. Now, when I am using the new Access Token to call the API, I received " AuthenticationError.LOGIN_

Re: Getting AuthenticationError.LOGIN_COOKIE_REQUIRED error after convert from AuthToken to oAuth AccessToken

2014-03-14 Thread Dave L
le.com/adwords/api/docs/clientlibraries>. > The libraries take care of all of this for you and save you from dealing > with the minutiae of SOAP. > > Thanks, > Josh, AdWords API Team > > On Friday, March 14, 2014 1:27:50 AM UTC-4, Dave L wrote: >> >> Hi, >>

Re: handling empty partial_failure_error when uploading offline conversions

2024-04-01 Thread Dave Stitz
I am having the same issue and so I had to handle the detection of the partial failures uploads differently than what the Partial Failure docs recommend. Here is the bug report from 2022 for this issue which is still open: https://github.com/googleads/google-ads-dotnet/issues/473 On Thursda

Re: Google Ads API Conversion Events

2023-12-04 Thread Dave Baskind
I've come across this thread after encountering the same issue. I note that supplying `"conversionEnvironment": "UNSPECIFIED"` circumvents the issue, but we would love to be able to test our intended production code with the (assumed) correct values. Are we able to have our test and live MCCs

Getting PermissionDenied errors suddenly for login-customer-id that previously worked

2023-12-13 Thread Dave Spivey
We'd been using this login-customer-id and making calls to the same 4 client-ids for over a year without any problems, but suddenly this past July all of them started failing with error "grpc_message": "The caller does not have permission", "grpc_status": 7 The call is running a query for clic

AdWords API Error XML_STREAM_EXC while get campaigns

2010-02-02 Thread Dave L
Hi, I received following error when try to get campaigns: http://schemas.xmlsoap.org/soap/ envelope/">soap:ClientXML_STREAM_EXC Here is my request string: --- http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsd="http:// www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/20

AdWords API Error for XML_STREAM_EXC

2010-02-02 Thread Dave L
Hi, I received following error when try to get campaigns: http://schemas.xmlsoap.org/soap/ envelope/">soap:ClientXML_STREAM_EXC Here is my Request String: http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsd="http:// www.w3.org/2001/XMLSchema" xmlns:xsi="http://www

AdWords API Re: Error XML_STREAM_EXC while get campaigns

2010-02-02 Thread Dave L
Hi Eric, Thanks for your advice and it works now. Thank you. About authToken in my post, it is NOT a real authToken, it is fake, so it is OK. All the best, David On Feb 3, 1:43 am, AdWords API Advisor wrote: > Hi Dave, > > The first point is that you shouldn't post your authT

AdWords API Re: Error for XML_STREAM_EXC

2010-02-02 Thread Dave L
Hi, Please discards this post, this issue has been fixed now. Regards, David On Feb 3, 10:45 am, Dave L wrote: > Hi, > > I received following error when try to get campaigns: > > http://schemas.xmlsoap.org/soap/ > envelope/">soap:Client faultcode>XML_STREAM_

AdWords API Authentication

2010-02-16 Thread 416.dave
I have recently set up my MCC account and have associated two Adwords accounts with this profile. Both of these AdWords accounts show that they are being managed for both API and GUI access by my MCC account and the MCC account allows me to access both of their GUI's. However, when I try make API

AdWords API AdWords and Web Search API

2010-02-25 Thread SEO Dave
I have a question which may be completely irrelevant in this group. I lead a search team that works on both SEO and PPC for our clients, and am looking to come up with some efficiencies for my team during the keyword research process. We spend a lot of time capturing various pieces of data (estimat

AdWords API Posting a conversion through API and obtaining the generated code

2010-03-09 Thread Dave S
Hello, We would like to know how we can post a conversion through API and thus obtain the code which we need to place in a website. Thanks. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Have you migrated to v200909 yet? The v13 sunset is on April 22, 2010. Also find us on our blog and di

AdWords API Competetor ads

2010-03-09 Thread Dave S
Hello, We are trying to get the number of competetor adds and then drill down to view all the competetor ads and it URL. Please could you suggest how we get the data using google adwords API. Thanks. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Have you migrated to v200909 yet? The v13 s

AdWords API Daily spend, Affiliate programs, number of Adds for a keyword

2010-03-09 Thread Dave S
Hello, Please could you help us with how we can obtain the data for daily spend, affilate programs and number of adds for a particular keyword using the API. Thanks. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Have you migrated to v200909 yet? The v13 sunset is on April 22, 2010. Also

AdWords API No data return when AdGroupCriterionIdFilter set to "adGroupId"

2010-03-26 Thread Dave L
Hi, I have experienced a strange problem, I am not sure if this is my account issue or a common problem, hope someone can help. When I tried to use "AdGroupCriterionService" to retrieve keywords, if I set the "AdGroupCriterionIdFilter" to "campaignId" or "criterionId", it works fine. But if I set

AdWords API Re: No data return when AdGroupCriterionIdFilter set to "adGroupId"

2010-04-13 Thread Dave L
On Mar 30, 1:58 am, AdWords API Advisor wrote: > Hi Dave, > > I just made a request using only the adGroupId field of the > AdGroupCriterionIdFilter, and it worked fine.  Do you have the SOAP > XML request andresponsefrom a request that demonstrates this > behavior? > &g

AdWords API Re: No data return when AdGroupCriterionIdFilter set to "adGroupId"

2010-04-13 Thread Dave L
9632623 48239853 48314463 48314553 20100412 20100412 SEARCH -- NOTE: if I do not specify the Campaign ID filter, it works fine. It seems that most of the time the problem happens when I set the "Campaign ID filter. Regards, David On Mar 30,

AdWords API How to get campaign stats data for SEARCH network only

2010-04-13 Thread Dave L
Hi, I have a campaign with both Search and Content network on. For example, when I login to Google Adwords account, I can see that I have 70 Impressions from SEARCH network and 28,469 impressions from CONTENT networks. I set the StatsSelector.network to "SEARCH" only, however, the return data is

Getting Criterion ID for placements from v13 ReportService "Placement" report

2010-10-05 Thread Dave Oz
Is the above possible? I want create bulk updates of maxCPC for adgroup placements via the API. A rough sketch of how I want to do this is to download a Placement report from the ReportService, insert it into a local DB, calculate updated maxCPC values based on the Sales data, then create a bulkMu

Re: Adwords API pending approval, Can I use my developer Token?

2012-04-20 Thread Dave Winget
I'm in the same boat - it's been about 1 full month now and nothing - I have sent emails to adwordsapi-tok...@google.com as has my partner with out a reply - anything else I can do? On Tuesday, March 27, 2012 1:14:44 AM UTC-6, Anash P. Oommen wrote: > > Hi Aby, > > Did you hear back from the r

Dev API Token - Still Pending

2012-04-24 Thread Dave Winget
Anything other than adwordsapi-tok...@google.com to get a status update of the API request? It's been over 1 month now for us and we're still "pending" without any contact from google about status or more questions. Should I just re apply? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ A

Re: Dev API Token - Still Pending

2012-04-25 Thread Dave Winget
Thanks for the reply Anash - You should push them to change that bit where it says "1 or 2 days for approval" right when you sign up to 5-6 weeks would help with a lot of confusion... On Wednesday, April 25, 2012 3:34:02 AM UTC-6, Anash P. Oommen wrote: > > Hi Dave, > >

Ruby API: problems with template for YouTube Promoted Videos

2012-06-12 Thread Dave Seidel
Hi, using google-ads-common 0.7.2, google-adwords-api 0.6.1, API version v201109_1. I'm reworking some old code written by someone else that worked with an earlier version of the gems and the API, and I'm having trouble using the YouTube Promoted Videos temple. Here's what my operation hash lo

SOLVED (was Ruby API: problems with template for YouTube Promoted Videos)

2012-06-13 Thread Dave Seidel
Never mind, apparently the TemplateAd data structure is rather more complex than expressed in the initial version of my code and must be created in a different way. On Tuesday, June 12, 2012 1:16:14 PM UTC-4, Dave Seidel wrote: > > Hi, using google-ads-common 0.7.2, google-adwords-api

YouTube Promoted Video ad -- possible to create in sandbox?

2012-06-19 Thread Dave Seidel
I would like to model the creation of a YouTube Promoted Video ad using the API, but I'm blocked by not having a valid MediaId for the video. I there any way in a sandbox context to obtain or simulate a valid MediaId for a YT video? Or is the lack of a code sample for this operation a hint that

API Access Developer Token Taking very lang time? Even we have done all as per API team's Instructions??

2013-01-30 Thread Zcubator dave
-- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 subscribed to the Google Gr

OAuth2 Token vs ClientLogin Token

2013-07-17 Thread Dave Rowe
riday, but still haven't been able to connect. I'd really prefer to use the OAuth mechanism - am I doing something wrong? I'm getting a authToken / refreshToken back, so it seems to be working? Thanks -Dave -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also fi

Offline Conversions Import via API

2013-09-17 Thread Dave Cardwell
Are there plans to offer the recently announced conversion import feature via the API? If so, any ETA available on that? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.bl

Very Strange Error: always get 0

2014-08-22 Thread Dave L
Hi, My code has been working fine until recently (about 2 weeks ago), I have experienced a very strange error. I have always got a fresh AccessToken before calling the API. However, I always get "0" for every service I called. There is not error message, but simply "0". Here is a sample of t

msi for Adwords editor v11.2.2

2015-11-24 Thread Dave Cunningham
any Thanks Dave -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are sub

Re: msi for Adwords editor v11.2.2

2015-11-27 Thread Dave Cunningham
Hi Umesh I had already called Product Support and they pointed me towards the Developer forums... I will just have to hope that an msi is released at some point. Thanks Dave On Tuesday, 24 November 2015 18:47:22 UTC, Umesh Dengale wrote: > > Hi Dave, > > This forum is related to

Re: Auction Insights Report

2015-12-07 Thread Dave Davis
Any update on this guys? It's been years since it was put on the road map and still nothing? Can you at least make it available in scripts? Seems to be the only feature not available outside the UI. Can you maybe share some insight into why this isn't available? I'm sure you have your reas

Re: Auction Insights Report

2015-12-07 Thread Dave Davis
each month segmented by week and manually paste it into a spreadsheet or Tableau. Some of our larger clients only care about branding and getting a greater impression share than certain key competitors. Thanks for getting back you me on this. Dave -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Auction Insights Report

2015-12-07 Thread Dave Davis
Hi Josh. Indeed. And we use it in the UI. It's the reporting that were after. So we need to see on a campaign basis what new or existing competitors are in the auction, how our share compares and how campaign experiments or flexible bidding strategies impacted share against said competitors. A

Error: !!!2|||-1|||Improperly formatted report request??? for AdHoc Reports Service

2011-10-12 Thread Dave L
Hi, I received following error when using the AdHoc Reports service: !!!2|||-1|||Improperly formatted report request??? According to the documentation at http://code.google.com/apis/adwords/docs/reportingtopics.html#adhoc. I used the '__rdxml=" parameter name to post following XML request to "

Re: Error: !!!2|||-1|||Improperly formatted report request??? for AdHoc Reports Service

2011-10-19 Thread Dave L
Hi Eric, Thanks for your help and it works fine now. Just one more question: the AdHoc report service documentation states that we need to call the GET request to https://adwords.google.com/api/adwords/reportdownload?__rd=REPORT_DEFINITION_ID to download the report. However, it seems that the HTT

Which Web method can give me SiteTargeted, Conversions, ViewThroughConversion

2012-01-15 Thread Hardik Dave
Hi, As of now I am using AdWordsAPI v201109 and i want to have SiteTargeted, Conversions, ViewThroughConversion & ClickThroughConversion in the xml file which gets downloaded. I am using ReportDefinitionService, but am only able to get SiteTargeted and rest other. But, I also need Conversion, View

How to set AdScheduleTarget?

2012-01-17 Thread Dave L
I want to set AdScheduleTarget, but I cannot find enough information for this.According to the specification. Under CampaignTargetService, there is a note: Note: As of v201109, only AdScheduleTarget is available in CampaignTargetService; for all other campaign-level target types, refer to the Cri

Re: Auction Insights Report

2017-03-22 Thread Dave Davis
Agreed. There's clearly a demand but its being refused. I wish we could just be told why it's not being made available. If there's a logical reason, fine. But at least tell us. If Google doesn't want to expose this data for third party competitive analysis tools to benefit from, cool. At leas

Exclusions in Display Network Targets via API

2017-05-10 Thread Dave Mueller
I'd like to be able to use the API to set domain exclusions in the display network targets in order to block known click-bait domains from displaying my ads. Does anyone know if this is possible via the API? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Go

Ad Customizer with CSV/Excel

2017-05-18 Thread Dave B
ws in code, getting Ad id's and pushing the data to the API as per this article, is there any easier way so I can actually send the CSV/Excel file itself. Thanks for any advice you can give, Dave -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Goog

How to target an adGroup with FeedItemService\FeedItem in v201806

2018-07-12 Thread Dave B
As adGroupTargeting is being removed from FeedItemService\FeedItem with v201806 (https://developers.google.com/adwords/api/docs/guides/migration/v201806), how can you now target a specific ad group in Ad customizer data? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on

Re: unexpected error TOO_MANY_USER_IDENTIFIERS when add_offline_user_data_job_operations

2022-01-24 Thread Dave Milsom
We started seeing the same about two days ago using the customers.uploadUserData REST API endpoint. We are batching to 100 operations records, which is in the spec. On Monday, January 24, 2022 at 1:52:52 AM UTC-8 moto...@klab.com wrote: > environment > python==3.9.6 > google-ads==13.

Re: unexpected error TOO_MANY_USER_IDENTIFIERS when add_offline_user_data_job_operations

2022-01-24 Thread Dave Milsom
7eb295e527d7d4b3bb7c8613f387a2"}]}}, {"create":{"userIdentifiers":[{"hashedEmail":"a5c679735206fb6eafe188ffb8b32fbbaf7eb295e527d7d4b3bb7c8613f387a3"}]}} ], "customerMatchUserListMetadata":{"userList":"customers/8156288997/userLists/7044347792"} } Thanks Dave

Re: CriterionError.INVALID_PROXIMITY_ADDRESS

2018-02-08 Thread Dave Page
Hi, I am experiencing the same issue. I joined this Forum so that I could also be informed. Thanks, Dave Page On Wednesday, February 7, 2018 at 12:59:23 PM UTC-5, Dhanya Sundararaju (AdWords API Team) wrote: > > Hi Antal, > > Thank you for sharing the details. We are aware of th

Re: CriterionError.INVALID_PROXIMITY_ADDRESS

2018-02-13 Thread Dave Page
Hi Dhanya, I just retested adding proximity criterion to a campaign and it is now working. I added another campaign with proximity criteria with a different address and radius and with Kilometers and that worked as well. Thanks for addressing and getting this fixed! Dave On Tuesday

Segment by week & Currency Code Enum

2020-06-24 Thread Dave Davis
Hi folks, I'm pretty new but I couldn't find any answers on these. I'm using the Google Ads API and am struggling with some quite basic issues. I have no experience with the older AdWords API 1) I'm trying to get campaign data, segmented *by week.* I can pull it for the week itself easy enough

How to segment by conversion action name in Google Ads API?

2020-06-25 Thread Dave D
Hi I'm trying to get a report via the Google Ads API that returns campaigns and conversions by conversion action last week. query = f'''SELECT campaign.name, campaign.advertising_channel_type, segments.week, customer.currency_code,

RE: How to segment by conversion action name in Google Ads API?

2020-06-25 Thread Dave D
Thanks Mitchell I added it, the problem is, I get a different row for each conversion action. If we think of it in terms of a row, I want campaign row to show how many conversions from each action there were in the given time period. You can see what I mean with the table/row sample above. I c

Adwords to Ads API Migration

2022-01-31 Thread 'Dave Stitz' via Google Ads API and AdWords API Forum
As I rebuild our API code to work with the Ads API from the AdWords API, I need to enable the Ads API for our Google Cloud Project. I have reviewed the API Migration Docs for this simp

Change History Shows Duplicate Campaign Enable

2022-02-10 Thread 'Dave Stitz' via Google Ads API and AdWords API Forum
I made a standard campaign update moving a campaign status from paused to active and after viewing the change history for my campaign, I see 2 entries for the campaign showing the change, essentially a duplicate. I only made 1 API call to the Ads API yet the interface shows it as a "double" API

Re: MutateAssetResponse Does Not Contain .PartialFailure

2022-02-21 Thread 'Dave Stitz' via Google Ads API and AdWords API Forum
Just following up here to see if there is any news on this apparent missing class? On Thursday, February 17, 2022 at 9:37:06 AM UTC-8 Dave Stitz wrote: > As a follow-up, I am digging through the actual API classes for V9 (and > other versions) and do not