AdWords API Существует ли однозначная связ ь между groups и keywords при получении данных через АПИ?

2009-06-24 Thread Ivan
При просмотре и использовании API AdWords думал что такой параметр как keywordsid(или id критерия по другому) есть величина уникальная, и относится он к 1 adgroup. Однако недавно выяснил что это не совсем так. Заказывая статистику по компании получил данные которые говорят что 2 разных adgroup могу

AdWords API api/adwords/v13 debug

2009-08-20 Thread ivan
debug AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/} Server.userException faultSubcode: faultString: The developer token is invalid. faultActor: faultNode: faultDetail: {https://adwords.google.com/api

How google defines locations in adwords

2017-06-21 Thread ivan
Hi, When you select areas to target in keyword planner you may have empty spaces between the blue shapes (the selected areas). If you select the city of Woking, this will be hightlighted in a blue shape that looks nothing like the city's actual geographical map. I'm after the database that de

Cannot link test accounts + Test clients not showing in accounts management

2018-09-07 Thread Ivan
Hello! I am trying to make my first API call, so I set up a test manager account and a few test client accounts (i.e. the dummy accounts created under the test manager account). But when running generate_refresh_token.py, I received this: Error summary: {'faultMessage': "[AuthorizationError.U

Re: Cannot link test accounts + Test clients not showing in accounts management

2018-09-07 Thread Ivan
While logged in with your manager account credentials, open the Google API Console Credentials page." In the interest of clarity, this should read "with your *test *manager account credentials." Thanks again! On Friday, September 7, 2018 at 4:26:57 PM UTC-3, Teja Makani wrote:

Error Connect Google AdWords with Azure Data Factory using Linked Serivices

2022-10-17 Thread Ivan Sanchez
[Microsoft][GoogleAds] (62) API Connection Failed. Forbidden Request. HTTP Response code: 401 Activity ID: 07172e33-560a-4d6b-ae6a-cf1b27d4fbb9." Regards, Ivan Sanchez - -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdevelop

Metrics calculation

2023-01-02 Thread Ivan Balakirev
Hey there, How do you calculate search_budget_lost_impression_share, absolute_top_impression_percentage? For instance, I fetch data via API and it returns some values: search_budget_lost_impression_share = [ 36.74, 20.86 ]; In Ads dashboard it shows result as 32.10% but how do you get the averag

Re: Metrics calculation

2023-01-03 Thread Ivan Balakirev
e out how to make my app values to be the same as yours. As you can see, I need: search_budget_lost_impression_share, absolute_top_impression_percentage, phone_through_rate, search_impression_share Thanks in advance! On Tuesday, 3 January 2023 at 10:43:25 UTC+4 adsapi wrote: > Hi Ivan, >

Naas

2023-05-09 Thread Ivan Core
https://chrome.google.com/webstore/category/extensions?utm_source=app-launcher&authuser=0 -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this

Slow audience list data populating

2019-01-22 Thread ivan . kharybin
Hello everyone! I'm having problem with slow audience list data updating. I've created new audience list via API and uploaded around 2000 customer records as described here.

Cancelar: Python script failuinvalid customer id

2023-05-31 Thread Sanchez, Ivan
Sanchez, Ivan deseja cancelar a mensagem "Python script failuinvalid customer id". -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message b

Escope don't verifyed

2023-06-15 Thread Sanchez, Ivan
Hi, Could you check up, please? A message the this scope still don't verifyed [cid:image001.png@01D99F94.D62CD9A0] -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You r

Get all keywords for Campaign

2013-03-07 Thread Ivan Panteleev
How can I get all keywords for campaign, using PHP Client Lib? Can somebody show an example? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Get all keywords for Campaign

2013-03-19 Thread Ivan Panteleev
google.com/p/google-api-adwords-php/source/browse/examples/v201302/BasicOperations/GetCampaigns.php > > - Kevin Winter > AdWords API Team > > On Thursday, March 7, 2013 12:24:18 PM UTC-5, Ivan Panteleev wrote: >> >> How can I get all keywords for campaign, using PHP Clie

How to update TextAd parameters

2013-03-19 Thread Ivan Panteleev
Hi For example, I wanna update some of TextAd parameters. I'm trying to do this with this code: function UpdateAd(AdWordsUser $user, $adGroupId, $adId) { $adGroupAdService = $user->GetService('AdGroupAdService', ADWORDS_VERSION); $ad = new TextAd(); $ad->id = $adId; $ad->headlin

Differences in Placement Performance Report and Adwords GUI

2013-06-26 Thread Ivan Vasilchev
or us in order to have precise statistics and currently we couldn't find a mechanism to bring that identifier in the report. Is there a solution for this problem and if there isn't can we expect this to be resolved in a future version of the API? Thank you in advance,

oauth2_jwt ApiException (ruby)

2013-09-10 Thread Ivan Bondarenko
*Hi, all!* *I want get next request:* *google = AdwordsApi::Api.new * *srv = google.service(:ManagedCustomerService, :v201306) * *selector = {:fields => ['CustomerId']} * *graph = g.use_mcc() {srv.get(selector)}* *My adwords_api.yml :* *---* *:authentication:* * :method: OAUTH2_JWT* * :oauth2_

Error: invalid_client

2014-10-06 Thread Ivan Gurin
*GetRefreshToken.php* *responce browser:* *401.* That’s an error. *Error: invalid_client* no support email -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.co

adwords error

2014-10-06 Thread Ivan Gurin
EstimateKeywordTraffic.php example I have developerToken, client_id, client_secret and refresh_token. Responce: An error has occurred: { "error" : "invalid_grant" } What are the possible causes? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https:/

Errors on adding negative keywords via API (php library)

2015-07-14 Thread Ivan Krasnikov
Hi all! I'm adding negative keywords to AdGroups. And '#0 AdWords/src/Google/Api/Ads/Common/Lib/AdsSoapClient.php(217): SoapClient->__soapCall('mutate', Array, NULL, Array, Array) #1 /AdWords/src/Google/Api/Ads/AdWords/v201506/AdGroupCriterionService.php(10236): AdsSoapClient->__soapCall('mu

Re: Errors on adding negative keywords via API (php library)

2015-07-16 Thread Ivan Krasnikov
It's my mistake in $negativeAdGroupCriterion = new NegativeAdGroupCriterion(); $negativeAdGroupCriterion->adGroupId =$adGroupId; $negativeAdGroupCriterion->criterion = $keyword; $keyword was an array instead of text. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on o

CustomerSyncService bug? Id of removed AdGroup does not appear in CustomerChangeData.changedCampaigns.changedAdGroups

2018-03-08 Thread ivan . kharybin
Hello! So I removed test adgroup from one of my campaigns and so far there hasn't been any update in API response of CustomerSyncService.get method: neither campaign is considered changed in any way, nor the specified adgroup is. Is this an expected behavior or a bug? -- -- =~=~=~=~=~=~=~=~=

Re: CustomerService.getCustomers returns AuthorizationError.CUSTOMER_NOT_ACTIVE

2018-06-05 Thread Ivan Petrov
I also have similar situation. Perfectly fine MCC, probably a few inactive customers inside, but then CustomerService getCustomers() not working without specifying id. Same problem. How we are supposed to retrieve all customers in such a case? вторник, 29 май 2018 г., 11:31:18 UTC+2, Timm Jan

CustomerService getCustomers() throws CUSTOMER_NOT_FOUND

2019-08-26 Thread Ivan Petrushev
Hello, I am trying to get information about the directly authorized user. API docs state calling CustomerService.getCustomers() can be used without clientCustomerId, but if I try to do it, I get this error: > AuthenticationError.CUSTOMER_NOT_FOUND I am using Python client library: client = adw

Is there a way to mutate member of user list with Beta API?

2019-10-22 Thread Ivan Soroka
Hi, We need to add user emails to a user list through API, but we're working with nodejs backend, so since there is no official library built for that I found a decent 3rd party module. But it is built for Beta API and not for Adwords... I see that this can be done mutateMemebers operand in adw

Personal feedback

2021-02-06 Thread Ivan Konanykhin
Never in my whole life have I seen a system as ridiculously convoluted and unnecessarily difficult to work with as Google ads (AdWords, Ad manager, I don't even fully know what it's called). I've spent several hours and I haven't even gotten registered. Crazy number of concepts, such as Manager,

Is it correct to use both Google Ads API and Adwords API at the same time?

2020-06-23 Thread Ivan Pomortsev
hanks, Ivan -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum&

Re: How to link AdWords to a specific GMB Business account

2017-03-15 Thread 'Ivan Bautista' via AdWords API Forum
tion-extensions> (available in other languages) for your reference. As for your other concern, do note that setting and updating merchant information via AdWords API is not possible. Let me know if I misunderstood your question. Regards, Ivan

Re: How to link AdWords to a specific GMB Business account

2017-03-15 Thread 'Ivan Bautista' via AdWords API Forum
/accounts#resource-account>. However, we only handle the AdWords API part of the integration so it would be best to confirm with the Google My Business API team <https://www.en.advertisercommunity.com/t5/Google-My-Business-API/bd-p/gmb-api> as they are more equipped to answer that que

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

2017-03-17 Thread &#x27;Ivan Bautista' via AdWords API Forum
erations#pause-an-ad> for pausing an ad (available in other languages). Regards, Ivan AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+Go

Re: Ad customizers - If function

2017-03-17 Thread &#x27;Ivan Bautista' via AdWords API Forum
imarily depend on your design decision whether you want to have a static ad along with ads that have IF functions. Regards, Ivan AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https:

Re: Add extensions to multiple ad groups like AdWords UI

2017-03-19 Thread &#x27;Ivan Bautista' via AdWords API Forum
gService>, is that you can perform batches of ADD or REMOVE operations without waiting for them to complete. Regards, Ivan AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https

Re: Conversion tracker segmented parental status and ad schedule reports

2017-03-20 Thread &#x27;Ivan Bautista' via AdWords API Forum
Hi Christian, We'll try to raise this to the team but we can't guarantee if it will be included in future releases or when will it be included. Just follow our blog <http://googleadsdeveloper.blogspot.com/search/label/adwords_api> for any future announcements. Regards, Ivan

Re: Error CONCRETE_EXTENSION_TYPE_REQUIRED when creating create ad extensions with CampaignExtensionSettingService

2017-03-20 Thread &#x27;Ivan Bautista' via AdWords API Forum
Hi VJ, Being that this thread is almost a year old, could you open a new thread instead and from there we could continue with our investigation? Regards, Ivan AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https

Re: Add extensions to multiple ad groups like AdWords UI

2017-03-20 Thread &#x27;Ivan Bautista' via AdWords API Forum
atchJobService or AdGroupExtensionSettingService, it should be considered as a best practice to validate that each object or entity to be REMOVED should exist in order to avoid errors. Regards, Ivan AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog a

Re: Add extensions to multiple ad groups like AdWords UI

2017-03-20 Thread &#x27;Ivan Bautista' via AdWords API Forum
onously via AdGroupExtensionSettingService or asynchronously via BatchJobService or your own mechanism depends on your design. In addition, here's a guide <https://developers.google.com/adwords/api/docs/guides/extension-settings> in managing ad extensions via Extension Setting Services. Regards,

Re: Add extensions to multiple ad groups like AdWords UI

2017-03-22 Thread &#x27;Ivan Bautista' via AdWords API Forum
h/label/adwords_api> to check on future updates. Regards, Ivan AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~

Re: DUPLICATE_EXTENSION_FEED_ITEM_EDIT when adding extensions to multiple ad groups in one API call

2017-03-23 Thread &#x27;Ivan Bautista' via AdWords API Forum
Hi JC, To help us investigate further, could you *reply to us privately* with the SOAP request and response when you encountered the error? Regards, Ivan AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https

Re: How to link AdWords to a specific GMB Business account

2017-03-23 Thread &#x27;Ivan Bautista' via AdWords API Forum
/bd-p/gmb-api> the account id you used? Regards, Ivan AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers

Re: Batch Job Completion and Queues

2017-03-23 Thread &#x27;Ivan Bautista' via AdWords API Forum
n and the type of operations you are executing. Rest assured that whether your batch job succeeds or fails, you may refer to the batch job results <https://developers.google.com/adwords/api/docs/guides/batch-jobs#download_the_batch_job_results_and_check_for_errors> later on and investigate. Reg

Re: PHP Fatal error: Cannot use object of type stdClass as array

2017-03-23 Thread &#x27;Ivan Bautista' via AdWords API Forum
Hi, Since your concern is more on the client library than the AdWords API, it would be best if you raise this issue to the client library team <https://github.com/googleads/googleads-php-lib/issues> so they can assist you. Regards, Ivan AdWords AP

Re: Adding Milers to my current GPS Coordinates

2017-03-23 Thread &#x27;Ivan Bautista' via AdWords API Forum
Hi Ron, This forum only caters to concerns related to the implementation of the AdWords API. I'm afraid location tracking is not available via the AdWords API. However, you may follow our blog <http://googleadsdeveloper.blogspot.com/search/label/adwords_api> for future updates. Re

Re: Is it slower to access test account's data via API than standard account? How much slower if so?

2017-03-23 Thread &#x27;Ivan Bautista' via AdWords API Forum
Hi Dongliang, Regardless whether the API service is called using a test account or a production account, the response time of the API services may vary and is affected by a number of factors such as network connection and type of operations requested. Regards, Ivan AdWords API Team

Re: LocationCriterionService Returns empty results for a locationID recieved from CampaignLocationTargetReport

2017-03-24 Thread &#x27;Ivan Bautista' via AdWords API Forum
rated report. Regards, Ivan AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received th

Re: Is it slower to access test account's data via API than standard account? How much slower if so?

2017-03-24 Thread &#x27;Ivan Bautista' via AdWords API Forum
ecuted from either your test or production account. As for the different access levels, the main difference is primarily on daily operational limits <https://developers.google.com/adwords/api/docs/ratesheet> and shouldn't have any impact on the response time of your API calls. Regar

Re: Callout extensions: Ad group extension and Ad group extension

2017-03-26 Thread &#x27;Ivan Bautista' via AdWords API Forum
dsUser(); AdWordsAppConfig config = (AdWordsAppConfig) user.Config; user.Config.clientCustomerId = ""; Regards, Ivan AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https:/

Re: CAMPAIGN_LOCATION_TARGET_REPORT returning removed data?

2017-03-27 Thread &#x27;Ivan Bautista' via AdWords API Forum
author*) with the report definition <https://developers.google.com/adwords/api/docs/guides/reporting#create_a_report_definition> you used for Campaign Location Target Report as well as the resulting data and the AdWords UI screenshot of the location targets for those campaigns in question? R

Re: How do I pause a Product Partition BiddableAdGroupCriterion?

2017-03-28 Thread &#x27;Ivan Bautista' via AdWords API Forum
iki/Shopping-product-partition-utility-for-AdWords#exclude-a-node-from-bidding> . Regards, Ivan AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+Go

Re: RMF C.600 - Mobile app download campaigns

2017-03-30 Thread &#x27;Ivan Bautista' via AdWords API Forum
Hi, Being that your inquiry is more related to compliance with the RMF policies rather than the implementation of the AdWords API, it would be best to raise your concern to the AdWords API Compliance team <https://services.google.com/fb/forms/apicontact/>. Regards, Ivan AdWords AP

Re: RMF M.18 - Edit ad device preference

2017-03-30 Thread &#x27;Ivan Bautista' via AdWords API Forum
Hi, As I've mentioned in your other post, it will be best to redirect your RMF policy related concern to the AdWords API Compliance team <https://services.google.com/fb/forms/apicontact/> as they are more equipped to answer your query. Regards, Ivan AdWor

Re: Cannot handle token prior to 2017-03-30T10:21:05+0000

2017-03-30 Thread &#x27;Ivan Bautista' via AdWords API Forum
Hi David, This seems to be a PHP specific issue than with the AdWords API. I'd suggest that you have it checked by the PHP client library team <https://github.com/googleads/googleads-php-lib/issues> just in case they can provide some recommendations. Regards, Ivan AdWor

Re: I'd like to connect account with an app through 'find your app' feature in UAC.

2017-04-02 Thread &#x27;Ivan Bautista' via AdWords API Forum
ant to advertise when creating UACs in the AdWords API. Regards, Ivan AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+Goog

Re: UAC are not shown in GEO_PERFORMANCE report

2017-04-03 Thread &#x27;Ivan Bautista' via AdWords API Forum
x/reports/campaign-location-target-report> instead. Regards, Ivan AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDeve

Re: Ad Copy selector - Enabled status at Adgroup and Campaign levels as well?

2017-04-03 Thread &#x27;Ivan Bautista' via AdWords API Forum
e SOAP request and response of the service you are using? Regards, Ivan AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleA

Re: API compliance

2017-04-04 Thread &#x27;Ivan Bautista' via AdWords API Forum
Hi, Your concerns seem to be more related to access and policy compliance than with the AdWords API. It would be best to redirect your concerns to the AdWords API Compliance team <https://services.google.com/fb/forms/apicontact/> as they are more equipped to answer your queries. Regards

Re: Ad Copy selector - Enabled status at Adgroup and Campaign levels as well?

2017-04-04 Thread &#x27;Ivan Bautista' via AdWords API Forum
AdGroupAdService, you can retrieve enabled Ads in an AdGroup's perspective but for a particular AdGroupId. Regards, Ivan AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://pl

Re: How to download campaign wise cost using AWQL

2017-04-05 Thread &#x27;Ivan Bautista' via AdWords API Forum
x/reports/campaign-performance-report> generated from the AdWords API? If not, could you reply to us privately (using *reply privately to author* option) with a screenshot of the report from the AdWords UI and your clientCustomerId as well as the generated report from the AdWords API? R

Re: Проблема с COUNTDOWN

2017-04-05 Thread &#x27;Ivan Bautista' via AdWords API Forum
rds/ct-p/Google_AdWords> as it is a more appropriate forum for your queries. Regards, Ivan AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevel

Re: I want data for search and display network in single query in AWQL

2017-04-06 Thread &#x27;Ivan Bautista' via AdWords API Forum
AdNetworkType1 IN ['CONTENT', 'SEARCH'] DURING 20170405, 20170405 You may also refer here <https://developers.google.com/adwords/api/docs/guides/awql#formal_grammar> for other formal grammar guidelines for AWQL. Regar

Re: TrafficEstimatorService Wrapped in BatchJobService?

2017-04-10 Thread &#x27;Ivan Bautista' via AdWords API Forum
rd Planner results, could you reply to us privately (using *reply privately to author* option) with a screenshot of the Keyword Planner results as well as the SOAP request and response of the 2 API calls in question so we can investigate further?

Re: Basic Access Daily Reporting Quota

2017-04-11 Thread &#x27;Ivan Bautista' via AdWords API Forum
sing *reply privately to author* option) with your clientCustomerId? Regards, Ivan AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevel

