How to your app send an event to Google Ads about tracking conversion and remarketing events?

2022-05-11 Thread Jungsuk Lee
I have an app built with Swift v5. I'like to know about how my app send an event to Google Ads about tracking conversion and remarketing events? I saw an document here . It says how to do conversion

Re: What is the exact Google Ads API v9 sunset date?

2022-05-11 Thread Ershov Aleksandr
I understand that it could be confidential. But at least could you please let me know if it's going to be the first week or two of June or not? It's all what I need to know On Wednesday, May 11, 2022 at 10:19:02 AM UTC+4 Ershov Aleksandr wrote: > > Hello, Jakeia Sabrina! > > The v10 library

Re: What is the exact Google Ads API v9 sunset date?

2022-05-11 Thread Ershov Aleksandr
Could you please let me know if it's going to be the first week or two of June or not? It's all what I need to know On Wednesday, May 11, 2022 at 10:19:02 AM UTC+4 Ershov Aleksandr wrote: > > Hello, Jakeia Sabrina! > > The v10 library for PHP which we're using contains a couple of big changes

Re: Slow

2022-05-11 Thread Kubber
Perfect! I see jobs running way quicker now. Thanks Matt. On Wednesday, May 11, 2022 at 7:15:26 PM UTC+1 adsapi wrote: > Hi All, > > Thanks for your patience on this. This issue should be resolved now. Can > you please retry your batch job requests and let us know if you run into > the same

BatchJob error

2022-05-11 Thread Vanapetchi Madurai
Hi, I have added customer_id and am trying to run AddCompleteCampaignsUsingBatchJob.php file but getting *following error,* can you guide me to resolve this error? *Batch job #0 has a status 'The operation is not allowed for the given context., at

Re: google ads api v10: empty response for SELECT * FROM ad_group

2022-05-11 Thread Eng Developer
so, is there any update about this? because today is sunset of older versions, and new api is not working properly. On Friday, May 6, 2022 at 5:05:20 PM UTC+2 adsapi wrote: > Hi, > > Thanks for sending logs privately. We already received it. However, we can > not proceed further with our

RE: FeedItem Removal

2022-05-11 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Mugesh, Thank you for reaching out to Google Ads API support. Regarding sitelink migration reporting, you can use our recommended asset_field_type_view report. You may also use our ad_group_asset, campaign_asset and customer_asset for assets linked at different levels. Since the migration

Offline User Data Job Stuck in 'RUNNING' State

2022-05-11 Thread 'Harris' via Google Ads API and AdWords API Forum
I'm trying to run remove operations using offline user data jobs to remove user identifiers from CRM based user lists. When I run the offline data jobs with email or phone number (contact information) user identifiers, the jobs resolve pretty quickly (never longer than an hour). However, when

RE: CUSTOMER_NOT_ENABLED error in v10

2022-05-11 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Rten, Thank you for reaching out to the Google Ads API support team. To investigate the issue further, could you please provide the complete request and response logs, with the request-id? If you haven't yet, logging can be enabled by navigating to the Client libraries > Your client

Re: getMetrics() result does not yield for all keywords

2022-05-11 Thread Alexander Orlov
In version 10.1 for the request of KeywordPlanIdeaService.GenerateKeywordHistoricalMetrics how to set e.g. a language and geoConstants? Best regards Alex adsapi schrieb am

Multiple rows with same segment value

2022-05-11 Thread Anant Prasad
Hi team, We were having some issues with a particular segment called `segments.click_type` in `campaign` resource. When we query the data from the API, we are getting segmented results as expected but the issue is that whenever the segment value is `UNKNOWN`, the API is returning multiple rows

Re: including Locations when creating a campaign via REST

2022-05-11 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Matan, The geo_target_constant report lists DMA Regions, while we don't have a CSV file of DMA regions. Here's a sample REST DMA location criteria creation as an array of operations, I just used this in my test account: curl -i --request POST

RE: Cancel/Stop BatchJob stuck in RUNNING state

2022-05-11 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Lorenzo, Thanks for reaching out. We are currently investigating the issue related to long running batch jobs. You can make a CancelOperationRequest to cancel long running jobs. Regards, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1U1174p._5004Q2armWy:ref -- --

