i have a AuthorizationError.SERVICE_ACCESS_DENIED when i try to get report

2021-05-10 Thread teng shet
accept-encoding: [gzip]
authorization: REDACTED
user-agent: [unknown (AwApi-Java, AdWords-Axis/4.13.0, Common-Java/4.13.0, 
Axis/1.4, Java/11, maven, ReportDownloader, ReportQueryBuilder)]
developertoken: REDACTED
clientcustomerid: 4424460272
skipreportheader: false
skipcolumnheader: false
skipreportsummary: false
includezeroimpressions: true

Content:
__rdquery: SELECT CampaignId, Clicks, Cost FROM CAMPAIGN_PERFORMANCE_REPORT 
WHERE AdvertisingChannelType = "MULTI_CHANNEL" AND 
AdvertisingChannelSubType = "UNIVERSAL_APP_CAMPAIGN"
__fmt: CSV

[11 5月 2021 13:24:40,065-report_download:INFO:main] HTTP response:
400 Bad Request
cache-control: [private, max-age=0]
content-encoding: [gzip]
content-type: [text/xml]
date: [Tue, 11 May 2021 05:24:39 GMT]
expires: [Tue, 11 May 2021 05:24:39 GMT]
transfer-encoding: [chunked]
alt-svc: [h3-29=":443"; ma=2592000,h3-T051=":443"; 
ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; 
ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43"]
server: [GSE]
x-content-type-options: [nosniff]
x-frame-options: [SAMEORIGIN]
content-security-policy: [frame-ancestors 'self']
x-xss-protection: [1; mode=block]

Content:
REDACTED REPORT DATA
Report was not downloaded due to a DetailedReportDownloadResponseException 
with errorText 'AuthorizationError.SERVICE_ACCESS_DENIED',
 
trigger '' and field path ''

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"AdWords API and Google Ads 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/0f9172fb-3522-4c43-bdc8-0ff24397dfden%40googlegroups.com.


Re: Change Event data not written by API

2021-05-10 Thread Arshdeep Singh
Hi there,
we are also facing the same issue, the count of events differs a lot from 
what we see in the GAds interface.
For example, 
the count of changes we could see in the UI are significantly different 
from what we get in the api.
Also, the reply to author option is disabled, let me know how could I reply 
to the author?

I checked in the UI for date range "Last 14 Days" and the count for changes 
related to ads are* "40"*
[image: unnamed.png]

However, we only get around *'7'* change events from the API for ads 
resource.

For a basic query like following, to see changes to 'ads' resource, we got 
no more than 7 entries for the daterange in the response.

SELECT change_event.resource_name, change_event.change_date_time,  

FROM
change_event
WHERE
change_event.change_date_time >= 20210426 AND
change_event.change_date_time <= 20210509 AND
change_event.change_resource_type IN (AD,AD_GROUP_AD)
LIMIT 1000


On the same note, for keywords we see count 61 in the UI, but we get only 
37 entries from the API, I noticed that we got only keyword additions (type 
CREATE) and removals (type REMOVE) from the API, there were no entries for  
operation type "UPDATE". Should that be expected?

On Monday, May 10, 2021 at 10:48:38 AM UTC+5:30 adsapiforumadvisor wrote:

> Hi,
>
> I work with Aryeh and let me continue the discussion for this concern.
>
> To take a closer look, could you provide the screenshot of the entities 
> that your referring to your last reply in the *Change History* view that 
> are not returned in API response? Please also provide the complete request 
> 
>  and response 
> 
>  logs 
> with request ID 
> 
>  generated 
> on your end for the reports that you've tried. You can provide the 
> requested information via *Reply privately to author* option.
>
> Regards,
> [image: Google Logo] 
> Ernie John Blanca Tacata 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2GKQu0: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 
"AdWords API and Google Ads 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/d33a4e33-dc25-461f-8be9-eca51e999495n%40googlegroups.com.


Re: How to add User's email list to the UserLists, using the REST APIs.

2021-05-10 Thread Google Ads API Forum Advisor Prod
Hi Kishan,

I work with Peter and let me provide support to your concern.

With regard to the sample REST API for adding members to a user list, this 
guide may help you here. Let me know if you have question on the provided guide.

As for how long it will take to populate the UserLists with the user's emails, 
it takes 6 to 12 hours for a list to be populated with members, so you'll most 
likely see an "In Progress" status (on the Google Ads UI) if you upload to an 
audience list more frequently than once every 12 hours. However, it will 
sometimes take 48 hours according to this document. With this, I would suggest 
to wait for at most 2 days and if it is still not populated with the said 
period, then you may provide the complete request and response logs with 
request ID generated on your end to investigate and to address it.

Regards,

Ernie John Blanca Tacata
Google Ads API Team
ref:_00D1U1174p._5004Q2GKNlZ: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 
"AdWords API and Google Ads 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/xdhen0QSXBUI00Es8YIrz0Q_-1hXckXiGOsw%40sfdc.net.


Re: Campaign Performance Report - Missing Fields?

2021-05-10 Thread Google Ads API Forum Advisor Prod
Hi Peter,

I work with Xiaoming and let me continue the discussion for this concern.

Allow me to provide my insights for the 2 items below:

Not really, it's not so simple to tell, since we're managing a large number of 
reports with 25-30 data fields each.
What you say here means I have to go through every report, request it, pull it, 
see what is returned and visually map the returned data fields to the requested 
data fields.
What makes things worse is that in the returned JSON the fields seem to be 
omitted when they have no value (instead of returned with null value or 
something like that).
Can I assume this is the general rule, i.e. does that rule always hold true?
I mean if I request xyz.this_one_field will I always get back xyz.thisOneField?


Based on this document, identifiers are transformed from snake_case (in 
protocol buffers) to lowerCamelCase in JSON. With this, you will need to mapped 
the returned fields in the API response to the fields in the API request. Also, 
to this question "I mean if I request xyz.this_one_field will I always get back 
xyz.thisOneField?", this is indeed how it works.

As for the fields omitted when they have no value, could you provide the 
complete request and response logs with request ID and screenshot of this field 
in the UI to take a closer look? Please provide this details via Reply 
privately to author option.

Regards,

Ernie John Blanca Tacata
Google Ads API Team
ref:_00D1U1174p._5004Q2H9btJ: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 
"AdWords API and Google Ads 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/qsxQO0QSX7SK003w79eSLkRX2_Ex2iOquwaA%40sfdc.net.


How to get the name information of ads asset completely?

2021-05-10 Thread George Lorenzo
Hi,

I am trying to obtain the name information of ads asset by using the 
query—"SELECT asset.name FROM ad_group_ad_asset_view", but it turns out 
that I can only get a tiny parts of  assets' name and the majority of them 
are NULL. 

So, is there any solution to help me to get the name information of ads 
asset completely?

Thanks,

Regards.

George Lorenzo

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"AdWords API and Google Ads 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/094fdc9c-cc76-414f-a07f-1bbe962b41can%40googlegroups.com.


Re: How to add User's email list to the UserLists, using the REST APIs.

2021-05-10 Thread Kishan Virani
Hi Peter, 

Thank you for the response. 

Is it possible to get the timeframe of the REST API for the 
"AddUsersToUserList" functionality? Is the dedicated RESTAPI for this task 
in development or soon to be released? 


I've created two OfflineUsersDataJob with the dummy data using the Google 
Ads API. Both the jobs are on pending status for the last 3 days. do you 
have any timeframe for how long it takes to populate the UserLists with the 
user's emails? 
 
Thanks, 
Kishan Virani
On Monday, May 10, 2021 at 4:05:34 PM UTC+10 adsapiforumadvisor wrote:

> Hi Kishan,
>
> Thank you for your follow up.
>
> We currently do not have a more concrete example using the REST interface. 
> However, you can check out this example 
> 
>  
> instead, and model your REST interface request based on the details from 
> this example. 
>
> In the example, the addUsersToCustomerMatchUserList method uses 
> the OfflineUserDataJobService (customers.offlineUserDataJobs 
> )
>  
> to add the users to the userlist.
>
>
> Best regards,
>
> [image: Google Logo] 
> Peter Laurence Napa Oliquino 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2GKNlZ: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 
"AdWords API and Google Ads 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/fcdc5823-89c9-4110-aadd-f342e51c61f7n%40googlegroups.com.


Unable to programmatically invite and accept manager requests for clients

2021-05-10 Thread Brady Kieffer
I'm attempting to run code that links our manager account to client 
accounts via the API after they've granted our application access. I'm 
receiving the following error through the API when I attempt to do so:

error_code { 
  manager_link_error: INVALID_CHANGE 
} 
message: "The change for mutate link is invalid." 
location { 
  field_path_elements { 
field_name: "operation" 
  } 
}

I was previously able to run code to do this on January 27 at ~6pm EST. The 
underlying protobuf constructed looks like it follows the API spec, so I'm 
confused as to what's causing the issue. As a work around I'm currently 
able to invite a user to our manager account internally and 
programmatically accept the invitation on the behalf of that user, but it's 
not a scalable solution (I'm also lazy and would like computers to do it 
:)).

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"AdWords API and Google Ads 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/25da7c81-9fed-4586-8429-d43cc89cb212n%40googlegroups.com.