Re: Getting all campaigns from campaignService across all accounts under management account

2017-04-11 Thread &#x27;Ivan Bautista' via AdWords API Forum
ference for programmatically changing the clientCustomerId on runtime. Regards, Ivan AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.co

Re: Invite others to access an account by email

2017-04-12 Thread &#x27;Ivan Bautista' via AdWords API Forum
iew#extending_invitations> you've mentioned earlier is particularly referring to sending of linking invitations to any client or manager account that is not currently managed by a manager account in your hierarchy by specifying their clientCustomerId. Regards, Ivan AdWor

Re: exception handling in new PHP client lib / mutateLink()

2017-04-20 Thread &#x27;Ivan Bautista' via AdWords API Forum
ssible errors specified and just add or define a default or generic exception/error handling logic as a fallback. Regards, Ivan AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.goog

Re: exception handling in new PHP client lib / mutateLink()

2017-04-20 Thread &#x27;Ivan Bautista' via AdWords API Forum
tion $apiException) {}. Regards, Ivan AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You rec

Re: exception handling in new PHP client lib / mutateLink()

2017-04-20 Thread &#x27;Ivan Bautista' via AdWords API Forum
ific to the services and reports available in the AdWords API. You may also refer to the logging configurations <https://github.com/googleads/googleads-php-lib#user-content-configuring-logging> specified in their Github guide for more relevant information. Regards, Ivan

