Re: AdWords API Re: v200909 now available!

2009-11-25 Thread Tony
I too am really disappointed to see CPC isn't included. This completely breaks any tools we previously had to locate new keywords for campaigns. It would be wise for the team to add these features before disabling access to KeywordToolService. My additional question: is there any way to get avera

AdWords API Removing "additional keywords to consider" from TargetingIdeaSelector results

2009-11-30 Thread Tony
How can I remove the "additional keywords to consider" from the results returned by the TargetingIdeaSelector API in v2009? For instance, if I query "life insurance" the results returned include keywords like "home insurance" and "business insurance" which don't have anything to do with "life insu

AdWords API Re: Removing "additional keywords to consider" from TargetingIdeaSelector results

2009-12-01 Thread Tony
On Nov 30, 2:55 pm, AdWords API Advisor wrote: > Hi Tony, > > The solution is to use the NgramGroupsSearchParameter.  More > information is available here: > >  http://groups.google.com/group/adwords-api/browse_thread/thread/dd91f... >  http://groups.google.com/group/adwords-api

AdWords API Re: Removing "additional keywords to consider" from TargetingIdeaSelector results

2009-12-02 Thread Tony
Would it be possible for you to paste the code you used to query this? I think there must be something wrong with our code b/c we only get back 347 related keywords and 'term life insurance' is not in the list returned. On Dec 2, 12:41 pm, AdWords API Advisor wrote: > Hi Tony

AdWords API Re: Removing "additional keywords to consider" from TargetingIdeaSelector results

2009-12-04 Thread Tony
your help. On Dec 2, 1:21 pm, AdWords API Advisor wrote: > Hi Tony, > > Here is my selector: > >   >     >         >           life insurance >           BROAD >         >     >     >        BROAD >     >     >         >

Re: What is the secret project of the adword team ?

2010-04-23 Thread Tony
I totaly agree with you. I'm a big Google fan too but so surprised the could come up with something like the new API. It is the exact opposite of what google is all about "Simplicity"... I hope someone will answer to clarify the situation... Maybe that wasn't just a Cylon plan :-) Maybe they are re

Re: Upcoming Sandbox DB Refresh: Tomorrow, Tuesday, February 1

2011-02-02 Thread tony
Hi Eric, I just got this error: SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://adwords-sandbox.google.com/api/adwords/cm/v201008/ CampaignService?wsdl' : failed to load external entity "https:// adwords-sandbox.google.com/api/adwords/cm/v201008/CampaignService? wsdl", Is that because of the

RE: Account Access

2011-08-10 Thread Tony
In the web interface under My Account => Account Access there is a list of users who have access to the MCC which shows the Email address, Last Logged In date and their Access Level which is great, BUT there seems no way to access this information programatically via the API. I know the Customer I

Re: ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT@PrimaryDisplayStatus

2011-08-10 Thread Tony
an XML document with all the available fields you can have. If you them use this as the master list of fields then your problem is solved! Documentation is here at http://code.google.com/apis/adwords/docs/reference/latest/ReportDefinitionService.html#getReportFields Regards Tony On Aug 9, 6:33 pm

Re: Can I use the same ReportDefinition for different clientEmails?

2011-08-10 Thread Tony
; 0) { new ReportUtilities(adwordsUser).DownloadReportDefinition(result[0].id, @"C:\REPORTS\CAMPAIGN.xml"); } // 5) Happy days coz you now have your report so open it and parse the XML! If you wrap this code up into a loop that repeats for every account number then you shou

Re: ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT@PrimaryDisplayStatus

2011-08-10 Thread Tony
point you need them. Its really easy to do and the results are available in seconds, and you can also do it across multiple threads for speed. If you are on a tight deadline and the problem is NOT going to be fixed by Google any time soon then it might be an option for you. Good luck Tony On Aug

Re: Account Access

2011-08-17 Thread Tony
Hi there thanks for the reply, is there any way of getting this put into a future version of the API? If you have many accounts and many MCC's it becomes extremely hard to audit who has access to what, and it would be really helpful to be able to know which new users have been added and other chan

UNEXPECTED_INTERNAL_API_ERROR when adding RemarketingUserList

2011-12-01 Thread tony
Hi, when I invoke UserListService try to add RemarketingUserList in sandbox, it always return "[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ com.google.ads.api.services.common.error.InternalApiError.(InternalApiErro]". Does anybody meet the same problem? -- =~=~=~=~=~=~=~=~=~=~=~=~=~

Re: UNEXPECTED_INTERNAL_API_ERROR when adding RemarketingUserList

2011-12-05 Thread tony
hello, ==HERE IS MY REQUEST== http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";> http://schemas.xmlsoap.org/soap/actor/next"; soapenv:mustUnderstand="0" xmlns:ns1="htt

Re: UNEXPECTED_INTERNAL_API_ERROR when adding RemarketingUserList

2011-12-26 Thread tony
sheinmus I try another client (client_2) that has only very little campaigns to create a remarketing user list. But still same problem :< -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/gr

For Hire?

2018-04-27 Thread tony
Anyone available for hire? I run a PPC agency. We've been using a system to monitor changes to Adwords accounts that's requiring quite a bit of manual data entry out of Adwords and into Google Sheets and we'd love to automate some of it. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Google ads' php library does not work properly

2023-05-18 Thread 2022 Tony
My google php library can't request data through a proxy, but the python version can. I'm sure my proxy is working, is there somewhere in the php library where I forgot to set the proxy? This error is prompted: Fatal error: Uncaught GuzzleHttp\Exception\ConnectException: cURL error 35: OpenSSL S

Re: Google ads' php library does not work properly