Re: How to update a goals with Python?

2022-05-11 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello Martin, Thanks for replying back. For us to investigate, could you please provide us with the complete request and response logs with request-id and request-header generated on your end, so that our team may take a closer look at the issue you’re experiencing. For the client library,

Re: Nested where clause and OR clauses

2022-05-11 Thread Kristijan Novaković
Here is an example where OR could be useful: SELECT customer.id, metrics.impressions, metrics.all_conversions FROM customer where metrics.impressions != 0 or metrics.all_conversions != 0 (using *and *in stead of *or *is valid) That same query is where nesting is required, for example: SELECT

Re: A GoogleAds API Call is taking long time time execute when creating a custom audience using MutateUserListsResponse in Java

2022-05-11 Thread 'Danilo Mozeli' via Google Ads API and AdWords API Forum
Hi Yasar, Thanks for the response. I've enabled the logging in java using log4j-slf4j-impl. When I execute the java class I'm no longer getting the warnings saying that the logging libraries were not setup. However, it is not showing any log in console of a file. Is there any sample or

RE: Nested where clause and OR clauses

2022-05-11 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello Kristijan, Thanks for reaching out to the Google Ads API support. I am afraid if it is allow to do that because all reports GAQL queries are predefined and has to be selectable. In case if you want to check on your end then please refer to the Google Ads Query Builder tool for the query

Re: Enum Values do NOT match documentation

2022-05-11 Thread CFJ
I'm utilizing the .NET Client Library https://developers.google.com/google-ads/api/docs/client-libs/dotnet On Wednesday, May 11, 2022 at 9:35:52 AM UTC-4 adsapi wrote: > Hi, > > Thank you for posting your concern to the Google Ads API forum and > providing detailed information. > > Upon

RE: Enum Values do NOT match documentation

2022-05-11 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for posting your concern to the Google Ads API forum and providing detailed information. Upon checking it, I can see that the issue is more client library related as the enum that your client library is using is not aligned with the enums in the provided documents. With this,

Re: removing labels - internal error

2022-05-11 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello, We're still looking into this, and I'll let you know as soon as we have any more information to share. Regards, Mike, Google Ads API Team ref:_00D1U1174p._5004Q2aNUGo:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

CUSTOMER_NOT_ENABLED error in v10

2022-05-11 Thread r10.m...@gmail.com
Hi Team, We are using v10 google ads API in our. We are making listaccessible call to get list of direct accessible accounts. For each account, we have used below GAQL query to fetch the details of that account. *SELECT customer.id, customer.descriptive_name, customer.manager,

Re: Slow

2022-05-11 Thread Skander Mansouri
Everyone is experiecing an issue with this batch job service. and we are waiting for Google to confirm this! Le mercredi 11 mai 2022 à 12:06:23 UTC+2, Kubber a écrit : > I'm trying to remove CampaignCriterionOperation using BatchJobService. > > It used to work quite quick until last Thursday,

Re: getMetrics() result does not yield for all keywords

2022-05-11 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Alexander, Thanks for confirming that you are able to already solve the problem using v10.1. Should you have additional clarifications with the APIs, you may open a new thread, and we'll be happy to assist you. Regards, Yasar Google Ads API Team ref:_00D1U1174p._5004Q2aqoWc:ref -- --

Which resource is now supposed to contain the metrics from "Ads & Extensions"->"Sitelinks"?

2022-05-11 Thread Konstantin Tarassow
Hello, One of our customers has sitelinks for which the statistics data was fetched using the feed_item resource (since we used the PLACEHOLDER_FEED_ITEM_REPORT report in the old API and the official replacement for that is using the feed_item resource). Starting from 2022-04-28, however, the

Queries regarding migration to Google Ads

2022-05-11 Thread IT Development
Hello Team, We are trying to migrate to Google Ads API. Below are our questions. - We are using below url to view the reports for google ads. Please confirm if its correct, if it's not correct please share the UI link for Google ads reports -

Re: getMetrics() result does not yield for all keywords

2022-05-11 Thread Alexander Orlov
Thanks a lot for the answer and especially for hinting to the new version. Historical metrics include now more fields I need. I was able however to already solve my problem: Some of the missing keywords were hiding in close_variants and some others were added (unexpectedly) to the original