Re: Ad Words is not allowing me to download data in through ad words api

2017-04-21 Thread &#x27;Ivan Bautista' via AdWords API Forum
limited daily operations. Regards, Ivan AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You recei

Re: [9-8107000017054] CampaignExtensionSettingService InternalApiError.UNEXPECTED_INTERNAL_API_ERROR while trying to add Ad Extension

2017-04-21 Thread &#x27;Ivan Bautista' via AdWords API Forum
tingService and see if the error persists? Regards, Ivan AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: basic API

2017-04-24 Thread &#x27;Ivan Bautista' via AdWords API Forum
to us privately (using *reply privately to author* option) with your MCC account id? Regards, Ivan AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers

Re: Cannot find Watch Time and Avg. Watch time/impressions in the API

2017-04-24 Thread &#x27;Ivan Bautista' via AdWords API Forum
can better identify the appropriate report type and fields that you could use in the AdWords API? Regards, Ivan AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.

Re: Adword campaigns are real time?

2017-04-25 Thread &#x27;Ivan Bautista' via AdWords API Forum
Hi, For us to be able to answer your questions more accurately, could you elaborate more on what you mean by List B or which entity are you referring to? Regards, Ivan AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https

Re: Check for basic API.

2017-04-25 Thread &#x27;Ivan Bautista' via AdWords API Forum
Compliance team. It's better that you continue your discussion with them as they are more equipped to handle your concerns. Regards, Ivan AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blog