Re: Campaign Performance Report - Missing Fields?

2021-05-10 Thread Peter Petrov
Thanks. 
Yes, I asked since I didn't see that kind of mapping documented. 

*"The mapping I shared with you earlier is the field mapping between the 
AdWords API and Google Ads API."*
Yes, I understood that, thank you.

*"You could simply tell..."  *
Not really, it's not so simple to tell, since we're managing a large number 
of reports with 25-30 data fields each. 
What you say here means I have to go through every report, request it, pull 
it, see what is returned and *visually *map the *returned data fields* to 
the *requested data fields*.
What makes things worse is that in the returned JSON the fields seem to be 
omitted when they have no value (instead of returned with *null* value or 
something like that). 

*"the only difference is that one uses snake naming convention and the 
other uses camel"*
Can I assume this is the general rule, i.e. does that rule always hold true?
I mean if I request xyz.*this_one_field *will I always get back xyz.
*thisOneField*? 

Or... are there exceptions to this rule?  

Thanks once again.




On Monday, May 10, 2021 at 3:56:23 PM UTC-4 adsapiforumadvisor wrote:

> Hi Peter,
>
> Thank you for reaching out. Actually this is a good question. However, 
> there isn’t any mapping for the field names in different return formats. 
> You could simply tell they are the same attributes by looking at the names. 
> For example, metrics.average_cpc and metrics.averageCpc are the same 
> thing and the only difference is that one uses snake naming convention and 
> the other uses camel. The mapping I shared with you earlier is the field 
> mapping between the AdWords API and Google Ads API.
>
>
>
> Thanks and regards,
> Xiaoming, Google Ads API Team
>  
>
> [image: Google Logo] 
> Xiaoming 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2H9btJ: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 
"AdWords API and Google Ads 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/df973082-12cf-448f-abdc-90663935df2en%40googlegroups.com.


