RE: How to setup billing information using Google Ads API

2019-07-22 Thread Google Ads API Forum Advisor Prod
Hi Christophe, Thank you for contacting support. You could try creating a payment profile,if you don't have one already by following this article. Once you have the payment profile, please try to create a new payments account by following this guide. Let me know if you need additional

RE: How to find functions/methods under certain resource?

2019-07-22 Thread Google Ads API Forum Advisor Prod
Hi Yang, Thank you for the question! I see you're using Python so I'll give you my advice from a Python perspective. Currently there is not good documentation for the methods on each of the services in Python. From a general standpoint you can review these docs, which describe each of the

Mutate action not permitted for client updating ad group

2019-07-22 Thread Alberto
Hi all, I received following error using PHP google adwords library: [OperationAccessDenied.MUTATE_ACTION_NOT_PERMITTED_FOR_CLIENT @ operations[0]] Trying to do the following operation: $clientId = intval(str_replace('-', '', $clientId)); $session = (new AdWordsSessionBuilder())

Conversion Offline errors since Saturday

2019-07-22 Thread Maurício Valente
Hello, Since this Saturday I have finding errors in my application trying to send Offline Conversions using PHP Google Adwords API. Before that everything was smoothly. Here is my Soap Request: http://schemas.xmlsoap.org/soap/envelope/;

Re: deleted_client - but it wasn't deleted at all..

2019-07-22 Thread Gustavo Barreto Nakahara
Hi Dan, I don't see the other thread, nor received any notification in my e-mail... seems like it has been deleted.. Would you please point me to that thread or help me on this one? Em segunda-feira, 22 de julho de 2019 03:09:41 UTC-3, adsapiforumadvisor escreveu: > > Hi Gustav, > > Thank

What is the User List id uniqueness scope

2019-07-22 Thread Idan Livyani
Hey, Does anyone know what is the uniqueness scope of user list id? Is it unique in the scope of account? global scope? I tried to look here: https://developers.google.com/adwords/api/docs/guides/objects-methods#object_id_uniqueness but there is no info about user list uniqueness... Thanks --

Re: AdError.USER_DOES_NOT_HAVE_ACCESS_TO_TEMPLATE for TemplateAd 419 since july 18th 2019

2019-07-22 Thread Google Ads API Forum Advisor Prod
Hi Alex, There had been no recent announcements from our blog, apart from this blog post from 2018. Also, since then, there had been no issues that I am aware of that is related to the error you encountered. However, should the issue persist, please let me know immediately and send to me your

Re: CampaignError.CAMPAIGN_CANNOT_SET_MORE_THAN_ONE_CONVERSION_TYPE_ID when create multiple conversions in campaign

2019-07-22 Thread Knorex XPO
I replied with SOAP, any progress so far? On Wednesday, 17 July 2019 12:39:11 UTC+7, adsapiforumadvisor wrote: > > Hi, > > Thank you for reaching out. > > I noticed that this specific error message is not documented. To better > investigate the issue, could you provide the complete SOAP request

Re: How to find functions/methods under certain resource?

2019-07-22 Thread Yang Wenjun
Hi Team, Thanks a lot for your tips, they did helps! Thanks again. Wenjun 在 2019年7月23日星期二 UTC+8上午3:45:19,adsapiforumadvisor写道: > > Hi Yang, > > Thank you for the question! I see you're using Python so I'll give you my > advice from a Python perspective. > > Currently there is not good

Is it possible to get all accounts' performance report at once?

2019-07-22 Thread Yang Wenjun
Hi Team, Currently, for different account I have to send different queries to fetch report data. Also I am already migrated to Google Ads API Beta. Is it possible to fetch all accounts that under mcc acount report data? Send requests one by one is not efficient I think. Thanks! Wenjun --

RE: Conversion Offline errors since Saturday

