GoogleAds V1: MISSING_TOS Clarification

2019-03-15 Thread Kevin
Hi, I saw there was a similar post about this issue: https://groups.google.com/forum/#!searchin/adwords-api/V1%7Csort:date/adwords-api/UiLPYWJvZaU/pMn5j0SbBAAJ but I wanted to get some clarification on how this works and what action I should take. When I click on the link from the error, it red

Re: Find the id of the Adwords Account manager with the API

2019-03-15 Thread David Antunes
Ok, thank you! On Friday, March 15, 2019 at 8:51:35 PM UTC, googleadsapi-forumadvisor wrote: > > Hello David, > > Currently fetching the manager account Id via client account is not > possible via API. Our team is aware of this concern. Meanwhile you could > keep an eye on our blog >

RE: Error trying to get campaigns using Google Ads Api v1

2019-03-15 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Krishna, Yes, you can use the same credentials that you have used for the AdWords API to run the GetAdGroups.java program. You

RE: Extend an invitation to link an account with our MCC account (NOT AUTHORIZED ERROR)

2019-03-15 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, While extending the invitation you have use the credentials of the user having access to the manager account. Please make sure the credentials belong to the user of the manager account. If the issue persists, please share the email address of the user using which the OAuth credentials bel

Re: ExtensionSettingError.CONCRETE_EXTENSION_TYPE_REQUIRED in callout extension setting

2019-03-15 Thread Sang Jin Kim
I'm sorry. I am migrating from v201806 to v201809. 2019년 3월 16일 토요일 오전 6시 25분 55초 UTC+9, Sang Jin Kim 님의 말: > > Hi ! > > I am migrating from v201806 to v201909. > > But whenever I set callout extensions, I > get ExtensionSettingError.CONCRETE_EXTENSION_TYPE_REQUIRED error reason > like below

RE: can i fetch only total/summary row?

2019-03-15 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Qaiser, Unfortunately, there is no way to get a report with *only *the summary or total numbers row. After you running the report, you could do some post-processing (not using AdWords API) to get the count. Regards, Anthony AdWords API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

ExtensionSettingError.CONCRETE_EXTENSION_TYPE_REQUIRED in callout extension setting

2019-03-15 Thread Sang Jin Kim
Hi ! I am migrating from v201806 to v201909. But whenever I set callout extensions, I get ExtensionSettingError.CONCRETE_EXTENSION_TYPE_REQUIRED error reason like below. Fatal error: Uncaught exception 'Google\AdsApi\AdWords\v201809\cm\ApiException' with message '[ExtensionSettingError.CONC

How to migrate to new API version?

2019-03-15 Thread Omar Valdez
Hi everyone, I received an email regarding API version. Turns out the v201806 version is becoming obsolete and it will not accept more requests in 4/2/2019. Google recommend me to know more about it in this following link: https://www.google.com/appserve/mkt/p/AFnwnKW7IxxrCzx7DkWCRDsRNxjGZdhw0

Google Ads V1.0 - Campaign label querying limitations

2019-03-15 Thread jason
Hi Google Ads Team, In the old Adwords API, campaigns were able to access their own labels. However, in the new Ads API, campaigns do not have access to their own labels. While fetching campaigns with specific labels is still straight forward, it's now seems impossible to do the opposite (with

Why Requestinq campaign in Google Ads Api returns partial result?

2019-03-15 Thread rodolphe . guitteny
Hello, I'm trying to retrieve campaign report from the new Google Ads API, using googleads python sdk. When i request the campaign view, i retrieves stats of 274 campaigns, but when i go to the interface (with the same customer through manager account, filtered for the same date) i can see 758

Youtube Earned Metrics

2019-03-15 Thread danilo . santos
Hi AdWords Team, Is there any way to get YouTube earned actions metrics in AdWords API? Or in Google Ads API? Regards, Danilo -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

RE: Find the id of the Adwords Account manager with the API

2019-03-15 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello David, Currently fetching the manager account Id via client account is not possible via API. Our team is aware of this concern. Meanwhile you could keep an eye on our blog for information related to the future releases. R

Re: AdWords API Sample GetKeywordIdeas does not work.

2019-03-15 Thread Kosuke Shibayama
Hi Dannison, I have specified the client customer id. I send the complete SOAP request and response. I hide only the clientCustomerId with *. -BEGIN API CALL- Request --- POST /api/adwords/o/v201806/TargetingIdeaService VsDebuggerCausalityData: uIDPo2RV