Re: Campaign Performance Report - Missing Fields?

2021-05-10 Thread Google Ads API Forum Advisor Prod
Hi Peter,

Thank you for reaching out. Actually this is a good question. However, there 
isn’t any mapping for the field names in different return formats. You could 
simply tell they are the same attributes by looking at the names. For example, 
metrics.average_cpc and metrics.averageCpc are the same thing and the only 
difference is that one uses snake naming convention and the other uses camel. 
The mapping I shared with you earlier is the field mapping between the AdWords 
API and Google Ads API.

Thanks and regards,
Xiaoming, Google Ads API Team


Xiaoming
Google Ads API Team
ref:_00D1U1174p._5004Q2H9btJ: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 
"AdWords API and Google Ads 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/5sQ-s0QSWQ06009INOSe_cSSOLG-ObH1kBtQ%40sfdc.net.


Re: Data Conflict when Migrating from Adwords to Google ads api

2021-05-10 Thread Ahamed Arshad
thanks, please have a look  at the mail sent to the address mentioned 
  
regards,
Arshad  

On Monday, May 10, 2021 at 1:10:42 PM UTC+5:30 adsapiforumadvisor wrote:

> Hello Arshad,
>
> Thanks for getting back to us.
>
> Since you're unable to send the requested details via Reply to author, you 
> can send those via this email (googleadsapi-supp...@google.com) instead.
>
> Regards,
> [image: Google Logo] 
> Mark Kevin Albios 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2GL1LK: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 
"AdWords API and Google Ads 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/28417ef9-677d-4baf-8676-0a420539fbfan%40googlegroups.com.