Re: Google AdWords API: Test Account AccountManagement/CreateAccount Error

2017-04-26 Thread &#x27;Ivan Bautista' via AdWords API Forum
o be able to investigate further, could you reply to us privately (using *reply privately to author *option) the SOAP request and response captured when error was encountered? Regards, Ivan AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Go

Re: GMB Extensions, can't use personal account?

2017-04-26 Thread &#x27;Ivan Bautista' via AdWords API Forum
avoid sharing your personal account details. Let me know if this helps. Regards, Ivan AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers

Re: GMB Extensions, can't use personal account?

2017-04-26 Thread &#x27;Ivan Bautista' via AdWords API Forum
ld you reply to us privately (using *reply privately to author* option) with your SOAP request and response? Regards, Ivan AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plu

Re: Getting Error "class HttpTransport has no attribute '_HttpTransport__get_request_url'"

2017-04-26 Thread &#x27;Ivan Bautista' via AdWords API Forum
earlier, then as suggested earlier, it would be best to double check with the Python client library team <https://github.com/googleads/googleads-python-lib/issues> as the error seems to be more Python client library setup specific than with the AdWords API. Thanks and regards,

Re: Adword campaigns are real time?

2017-04-27 Thread &#x27;Ivan Bautista' via AdWords API Forum
ogle_AdWords#> if ever there is delay time for the targeting of newly added members. Regards, Ivan AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDe

Re: how to upload 1 million email on audiences google adwords use api php?

2017-04-28 Thread &#x27;Ivan Bautista' via AdWords API Forum
Hi Joshua, Being that this thread is almost a year old, I suggest that you create a new thread for your queries and from there we can continue with our discussion. Regards, Ivan AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google

Re: Is it possible to use the PHP Client to create a browser-based app? Any Examples?

2017-04-28 Thread &#x27;Ivan Bautista' via AdWords API Forum
specific to PHP client library setup than with the AdWords API. Regards, Ivan AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDeve

Re: AdWords billing data via API

2017-05-02 Thread &#x27;Ivan Bautista' via AdWords API Forum
Hi Devi, I'm afraid we can't comment on possible future releases for the AdWords API. You may, however, regularly check our blog <http://googleadsdeveloper.blogspot.com/search/label/adwords_api> for any updates. Regards, Ivan

Re: Ratelimiter Extension

2017-05-03 Thread &#x27;Ivan Bautista' via AdWords API Forum
t you double check with the Client Library team <https://github.com/googleads/googleads-java-lib/issues> as they are more equipped to answer you accurately. Regards, Ivan AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog

Re: why not CANT_UPDATE_NEGATIVE??

2017-05-03 Thread &#x27;Ivan Bautista' via AdWords API Forum
or was thrown. You may consider removing those Negative ad group criteria and add similar Negative criteria with updated information. Regards, Ivan AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogsp

Re: AdCustomizers download FeedItems target adGroupId and campaignId

2017-05-03 Thread &#x27;Ivan Bautista' via AdWords API Forum
google.com/adwords/api/docs/reference/v201702/FeedItemService.FeedItemCampaignTargeting> instead. Let me know if this helps. Regards, Ivan AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ ht

Re: BatchJobService changed to only return errors without applying orthogonal changes?

2017-05-04 Thread &#x27;Ivan Bautista' via AdWords API Forum
*reply privately to author* option) with the batch job IDs in question as well as your clientCustomerId? Regards, Ivan AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https:

Re: Report Download Read Timeout

2017-05-04 Thread &#x27;Ivan Bautista' via AdWords API Forum
y also consider using predicates to break up the report request into multiple smaller requests and see if you can retain the 4 months date range you prefer for each separate report request. Regards, Ivan AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on ou

Re: Webpage from API

2017-05-08 Thread &#x27;Ivan Bautista' via AdWords API Forum
om/adwords/api/docs/appendix/reports> the same way as how you typically communicate to any SOAP services. Regards, Ivan AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plu

Re: Error 502. Invalid gateway

2017-05-09 Thread &#x27;Ivan Bautista' via AdWords API Forum
untered when generating a report? Regards, Ivan AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You r

Re: Developer/Agency recommendations