RE: PHP Google Ads - How to get descriptive_name for customer_client?

2019-03-15 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Andry, Unfortunately, this is not obtainable since if you use descriptive_name from the customer_client level, since you'll get the manager account's name for each row. You can, however, use the customer_client.client_customer

Re: Error trying to get campaigns using Google Ads Api v1

2019-03-15 Thread Krishna Kishore
I'm trying to migrate from Adwords API to Ads API, so I'm reusing the clientId, Client Secret and refresh token that I've used for Adwords API, as it was clearly mentioned in Ads Api Documentation that I can re-use them. On Saturday, 16 March 2019 00:43:49 UTC+5:30, Krishna Kishore wrote: > > I

RE: (Google Ads API - JAVA) research of Keywords

2019-03-15 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, You would need to prepare the KeywordPlan which is structured as follows: KeywordPlan KeywordPlanCampaign

Error trying to get campaigns using Google Ads Api v1

2019-03-15 Thread Krishna Kishore
I was trying the example https://github.com/googleads/google-ads-java/blob/master/google-ads-examples/src/main/java/com/google/ads/googleads/examples/basicoperations/GetAdGroups.java, but was getting the below error. Status: Status{code=UNAUTHENTICATED, description=Request is missing require

RE: CANNOT_HIDE_OR_UNHIDE_NON_ACTIVELY_LINKED_ACCOUNT / ManagedCustomerService / ERROR

2019-03-15 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Dev, Could you please share the API SOAP request and response logs for the API operation via Reply privately to author option? To enable logging you could refer to the logging section of the readMe f

Extend an invitation to link an account with our MCC account (NOT AUTHORIZED ERROR)

2019-03-15 Thread fede
Hi, I'm trying to extend an invitation to link an account with our MCC account using the mutateLink operation, and I'm trying to do this using the google-ads-python-lib library. When I try to send the invitation, I get an error ManagedCustomerServiceError.NOT_AUTHORIZED. We have admin access t

RE: DataUploadResult - Google Ads Api V1.0

2019-03-15 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Zied, The attribute equivalent to datauploadresult in AdWords API is currently not available in the user_list

RE: GetAccountHierarchy.php on Google Ads API

2019-03-15 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Chirag, The ListAccessibleCustomers API call will result only the accounts that are directly accessible by the user. For example, I attached the screenshot of my test account in which my email address has access to 4 account which can be seen from the top right corner of the AdWords accoun

Find the id of the Adwords Account manager with the API

2019-03-15 Thread David Antunes
Hi, Is it possible to get the id of the MCC currently managing an adwords account using the API? Thanks! David -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You receiv

RE: ListAccessibleCustomers Google Ads API

2019-03-15 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Chirag, I have raised this concern about the customer_client fields in the query builder to the team. Could you try with the query below and let me know if you're having an issue? $query = 'SELECT customer_client.resource_name, customer_client.level FROM customer_client'; Thanks, Bharani

Re: Frequent time outs while accessing Adwords APIs

2019-03-15 Thread Carmine Pagliaro
Hi Josh, look, I also invoke other endpoints and it works fine, but the data downloaded from the others endpoints is about 1MB instead AdWords report is about 90MB. Besides that, even some AdWords report are about 1MB and it go slow. Thank On Friday, March 15, 2019 at 4:52:55 PM UTC+1, googlea

RE: Frequent time outs while accessing Adwords APIs

2019-03-15 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Carmine, Are you experiencing slow connections to *all* hosts from that region, or just Google endpoints? Thanks, Josh, AdWords API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://googleadsdeveloper.blogspot.com/search/label/ad

can i fetch only total/summary row?

2019-03-15 Thread Qaiser Javed
Hey, I have questions regarding Google AdWords Report API call performance. Please answer if there is solution. 1. Can i get only summary row? For example I have to show total impressions w.r.t. keyword match type. then i need only match type and total column in a row only, Why all keyword row

Re: How do I get related keywords monthly search volume?

2019-03-15 Thread Matic Jurglic
Hey Peter, I'm having an issue where two seemingly similar keyword queries return the same search volume using TargetingIdeaService. The keywords are "erpsim" and "serpsim" - I receive identical search volume and CPC for both of them (880 and 4.91, respectively). This is really misleading becau

Re: (Google Ads API - JAVA) research of Keywords