Re: Auction Insights Report

2021-05-10 Thread Google Ads API Forum Advisor Prod
Hello,

This feature is still not available in the API. You can follow our blog for 
announcements.

Regards,
Anthony

Anthony
Google Ads API Team
ref:_00D1U1174p._5001UV1n74: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 
"AdWords API and Google Ads 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/kzw5T0QSWM7800KP9QqYK9Rc-xHVLt7bNJGQ%40sfdc.net.


Re: Google ADS reports migration

2021-05-10 Thread Priyank Bathula
Awesome thank you for the reference this has been very helpful!

On Sunday, May 9, 2021 at 9:13:47 PM UTC-7 adsapiforumadvisor wrote:

> Hi Priyank,
>
> You can check out our migration guide 
>  
> for reports for general information on which Google Ads API view/report is 
> the equivalent of an AdWords API report.
>
> As for the reports that you listed, you may refer below for  
>
>- Campaign Performance Report -  You can use the campaign 
> 
>view 
>- Final URL Report - There is not a *direct *equivalent of the 
>FINAL_URL_REPORT in Google Ads, however some fields are presented in the 
>landing_page_view 
>
> 
>  
>- Criteria Performance Report - Like the Final URL report, this report 
>also does not have a direct equivalent. However, you may try and retrieve 
>records using the ad_group_criterion 
>
> 
>  
>and campaign_criterion 
>
> 
>  
>views. Please not as well the metrics are currently not available in these 
>views/reports 
>
> I hope this helps.
>
> Best regards,
>
> [image: Google Logo] 
> Peter Laurence Napa Oliquino 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2GKxjA: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 
"AdWords API and Google Ads 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/a2801da6-9afc-4af9-bdc8-d76ee8213aacn%40googlegroups.com.


Re: Campaign Performance Report - Missing Fields?

2021-05-10 Thread Peter Petrov
Thanks.

So  metrics.conversions_from_interactions_rate is what used to be  
ConversionRate ? 

The doc you linked to provides mappings from report definition (or say 
AWQL) field names to new GAQL field names. Correct? 

What about the field names returned in the JSON data e.g. one requests 
metrics.average_cpc but gets back metrics.averageCpc ? 

Is there any document/csv which defined these mappings too (*field name we 
request* mapped to *field name we get back* in the JSON) ? 

This whole field name management seems confusing. 

E.g. in the old API 201809 we had (for the same field) 3 names 

"convRate" - name returned in XML data 
"Conv. rate" - name returned in CSV data 
"ConversionRate" - name of the field we request 

Now we need to store two more field names for the same field right? 

1) the field name we request via GAQL 
2) the field name we get back in the JSON data 

Do I understand this model correctly? Am I on the right track? 

Thanks in advance. 

Regards,
Peter















On Monday, May 10, 2021 at 11:27:21 AM UTC-4 adsapiforumadvisor wrote:

> Hi Peter,
>
> Thank you for reaching out. The AveragePosition has been deprecated. 
> However, you are still able to fetch the ConversionRate field which is 
> mapped to metrics.conversions_from_interactions_rate in the Google Ads API. 
> Please see the complete mapping for fields here 
> .
>
> Thanks and regards,
> Xiaoming, Google Ads API Team
>  
>
> [image: Google Logo] 
> Xiaoming 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2H9btJ: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 
"AdWords API and Google Ads 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/6f1b8d7e-02f5-4849-93ee-63bd72072993n%40googlegroups.com.


