All Api request are stucked without any response

2023-03-14 Thread Zied Chaari
Hi Google Team, We have upgrated the Google Ads API to the latest version V13. However, all calls we made are stucked without any response. This is an example of code. public override SocialAudience CreateCustomAudience(SocialAudience SAudience, List EventSource = null) { configGoogleAdsApi.OA

Re: All Api request are stucked without any response

2023-03-15 Thread Zied Chaari
Hi, I have already setup the logging in my end as you can see in my code, nothing is hapenning my program is stuck on the highlighted yellow line and nothing is added to my log file. On Wednesday, March 15, 2023 at 7:09:23 AM UTC Google Ads API Forum Advisor wrote: > Hi Zied, > > Thank you fo

Re: All Api request are stucked without any response

2023-03-16 Thread Zied Chaari
u/1/g/adwords-api/c/v_7nqybKIck/m/L-dbqF5TAAAJ> > and this topic > <https://groups.google.com/u/1/g/adwords-api/c/y4oeqGQHqUI/m/_SZmBNhCBQAJ> > . > The problem is in the client library for .NET, when your target is .NET > Framework. More info in these threads. > > > On Wedne

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-17 Thread Zied Chaari
Hi, Even with UseGrpcCore = true it's not working. I'm using .NET framework 4.8. GoogleAdsConfig configGoogleAdsApi = new GoogleAdsConfig { DeveloperToken = "DEVELOPER_TOKEN", OAuth2ClientId = "CLIENT_ID", OAuth2ClientSecret

Re: All Api request are stucked without any response

2023-03-22 Thread Zied Chaari
Hey Goolge, Any updates on this one? I want to know if you'll have any update before the sunset of V11. On Friday, March 17, 2023 at 2:28:38 PM UTC Google Ads API Forum Advisor wrote: > Hi Zied, > > > Thank you for sending updates. Allow me to raise this concern to the rest > of our team a

Re: All Api request are stucked without any response

2023-03-23 Thread Zied Chaari
Hey Zweitze, I think they have fixed the issue. #488 I have tried the new library and it's working. On Monday, March 20, 2023 at 1:46:37 PM UTC Zweitze wrote: > Hello Forum Advisor, > > On Thursday, March 16, 2023 at 7:20:04 PM UTC+1

Update CrmBasedUserList Name and Description

2018-11-22 Thread Zied Chaari
Hello, I'm trying to update my CRM based User List, name and description, using a Test Account, I'm getting this error "USER_LIST_MUTATE_NOT_SUPPORTED". http://schemas.xmlsoap.org/soap/envelope/";> https://adwords.google.com/api/adwords/rm/v201809";> https://adwords.goog

Update CrmBasedUserList, Name and Description

2018-11-22 Thread Zied Chaari
Hello, I'm trying to update my UserList name and description, and I get this error message "USER_LIST_MUTATE_NOT_SUPPORTED". http://schemas.xmlsoap.org/soap/envelope/";> https://adwords.google.com/api/adwords/rm/v201809";> https://adwords.google.com/api/adwords/cm/v20180

Re: Update CrmBasedUserList Name and Description

2018-11-23 Thread Zied Chaari
Hi Luis, My ClientCustomerId: 7482331905 My SOAP response: http://schemas.xmlsoap.org/soap/envelope/";> https://adwords.google.com/api/adwords/rm/v201809"; xmlns="https://adwords.google.com/api/adwords/cm/v201809";> 00057b43356507410a81300eae09f792 AdwordsUserListService mutate 1 172 soap:Cl

Re: Update CrmBasedUserList Name and Description

2018-11-26 Thread Zied Chaari
Hi Luis, Always the same problem. *This is my code: (.Net)* UserList userList = new UserList() { id = long.Parse(SAudience.Social_ID), name = SAudience.Audience.Name, listType = UserListType.CRM_BASED }; UserListOperation operation = new UserListOperation { operand = userList,

Re: Update CrmBasedUserList Name and Description

2018-11-27 Thread Zied Chaari
Thank you Thanet, I'm waiting your update. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWord

Re: Update CrmBasedUserList Name and Description

2018-12-04 Thread Zied Chaari
list in > the test accounts too. > I'll update this thread once I have more info. > > Best, > Thanet, AdWords API Team > > On Tuesday, November 27, 2018 at 1:23:28 AM UTC+9, Zied Chaari wrote: >> >> Hi Luis, >> >> Always the same proble

Re: Update CrmBasedUserList Name and Description

2019-01-29 Thread Zied Chaari
Hi Guys, Sorry for the too late response. It's work now. Thank you all for your help! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because yo

Graph API Explorer Google AdWords

2019-01-31 Thread Zied Chaari
Hi, Is there a way to explore google adwords API online? like Graph API Explorer for Facebook. Cheers -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this m

Re: Graph API Explorer Google AdWords

2019-02-01 Thread Zied Chaari
Thanks for the quick response :) -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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

Mutate members progress status

2019-02-01 Thread Zied Chaari
Hi, Is there an API that return the mutate member status. For example I made two mutate member action on one CrmBasedUserList. I want to know for each action the status (in progress, complete, ...), number of received contact and the percentage of processing. Cheers -- -- =~=~=~=~=~=~=~=~

Re: Mutate members progress status

2019-02-01 Thread Zied Chaari
OK, Thank you :) -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 F

Get Keyword Idea API

2019-02-28 Thread Zied Chaari
Hi, When I'm trying to reproduce this example : EXAMPLE

Re: Get Keyword Idea API

2019-03-01 Thread Zied Chaari
unt*. You'll > only get real results from the TargetingIdeaService of *production* > accounts. > > Cheers, > Dorian > > On Thursday, 28 February 2019 18:11:36 UTC+1, Zied Chaari wrote: >> >> Hi, >> >> When I'm trying to reproduce this >> &l

Campaign Criterion Service Error

2019-03-04 Thread Zied Chaari
lue retVal = > campaignCriterionService.mutate(operations.ToArray()); > } > catch (Exception e) > { > throw; > } > } Many Thanks, Zied Chaari -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

