Re: AdGroupAdService/MutateAdGroupAds error

2022-07-18 Thread jubap...@gmail.com
Thank you I got it. I didn't find the documentation for this information before. On Sunday, July 17, 2022 at 8:21:06 PM UTC-7 adsapi wrote: > Hi, > > This is Carmela, also from the Google Ads API team. Thank you for getting > back to us. > > Moving forward, it appears that you have

Re: AdGroupAdService/MutateAdGroupAds error

2022-07-15 Thread jubap...@gmail.com
Hi, is it the log you are asking for? Request made: ClientCustomerId: 1711243173, Host: googleads.googleapis.com, Method: /google.ads.googleads.v11.services.AdGroupAdService/MutateAdGroupAds, RequestId: 2r2fmwIsbaAOtIGhWedD7Q, IsFault: True, FaultMessage: An ad of this type is deprecated and

AdGroupAdService/MutateAdGroupAds error

2022-07-15 Thread jubap...@gmail.com
Hi, I want to add extend add to my ad group, I am using this example for my script https://github.com/googleads/google-ads-python/blob/2a1d6062221f6aad1992a6bcca0e7e4a93d2db86/examples/basic_operations/add_expanded_text_ads.py However, I got this error message below. Request made:

Re: mutateAdGroups error

2022-07-15 Thread jubap...@gmail.com
got it. thanks for your help On Thursday, July 14, 2022 at 10:11:12 PM UTC-7 adsapi wrote: > Hi, > > Thank you for reaching us out. I am Sherwin from Google Ads API support > team. I hope that you are doing well today. > > Moving forward to your concern, "*Does it mean I can not create the ad

mutateAdGroups error

2022-07-14 Thread jubap...@gmail.com
Hi, I am testing my remove ad group scripts. The error message is below: Request made: ClientCustomerId: 1711243173, Host: googleads.googleapis.com, Method: /google.ads.googleads.v9.services.AdGroupService/MutateAdGroups, RequestId: 56FSRKZAfpzf-QmyJY4KEQ, IsFault: True, FaultMessage: This

Questions on adgroup criterion id

2022-05-04 Thread jubap...@gmail.com
hi, I want to mutate keyword status by creating AdGroupCriterionOperation using python code As I know if the keyword text is same, they will have same adgroup_criterion.criterion_id. but they might be used in different ad groups and campaigns. Therefore, if in the agc_service_ad_group_path only

Re: geographic_view, report with python library

2022-05-03 Thread jubap...@gmail.com
thank you I had send an e-mail to googleadsapi-supp...@google.com. On Tuesday, May 3, 2022 at 12:01:19 AM UTC-7 adsapi wrote: > Hello, > > > > I'm Kevin from the Google Ads API Team. > > > > Can you please provide the complete request >

geographic_view, report with python library

2022-04-28 Thread jubap...@gmail.com
Hello, I am tried to clone date range geographic view report by python But when I want to segments city, county, (province, canton, state) at the same time, It will return an empty file.I can only segment by city and county. Is there a way to query city county sate level at the same time? And

Re: Google Ads API keyword performance report

2022-03-28 Thread jubap...@gmail.com
Hi, so I am using pything libary and the code I use is below. The question I ask that highlights this line : updated_agc.status.name = row['Keyword Status'] Sample df_input will be pandas data frame with column: Ad Group ID, Keyword ID, Keyword Status def get_keyword_status_operations(client,

Campaign status vs Campaign serving status

2022-03-28 Thread jubap...@gmail.com
Hi, I am wondering what is different between campaing status and campaing serving status? Is there any method to show why campaign status is 'enabled' but the campaing serving status is 'suspended'? I found that some of my campaing status is enabled but the changed to suspend this week. In

adGroup maxCPC

2022-03-24 Thread jubap...@gmail.com
Hi I found that in adgroup libray, I can only input int datatybe for max CPC cpc_bid_micros: int64 references: https://developers.google.com/google-ads/api/reference/rpc/v10/AdGroup Is there any way to change maxCPC with float number? Cause it's really a huge different between one dollar

Re: Google Ads API keyword performance report

2022-03-23 Thread jubap...@gmail.com
Thanks for the update. I am not quite sure why those replies had been deleted. Let me elaborate my question with an example. Q: for changing ad_group_criterion_status, is this operation correct? Do I miss any parameter for updated ad_group_criterion.status? I found that in sample code, if I

Re: Google Ads API keyword performance report

2022-03-22 Thread jubap...@gmail.com
Hi, I am wondering can I changed maxCPC on keyword layer? And for changing keyword status, I know that it might be used for samples like client.enums.AdGroupCriterionStatusEnum.ENABLED I want to change keyword status by an input pd data frame filed with the column of ad_gorup_id, criterion_id,

Re: Google Ads API keyword performance report

2022-03-22 Thread jubap...@gmail.com
Hi, Thanks for the help with the keyword report. I had completed it. I still have questions about changing keyword status, can you help me to check if my operations are correct Also, I am wondering if I can change Max CPC on the keyword layer. I do not quite understand how to use field mask and

Adwords API, CampaignCriterionService migrate to Googe Ads API

2022-03-11 Thread jubap...@gmail.com
Hi, I want to get campaign criteria by selector fields using python code. I am using the paging method: page = campaign_criterion_service.get(selector) selector = { 'fields': ['CampaignId', 'Id', 'CriteriaType', 'PlatformName', 'LanguageName', 'LocationName',

Re: Google Ads API keyword performance report

2022-03-10 Thread jubap...@gmail.com
Hi, Thanks for clearify my queston about criteria_id I want to get ad_group_criterion.criterion_id and a couple of metrics in the keyword performance report however, select from ad_group_criterion can not select or filter on metrics. Any suggestions at this point? Thank you On Thursday, March

Re: GeoPerformance Report Migration

2022-03-09 Thread jubap...@gmail.com
I also tried using user_location_view, user_location_view.country_critterion_id, then got a third version report. On Wednesday, March 9, 2022 at 9:54:57 AM UTC-8 jubap...@gmail.com wrote: > Hi, > I would like to have a geo performance report with a specific campaing ID > I us

Re: Google Ads API keyword performance report

2022-03-09 Thread jubap...@gmail.com
Hi, Carmela Thanks for the tips! Resource Mapping is really helpful! Now I know that 'ID' will be corresponding to 'ad_group_criterion.criterion_id'. However, I want to get ad_group_criterion.criterion_id and a couple of metrics in this report, and select from ad_group_criterion can not select

GeoPerformance Report Migration

2022-03-09 Thread jubap...@gmail.com
Hi, I would like to have a geo performance report with a specific campaing ID I used to use 'GEO_PERFORMANCE_REPORT' date range report. Fields I am using is below.: report_type_geo = 'GEO_PERFORMANCE_REPORT' fields_geo = ['CityCriteriaId', 'CountryCriteriaId', 'MetroCriteriaId',

Re: Google Ads API keyword performance report

2022-03-08 Thread jubap...@gmail.com
', 'Id', 'Status', 'Impressions', 'Clicks','Cost', 'Conversions','ConversionValue', 'TopImpressionPercentage','AbsoluteTopImpressionPercentage'] On Tuesday, March 8, 2022 at 11:47:44 AM UTC-8 jubap...@gmail.com wrote: > I am trying to downl

Google Ads API keyword performance report

2022-03-08 Thread jubap...@gmail.com
I am trying to download the keyword performance report by the new API. I found that there are no keyword-level resources with metrics. Is there a way for keyword performance report by using SearchGoogleAdsStreamRequest ? Also, have one more question about how to adjust the keyword enabled and