Re: Auction Insights Report

2021-05-10 Thread Alfonso Hernandez
Hey guys,

Any updates on this for 2021?

Thanks,

Alfonso

El viernes, 21 de febrero de 2020 a la(s) 15:18:19 UTC-5, 
adsapiforumadvisor escribió:

> Hi Albin,
>
> Thank you for reaching out to us. Unfortunately, the auction insight 
> report is currently not available in the API. You can keep an eye on our 
> blog  for 
> information related to future releases. 
>
> Thank you,
> Bryan, Google Ads API Team
>
>
> ref:_00D1U1174p._5001UV1n74: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 
"AdWords API and Google Ads 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/846fd64b-0cb9-4df0-be59-bc3b4ba2842cn%40googlegroups.com.


convert the return value directly to standard Python Types?

2021-05-10 Thread Mohsen Shafiey Kasrineh
Is there a way to convert the return value directly to standard Python 
Types?

Instead of using the same method as in the examples:

 for batch in response:
for row in batch.results:
print(
f"Campaign with ID {row.campaign.id} and name "
f'"{row.campaign.name}" was found.'
)

do convert directly "response" to python object

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"AdWords API and Google Ads 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/15a38789-30cd-4001-8a41-f70e0efa3987n%40googlegroups.com.


Re: DateError.EARLIER_THAN_MINIMUM_DATE @ operations[0].operand.extensionSetting.extensions[0].endTime

2021-05-10 Thread Google Ads API Forum Advisor Prod
Hi Simeon,

Thank you for reaching out. If this is the case please send the requested 
information to our alias at googleadsapi-supp...@google.com.

Thanks and regards,
Xiaoming, Google Ads API Team


Xiaoming
Google Ads API Team
ref:_00D1U1174p._5004Q2GIuoo: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 
"AdWords API and Google Ads 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/2RqKQ0QSWEMQ00YRpQNgk8RGKoTFQT13wGMg%40sfdc.net.


RE: Report analogues - API v2018089 vs API v6/v7

2021-05-10 Thread Google Ads API Forum Advisor Prod
Hi Peter,

Thank you for reaching out. Please see the mapping for these three reports in 
the Google Ads API below:

CLICK_PERFORMANCE_REPORT click_view

GEO_PERFORMANCE_REPORT geographic_view, user_location_view

SEARCH_QUERY_PERFORMANCE_REPORT search_term_view

You could find more mappings from this guide.

Thanks and regards,
Xiaoming, Google Ads API Team


Xiaoming
Google Ads API Team
ref:_00D1U1174p._5004Q2H9cCL: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 
"AdWords API and Google Ads 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/FvaLw0QSWE1800iTrkswuTSQylgPqHdvFqUw%40sfdc.net.


RE: Campaign Performance Report - Missing Fields?

2021-05-10 Thread Google Ads API Forum Advisor Prod
Hi Peter,

Thank you for reaching out. The AveragePosition has been deprecated. However, 
you are still able to fetch the ConversionRate field which is mapped to 
metrics.conversions_from_interactions_rate in the Google Ads API. Please see 
the complete mapping for fields here.

Thanks and regards,
Xiaoming, Google Ads API Team


Xiaoming
Google Ads API Team
ref:_00D1U1174p._5004Q2H9btJ: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 
"AdWords API and Google Ads 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/IOQ-W0QSWDL700I2eODIs2T8Gu3DTTT0WE8w%40sfdc.net.


Re: Campaign age & gender breakdowns

2021-05-10 Thread Yoav Melamed
Hello,

Is there anyone that can help me?

Thanks,
Yoav

On Monday, May 3, 2021 at 12:45:21 PM UTC+3 Yoav Melamed wrote:

