Re: difference between segments.geo_target_country and segments.activity_country

2024-11-13 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, The resource travel_activity_performance_view is one of the resources where you can include the activity_city segment. So as we said earlier, I would suggest you use the filter in the provided documentation to show only the fields that can be used with specified resources in the FROM clause

Re: missing whatsapp extension conversion

2024-11-13 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, By reviewing your concern, I understand that you're having difficulty retrieving conversions resulting from the new WhatsApp sitelink number extensions conversions. The provided screenshots are cropped and we are unable to check the issue further from our end. Could you please provide us wi

Re: how to create asset combination report with "impressions", "clicks", "cvs", "costs" metrics for rsa?

2024-11-13 Thread 寺田将志
Thanks for the response. Very helpful! But I would like more information. I want to convert {AssetCombination.asset_combination_id } of "AdGroupAdAssetCo

Re: difference between segments.geo_target_country and segments.activity_country

2024-11-13 Thread Berna Toparlar
Hi, Do you know which FROM clause I should be using to get segments.activity_country? I am trying to explore if generating multiple queries and then combinin them would help. Thanks, On Wednesday, November 13, 2024 at 3:50:08 PM UTC+1 Google Ads API Forum Advisor wrote: > Hi, > > By review

Re: difference between segments.geo_target_country and segments.activity_country

2024-11-13 Thread Berna Toparlar
Hi, Thanks for the clarification, I need to use segments.activity_country however, I can't include segments.activity_country to my select stament when campaign is in my FROM clause. How can I retrieve this data? Here is my query: SELECT campaign.id, campaign.name, campaign.status, segments

addCampaignBudget error

2024-11-13 Thread pj sheng
when i add CampaignBudget like this : private static String addCampaignBudget(GoogleAdsClient googleAdsClient, long customerId) { CampaignBudget budget = CampaignBudget.newBuilder() .setName("Cruise Budget #123" ) .setDeliveryMethod(BudgetDeliveryMethod.STANDARD) .setAmountMicros(500_000L) .buil

Re: how to create asset combination report with "impressions", "clicks", "cvs", "costs" metrics for rsa?

2024-11-13 Thread 寺田将志
Thanks for the response. >>>We can use the AdGroupAdAssetCombinationView for Responsive Search Ads but the resource is only supported for the impressions metric. We have confirmed that the metrics supported by the AdGroupAdAssetCombinationView only support for the impressions metric. *So, am I