2017-05-09 Thread &#x27;Ivan Bautista' via AdWords API Forum
om/adwords/api/docs/guides/feed-services> - Campaigns Overview <https://developers.google.com/adwords/api/docs/guides/campaigns-overview> - Dynamic Search Ads <https://developers.google.com/adwords/api/docs/guides/dynamic-search-ads> Re

Re: Regarding the Estimate Request Limits

2017-05-09 Thread &#x27;Ivan Bautista' via AdWords API Forum
till taking into consideration the rate limits <https://developers.google.com/adwords/api/docs/guides/rate-limits> in place. Regards, Ivan AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdevelo

Re: Developer/Agency recommendations

2017-05-10 Thread &#x27;Ivan Bautista' via AdWords API Forum
AdWords Scripts, then you may contact their team via this link <https://groups.google.com/forum/#!categories/adwords-scripts>. Regards, Ivan AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdevelop

Re: Exclusions in Display Network Targets via API

2017-05-11 Thread &#x27;Ivan Bautista' via AdWords API Forum
ionService <https://developers.google.com/adwords/api/docs/reference/v201702/AdGroupCriterionService> . However, please note of the limits <https://developers.google.com/adwords/api/docs/appendix/limits#criterion> in place when setting placement URLs.

Re: Adwords API CustomerService CUSTOMER_NOT_FOUND

2017-05-11 Thread &#x27;Ivan Bautista' via AdWords API Forum
request and response captured when error was encountered? Also, were you able to reproduce the error even with the latest API version (201702)? Regards, Ivan AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Go

Re: Customer descriptive name on a shopping performance report?

2017-05-11 Thread &#x27;Ivan Bautista' via AdWords API Forum
or you. Regards, Ivan AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message b

Re: Ended/Removed Campaigns

2017-05-11 Thread &#x27;Ivan Bautista' via AdWords API Forum
cs/reference/v201702/CampaignService.Campaign#status> only. Let me know if this helps. Regards, Ivan AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+Go

Re: adgroup targeting add placement qusetion !!

2017-05-12 Thread &#x27;Ivan Bautista' via AdWords API Forum
but let us know if our assumption is incorrect. Regards, Ivan AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevel

Re: Rate Sheet explanation

2017-05-12 Thread &#x27;Ivan Bautista' via AdWords API Forum
Hi, Please create a new thread with the details of your concern as this thread is more than 3 years old. Regards, Ivan AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https

Re: Ended/Removed Campaigns

2017-05-14 Thread &#x27;Ivan Bautista' via AdWords API Forum
egards, Ivan AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message becau

Re: CAMPAIGN_LOCATION_TARGET_REPORT Location column

2017-05-16 Thread &#x27;Ivan Bautista' via AdWords API Forum
to author* option) the SOAP request and response captured to help investigate further. Regards, Ivan AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleA

Re: How to call adwords api for pulling the googleadwords report

2017-05-17 Thread &#x27;Ivan Bautista' via AdWords API Forum
efinitionService <https://developers.google.com/adwords/api/docs/reference/v201702/ReportDefinitionService>, the corresponding API endpoint is https://adwords.google.com/api/adwords/cm/v201702/ReportDefinitionService?wsdl . Regards, Ivan AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: BatchJobService for uploading offline conversion data

2017-05-17 Thread &#x27;Ivan Bautista' via AdWords API Forum
pi/docs/access-levels#applying_for_standard_access> to have unlimited allowable daily operations and report downloads in consideration with the other Rate limits <https://developers.google.com/adwords/api/docs/guides/rate-limits> in place. Regards, Ivan AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~

  1   2   >