LocationCriterionService return INVALID_PREDICATE_OPERATOR error

2019-03-08 Thread Zied Chaari
Hi folks, I'm trying to get locations using LocationCriterionService. When I change the predicate to "ContainsAny" or "Contains", I get INVALID_PREDICATE_OPERATOR error. Is LocationCriterionService support only "In&quo

Re: LocationCriterionService return INVALID_PREDICATE_OPERATOR error

2019-03-11 Thread Zied Chaari
Hi Bharani, > > As I know their is now label in the location entity, so how can I filter by label using ContainAny? The idea is to reproduce the dropdown location component bellow, when user start typing the location name, I give him location suggestion by calling LocationCriterionService. [im

Search for Interest API

2019-03-11 Thread Zied Chaari
Hi all, Is their an end point that return user interests based on keyword? Like the UI bellow. [image: Capture.PNG] Thanks, Zied -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

AdGroupCriterionService AdGroupCriterionError.CONCRETE_TYPE_REQUIRED

2019-03-12 Thread Zied Chaari
Hi all, When I'm trying to add a new AdGroupCriterion, I get this error AdGroupCriterionError.CONCRETE_TYPE_REQUIRED. You can find attached to request and response log. And bellow the code source. Thanks, Zied using (AdGroupCriterionService adGroupCriterionService = > (AdGroupCriterionService

Re: AdGroupCriterionService AdGroupCriterionError.CONCRETE_TYPE_REQUIRED

2019-03-13 Thread Zied Chaari
Hi Bharani, > > Thank you for the attached file. I reproduce my code with Google Ads API V1.0 and it's working fine. Just a quick question, do you think that I should use Google Ads Api in the future or continue with Google AdWords? Cause between us I think I will migrate to Google Ads Thanks

DataUploadResult - Google Ads Api V1.0

2019-03-15 Thread Zied Chaari
Hi all, How can I get the Data Upload status for my CRM Based User List using Google Ads Api V1.0? When I was using google AdWords Api, I could find the status in the DataUploadResult field by calling AdwordsUserListService. Thanks, Zied -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Get Keyword Idea - return DeadlineExceededErrors

2019-03-28 Thread Zied Chaari
Hi all, Sometimes when i'm trying to get keywords Idea, using KeywordPlanIdeaServiceClient Service (Google Ads Api V1.0), I'm getting an error saying DeadlineExceededError. What should I do? You can find my code bellow. public dynamic searchKeyword(GoogleAdsClient client, string customerId, >

Re: Get Keyword Idea - return DeadlineExceededErrors

2019-03-29 Thread Zied Chaari
Hi Anthony, How can I get my request and response? I'm using Google Ads API (not Google AdWords API) and Fiddler can't catch the traffic coming from the API. Fiddler can only catch request and response from AdWords API. Thanks, Zied -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also

Add sitelink to campaign - Google Ads API

2019-04-03 Thread Zied Chaari
Hi All, Could you please give me an example of Adding (with creation) of sitelink to an existing campaign, using Google Ads API (.Net). You already have an example but using Google Adwords API: https://developers.google.com/adwords/api/docs/samples/csharp/extensions#add-sitelinks-to-a-campaign

Mutate Validation - Google Ads API

2019-04-15 Thread Zied Chaari
Hi All, I'm using Goolge Ads API V1.0, and I want to validate the creation of any entity (campaig, adgroup,...). In the Google AdWords API, I just have to change the Request Header validateOnly attributes like bellow: campaignExtensionSettingService.RequestHeader.validateOnly = true; How can I

Campaign Creation - Google Ads API

2019-04-18 Thread Zied Chaari
Hi all, Is there a way to create a campaign with their elements (AdGroup, Ads, Keyword, Criteria, Extension, ...) with only one call? Like Facebook is doing, I build a campaign object with all its elements (AdSet, Ads, ...), and the Facebook API create all the objects. PS: I'm using Google Ads

Re: Campaign Creation - Google Ads API

2019-04-19 Thread Zied Chaari
Hello Sai, Thank you for your quick response. Is there an example with Google Ads API not Google AdWords API? Regards, Zied -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Campaign Creation - Google Ads API

2019-04-19 Thread Zied Chaari
Ok, Thank you -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 Foru

Re: Campaign Creation - Google Ads API

2019-04-19 Thread Zied Chaari
les/AdWords/CSharp/v201809/CampaignManagement/AddCompleteCampaignsUsingBatchJob.cs#L124, saying object :Object reference not set to an instance of an object Thanks Zied On Fri, Apr 19, 2019 at 5:19 PM Zied Chaari wrote: > Ok, Tha

How to get campaign with all elements (adGroups, ads) after mutate?

2019-05-10 Thread Zied Chaari
Hi All, Is there a way to get campaign with all their elements (adGroup, ads) after performing a Mutate action? I asked this question, because a want to get AdGroup and Ads status after updating campaign status. I'm using Google AdWords API. You can find bellow my piece of code. using (Google.A

Campaign Insights breakdown

2019-05-15 Thread Zied Chaari
Hi All, I'm using Google AdWords API, and I want to get my campaign insights beaked by Date, Age, Gender and Device. Any advise please? You can find bellow how I'm getting my campaign insights but without breakdown. AdWordsUser user = new AdWordsUser(config); ReportQuery query =

Re: Campaign Insights breakdown

2019-05-16 Thread Zied Chaari
Hi Bharani, > > Should I put the Device and Date attributes in the select element, like bellow? .Select("CampaignId", "CampaignName", "Clicks", "Impressions", "Amount", "Cost", "Ctr", "AverageCpc", "AverageCpm", "Device", "Date") I ask you this question because I sill use my Test Ad Account, so

Get Campaign Criterion - Empty List

2019-05-17 Thread Zied Chaari
Hello All, I get an empty list when I'm trying to get my campaign criterion. I want to get my campaign Schedule. You can find attached my request ant response files. PS: I'm using Google AdWords API. Cheers, Zied. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blo

Re: Get Campaign Criterion - Empty List

2019-05-20 Thread Zied Chaari
You are right. Thanks Peter. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 Goo

Re: Campaign Insights breakdown

2019-05-22 Thread Zied Chaari
Hi Bharani, > > I'm getting empty list of insights when I'm trying to get my campaign insights split by date or by device. I made the same call yesterday (with date breakdown), and I could have some rows. But from today, I'm getting zero row. I'm using a *Test account.* Fiddler couldn't debug my

Re: Campaign Insights breakdown

2019-05-23 Thread Zied Chaari
Hi Bharani, I sent to you the required elements privately. Thanks, Zied -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscri

Re: Campaign Insights breakdown

2019-05-24 Thread Zied Chaari
Hi Bharani, Yes that's it, I didn't set the includeZeroImpressions to true. I thought it is a default value. Thanks, Zied -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Target Spend Bidding Strategy deprecation

2019-06-04 Thread Zied Chaari
Hi All, According to the last post on the Google Ads Developer Blog the target spend strategy will be deprecated by the 31 of July. My question is How can I use mu budgets to specify how much I'd like to spend for maximize clicks? You can find bellow how I'm using the target spend as bidding st

Re: Target Spend Bidding Strategy deprecation

2019-06-07 Thread Zied Chaari
Hello Sai, I'm getting an error saying *Missing required field*, in the campaign operation, when I'm trying to not using the bidding strategy configuration. You could find bellow my amended code. Campaign: if(*is_autobid == false*) { BiddingStrategyConfiguration biddingStrategyConfiguratio

Re: Target Spend Bidding Strategy deprecation

2019-06-07 Thread Zied Chaari
Hi Sai, I send you the required URL privately. Many Thanks, Zied -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to t

Re: Target Spend Bidding Strategy deprecation

2019-06-07 Thread Zied Chaari
Hi Sai, What bidding Strategy type should I use, if I want to use automatic bidding that maximize clicks? And as you know BiddingStrategyType.TARGET_SPEND will be deprecated by 31 of June. If I ignore the campaign's biddingStrategyType (campaign.biddingStrategyConfiguration = null), I got the *

Re: Target Spend Bidding Strategy deprecation

2019-06-10 Thread Zied Chaari
Hi, Any updates on this. Cheers, Zied -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords A

Re: Target Spend Bidding Strategy deprecation

2019-06-11 Thread Zied Chaari
Hi Mike, The problem I'm facing is when I try to add my campaign without specifying the biddingStrategyType, and with a daily budget, I got an error saying *Missing required field*, which is the biddingStrategyType. Cause according to your last blog post, I should not use the bidding strate