2019-07-22 Thread Google Ads API Forum Advisor Prod
Hi Mauricio, Thank you for reaching out. The EXPIRED_CLICK error you are encountering means that the click you are trying to upload a conversion to is too old or have occurred before the conversion window for the specified combination of conversion date and conversion name (default is 90

Re: CampaignError.CAMPAIGN_CANNOT_SET_MORE_THAN_ONE_CONVERSION_TYPE_ID when create multiple conversions in campaign

2019-07-22 Thread Google Ads API Forum Advisor Prod
Hi, It seems that you were not able to receive my private messages. My apologies for the delayed in response as I was discussing this with the team. The reason you are encountering the error CAMPAIGN_CANNOT_SET_MORE_THAN_ONE_CONVERSION_TYPE_ID is because there are some campaigns that can only

RE: How can I generate report using Google adwords api without downloading the file?

2019-07-22 Thread Google Ads API Forum Advisor Prod
Hi Luis, You may refer to this sample on how to print the results from AdWords reports. You may find more examples here based on your preferred language. Regards, Hiroyuki Google Ads API Team ref:_00D1U1174p._5001UEFUdB:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us

RE: deleted_client - but it wasn't deleted at all..

2019-07-22 Thread Google Ads API Forum Advisor Prod
Hi Gustav, Thank you for reaching out. I can see that my colleague, Ben, is already assisting you on another thread. You may continue your discussion in your original thread instead for better tracking. Regards, Dannison Google Ads API Team ref:_00D1U1174p._5001UEFSNR:ref -- --

Re: Do we have any api to create Gmail HTML Ad?

2019-07-22 Thread rakesh
Hi Team, I am trying to create gmail ads(which contains an html file) via adwords api. Can you please let me know whether Gmail Ads allow html files, if yes could you help me with the api. I wanted to achieve same or similar kind of functionality(attached below) through adwords api instead of

RE: Do we have any api to create Gmail HTML Ad?

2019-07-22 Thread Google Ads API Forum Advisor Prod
Hi Rakesh, Could you confirm if you were able to retrieve my private response? If you are unable to locate it in your inbox, you may refer below for its contents : "Thank you for providing the Google Ads UI screenshot of the ad you wish to create. However, I'm afraid that the said ad type is

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

2019-07-22 Thread James John
So I am facing same issue this day. I create accounts and they don't show up in Accounts. Only in Overview and when I want to create campaigns. I am using this for development purpose. When I try query using getCustomer it returns USER_PERMISSION_DENIED Every other problem is same with the

AdError.USER_DOES_NOT_HAVE_ACCESS_TO_TEMPLATE for TemplateAd 419 since july 18th 2019

2019-07-22 Thread Alex Oliveira
I have an automated test that creates an HTML5 ad (TemplateAd, id 419) and it worked fine until the 17th. Today, 20th, without any changes on my end, it's returning errors (haven't checking on the 18th and 19th). The data field is omitted below, but it's a base64 of a sample zipfile that I

API to get all accounts

2019-07-22 Thread Sibtain Ali
Hello, I'm trying to fetch all of the accounts that I have access to via my email through your API. When I use the web panel, I see all of the accounts listed perfectly well. However, whenever I try the api endpoints, I get different results. For example, ManagedCustomerService shows two

Re: google ads api : list_accessible_customers only return mcc account

2019-07-22 Thread Yang Wenjun
Hi Team, So sorry to trouble again. I am using Python. For this requirement, which service I should use? Should I also use "CustomerService" ? Also, how to run the SQL query? Did not found example for this requirement... So sorry for such kind of low quality question~ Thanks! 在

How to find functions/methods under certain resource?

2019-07-22 Thread Yang Wenjun
Hi Team, I found I lost in the document you provided for new Google Ads API. For example, I know how to get customer detail information, but I know it from your example code as below. def main(client, customer_id): customer_service = client.get_service('CustomerService', version='v2')

RE: AdError.USER_DOES_NOT_HAVE_ACCESS_TO_TEMPLATE for TemplateAd 419 since july 18th 2019

2019-07-22 Thread Google Ads API Forum Advisor Prod
Hi Alex, Thank you for reaching out and sharing the logs from your test account request. Do note, however, that we do not recommend sharing complete SOAP logs generated from your production accounts so as to avoid exposing private and sensitive information. For more details, you may check out

Re: google ads api : list_accessible_customers only return mcc account

