Reach Estimation Count for Audience (Affinity & In-market) for India Location

2023-03-16 Thread Pulkit Jain
Hi Team, We are developing our application feature using Google Ads API. We are looking to retrieve the Affinity and In-market categories, their potential Reach / Reach Estimate. How can we fetch the potential reach of audience in India, based on Affinity and in-market categories, through

APIを使ったwbraidのアップロードについて

2023-03-16 Thread 大川香菜絵
APIを使用したコンバージョン(wbraid)のアップロードを試しているのですが、 下記エラーが出てしまいました。 原因と対策を教えていただきたいです。 ▼エラー内容 This customer does not have an import conversion action that matches the conversion action provided. conversion_action_idが間違っているのでしょうか。 conversion_action_idが何を指しているのか教えていただきたいです。 -- --

Re: how to use enablePartialFailure or enableWarnings in uploadUserData

2023-03-16 Thread yassine zayane
Hello Google Ads team, Thank you for your quick response About the last question . it is clear but if I don't have the firstName info I can send only postalCode like this { "addressInfo": { "postalCode": "10011" } } Thx Le jeudi 16 mars 2023 à 23:13:14 UTC+1, Google Ads

Re: how to use enablePartialFailure or enableWarnings in uploadUserData

2023-03-16 Thread yassine zayane
Hello Google Ads team, Thank you for your quick response About the last question . it is clear but if I don't have the firstName info I can send only postalCode like this { "addressInfo": { "postalCode": "10011" } } Thx Le jeu. 16 mars 2023 à 23:13, Google Ads API Forum Advisor

Re: How to set Bidding Strategy to Conversion value or Viewable impressions for Display campaign ?

2023-03-16 Thread Adam Walters
Hello Google Ads API Team, How are you handling this with the Google Ads API now that ManualCpm has no viewable_cpm_enabled field? On Wednesday, April 8, 2020 at 12:25:51 PM UTC-4 Google Ads API Forum Advisor Prod wrote: > Hi Vicky, > > Thank you for reaching out. Please see here >

Create Campaign with ManualCPM bidding strategy

2023-03-16 Thread Adam Walters
Hello, I'm receiving the below errors/message when trying to create a campaign with: campaign.bidding_strategy_type = (client.enums.BiddingStrategyTypeEnum.MANUAL_CPM) Request with ID "HS6OcJJAmzZKyr9-SjsrLQ" failed with status "INVALID_ARGUMENT" and includes the following errors: Error

Re: All Api request are stucked without any response

2023-03-16 Thread Zweitze
First: it's not the API version, but the library version. I created a test (WinForms, .NET Framework 4.7.2) project using library 13.0.2, connecting with Ads API V11. This worked. Then I upgraded the library to 14.0.0, but nothing else: Ads API V11 was still used. Now it hangs. The problem is

Re: All Api request are stucked without any response

2023-03-16 Thread Zied Chaari
I'm facing the same problem, my project is .NET client library I've tried all new versions V12 and V13 and they are not working. The only working one is V11 which will be not usefull 31/01. Is there any urgent fix you'll do in the future so we can use V12 or V13 with .NET project not .NET Core?

Re: All Api request are stucked without any response

2023-03-16 Thread Zied Chaari
Hi Zweitze, Thanks for your reply. You're right I have created a new .Net Core project and it's working. On Wednesday, March 15, 2023 at 4:43:51 PM UTC Zweitze wrote: > You are not alone in this situation, for instance see this topic >

RE: Pre Registration Campaign

2023-03-16 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Amitkumar, Thank you for reaching out to the Google Ads API support team. I hope that you are doing well today. Could you please confirm if this is related to Google Ads API? If yes, could you please provide us more context regarding this issue so that we can provide answers or solutions

Generating Ad Preview Url feature status

2023-03-16 Thread Ahmad Traboulsi
Hello, from what I have gathered from previous forum threads is that the Ad preview link that we generate on the platform on click is not available using the Google Ads API v12. the answers seem to also indicate that this feature has been request previously and is under review. Source:

Severe performance degradation when listing bidding strategies