RE: Assets API

2022-05-11 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for raising this concern to the Google Ads API Forum. With regard to your question, please refer to my answers below: 1. What is the purpose behind the `url_custom_parameters` field on Assets? -The list of mappings used to substitute custom parameter tags in a

Re: Get campaign targeting's reach or weekly estimates

2022-05-11 Thread Angelo Geraci
Hi, Do you have any news on this subject? I would like to know if it is now possible to get the traffic estimated reach through AdWords API. Thank you in advance for your answer. Kind regards, On Thursday, 25 November 2021 at 04:31:49 UTC+1 adsapi wrote: > Hi Asif, > > I noticed that you

RE: Customer Match Job Duration

2022-05-11 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Mike, Thanks for reaching out to the Google Ads API Support team. With regards to your concern. "It takes 6 to 48 hours for a list to be populated with members" Yes your understanding is correct because in our documentation said It takes 6 to 48 hours for a list to be populated with

Cancel/Stop BatchJob stuck in RUNNING state

2022-05-11 Thread Lorenzo Scortichini
Hello, like others, we're facing many BatchJobs stuck in RUNNING state for a long time. At this point, we're looking for a way to stop/cancel a running Batch. Looking up the documentation (especially the Usage flow), I wonder if this is possible. Tried using BatchJobServiceClient's

Slow

2022-05-11 Thread Kubber
I'm trying to remove CampaignCriterionOperation using BatchJobService. It used to work quite quick until last Thursday, but now it's very slow it can take 30 minutes before it's done, and the amount of data is the very same. I see the same issue on uploading CampaignCriteria. How long should

Re: Generating refresh token

2022-05-11 Thread Katherine Martin
Hi Carmela, Thank you for that. I understand it references refresh tokens, however I am struggling to follow it and need additional help. Is there someone from support who I can have a call with? On the documentation it says: ' The authorization sequence begins when your application redirects

Re: google-ads-php SDK and OAuth OOB deprecation

2022-05-11 Thread Matteo Medda
Hi Peter, thank you very much, we look forward to receiving your feedback. Regards, Matteo On Wednesday, 11 May 2022 at 07:28:25 UTC+2 adsapi wrote: > Hi everyone, > > Thank you for raising this concern. > > Allow me to reach out to the rest of our API support team to clarify this >

Negative Keyword Conflict

2022-05-11 Thread dasgelbevomEi
Hello, I am getting errors for this *legacy script* and I don't get it working https://developers.google.com/google-ads/scripts-legacy/docs/solutions/negative-keyword-conflicts *ad_group_criterion.negative IN (TRUE,FALSE) is not a valid condition. Dropping condition from query.* There had been

Re: Batch Jobs stuck on RUNNING state on GoogleAds API

2022-05-11 Thread Matteo Medda
Hi, the situation is becoming more and more difficult to manage. Do you have any news on this problem? Regards, Matteo On Tuesday, 10 May 2022 at 16:00:25 UTC+2 ska...@armis.tech wrote: > is there any updates on this? > > Le lundi 9 mai 2022 à 10:59:39 UTC+2, jaume@channable.com a écrit : >

Re: Is there any APIs to check or complete Advertiser Identity Verification

2022-05-11 Thread Thomas
Hello! is there any news on this? Some way to follow the feature request maybe? many thanks for the help! On Friday, July 2, 2021 at 6:41:44 PM UTC+2 adsapi wrote: > Hi, > > The Advertiser identity verification is not supported in the Ads or > AdWords API. However, there is an existing

Re: How to update a goals with Python?

2022-05-11 Thread san...@knorex.com
I can create customConversionGoal & attach to campaign. How to remove/unlink custom conversion goal from that campaign? I tried to clear custom_conversion_goal or set custom_conversion_goal="" but it give error: Body: null Failure message: errors { error_code { field_mask_error:

Re: What is the exact Google Ads API v9 sunset date?

2022-05-11 Thread Ершов Александр
Hello, Jakeia Sabrina! The v10 library for PHP which we're using contains a couple of big changes - requires PHP 7.4 - requires Composer v2.0 So before deploying it to production, we need to make sure that our websites using the Google Ads API php library is fully functional and work without