V11 PHP Client Library - Updates to Campaign entities not taking

2022-09-23 Thread Ryan Semple
Hi, I'm trying to debug a process that involves setting campaign dates. Using the PHP Client library at this time $campaign = new Campaign([ 'resource_name' => ResourceNames::forCampaign($customerId, $campaignId), 'end_date' => $campaignDates['endDate'] // value is set to 2022-10-31 ]); $campa

429 Resource has been exhausted

2022-09-23 Thread George Lin
Hi, We are running into a strange issue with v11 of the Google Ads API. It appears quotas aren't being configured or computed correctly. We have run operations and verified in our google cloud console that we are only using 4000-5000 mutate operations, well below the documented 15000 mutate

Re: Updating Lead From Asset issue

2022-09-23 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Anna, No problem :) Apologies for my delayed response. I do have some clarification here. The field is technically mutable, however it's only possible to re-order the items in the list, not to add or remove any. We're actually in the process of updating the comment on the field to clarify

RE: regarding Out-Of-Band (OOB) flow Migration Guide

2022-09-23 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Lawrence, It's good you reached out to us, you have been on 3 difficult trips, so let me address each one. You are concerned your refresh token that was generated via an OOB copy/paste response code will expire on October 3 and we have the same concern, although we cannot give you certainty.

regarding Out-Of-Band (OOB) flow Migration Guide

2022-09-23 Thread Lawrence Kalinowski
https://developers.google.com/identity/protocols/oauth2/resources/oob-migration Hi - I'm a little concerned. We presently have a Desktop oauth flow application we use to download data from Google Ads API. We attempted the service client switch, but honestly it doesn't work and we haven't figure

RE: Best way to target on videos

2022-09-23 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for reaching out to the Google Ads API support team. Could you please provide full screen screenshot of the UI of what you are looking for, so that i can further investigate the issue?Please reply via privately author option. Thanks, Nirmita Google Ads API Team ref:_00D1U1174p._

Best way to target on videos

2022-09-23 Thread 'Dihan Cheng' via Google Ads API and AdWords API Forum
Hello support, I'm curious about the best way to target videos for ad placement. Assume I want to place advertisements on 10,000 videos across 100 channels. What is the best way to implement this through the Google Ads API so that the ads have the best chance of being placed on the targeting vi

test cl 21

2022-09-23 Thread 'Cory Liseno' via Google Ads API and AdWords API Forum
test cl 21 -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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: Google Ads Query

2022-09-23 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Jeffrey, Thank you for the reply. Suppose you have GAQL, and looking to get the data for said GAQL. To issue this request, pass the GAQL to the GoogleAdsService.SearchStream interface. If you are using REST, then you may use below cURL to get the data Here is a complete example of the repor

RE: Where MCC ID is hidden in Google ads report?

2022-09-23 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Andrey, Thank you for reaching out to us. If you are looking to get login-customer-id, then you may refer to this guide. Note that the ListAccessibleCustomers example to generate the list of all customers accessible using the OAuth2 credentials that you supplied. As mentioned on that page,

RE: Google Ads Query

2022-09-23 Thread Jeffrey Liow
Hi,  I know how to query actually, just not sure where can I query, can you give me the link to query and extract data?Thanks. From: Google Ads API Forum AdvisorSent: Friday, 23 September, 2022 5:20 PMTo: jeffrey.l...@carsome.comCc: adwords-api@googlegroups.comSubject: RE: Google Ads Query Hi Jeffr

Where MCC ID is hidden in Google ads report?

2022-09-23 Thread Andrii Padalka
Hi Guys, Do you know how can I get a MCC ID from reports from different MCC? I have a direct connection to get data in Big Query. Best, Andrey -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~

Google Ads Query

2022-09-23 Thread Jeffrey Liow
Hi Support,  Noticed that there I google ads query builders, how can I extract my ads data by using the SQL query?For example, I would like to extract the campaign column and cost column from my ads account. For the UI interface, when I select two dates, it will combine the cost together.Thanks.Reg