2023-03-16 Thread 'Paul' via Google Ads API and AdWords API Forum
Hello, we are experiencing a severe performance degradation when listing bidding strategies. We run the following query against /google.ads.googleads.v13.services.GoogleAdsService/Search: SELECT bidding_strategy.id, bidding_strategy.name, bidding_strategy.type,

Re: API Hangs on MutateuserList command

2023-03-16 Thread Dataseek Business Solutions
Hello everyone. Here are an example that worked for us after upgrading Google API packages. Create method as ASYNC TASK<>, call MutateUserListsAsync instead of MutateUserListsA including await. private async Task (before: string) CreateCustomerMatchUserList(long customerId, string

Re: Google Ads API Token Application

2023-03-16 Thread Google Ads API and AdWords API Forum
Re-posting the last inquiry ( https://groups.google.com/g/adwords-api/c/Tye-7QvMVps) from the forum as it wasn't routed to our support queue. Regards, Google Ads API Team On Wednesday, March 15, 2023 at 11:39:29 PM UTC+8 google-ads-api Creatio wrote: > Dear Google Ads Support Team, > > I

Re: Get campaign amount spend using node.js

2023-03-16 Thread Leonardo Lins
Because I'm integrating Google's Rest API with my platform. So our customers use our platform to integrate with Google via OAuth, so we use the generated token to make the requests. If there is a way to get the customerId via API I can do it because it's easier for my customers. Em

Re: Get campaign amount spend using node.js

2023-03-16 Thread Leonardo Lins
Hi, is there a way to get the customerId using the API? Thanks! Em quarta-feira, 15 de março de 2023 às 14:01:15 UTC-3, Google Ads API Forum Advisor escreveu: > Hi, > > Thanks for getting back to us. > > You may refer to this *guide* >

Re: Is there some documentation on the LIKE operator?

2023-03-16 Thread Nelson Brochado
The solution to my specific problem, i.e. matching using substrings, is to use: LIKE "%%". To note the double quotes and the % around , which is of course just a placeholder for your actual substring. I found this info here:

Re: Search Campaign | Not able to Update network settings

2023-03-16 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Nikitha, Thank you for providing the requested logs. Can you please confirm if you are trying to update the network_settings.target_content_network of campaign 19825154843? If yes, I've noticed that you have not added this field in your request's update mask. Can you try adding this field

RE: offline conversion fails when WBRAID is provided .net sdk

2023-03-16 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Matias, Thanks for reaching out to the Google Ads API team. I hope you are doing well today. With regards to your concern, to further check this issue, could you provide the complete request and response logs with request ID and request header generated on your end? If you haven't yet,

Re: How to use the Google Ads API

2023-03-16 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Miguel, Thank you for the reply. For our team to further investigate it first and provide an appropriate recommendation to you, could you please provide us first with the complete API logs (request and response logs with the request-id) generated on your end? Note that this can be

Re: GAQL: Filtering on FinalUrls containing some text

2023-03-16 Thread Nelson Brochado
I'm also having a similar problem. It seems we cannot filter URLs by substrings. For example, if I wanted all rows that contain URLs with substrings ".com" or "/en/", it seems I can't do it, or am I wrong? I would be happy to be wrong, because I need to do this and it would be nice if I don't

RE: Apply upload conversions from google ads API

2023-03-16 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Daniel, Thank you for reaching out to the Google Ads API team. In order for us to further investigate, can you please provide the complete request and response logs with request ID? These will greatly help us in our investigation. You may send it to us via Reply privately to author option.

How to filter on repeated fields in AWQL

2023-03-16 Thread Zweitze
Hi, I am looking to query report keyword_view, and retrieve all keywords that have one or more final_uls set. I wonder how to do that? According to the docs of ad_group_ad.ad.final_urls this is a

Is there some documentation on the LIKE operator?

2023-03-16 Thread Nelson Brochado
Hi. I've never used the LIKE operator to filter the content of a query. I think that's what I need, but I'm not sure because I can't find a documentation page that describes it well with examples. Here we have some info,

Pre Registration Campaign

2023-03-16 Thread Amitkumar Shinde
Hi, Recently we ran pre registration campaign and got 200K pre-registration for the game. But after launch I see only 2500 users coming into the game from 200K pre-reg users (MMP tool). Is there any way to check or activate these users? Please help! -- --