2023-05-19 Thread 2022 Tony
pplication. Hopefully this will be fixed in a future version of the google-ads-php library! Now I solve the problem temporarily with this method: $_SERVER['HTTP_PROXY'] = 'http://127.0.0.1:7789'; $_SERVER['HTTPS_PROXY'] = 'http://127.0.0.1:7789'; On Thursday, 18

How should I get reports for a specific time zone?

2023-05-23 Thread Tony Z
How should I get reports for a specific time zone? Can I only do this by setting the user's time zone? Is there a way to set the user's time zone via the api? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=

Re: how should i get reports for a specific time zone?

2023-05-24 Thread Tony Z
ok thanks On Wednesday, 24 May 2023 at 15:18:16 UTC+8 Google Ads API Forum Advisor wrote: > Hi Tony, > > Thank you for reaching out to Google Ads API Forum. > > Kindly note that in general, all the reports that are pulled from an > account will be based on the account'

Get ad_group_ad statements

2023-05-25 Thread Tony Z
Is there any way we can get the ad report information for all sub-accounts under the manager account at once through the API? Like on the UI? What I'm doing is traversing each sub-account and getting the reports separately, is there a better way to do this? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Fwd:

2013-02-14 Thread Tony Newton
http://lasvegassuites.org/88tcxk.php?s=lf -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message be

a test post

2013-04-18 Thread Tony Day
this is a test post, pls delete me if see it, administrator. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You recei

how to only get NEGATIVE Keywords?

2013-07-03 Thread Tony Day
hello, I want to get all Negative Keywords in an account. We could get all keywords by use *AdGroupCriterionService*, and if the items is *NegativeAdGroupCriterion*, then the keyword is Negative. but, there'r so many keywords, system is hard to do it. so, if I could only get Negative Keywords by A

Special Values for ImpressionReach / uniqueCookies?

2015-10-27 Thread tony . harrison
Does anyone have a definitive list of what the 'special values' that can be returned for ImpressionReach (returned in xml as uniqueCookies) metric in Campaign Performance Report can be? This particular field doesn't have any mention of special values in the documentation

Re: Special Values for ImpressionReach / uniqueCookies?

2015-10-27 Thread tony . harrison
Thanks Josh, I had the first two, '--' is kind of expected based on other fields, but didn't have anything handling the '<100' response and wanted to check if there were any other values that were known. Cheers, Tony On Wednesday, October 28, 2015 at 4:47:40 AM U

How to retrieve keywords from API with click greater than 0?

2011-06-02 Thread Tony N.
Are we able to filter keyword reports through the API for those with clicks greater than 0? Reason being, we have a ton of keywords in our campaign and it is slowing us down significantly having to retrieve EVERY single keyword (over a thousand). We are only interested in retrieving keywords with c

Adwords Click Performance Report

2018-04-09 Thread Tony D
I am NOT a developer, and would like to know how to get a copy of the Click Performance Report mentioned at the link below for my Adwords Account. Any help will be greatly appreciated. I have contacted Adwords support and am waiting to hear back... https://developers.google.com/adwords/api/do

Click Performance Report

2018-04-09 Thread Tony D
I am Not a developer and am trying to find out how to get a detailed copy of my Click Performance Report for my Adwords Account, and don't know much about API's. I have contacted Adwords Support, but have not heard back... Thanks in advance. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Invalid tocpic path

2019-09-17 Thread tony teo
I've created topic negative for campaign criterion but when I mutated operation, I got error with message: Invalid path My Code: def create_topic_operation(client,campaign_resource): campaign_criterion_operation_topic = client.get_type('CampaignCriterionOperation',

Set Audiences for Campaign

2019-09-17 Thread tony teo
I've read doccument of Google Ads Api but I really don't how to set audiences style for Campaign or Adgroup because the docucment didn't mention about it Please help me, thank you in advance -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdevel

Re: Set Audiences for Campaign

2019-09-18 Thread tony teo
i used CampaignCriterion and AdGroupCriterion but both of those didn't mention to Audience. I just saw something like:age,gender,topic,... On Wednesday, September 18, 2019 at 10:27:21 PM UTC+7, adsapiforumadvisor wrote: > > Hi Tony, > > You may use the CampaignCriterion

Re: Set Audiences for Campaign

2019-09-19 Thread tony teo
what I need is something like this. I saw UserListInfo it didn't mention something like this on the Google UI [image: image.png] On Fri, Sep 20, 2019 at 2:28 AM Google Ads API Forum Advisor Prod < adsapiforumadvi...@gmail.com> wrote: > Hi Tony, > > You will need to use the U

Bug Google Ads Search Customer Client

2019-09-27 Thread tony teo
I've got CustomerClient during 1 month. But today, i coudn't get CustomerClient because it returned empty. I really don't know why, my code didn't change! Please help me, thank you in advance Here my code: query = ('SELECT ' 'customer.currency_code, ' 'customer.resource_name,

Re: Ended/Removed Campaigns

2017-11-08 Thread Tony França
Ivan Bautista, was the problem above ever solved? I'm seeing similar behaviour from the API, only in my case I'm using AWQL. Even if I run a query like "SELECT Id, Name, Status, ServingStatus WHERE ServingStatus = 'ENDED'" OTOH, "SELECT Id, Name, Status, ServingStatus WHERE Status = 'REMOVED'", I

Feature Request & Inquiry: Public Availability of Auction Insights Metrics via Google Ads API

2025-06-11 Thread Tony Campos
Hello Google Ads API Community and Admins, Our team, and likely many others in the community, would greatly benefit from the ability to access Auction Insights data directly via the Google Ads API. The Challenge: Currently, this crucial competitive data is only available through the Google Ads