> Hi,
>
> I'm trying to get an age and gender breakdowns (not mixed) for my 
> campaigns.
> I tried the age_range_view for age and the gender_view for gender but the 
> results are not so clear to me. Am I missing any segment or other parameter 
> in my query?
>
> I want to segment my campaign to Male, Female & Unknown.
> In addition, I want to segment my campaign to age groups e.g. 18-24, 25-34 
> etc.
>
> Thank you for your help,
>
> Yoav
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"AdWords API and Google Ads 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/f05978cd-9353-49ff-bf7d-4b12036dcd49n%40googlegroups.com.


`ad_network_type` segmentation conversions issue

2021-05-10 Thread Patryk Tucki
`ad_network_type` segmentation used without additional conversion related 
segmentation like `conversion_action` results in hiding some conversions.

SELECT metrics.all_conversions, segments.device
FROM ad_group_ad
WHERE customer.id = 'HIDDEN'
Sum of "all_conversions" metrics from all rows: 225963.

SELECT metrics.all_conversions, segments.device, segments.conversion_action
FROM ad_group_ad
WHERE customer.id = 'HIDDEN'
Sum of "all_conversions" metrics from all rows: 225963.

SELECT metrics.all_conversions, segments.ad_network_type
FROM ad_group_ad
WHERE customer.id = 'HIDDEN'
Sum of "all_conversions" metrics from all rows: *225959* (invalid number).

SELECT metrics.all_conversions, segments.ad_network_type, 
segments.conversion_action
FROM ad_group_ad
WHERE customer.id = 'HIDDEN'
Sum of "all_conversions" metrics from all rows: 225963.

I would expect the sum of "all_conversions" metrics from all rows to always 
be equal (regardless of segmentation used).

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"AdWords API and Google Ads 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/2f2a181e-7e62-4464-8865-4204ec63543cn%40googlegroups.com.


Re: DateError.EARLIER_THAN_MINIMUM_DATE @ operations[0].operand.extensionSetting.extensions[0].endTime

2021-05-10 Thread Simeon Hristov
Hi Xiaoming,

I can't reply privately to author because the button for this option is 
disabled.
When I hover the button with the mouse it says "You do not have permission 
to reply to author in this group". Can you please tell me why is this 
happening?

Thank you
Simeon

On Friday, May 7, 2021 at 10:46:18 PM UTC+3 adsapiforumadvisor wrote:

> Hi Simeon,
>
> Thank you for reaching out. Could you please share the complete request 
> and response logs along with the screenshots from the Google Ads UI showing 
> the different behaviors for the production and test accounts when you 
> modify the data via the API using the *Reply privately to author* option?
>
>
>
> Thanks and regards,
> Xiaoming, Google Ads API Team
>
>  
> [image: Google Logo] 
> Xiaoming 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2GIuoo: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 
"AdWords API and Google Ads 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/645b2fdd-d4f2-4e9b-8fd1-85d9a5ff0c7en%40googlegroups.com.


Report analogues - API v2018089 vs API v6/v7

2021-05-10 Thread Peter Petrov
In the old AdWords report API (v201809)

I was pulling these reports 

CLICK_PERFORMANCE_REPORT

GEO_PERFORMANCE_REPORT

SEARCH_QUERY_PERFORMANCE_REPORT

What are their analogues in the new v6/v7 reporting REST API

I want to migrate them to GAQL queries (to API v6/v7).

Which resources should I use in the FROM clause of my 
GAQL queries to pull these 3 reports? 

Any relevant doc links would be much appreciated.  


Thanks in advance. 





-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"AdWords API and Google Ads 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/61a9df0e-1e1a-4c5a-9fab-fcda9b5b7a0dn%40googlegroups.com.


Ads are not updating with Batch Job but with single mutate request

2021-05-10 Thread Mohsin Khan


Hello,

I am trying to update ads in bulk with BatchJobs but everything is working 
like updating AdGroup and Keywords but not ads.

I figgered out that if I make the same operation as a mutate request and 
not batch job then it works but when I upload the same operation in google 
batch jobs then I get the FILE_FORMAT_ERROR and the download XML file is 
empty so I can not trace what it wrong.