2019-07-22 Thread Yang Wenjun
Hi Team, Sorry to trouble you, but I finally know how to retrieve all clients. Still using GoogleAdsService, but for the search function, the first parameter just using the mcc account id. Sample code for others if needed: query = """SELECT customer_client.resource_name,

RE: API to get all accounts

2019-07-22 Thread Google Ads API Forum Advisor Prod
Hi Sibtain, If you are trying to fetch all of the accounts associated to your email address, you may use CustomerService.getCustomers() without specifying a clientCustomerId. This should return up to 5 accounts which your OAuth2 credentials (generated using your email) has direct access. You

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

2019-07-22 Thread Google Ads API Forum Advisor Prod
Hi James, Thanks for your comment. To take a closer to the issue, could you provide the customer ID of the manager account where you created those client accounts? Moving forward to the USER_PERMISSION_DENIED error that you encountered, it indicates that you might be using OAuth2 credentials

reporting AD_PERFORMANCE_REPORT return no data

2019-07-22 Thread eyu tom
i try AD_PERFORMANCE_REPORT request return no data, but i use CAMPAIGN_LOCATION_TARGET_REPORT is no problem, who can help me? for example AD_PERFORMANCE_REPORT request info: URL: https://adwords.google.com//api/adwords/reportdownload/v201809 Request ID: null ResponseTime(ms): null

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

2019-07-22 Thread James John
Hello, I realized they are under cancelled accounts. I cannot set them active because I can't add billing details to test account. Same reason I can't see them in API Query as well, it shows permission denied. I am using the correct OAuth2 credentials. Account ID is 149-411-4678 Thanks On

Unable to create ExpandedTextAd for an Adgroup? Got some weird exception?

2019-07-22 Thread Suresh Kumar Shenbagam
Hi, I was trying to create simple ExpandedTextAd for an adgroup. The adgroup is a valid one and I am able to read ads using google adwords java APIs. But I am unable to create an ad. Getting the following exception: AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Client

Re: API to get all accounts

2019-07-22 Thread James John
+1 for this. Poorly documented. How can I CustomerService.getCustomers() in the PHP library, can't seem to find the proper document for information. On Monday, 22 July 2019 10:56:17 UTC+1, adsapiforumadvisor wrote: > > Hi Sibtain, > > If you are trying to fetch all of the accounts associated to

Re: Linking account with Manager Account in Google Ads API

2019-07-22 Thread Amrender kumar
Hi Teja, Thanks for your help. I did implemented the block API successfully as per your suggestions. Further, I was trying to implement Keyword Planning API to fetch keywords stats or search volume. I am following this example:

Re: Adwords API returns Sitelinks errors for other objects

2019-07-22 Thread Wesley Bowman
Hi Adrian, That seems to be a different issue than what I am trying to get solved here. On Friday, July 19, 2019 at 3:34:38 PM UTC+2, Adrian Lara wrote: > > Hi, check this is for new API: > https://groups.google.com/forum/?utm_medium=email_source=footer#!topic/adwords-api/5DcE3Tb8Sck > > On

Re: Adwords API returns Sitelinks errors for other objects

2019-07-22 Thread Adrian Lara
OK, np. On Monday, July 22, 2019 at 8:42:34 AM UTC-3, Wesley Bowman wrote: > > Hi Adrian, > > That seems to be a different issue than what I am trying to get solved > here. > > On Friday, July 19, 2019 at 3:34:38 PM UTC+2, Adrian Lara wrote: >> >> Hi, check this is for new API: >>

how to solve PHONE_NUMBER_NOT_SUPPORTED_FOR_COUNTRY error

2019-07-22 Thread NAM GIANG LE
Im trying using adwords api to add CallFeedItem via CampaignExtensionSettingService, but it failed with a PHONE_NUMBER_NOT_SUPPORTED_FOR_COUNTRY error. With same phone number, there's no problem when i use Dashboard or Adwords Editor. I tried to find documentation about this rule but not

Re: AdError.USER_DOES_NOT_HAVE_ACCESS_TO_TEMPLATE for TemplateAd 419 since july 18th 2019

2019-07-22 Thread Alex Oliveira
Hi Peter, Thanks for the reply. Fortunately, this is to my test account and all keys are redacted :) As for the issue, I understand there's a whitelisting process, however, it was working on my test account until 3 or 4 days ago so I was able to develop it. I can even send screenshots of the ad

RE: Get parent campaign name of ad group feed item target

2019-07-22 Thread Google Ads API Forum Advisor Prod
Hello Wang, Can you make sure that you are also including the feed_item_target.campaign in your query? This will return the specific campaign details. If you're having an issue, could you please share the report query along with the CID using Reply privately to author option? Thanks, Bharani,

Re: Re: Linking account with Manager Account in Google Ads API

2019-07-22 Thread Google Ads API Forum Advisor Prod
Hello Amerender, As an alternative you could use the geo_target_constant resource Which will return those location criterion that are shown in the table, so that you don't have to worry about storing them and updating the table later. You can also use the part of the location name to get all

RE: GenerateHistoricalMetrics search_query does not match with KeywordPlanKeyword text

2019-07-22 Thread Google Ads API Forum Advisor Prod
Hello Mehdi, Could you please give me an example of what you saying when "The search_query string is sometimes modified by the API"? Please share any logs or results for further reference using reply privately to the author option. Regards, Sai Teja, Google Ads API Team