Re: Google ads API

2020-11-18 Thread 邓思佳
您的意思是说, 只要我们对接好google ads API , 我们可以在自己系统内把广告素材直接推送到谷歌推广页面 . 达成自动生成广告页面或者链接的效果? 在2020年11月19日星期四 UTC+8 上午3:44:32 写道: > Hi Sijia, > > Thank you for reaching out. You would be able to integrate the AdWords > API/Google Ads API into your system. However, for the customization on the >

Re: Google ads API

2020-11-18 Thread 邓思佳
You mean, I can push the creative and material to Google ads through our system . is right? 在2020年11月19日星期四 UTC+8 上午3:44:32 写道: > Hi Sijia, > > Thank you for reaching out. You would be able to integrate the AdWords > API/Google Ads API into your system. However, for the customization on the

Images asset

2020-11-18 Thread Krzysztof Rodo
My query looks like: SELECT ad_group_ad.ad.responsive_display_ad.logo_images.asset FROM ad_group_ad and I am getting error: The following field may not be used in SELECT clause: 'ad_group_ad.ad.responsive_display_ad.logo_images.asset' Why? How can I select asset from this ad? -- --

Re: Calls failing to "change_event" report

2020-11-18 Thread Google Ads API Forum Advisor Prod
Hi Mat, I just found out that you already provided the necessary details on a separate thread. Let me also discuss this information with rest of the team. Please keep an eye on this forum thread as we will provide updates here about the issue. Regards, Ernie John Blanca Tacata Google Ads API

Re: CUSTOMER_NOT_ENABLED

2020-11-18 Thread cv
Hi, No I cannot check individual account using UI. As I have only access to API only as of now. I am trying to do this steps 1) Get accesible accounts 2) Checking accounts under the customerId that is available in step 1 In this situation I can not go further if I found account which are

RE: SpendingLimit = 0. How is it possible?

2020-11-18 Thread Google Ads API Forum Advisor Prod
Hi Inna, Sharing with you some updates. Upon checking, the account isn't set up to use a monthly invoice system. Although the AdWords API allows any users to use BudgetOrderService.get(), the result is not reliable because of this and actually doesn't reflect the real budget orders. That's

Re: Unrecognized fields in customer_user_access

2020-11-18 Thread Cyan
Thanks Matt. I have upgraded the google ads api version from V4 to V6. After debugging, I found that the problem has been resolved and customer_user_access can be used normally. Thank you, Cyan 在2020年11月18日星期三 UTC+8 上午5:20:53 写道: > Hi Cyan, > > I don't see any issue with the query itself.

Re: Calls failing to "change_event" report

2020-11-18 Thread Google Ads API Forum Advisor Prod
Hi Mat, Could you provide the following details via Reply privately to author option to investigate? customer ID complete request and response logs request ID If the Reply privately to author option is disabled on your end, please send it on this email address instead

Re: Calls failing to "change_event" report

2020-11-18 Thread Google Ads API Forum Advisor Prod
Hi Thomas, Thanks for providing further details. Allow me to discuss the issue to the rest of the team. We will revert back to you with updates about the issue. Regards, Ernie John Blanca Tacata Google Ads API Team ref:_00D1U1174p._5004Q27uEVS:ref -- --

Re: How could I set bidding strategy to TARGET_SPEND

2020-11-18 Thread Rukeith Tseng
Hi, I have tried a few ways to enable TARGET_SPEND, but it still not work. 1. campaign.target_spend.target_spend_micros = 1000 2. campaign.target_spend = Ture 3. campaign.target_spend = Ture fm = protobuf_helpers.field_mask(None, campaign) fm.paths.append("target_spend")

Re: CUSTOMER_NOT_ENABLED

2020-11-18 Thread Google Ads API Forum Advisor Prod
Hi, I am afraid that you will actually encounter this error when you include an inactive / canceled account in the API request. With this, I will suggest also to not include inactive / canceled account in API request to avoid this error. One way to check the status of the Google Ads account,

Re: Keywords performance report is not correct.

2020-11-18 Thread Rosetta Lee
Hi, Anthony. I've tried to run the report again, but result was same. My execution conditions are as follows. (I already had attached the document about that.) 1. Date : 2020/06/01 2. Campaign ID : 633021517 (0_대표/BRAND) 3. Group ID : 34222160412 (0_브랜드) 4. Keyword : 위메프위메프, WEMAKEPRICE, 특가대표위메프

Re: CustomInterest creation in google ads api - Regs

