Re: audience signal

2024-02-15 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi,

Thank you for getting back to us.

Kindly note that this support channel specializes in Google Ads API related 
concerns and technical implementations only. However, as you are interested to 
know why few users are getting the option to search under "Your data" of 
Audience signal in the UI and others are not, this is out of scope for the 
Google Ads API support team. So, I suggest you reach out to the Google Ads 
Product support team as they are better equipped to assist you on this.

I hope this clarifies.

This message is in relation to case "ref:!00D1U01174p.!5004Q02rz3a7:ref"

Thanks,

Google Ads API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/5rZmQ0S8WCD700sSp8E_C3SXOhRDPljQZHJw%40sfdc.net.


Re: audience signal

2024-02-14 Thread Hwansang Cho
Hi,

Thank you for answer.

They said they all had the same UI, but if you look at the two images we 
provided, the UI is different.

One needs to be searched, and the other needs to add a segment.
Can you tell me what kind of case this is?

2024년 2월 13일 화요일 오후 9시 9분 38초 UTC+9에 Google Ads API Forum Advisor님이 작성:

> Hi,
>
> Thank you for reaching out to the Google Ads API support team.
>
> Kindly note that the segment you are searching to add an audience signal 
> to the asset group "All visitors (AdWords)" in the API is the same as "All 
> visitors (Google Ads)" in the UI.
>
> I would recommend you to check this Asset Group Signals 
> <https://developers.google.com/google-ads/api/docs/performance-max/asset-group-signals>
>  documentation 
> regarding how to manage audience signals for Performance max campaigns. It 
> includes the API services that you need to use for your concern.
>
>   
> This message is in relation to case "ref:!00D1U01174p.!5004Q02rz3a7:ref"
>
> Thanks,
>   
> [image: Google Logo] Google Ads API Team 
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/7a2ff34b-7e40-43e5-b990-575dd746aabbn%40googlegroups.com.


Audience Signal

2024-02-12 Thread Hwansang Cho
Hi, Google Ads Team.

We are trying to apply Audience signal to Asset Group ads.

Inquiry 1.
When search for 'All visitors (AdWords)' in Your data, there are cases 
where it is not searched. (see image)

CASE1. searched data
 - UI
[image: signal.PNG]
 - API
curl --request POST \
  
'https://googleads.googleapis.com/v15/customers/5490968049/googleAds:search?key=[YOUR_API_KEY]'
 
\
  --header 'developer-token: **' \
  --header 'login-customer-id: 4434375972' \
  --header 'Authorization: Bearer [YOUR_ACCESS_TOKEN]' \
  --header 'Accept: application/json' \
  --header 'Content-Type: application/json' \
  --data '{"query":"SELECT user_list.name, user_list.id, 
user_list.resource_name FROM user_list"}' \
  --compressed

{
  "results": [
...
{
  "userList": {
"resourceName": "customers/5490968049/userLists/8564889023",
"id": "8564889023",
"name": "All visitors (AdWords) (system-defined)"
  }
},
{
  "userList": {
"resourceName": "customers/5490968049/userLists/8565325821",
"id": "8565325821",
"name": "All visitors (AdWords)"
  }
}
  ],
  "fieldMask": "userList.name,userList.id,userList.resourceName"
}

CASE2. no data
- UI
[image: image (1).png]
- API (no results)
{
  "fieldMask": "userList.name,userList.id,userList.resourceName"
}

Inquiry 2.
Is there a standard for generating default values such as 'All visitors 
(AdWords)'?

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 Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/777d3c87-5472-4d1b-9e85-b3e1184c243an%40googlegroups.com.


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 Google Ads API Forum Advisor 
wrote:

> Hi Dan,
>
> Thank you for raising your concern to the Google Ads API team.
>
> I understand you want to provide the *min_age* and *max_age*. With that 
> being said, when you *create audiences*, you can provide the *min_age*
>  and *max_age* on the *AgeSegment* for the *Age Dimension *which is 
> included on the *Audience Dimension*. In addition, kindly refer to our 
> guide for the supported criteria on Performance Max campaigns.
>
> Let me know if you have any question.
>
> Link references:
>
>- Create Audience - 
>
> https://developers.google.com/google-ads/api/docs/remarketing/audiences#create_audiences
>  
>- AgeSegment - 
>https://developers.google.com/google-ads/api/reference/rpc/v14/AgeSegment 
>- Age Dimension - 
>
> https://developers.google.com/google-ads/api/reference/rpc/v14/AgeDimension 
>- Audience Dimension - 
>
> https://developers.google.com/google-ads/api/reference/rpc/v14/AudienceDimension
>  
>- Performance Max campaign criteria -
>
> https://developers.google.com/google-ads/api/docs/performance-max/create-campaign-criteria
>  
>
>   
> This message is in relation to case "ref:_00D1U1174p._5004Q2mCQOK:ref"
>
> Thanks,
>   
> [image: Google Logo] Google Ads API Team 
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/d31088a5-2060-49ef-b700-5173df6fe72bn%40googlegroups.com.


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