I have created one issue 
here https://github.com/googleads/googleads-php-lib/issues/708
but they asked me to post first in this Group and if this still is a 
problem then I can reopen the issue.

Thanks,

Regards.

Mohsin Khan

-- 
lyftyfy.com 
the revolutionary ecosystem to lift online 
brand visibility 




lyftyfy - a brand by
Gosign GmbH 
Hallerstraße 8
20146 Hamburg
Telefon 040-609 40 79-0


Handelsregister AG HH HRB 112197
Geschäftsführung Bert Gogolin, Carsten Teller

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"AdWords API and Google Ads 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/a87245ad-a86b-4074-868b-01f5f073879dn%40googlegroups.com.


Campaign Performance Report - Missing Fields?

2021-05-10 Thread Peter Petrov
In the old AdWords reporting API (*v201809*) 
I was pulling e.g. a CAMPAIGN performance report (by date) 
and I had these two fields available (in the data returned back). 


*avgPosition*

*convRate*

These fields are *average position* and *conversion rate*.

But in the new API (REST) when I look here e.g. 

https://developers.google.com/google-ads/api/fields/v7/campaign_query_builder

or here 

https://developers.google.com/google-ads/api/fields/v6/campaign_query_builder

I am not finding these two fields. 

Are these fields still available and how do I request them 
via a GAQL query in the v6 or v7 REST API?

Thanks in advance.




-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"AdWords API and Google Ads 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/fc11ede8-7eac-494b-ad11-b5d81cb9c5a7n%40googlegroups.com.


Re: Data Conflict when Migrating from Adwords to Google ads api

2021-05-10 Thread Google Ads API Forum Advisor Prod
Hello Arshad,

Thanks for getting back to us.

Since you're unable to send the requested details via Reply to author, you can 
send those via this email (googleadsapi-supp...@google.com) instead.

Regards,

Mark Kevin Albios
Google Ads API Team
ref:_00D1U1174p._5004Q2GL1LK: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 
"AdWords API and Google Ads 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/0WNVB0QSVRZC00MxPv8evCSK2dLXnPlLSdUw%40sfdc.net.


RE: SERVICE_ACCESS_DENIED when trying to call API

2021-05-10 Thread Google Ads API Forum Advisor Prod
Hi,

Thank you for reaching out to our API support team.

I had to delete your initial post as the screenshot contained your developer 
token. For privacy purposes, you may avoid exposing your developer token 
publicly.

Moving foward, the SERVICE_ACCESS_DENIED error indicates that the developer 
token you are using may have been approved for a different product or API. 
Since it appears that you are trying to generate an AdWords API report, you may 
confirm this with the Compliance Team, via this contact form, if your developer 
token was indeed approved for the AdWords API or for a different API.

In addition to the above, since your developer token was exposed, we recommend 
that you reset the token by referring to this guide.

I hope this helps.

Best regards,

Peter Laurence Napa Oliquino
Google Ads API Team
ref:_00D1U1174p._5004Q2H9ZjM: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 
"AdWords API and Google Ads 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/Qoj_t0QSVP5D007C21aJ1cTw2wZ-xVKzH6mQ%40sfdc.net.


Re: How to add User's email list to the UserLists, using the REST APIs.

2021-05-10 Thread Google Ads API Forum Advisor Prod
Hi Kishan,

Thank you for your follow up.

We currently do not have a more concrete example using the REST interface. 
However, you can check out this example instead, and model your REST interface 
request based on the details from this example.

In the example, the addUsersToCustomerMatchUserList method uses the 
OfflineUserDataJobService (customers.offlineUserDataJobs) to add the users to 
the userlist.

Best regards,

Peter Laurence Napa Oliquino
Google Ads API Team
ref:_00D1U1174p._5004Q2GKNlZ: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 
"AdWords API and Google Ads 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/pD77-0QSVNKT00o0Fh5H2MSOC07Gl7u1jezw%40sfdc.net.