2020-11-18 Thread Google Ads API Forum Advisor Prod
Hello, Thank you for providing the screenshots of the error and the code snippet. However, it would be most helpful if you could privately provide the full response and request logs so that we can investigate the issue. Regards, Matt Google Ads API Team Matt Google Ads API Team

Re: parallel_report_download - multiple accounts

2020-11-18 Thread Google Ads API Forum Advisor Prod
Hi Lukasz, Thank you for reaching out. The Google Ads API Python Client Library does not have an example for parallel downloading. However, the AdWords API Python Client Library does provide the parallel downloading. You could refer to this code example for more information. Thanks and

RE: Querying aggregated metrics for custom intervals

2020-11-18 Thread Google Ads API Forum Advisor Prod
Hi Антон, Thank you for reaching out. You could actually fetch data for a date range in one query via the Google Ads API. You could use date-related segment fields to implement the query. Thanks and regards, Xiaoming, Google Ads API Team Xiaoming Google Ads API Team

Lost in step 1 and 2 in creating test accounts

2020-11-18 Thread JP DM
Doc guide to creating test accounts: https://developers.google.com/adwords/api/docs/guides/first-api-call#create_test_accounts I've logged in on the Google Ads manager accounts page (step 1). Where's the UI to create "test manager

RE: Customer accept invitation to access a Google Ads account

2020-11-18 Thread Google Ads API Forum Advisor Prod
Hi Lê, Thank you for reaching out. There are a few possibilities for what you have referred to. One scenario is that you are linking your manager account to the client customer account by extending an invitation. Another scenario is that you are granting a user email with a certain access

RE: Google ads API

2020-11-18 Thread Google Ads API Forum Advisor Prod
Hi Sijia, Thank you for reaching out. You would be able to integrate the AdWords API/Google Ads API into your system. However, for the customization on the functionalities you would have to design and implement in your own application. The AdWords API and the Google Ads API provide endpoints

Re: How could I set bidding strategy to TARGET_SPEND

2020-11-18 Thread Google Ads API Forum Advisor Prod
Hi Rukeith, Thank you for reaching out. For the Google Ads API, you could refer to this code snippet on how to enable the TARGET_SPEND bidding strategy. Thanks and regards, Xiaoming, Google Ads API Team Xiaoming Google Ads API Team ref:_00D1U1174p._5004Q27uO3F:ref -- --

Re: parallel_report_download - multiple accounts

2020-11-18 Thread Lukasz Tomala
Hi Xiaoming, Do you have maybe a python example? Thank You! Lukasz On Tuesday, 27 October 2020 at 21:41:31 UTC+1 adsapiforumadvisor wrote: > Hi Lukasz, > > Thank you for reaching out. Please refer to this code example >

Re: Hello all, new member and developer

2020-11-18 Thread Google Ads API Forum Advisor Prod
Hi Simon, If you are facing issues with Google Ads Scripts, you will need to reach out to their team. You can do so by creating a post on their forum. Regards, Anthony Google Ads API Team Anthony Google Ads API Team ref:_00D1U1174p._5004Q27uQWN:ref -- --

RE: Keywords performance report is not correct.

2020-11-18 Thread Google Ads API Forum Advisor Prod
Hi Rosetta, I ran the report again through the API and am seeing the same numbers as the UI. Please give it a try and let me know if there are still discrepancies. Regards, Anthony Google Ads API Team Anthony Google Ads API Team ref:_00D1U1174p._5004Q27sdU4:ref -- --

Re: google adwords AUDIENCE_PERFORMANCE_REPORT does not return data if Status IN ["PAUSED"]

2020-11-18 Thread Google Ads API Forum Advisor Prod
Hello, I had a look at your account and see that there is currently only 1 audience that is paused. This audience has no impressions for the given date range. The field Status is an attribute, so it will always return the current state of your audiences. If you remove the predicate Status IN

Re: AGE_RANGE_PERFORMANCE_REPORT per campaign

2020-11-18 Thread Google Ads API Forum Advisor Prod
Hello, This report is aggregated at the ad group criteria level. You will not be able to get this report at the campaign criteria or age range (one row per age range) level. Regards, Anthony Google Ads API Team Anthony Google Ads API Team ref:_00D1U1174p._5004Q27uVIH:ref -- --

Re: RE: upload offline conversion API endpoint url address

2020-11-18 Thread Yaniv Rotem
Hi again. Continue to my previous mail with the important questions, I want to add that I tried to approach the following endpoint : https://googleads.googleapis.com/v6/customers/$(request.parameters.customerId):uploadClickConversions And I got the following response : Should I need to add