2023-06-19 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Dan,

Thank you for raising your concern to the Google Ads API team.

I understand you want to provide the min_age and max_age. With that being said, 
when you create audiences, you can provide the min_age and max_age on the 
AgeSegment for the Age Dimension which is included on the Audience Dimension. 
In addition, kindly refer to our guide for the supported criteria on 
Performance Max campaigns.

Let me know if you have any question.

Link references:

Create Audience - 
https://developers.google.com/google-ads/api/docs/remarketing/audiences#create_audiences
AgeSegment - 
https://developers.google.com/google-ads/api/reference/rpc/v14/AgeSegment
Age Dimension - 
https://developers.google.com/google-ads/api/reference/rpc/v14/AgeDimension
Audience Dimension - 
https://developers.google.com/google-ads/api/reference/rpc/v14/AudienceDimension
Performance Max campaign criteria 
-https://developers.google.com/google-ads/api/docs/performance-max/create-campaign-criteria

This message is in relation to case "ref:_00D1U1174p._5004Q2mCQOK:ref"

Thanks,

Google Ads API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/Rw2nO0RWI6BQ00jEa-r4kUQM610zMi85S4ww%40sfdc.net.


Audience signal UI - AudienceSearchV2Service equivalent?

2023-06-18 Thread Jarrod Mosen
Hi, we're trying to recreate this component in our own UI:

[image: Screenshot 2023-06-19 at 4.46.31 PM.png]

We're having an issue with the "Interests & detailed demographics" section. 
We aren't getting all the results we'd expect. When we search for "football 
equipment", we only get about 6 results back - while in the official UI, we 
get many more.

When a user enters a query, we search across the following with GAQL:

   - detailed_demographic
   - user_interest
   - user_list
   - custom_audience

Are there any tables/reports that we're missing?

The official UI uses AudienceSearchV2Service - is this available to end 
users, or do we have to stitch our own queries together?

In the official UI, searching for "football" also returns results that 
don't necessarily have "football" in their name - (for example "NFL 
Information"). Is this searching across all sub/parent segments as well? 
How can we replicate this with GAQL?

Thank you!

An example query:

SELECT
user_interest.user_interest_id,
user_interest.name,
user_interest.resource_name,
user_interest.user_interest_parent,
user_interest.taxonomy_type,
user_interest.availabilities
FROM
user_interest
WHERE user_interest.name LIKE '%{searchTerm}%'"

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/57006725-8d2c-48dd-a0c0-0f46c9dd5c47n%40googlegroups.com.


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 setting the age 
segment properly using asset group signal service?

https://developers.google.com/google-ads/api/reference/rpc/v13/AssetGroupSignalService

Here are the results of params that I used to update the audience signal 
and query result after making update request:

Thanks
Dan[image: Screenshot from 2023-06-13 19-29-11.png][image: Screenshot from 
2023-06-13 19-06-57.png]

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/da8894c4-67e7-4ad5-8f10-0d352e1d6e05n%40googlegroups.com.


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 setting the age 
segment properly using asset group signal service?

https://developers.google.com/google-ads/api/reference/rpc/v13/AssetGroupSignalService

Here are the results of params that I used to update the audience signal 
and query result after making update request:

Thanks
Dan

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/7485926e-4605-43b5-86c2-202a63662aa2n%40googlegroups.com.


RE: How to create Audience Signal in Performance Max campaign

2022-10-24 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Sang,

Thank you for posting your concern. Allow me to provide support.

To provide insights to your concern, you may refer to this document as it 
discusses how to manage audience signals for Performance max campaigns. It 
includes the API services that you need to use for your concern.

Let me know if you have further questions.

Regards,

Ernie John
Google Ads API Team
ref:_00D1U1174p._5004Q2fnRRY:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/QffID0RK9GNH00t-aoC0PbR62TIxBdcdCTMw%40sfdc.net.