High latency and 504 errors

2021-04-22 Thread 'Michael Pape' via AdWords API and Google Ads API Forum
Hello, We are seeing very high API latency since 3:45AM ET and 504 error responses. Since the calls are timing out, I don't have request IDs, just DEADLINE_EXCEEDED errors. Is there an issue with the Google Ads API right now? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find

Could Google Ads API create campaign group?

2021-04-22 Thread Rukeith Tseng
I found adwords API could create campaign group. Could Google Ads API create campaign group too? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message

Re: High latency and 504 errors

2021-04-22 Thread axel.v...@gmail.com
We're experiencing the same thing. I've been told that the Google Ads API team is currently investigating the issue. On Thursday, April 22, 2021 at 10:00:22 AM UTC+1 mp...@hubspot.com wrote: > Hello, > > We are seeing very high API latency since 3:45AM ET and 504 error > responses. Since the

Operation System targeting

2021-04-22 Thread Tomerpop
Hi Guys How can i target 'IOS' only on Display campaign on V6 ? i'm using Python and i couldn't find any example for that case, can someone send me an example? Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~

Search Query Performance Report do not get/count all clicks when using "Query" field

2021-04-22 Thread saidul alam
1. this show " clicks: 22 " at LAST_7_DAYS $query = (new ReportQueryBuilder()) ->select([ 'Month', 'AdGroupName', 'AdGroupId', 'CampaignId', 'CampaignName', 'Cost', 'AverageCpc', 'Clicks', 'Impressions', 'Ctr', 'Conversions', 'NumOfflineInteractions', 'CostPerConversion', 'SearchImpressionShare' ]

Re: High latency and 504 errors

2021-04-22 Thread Mat
We did too - however, the problem seems to have been fixed already: [image: Bildschirmfoto vom 2021-04-22 11-56-41.png] axel.v...@gmail.com schrieb am Donnerstag, 22. April 2021 um 11:07:47 UTC+2: > We're experiencing the same thing. I've been told that the Google Ads API > team is currently in

Cost is being reported incorrectly in ad_performance_report

2021-04-22 Thread Derek Park
Hi, Where as we would only spend around $100 per day on advertising, the ad_performance_report is reporting a cost in the 10s of millions. Is there a formula that's applied to this? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blo

Search Query Performance Report do not show exact count of clicks

2021-04-22 Thread saidul alam
Search Query Performance Report do not show exact count of clicks when select attribute named Query. CODE: (new ReportQueryBuilder()) ->select([ 'CampaignId', 'AdGroupId', 'Query', 'Impressions', 'Clicks', 'Conversions', 'Cost' ]) ->from(ReportDefinitionReportType::SEARCH_QUERY_PERFORMANCE_REPORT

InternalApiError.UNEXPECTED_INTERNAL_API_ERROR instead of expected CustomerSyncError.TOO_MANY_CHANGES

2021-04-22 Thread 'Alexander Neroslavsky' via AdWords API and Google Ads API Forum
Hi Team, We have the following problem with Adwords API. The call of the CustomerSyncServiceInterface.get() method returns InternalApiError.UNEXPECTED_INTERNAL_API_ERROR for the list of around 2600 campaignIds (all campaigns for such clientCustomerId). If we splitting this list of campaignIds

RE: AdGroupCriterion AGE_RANGE

2021-04-22 Thread Google Ads API Forum Advisor Prod
Hi Yoshie, Thank you for reaching out. If you would like to target only certain AGE_RANGE and GENDER, you could set the negative attribute of the AdGroupCriterion to true to exclude the criterion. Thanks and regards, Xiaoming, Google Ads API Team Xiaoming Google Ads API Team ref:_00D1U1174p._

RE: Phone Call Conversion Not Working

2021-04-22 Thread Google Ads API Forum Advisor Prod
Hello, Thanks for reaching out. Can you please provide us with the following: Which API is being used (Ads or AdWords, if either) More information on how the issue relates to the API (e.g. are there any errors?) If necessary, please provide request and response logs Thanks, Matt Google Ads API

RE: What is doc link to support Advanced bid adjustment

2021-04-22 Thread Google Ads API Forum Advisor Prod
Hello, The Ads API does not specify as a bid adjustment being 'advanced', but it still supports the modification of bids for various campaign and ad group criteria. You can find a list of supported ad group criteria here, and campaigns, here. Regards, Matt Google Ads API Team Matt Google Ads A

Re: Incompatible fields in the CAMPAIGN_PERFORMANCE_REPORT

2021-04-22 Thread Google Ads API Forum Advisor Prod
Hi Alexander, Thank you for reaching out. I work with Anthony. If you encounter these errors that means the fields are not compatible with the ExternalConversionSource field. Please do not select them if you are querying on the ExternalConversionSource. Thanks and regards, Xiaoming, Google Ads

Re: Incompatible fields in the CAMPAIGN_PERFORMANCE_REPORT

2021-04-22 Thread 'Alexander Neroslavsky' via AdWords API and Google Ads API Forum
Hi Xiaoming, Thanks for quick response. My question is about including these incompatible fields into the documentation . They are not presented in the "Not compatible with the

Re: Getting report totals in new Google Ads API

2021-04-22 Thread Luis Pandolfi
Hi, sorry to resurect an old thread, but I still have the same questions. I would like to know if currently there is some way to get the report summary using Google Ads API, otherwise if there is some concrete plan to include this and estimated time. Best regards, Luis Pandolfi El jueves, 2 de

RE: Could Google Ads API create campaign group?

2021-04-22 Thread Google Ads API Forum Advisor Prod
Hello, Thanks for reaching out. This feature was not migrated to the Ads API. Please see this list of campaign features that were/were not migrated from the AdWords API. Regards, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1U1174p._5004Q2Faep9:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=

Using Ads API with Microsoft Flow / Power Automate

2021-04-22 Thread Joe Evans
I'm going to start this by saying I am not a professional developer. My company uses Microsoft 365 for everything, and I am using Power Automate to automate a lot of processes. I've been successful implementing REST APIs into Power Automate using the built-in HTTP function. However, I can't ev

Re: How to fetch campaign cost and impressions for each audience level

2021-04-22 Thread Google Ads API Forum Advisor Prod
Hi Vaibhav, A geographic_view includes all metrics aggregated at the country level, one row per country. It reports metrics at either actual physical location of the user or an area of interest. If other segment fields are used, you may get more than one row per country. A location_view summ

RE: High latency and 504 errors

2021-04-22 Thread Google Ads API Forum Advisor Prod
Hi All, Thanks for notifying us. Please allow me to check internally on this and we will provide an update shortly. Thanks, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1U1174p._5004Q2FaeJp:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: http

RE: High latency and 504 errors

2021-04-22 Thread Google Ads API Forum Advisor Prod
Hi All, I can confirm that there was a brief disruption earlier today, but this has since been resolved. Everything should be working as expected, please let us know if you see any related issues. Regards, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1U1174p._5004Q2FaeJp:ref --

Re: Incompatible fields in the CAMPAIGN_PERFORMANCE_REPORT

2021-04-22 Thread Google Ads API Forum Advisor Prod
Hi Alexander, Thank you for reaching out. Thank you for submitting this feature request. Our top priority right now is to get the new Google Ads API ready for general availability. As such, we aren't planning on adding enhancements to the AdWords API, but we will continue to fully support it, a

RE: Operation System targeting

2021-04-22 Thread Google Ads API Forum Advisor Prod
Hi Tomerpop, Thank you for bringing this question to our attention. In looking over our documents I found this section that talks about how to get the OS and build a query string to gather this information. Regards, William Pescherine Google Ads API Team ref:_00D1U1174p._5004Q2FafF4:ref -- -

how to get audience names associated with ad groups

2021-04-22 Thread E.G.
Hello I am trying to get all audience names associated with my ad groups through the ads api. It looks like I need to query ad_group_audience_view or ad_group_criterion for ad_group_id, ad_group_criterion.type, and depending on the type make a second query to other resource such as custom_audi

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

2021-04-22 Thread Michael Blasenstein
Very sorry, but for whatever reason I don't have permission to reply to author. Could you possibly email me? My address is michael.blasenst...@elocal.com On Wednesday, 21 April 2021 at 7:15:38 pm UTC-7 adsapiforumadvisor wrote: > Hi, > > Thank you for reaching out to our API support team. > > O

RE: Cost is being reported incorrectly in ad_performance_report

2021-04-22 Thread Google Ads API Forum Advisor Prod
Hi Derek, Thank you for bringing this question to our attention. Seeing as how this appears to be an account based issue. We would suggest that you reach out to our Product Support Team. As they are able to look into why the data about your account spending is so off. Regards, William Pescher

Re: Custom intent audience: auto-created

2021-04-22 Thread Yoshie Agata
Hi, Yes I was confused because I was told to create customAudience instead of customInterest here. Thank you for your support! Yoshie On Thursday, April 22, 2021 at 2:34:41 PM UTC+9 adsapiforumadvisor wrote: > Hi Yoshie, > > You can create your CustomInterest >

RE: Search Query Performance Report do not get/count all clicks when using "Query" field

2021-04-22 Thread Google Ads API Forum Advisor Prod
Hi Saidul, Thank you for reaching out to our API support team. Our team does not usually recommend comparing reports of different types since metrics are calculated and attributed to different entities which the reports specializes in. For your scenario, since you included the Query field, then

RE: Search Query Performance Report do not show exact count of clicks

2021-04-22 Thread Google Ads API Forum Advisor Prod
Hi Saidul, So our team can further investigate, could you share your customer ID and the complete report definition in XML or AWQL form? You may also include any dates that you have used. You may then send the requested details using the Reply privately to author option. Best regards, Peter

Re: Getting report totals in new Google Ads API

2021-04-22 Thread Google Ads API Forum Advisor Prod
Hi Luis, Thank you for coming back to us. Getting the summary of the report is now supported in Google Ads API reporting. You will just need to configure the summary_row_setting of the GoogleAdsService.Search or summary_row_setting of GoogleAdsService.SearchStream in order to do this. Let me

Re: What is doc link to support Advanced bid adjustment

2021-04-22 Thread san...@knorex.com
so I can use normal bid API to update it? On Thursday, 22 April 2021 at 21:22:43 UTC+7 adsapiforumadvisor wrote: > Hello, > > The Ads API does not specify as a bid adjustment being 'advanced', but it > still supports the modification of bids for various campaign and ad group > criteria. You can

Re: Getting report totals in new Google Ads API

2021-04-22 Thread stefano...@webrepublic.ch
Hi Luis, You can find an example here https://github.com/googleads/google-ads-python/issues/374#issuecomment-822559088 Cheers, Stefano On Friday, April 23, 2021 at 4:50:55 AM UTC+2 adsapiforumadvisor wrote: > Hi Luis, > > Thank you for coming back to us. > > Getting the summary of the report

RE: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR instead of expected CustomerSyncError.TOO_MANY_CHANGES

2021-04-22 Thread Google Ads API Forum Advisor Prod
Hi Alexander, Thank you for reaching out to our API support team. So our team can have a closer look at the error, could you provide your customer ID and the complete SOAP request and response logs, with the requestId, that was generated when you encountered the errors? You may send the separa

RE: Create Manager as User in MCC account create

2021-04-22 Thread Google Ads API Forum Advisor Prod
Hi Yogesh, So our team can have a closer look at your issue with the conversions, could you provide your customer ID and the complete request and response logs, with the request-id? You may send the requested details using the Reply privately to author option. You may also note that if you hav

Child account authenticate in ads API

2021-04-22 Thread Krishnadas D
Hi for authenticate in google ads api i am using this code $this->oAuth2Credential = (new OAuth2TokenBuilder())->fromFile()->build(); $session = (new GoogleAdsClientBuilder())->fromFile() ->withOAuth2Credential($this->oAuth2Credential) ->build(); $this->googleAdsClient = $session ; $this->googleAd

RE: Using Ads API with Microsoft Flow / Power Automate

2021-04-22 Thread Google Ads API Forum Advisor Prod
Hi Joe, Thank you for posting your concern. I am afraid that our team currently does not have a guide for implementing the generate historical metrics feature using the REST interface of the Google Ads API. However, I would suggest referring to this document as it presents the design and worki