Re: No response running get_campaigns.py script

2020-11-18 Thread Google Ads API Forum Advisor Prod
Hi Leona, The issue Christiaan was facing was not specifying a valid client customer ID in the yaml file. If you continue to face issues, please share your request and response to us via reply privately to author. Regards, Anthony Google Ads API Team Anthony Google Ads API Team

Re: RE: upload offline conversion API endpoint url address

2020-11-18 Thread Yaniv Rotem
Hi, I confirm that I want to upload offline conversion using REST Api. The links that you sent me are useful but I need you to clarify some details please : 1) Does the endpoint url of this api is : https://googleads.googleapis.com/v6/customers/{customersId}:uploadClickConversions ? 2) I didn’t

Re: google adwords AUDIENCE_PERFORMANCE_REPORT does not return data if Status IN ["PAUSED"]

2020-11-18 Thread Noémi Molnár
5637846722 On Monday, November 16, 2020 at 4:47:01 PM UTC+1 adsapiforumadvisor wrote: > Hello, > > Can you please provide me your CID so that I can take a closer look? > > Thanks, > Anthony > Google Ads API Team > > [image: Google Logo] > Anthony > Google Ads API Team > > >

How to get removed audiences using google ads api

2020-11-18 Thread Indu Kilaru
Hi, I want to get the removed audiences using API(please see the attached screenshot)... My requirement: I have to create new audiences if not already exists, so I tried to get using user_list , but it is only giving the

Re: Hello all, new member and developer

2020-11-18 Thread Simon Young
Hi, thanks for the reply. Can you help with specifics on scripts? We have a couple that we have built but don't seem to run? On Wednesday, November 18, 2020 at 8:02:37 AM UTC adsapiforumadvisor wrote: > Hi Simon, > > Thanks for raising your concern. > > I am afraid that our team would not be

Re: Calls failing to "change_event" report

2020-11-18 Thread Mat
Hi there, I'm encountering a similar error while requesting a change_event report on an account where ads have been modified. I'll send a pm with the log to you. Regards Mat adsapiforumadvisor schrieb am Mittwoch, 18. November 2020 um 03:24:06 UTC+1: > Hi, > > Thank you for providing further

Querying aggregated metrics for custom intervals

2020-11-18 Thread Антон Бендриков
Description: for the purposes of an example, lets say I have an Ad Group. I want to know how many impressions/clicks/other metrics I received on this Ad Group in the last 7 days (or any other from X to Y interval) daily (or hourly, or any other aggregate criteria). Problem: as far as I can

Re: CUSTOMER_NOT_ENABLED

2020-11-18 Thread cv
HI, Is there any method available to avoid such error? we atleast need details that we can avoid such accounts. Thanks, On Friday, 6 September 2019 at 20:55:09 UTC+5:30 adsapiforumadvisor wrote: > Hi Anirudh, > > Unfortunately, there is no alternative query to avoid the errors for >

Customer accept invitation to access a Google Ads account

2020-11-18 Thread Lê Đức
Hi there, Is there any way to know that a customer already accepts an invitation to access a Google Ads account? Since the customer needs to accept the invitation sent via email before seeing the campaign list in our application. Thank you guys in advance. -- --

Re: AGE_RANGE_PERFORMANCE_REPORT per campaign

2020-11-18 Thread Oleksandr Hrebeniuk
"AGE_RANGE_PERFORMANCE_REPORT (Sep 15, 2020-Nov 16, 2020)" Age Range,Campaign ID,All conv.,Clicks 35-44,11065433203,0.00,16 Undetermined,11065433203,7.00,10 25-34,11065433203,0.00,2 25-34,11065433203,0.00,35 Undetermined,11065433203,595.00,2794 25-34,11065433203,1.00,37

Re: AGE_RANGE_PERFORMANCE_REPORT per campaign

2020-11-18 Thread Oleksandr Hrebeniuk
That is what I recieve from API, I expect to see 1 row for every age range. On Wednesday, November 18, 2020 at 9:10:24 AM UTC+2 Oleksandr Hrebeniuk wrote: > > That is not what I'm looking for. > I'm filtering by CampaignId, but I still have multiple rows for the same > age ranges, because

RE: Hello all, new member and developer

2020-11-18 Thread Google Ads API Forum Advisor Prod
Hi Simon, Thanks for raising your concern. I am afraid that our team would not be able to provide comment to your concern as this is out of our scope. Regarding kickback or profit, you may need to discuss this internally. If you have AdWords API or Google Ads API concerns regarding their