RE: UserList based on events

2022-06-01 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi SR,

Thank you for posting your concern.

For this question "Do we have to create a remarketing action or simple we can 
use the expressionRuleUserList. Sample code below", I can refer you to this 
document as it provides the steps on how to manage the audience list comprises 
visitors to your website. It also said that all Google Ads accounts have 
exactly one account-level remarketing tag, created automatically when the 
account is opened. The tag is available even if you haven't yet initiated 
remarketing. The first step is to retrieve your account's account-level 
remarketing tag by issuing a search request against the remarketing_action 
resource.

As for this question "If this approach is correct, could you please share the 
field values of "name" and "value" fields for different events like purchase, 
submit form etc.", I would suggest following this guide to know how you can 
implement RuleBasedUserListInfo for specific events.

Regards,

Ernie John
Google Ads API Team
ref:_00D1U1174p._5004Q2bFF9U: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/0JAav0RCSRRN00z9BOLq9wTIKqq2agjz8ozg%40sfdc.net.


UserList based on events

2022-05-31 Thread SR
How to create a userlist based on website events like submit form, add to 
cart, purchase etc.
I checked the below link but not getting the complete sequence of code.
https://groups.google.com/g/adwords-api/c/9U5-20zJ_OM/m/8oGAmZW_AgAJ

After setting up the events in GTM, what to do?
Do we have to create a remarketing action or simple we can use 
the expressionRuleUserList. Sample code below
[
{
'create': {
 "membershipStatus": "OPEN",
 "name": "test",
"description":'test',
"membershipLifeSpan": 30,
 "ruleBasedUserList": { 
   
 "prepopulationStatus": "REQUESTED",   

  "expressionRuleUserList": {
"rule": {
  "ruleType": "OR_OF_ANDS",
  "ruleItemGroups": [
{
  "ruleItems": [
{
  "name": "Add to cart",
  "stringRuleItem": {
"operator": "EQUALS",
"value": "add to cart"
},
  }]}]}]

If this approach is correct, could you please share the field values of 
"name" and "value" fields for different events like purchase, submit form 
etc.

Thanks.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/946dbde0-1c2c-4683-8475-660c1c63832dn%40googlegroups.com.