2019-03-15 Thread javavilnius
Hello Anthony, I have been replicating C# code with java and been playing with object *KeywordPlanServiceClient *where successfully manage to get *KeywordPlan *required to run *ForecastMetrics *( expect this object to provide required info) // Here is how to create Object: *KeywordPlan *

Re: Frequent time outs while accessing Adwords APIs

2019-03-15 Thread Carmine Pagliaro
Dear all, Besides that, in the Ireland region, the connection is working but it is really slow. Is it the same for you? Carmine -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: The caller does not have permission

2019-03-15 Thread Ramanajee Kandregula
Hi Luis, we are using Test account and when i trying to navigate to api center i am getting *The API Center is not available for test accounts. Instead, use the developer token from your production (non-test) manager account. See our test account guide

CANNOT_HIDE_OR_UNHIDE_NON_ACTIVELY_LINKED_ACCOUNT / ManagedCustomerService / ERROR

2019-03-15 Thread Kuba Dev
Hi, 1. I have one test account (manager). 2. I have created new account with use of method : https://developers.google.com/adwords/api/docs/reference/v201809/ManagedCustomerService.ManagedCustomer 3. The new account is hidden and not active, so I was trying to activate it with method : https:/

E' PEDOFILO ASSASSINO: PAOLO BARRAI (FACEBOOK)! OLTRE CHE NOTO RICICLA SOLDI MAFIOSI! ED E' ANCHE UN PEDERASTA CHE EFFETTUA FILM PORNO STUPRANDO BAMBINI: PAOLO BARRAI! E TANTO QUANTO, COCAINOMANE PAZZ

2019-03-15 Thread 'ANDREAS NIGG VICE-PRESIDENT SAFRA-SARASIN ZURICH' via AdWords API and Google Ads API Forum
E' PEDOFILO ASSASSINO: PAOLO BARRAI (FACEBOOK)! OLTRE CHE NOTO RICICLA SOLDI MAFIOSI! ED E' ANCHE UN PEDERASTA CHE EFFETTUA FILM PORNO STUPRANDO BAMBINI: PAOLO BARRAI! E TANTO QUANTO, COCAINOMANE PAZZO FACENTE FILM PORNO EFFETTUANDO SESSO ORALE ... CON CAVALLI: PAOLO BARRAI ( NON PER

Google Ads API PHP - how to get descriptive_names for CustomerClients using my mcc account?

2019-03-15 Thread Andry Khmelik
Hi, AdWords API Team. My MCC account has 2000 CustomerClients and I'm trying to get all CustomerClients items for mcc account using $query = 'SELECT customer_client.resource_name, customer_client.client_customer, customer_client.level, customer_client.hidden,

PHP Google Ads - How to get descriptive_name for customer_client?

2019-03-15 Thread Andry Khmelik
Hi, AdWords API Team. My MCC account has 2000 CustomerClients and I'm trying to get all CustomerClients items for mmc account customer using $query = 'SELECT customer_client.resource_name, customer_client.client_customer, customer_client.level, customer_client.h

RE: RateExceededError

2019-03-15 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Yang, Just to further clarify, the rateScope=DEVELOPER counts all API calls associated with the developer token used so this could be the reason why you were capped at about 2k operations in a day. With regards to 4k report requests in a day without encountering any error, you may send your

Re: ListAccessibleCustomers Google Ads API

2019-03-15 Thread cv
Hello Bharani, GetCustomerClientRequest is giving me request error request_error: Resource name 'customers/1234567890' is malformed: expected

Re: ListAccessibleCustomers Google Ads API

2019-03-15 Thread cv
Hi, Also https://developers.google.com/google-ads/api/docs/query/interactive-gaql-builder This Query builder not giving any fields which can be relate to resource customer_client. $query = 'SELECT customer_client.resource_name, customer_client.client_customer,

DataUploadResult - Google Ads Api V1.0

2019-03-15 Thread Zied Chaari
Hi all, How can I get the Data Upload status for my CRM Based User List using Google Ads Api V1.0? When I was using google AdWords Api, I could find the status in the DataUploadResult field by calling AdwordsUserListService. Thanks, Zied -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

RE: AdWords API Sample GetKeywordIdeas does not work.

2019-03-15 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Kosuke, Could you confirm if you have specified the client customer id? If not, could you specify it as elaborated here and re-run the client library code? If this does not work, could you

Re: ListAccessibleCustomers Google Ads API

2019-03-15 Thread cv
Hello Bharani, As I have sent you message via Reply Privately to Author, I have given you details what I am getting with CustomerService.ListAccessibleCustomers