Re: calltoactiontypeenum missing

2023-11-15 Thread Dang Duc Truong
If I upgrade the API version to v15, would it solve my problem? On Wednesday, November 15, 2023 at 12:51:05 PM UTC+7 Google Ads API Forum Advisor wrote: > Hi Dan, > > Thank you for reaching out to the Google Ads API support team. > > Please find the response below for your query: > > How can I

CallToActionTypeEnum missing

2023-11-12 Thread Dang Duc Truong
Hello, I'm using API v14 (google-ads-stubs-v14-26.0.0) and faced exception caused by missing enum constants of VISIT_SITE and WATCH_NOW. I went thru the docs and saw that these value are supported in google-ads-stubs-v14-*27*.0.0. I tried to migrate to google-ads-stubs-v14-*27*.0.0 but there is

Re: how to get asset group asset primary status?

2023-08-08 Thread Dang Duc Truong
Hi, This is the request and response from my side, not sure if it is what you are expected: REQUEST: customer_id: "8243997589" query: "SELECT asset_group.id, asset_group.status, campaign.id, customer.id, asset_group_asset.asset, asset_group_asset.asset_group, asset_group_asset.field_type,

How to get asset group asset primary status?

2023-08-07 Thread Dang Duc Truong
Hello, I would like to ask how to query for *asset group primary status* (see attached image) of Performance max campaign? I see there is a similar one for normal campaign ad group asset (called "ad_group_asset.primary_status") but cannot find that field for asset group asset. Thanks Dan

Issue when trying to create listing group of performance max campaign asset group

2023-07-30 Thread Dang Duc Truong
Hi, I'm facing this error code when trying to create a listing group: SAME_DIMENSION_TYPE_BETWEEN_ANCESTORS. Please see attached JSON file for example of listing group filter dimension that I used. I have 2 questions: 1. Where can I find the detail explanation for this error code? 2. Where

Re: performance max campaign asset group audience signal demographic age range

2023-06-21 Thread Dang Duc Truong
Thanks for reply, Then I would ask, what is the max_age and min_age value I should set in my payload if I want to create the segment for Age min +65 and max +65 as showing on the Google Ads UI? (see my attached image on the first email) Thanks, Dan On Monday, June 19, 2023 at 8:48:15 PM UTC+7

Performance max campaign asset group audience signal demographic age range

2023-06-13 Thread Dang Duc Truong
Hi, I would like to ask, how can I set the min age and max age value for the case of minimum age of 65+ ? I tried to set min_age = 65, max_age as null but when I query the audience, it return null for min_age, max_age, and unknown_age. Is there any detail instruction or documentation for

Performance max campaign asset group audience signal demographic age range

2023-06-13 Thread Dang Duc Truong
Hi, I would like to ask, how can I set the min age and max age value for the case of minimum age of 65+ ? I tried to set min_age = 65, max_age as null but when I query the audience, it return null for min_age, max_age, and unknown_age. Is there any detail instruction or documentation for