Re: Copy Google Ads data model

2022-09-30 Thread Tiep Vu
I interpret your reply as *my wish being* *doable!* That is, all the 
entities we see on the Google Ads UI are retrievable through API. It's just 
that a lot of effort is required to connect them together. 

Unfortunately, the mentioned entity relationship guide is helpful, but 
doesn't draw a full picture of all entities and relationships, so I 
definitely have to reach out to Google Ads Product Support team for help *on 
finding the relationships among various entities* (How a Google Ads account 
is structured into entities).

For your information, my company business side might want me to present the 
data in different ways in an ad hoc manner, that's why I need to fully 
identify entities and understand their relationships. That's quite a 
challenge to me.

Thank you for your support, sincerely!

On Friday, September 30, 2022 at 9:07:40 PM UTC+7 adsapi wrote:

> Hi Tiep,
>
> Thank you for your reply.
>
> I understand that you wish to somehow join your account's resources and 
> create a structure. However, a direct feature is unfortunately currently 
> not supported. What I can recommend is that you refer to this entity 
> relationship 
> 
>  
> guide if you wish to manually create a data structure of your account's 
> entities.
>
> Should you then wish for more information on how a Google Ads account is 
> structured, you may also reach out to the Google Ads Product Support team, 
> via this link , for 
> further insights.
>
> Now, going back to the Google Ads API's reports 
> , you 
> can then associate other resources to the one the specific report 
> specializes in, by referring to the *Attributed resources* section of 
> that report's documentation.
>
> I hope this helps.
>
>
> Best regards,
>
> [image: Google Logo] 
> Peter Laurence 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2eulZb: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/f75786db-cf75-483d-ad04-01c5de15a231n%40googlegroups.com.


Re: GCP Project and MCC's developer token unbind

2022-09-30 Thread Anthony Gomez Taboada
Ok I understand.

Hopefully, in the future, there can be a mechanism to unbind a GCP project 
and a Developer Token, because it is a little bit of a hassle to create a 
new project with the only purpose of connecting to a third party API.

On Thursday, September 29, 2022 at 9:54:25 PM UTC-5 adsapi wrote:

> Hi Anthony,
>
> Thank you for reaching us out. I am Sherwin from Google Ads API support 
> team. I hope that you are doing well today.
>
> We really do understand your concern and as per this document 
> ,
>  
> please note that each Google API Console project can be associated with the 
> developer token from only *one* manager account. Once you make a Google 
> Ads API request, the developer token is permanently paired to the Google 
> API Console project. If switching to a developer token under a new manager 
> account, you'll need to create a new Google API Console project 
> 
>  for 
> Google Ads API requests that use the new manager's token. If you do not use 
> a new Google API Console project, you'll get a 
> *DEVELOPER_TOKEN_PROHIBITED *error when making a request.
>
> In conclusion, it is not possible to unbind Google Ads Account to a GCP 
> project.
>
> Kind regards, 
> [image: Google Logo] 
> Sherwin Vincent 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2euqEd: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/bb584df3-ab86-405b-936e-9131560ea3dbn%40googlegroups.com.


Re: Revoke refresh token through api

2022-09-30 Thread SUBIN P VASU
Hi,
I want the similar effect, that happens when a user removes access from 
permissions page. https://myaccount.google.com/permissions

On Thursday, 29 September 2022 at 22:35:46 UTC+5:30 adsapi wrote:

> Hi there,
>
> Thanks for reaching out to the Google Ads API Forum.
>
> It is possible to manage the user access via Google Ads API. You can also 
> audit users who have access to your account, modify their access levels, 
> and remove user accounts. For more information, you may refer to this 
> *guide* 
> .
>  
> If the user / email address is removed through the API, then the user's 
> credentials and refresh token will also become invalid for that account.
>  
>
> Also, you may refer here on how grant or remove access to your Google Ads 
> Account . A refresh 
> token might stop working for one of these reasons:
>
>- The user has revoked your app's access 
>. 
>- The refresh token has not been used for six months. 
>- The user changed passwords and the refresh token contains Gmail 
>scopes. 
>- The user account has exceeded a maximum number of granted (live) 
>refresh tokens. 
>- The user belongs to a Google Cloud Platform organization that has 
>session control policies in effect. 
>
>
> Let me know if you have additional questions.
>
> Regards,
> [image: Google Logo] 
> Yasar 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2eufbV: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/f84607f6-9348-4c00-98ac-a645cc0297b1n%40googlegroups.com.


RE: Segmenting Data Correctly

2022-09-30 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi,

Thank you for reaching out to our API support team.

If you wish to segment by month, the segments.month or segments.month_of_year 
can also be included in your query.

However, for our team to take a closer look, and since you are comparing the 
old AdWords API query and Google Ads API query, could you share to our team as 
well the old and exact AWQL you used that returned the information as seen in 
the first image/picture?

In addition, could you share your Google Ads account / customer ID in which 
these reports were generated for?

You can opt to continue this discussion privately using the Reply privately to 
author option, and provide there the requested information. If this option is 
not available, you may send the details directly to our 
googleadsapi-supp...@google.com alias instead.

Best regards,

Peter Laurence
Google Ads API Team
ref:_00D1U1174p._5004Q2ev4td: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/1lmWZ0RJ196O00lcNd10vaR62VfgHD5TmaKg%40sfdc.net.


AdGroup Audience report Impressions calculation with Click type segment

2022-09-30 Thread 'Oksana Sulyma' via Google Ads API and AdWords API Forum
Hi group!
I have a question regarding this 
report 
https://developers.google.com/google-ads/api/fields/v11/ad_group_audience_view.
When I choose click_type segment 

 I 
get 92 impressions in my report. 
If I don't include click_type segment 

 in 
my request I get 37 impressions in my report which matches Google Ads UI.

Is there any rule for click type I can set to get 37 impressions? Like if 
click type = SITELINKS  I'll see 37 impressions? Or may be any other report 
field which could help to calculate non-duplicated impressions? 

Thanks,
Oksana

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/d7907739-57c1-42d7-adb4-866ff9460221n%40googlegroups.com.


Re: regarding Out-Of-Band (OOB) flow Migration Guide

2022-09-30 Thread Jim
appreciate it. thank you

On Thursday, September 29, 2022 at 7:59:54 AM UTC-7 adsapi wrote:

> Hi Lawrence,
>
> Thanks for getting back to us.
>
> With regards to persisting refresh token, based on this documentation 
> , a 
> Google Cloud Platform project with an OAuth consent screen configured for 
> an external user type and a publishing status of "Testing" is issued a 
> refresh token expiring in 7 days.
>
> Also, if you set the publishing status to "Testing" so the refresh token 
> expires every 7 days and receives an “invalid_grant” error. Note that 
> OAuth2 access expires after a limited time, an OAuth2 refresh token is used 
> to automatically renew OAuth2 access.That being said, please go to the 
> Google API Console and navigate to the OAuth consent screen and then change 
> the publishing status to “In production” to avoid the refresh token 
> expiring in 7 days. If you have further questions on the OAuth expiration, 
> we highly suggest that you reach out to the Google API console support team 
> via this API Console Help 
>  
> link. 
>
> Regards,
> [image: Google Logo] 
> Yasar 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2efNUO: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/0d392ec1-b11b-411d-9391-58f9882587d8n%40googlegroups.com.


How to returns the requested customer in full detail with google ads api v11.

2022-09-30 Thread Mendel Chodaton
Hi, I hope you all have a good day. I have been use Google Ads V9 for 
Returns to the requested customer in full detail. But this version will be 
deprecated soon and V10 and V11 don't have getcustomer option to returns 
the requested customer in full detail… So someone can tell me how can I do 
for this ? 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/1f1bc836-1697-4eab-ba3f-14d5c2b93baen%40googlegroups.com.


Re: Performance of SearchStream

2022-09-30 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello,

I just checked our monitoring, and our system is back to normal. If you're 
experiencing any issues now, then it would be different than what was happening 
before. So, the log you sent us before would not be the same thing. Since 
that's the case, I would need to see a log from the last day to triage the new 
issue.

Thanks,

Nadine Wang
Google Ads API Team
ref:_00D1U1174p._5004Q2egxrU: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/dXTHt0RJ157800O1vIVi4FSGqXSeB6QRymEg%40sfdc.net.


Strange results in keyword_view

2022-09-30 Thread 'Kate Orlova' via Google Ads API and AdWords API Forum
Hi!
I have strange results in the keyword_view depends on selected attributes.
If I choose some attributes + bidding_strategy.id + 
ad_group_criterion.labels + segments.date I have no results.
But if I delete one of these fields - I have some results.
If I choose only these fields I also have some results.
Can somebody help me with it?
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 
"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/ce921352-ab2d-4948-96cb-43ac1854eb2an%40googlegroups.com.


No PERFORMANCE_MAX campaign data in shopping_performance_view report

2022-09-30 Thread Oksana Sulyma
Hi Google Ads API support team!
We have weird issue for one client of us.
This client has 12 campaigns running among which there are 2 campaigns of 
type PERFORMANCE_MAX. Client provided us Google Ads UI screenshot showing 
Products for PERFORMANCE_MAX campaigns. 
However when we pull shopping_performance_view data with dates filter only 
we get data for 2 campaigns and PERFORMANCE_MAX campaigns data is not 
included. 
Why could it be possible? Is Products in Google Ads UI not an equivalent of 
shopping_performance_view API view? Will be happy to provide request / 
response log privately. 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/730347fc-4548-44fb-b27e-eb4b6988e79en%40googlegroups.com.


Re: Find objects created with "Recommendations Auto-Apply"

2022-09-30 Thread Mat
Hi Tommy,

You may find ad_group_ad.ad.added_by_google_ads 

 helpful. 
But since we don't use to opt into auto-accept ad recommendations, you'll 
have to test on your end, if this resource also includes auto-accepted ad 
recommendations. The description is unclear on this point (and not 
all descriptions are true).
Sadly, there does not seem to be a similar resource on the keyword or 
ad_group.criterion level.

Looking ahead, I'd recommend to fetch the change_event or at least the 
change_status data on a daily basis and store them in a database on your 
end.

Regards
Mat 


TommyTek schrieb am Mittwoch, 3. August 2022 um 06:51:37 UTC+2:

> Hi,
> I know that I might use that, but it doesn't  return events older than 30 
> days.
> It can't work for me to get all the ads created automatically.
>
> Any other option?
>
> Tnx
> Il giorno 3 Ago 2022, alle ore 04:58, Google Ads API Forum Advisor <
> ads...@forumsupport.google> ha scritto:
>>
>> Hi Tommaso,
>>
>> Thank you for the reply.
>>
>> You may indeed use the change_event 
>>  
>> report filtering the change_event.client_type 
>> 
>>  
>> to GOOGLE_ADS_RECOMMENDATIONS (*please note that there’s no filtering of 
>> Recommendations Auto-Apply but you may use the GOOGLE_ADS_RECOMMENDATIONS 
>> enum instead to still see this*). However, I’m afraid that this is 
>> indeed only for those created in the last 30 days and we do not have other 
>> report to find the ads or keywords that were created by the 
>> "Recommendations Auto-Apply"
>>
>> Best regards,
>> [image: Google Logo] 
>> Heidi 
>> Google Ads API Team 
>>   
>>
>> ref:_00D1U1174p._5004Q2d41Gp: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/706cebde-89f6-41a1-8707-9b1eb94e64c3n%40googlegroups.com.


Re: Not found Detail demographics record when query CampaignCriterion

2022-09-30 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Santoni,

Thank you for providing the requested information. I work with Sherwin and 
allow me to assist you here.

I am afraid that the detailed demographic is currently not possible using 
Google Ads API. Fortunately, this feature request is already raised to the the 
rest of our team, subject for review. For now, kindly follow our blog as we 
will post relevant updates when it becomes supported.

Best regards,

Jinky
Google Ads API Team

​​
ref:_00D1U1174p._5004Q2ev7u0: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/a3Yo70RJ13H100136n7Hw5QZaoeakyrMFJMQ%40sfdc.net.


Re: Error in Google Ads API: change_event.client_type - Changes via "GOOGLE_ADS_EDITOR" are missing.

2022-09-30 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Mat,

Indeed it's been ongoing for a long time. Following the conversation internally 
I can say that the team has encountered a number of challenges, namely 
overcoming various latency gaps, that have slowed down progress significantly. 
I'll share your feedback in the hopes that it might help speed things up.

Thanks,

Ben Karl
Google Ads API Team
ref:_00D1U1174p._5004Q28otVg: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/aD4iT0RJ13DT00rCvfbqbhTUCkjO2ytoatEA%40sfdc.net.


CRM based audience upload count through api is not matching with the UI count

2022-09-30 Thread 'Sree kurukuri' via Google Ads API and AdWords API Forum
Hi, 
I'm using OfflineUserDataJobService 

 to 
create an audience list in the google ads account. I added around 450k 
users using the addOfflineUserDataJobOperations to the list. However, in 
the UI i can see around 100k users with a match rate of 85-90%. How could 
that be possible with 100k is not 85-90% of 450k. 

Is there a better way to debug the validate the count, because the 
processing at the google end is a complete black box and i'm not sure where 
i'm going wrong.

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/2ebc03b5-07cf-43a9-864d-30806448d374n%40googlegroups.com.


Re: Error in Google Ads API: change_event.client_type - Changes via "GOOGLE_ADS_EDITOR" are missing.

2022-09-30 Thread Mat
"but the team is actively working on it" - still o.O? I wouldn't have 
expected this to be a 6+ months hands on project, but sadly, change_event 
is still missing changes that originate from all including the latest 
Google Ads Editor versions.

adsapi schrieb am Freitag, 25. März 2022 um 15:44:27 UTC+1:

> Hi Aaron,
>
> Unfortunately this issue is not quite fixed yet, but the team is actively 
> working on it. Keep an eye on our developer blog 
>  for updates.
>
>
> Thanks,
> Ben, Google Ads API Team
>
> ref:_00D1U1174p._5004Q28otVg: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/3888b68b-265e-445c-9daa-6c767aba6411n%40googlegroups.com.


Re: Copy Google Ads data model

2022-09-30 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Tiep,

Thank you for your reply.

I understand that you wish to somehow join your account's resources and create 
a structure. However, a direct feature is unfortunately currently not 
supported. What I can recommend is that you refer to this entity relationship 
guide if you wish to manually create a data structure of your account's 
entities.

Should you then wish for more information on how a Google Ads account is 
structured, you may also reach out to the Google Ads Product Support team, via 
this link, for further insights.

Now, going back to the Google Ads API's reports, you can then associate other 
resources to the one the specific report specializes in, by referring to the 
Attributed resources section of that report's documentation.

I hope this helps.

Best regards,

Peter Laurence
Google Ads API Team
ref:_00D1U1174p._5004Q2eulZb: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/p7I3N0RJ10K600aTFxPExYTkeLDp2RttGKzg%40sfdc.net.


Re: Performance of SearchStream

2022-09-30 Thread Tanishq Hooda
Is there any update on this issue? We have some pipelines in production 
which are stuck and eventually fail with Stream removed. I have already 
shared the error log before.

On Wednesday, 28 September 2022 at 16:38:44 UTC+5:30 Ronald Findling wrote:

> We also experience these problems the last days. Massive slowdown + 
> *RST_STREAM* errors and some more :/
> On Wednesday, 28 September 2022 at 12:42:41 UTC+2 Filipe wrote:
>
>> Same here. SearchStream stucks in large reports
>>
>> A quarta-feira, 28 de setembro de 2022 à(s) 09:41:25 UTC+1, Zweitze 
>> escreveu:
>>
>>> Same here
>>> [image: latency.PNG]
>>>
>>> I did notice that, when the server-side timeout occurs, the error 
>>> changed.
>>>  
>>> Sep 27, 02:31 CEST:
>>> *Status(StatusCode="Unknown", Detail="Stream removed", 
>>> DebugException="Grpc.Core.Internal.CoreErrorDetailException: 
>>> {"created":"@1664238664.22000","description":"Error received from peer 
>>> ipv4:216.58.214.10:443 
>>> ","file":"..\..\..\src\core\lib\surface\call.cc","file_line":1070,"grpc_message":"Stream
>>>  
>>> removed","grpc_status":2}")* 
>>>
>>> Sep 28, 02:30 CEST:
>>> *Status(StatusCode="Internal", Detail="Received RST_STREAM with error 
>>> code 2", DebugException="Grpc.Core.Internal.CoreErrorDetailException: 
>>> {"created":"@1664325053.84400","description":"Error received from peer 
>>> ipv4:142.250.179.170:443 
>>> ","file":"..\..\..\src\core\lib\surface\call.cc","file_line":1070,"grpc_message":"Received
>>>  
>>> RST_STREAM with error code 2","grpc_status":13}")* 
>>>
>>> This was from the same GAQL query, on the same CustomerId.
>>>
>>>
>>> On Wednesday, September 28, 2022 at 9:02:47 AM UTC+2 
>>> tjadi@billygrace.com wrote:
>>>
 Hi,

 We are still running into the same issue for large reports (our small 
 ones never stopped working either).

 Kind regards,

 Op woensdag 28 september 2022 om 07:51:40 UTC+2 schreef 
 sean.d...@coolblue.nl:

> Hello,
>
> Also for us, the large reports still fail. With HTTP requests or with 
> the client library in the ads to bq dataflow pipeline.
>
> Smaller reports do work, but they never stopped working on our end.
>
> On Wednesday, September 28, 2022 at 6:30:40 AM UTC+2 Robert Heise 
> wrote:
>
>> Hi,
>>
>> still having the same issue. Some reports finish, most of them don't, 
>> search_stream requests not finishing and getting stuck.
>>
>> Please provide an ETA when the issue will be resolved on Google side.
>>
>> Thanks,
>>
>> Robert
>>
>> On Tuesday, 27 September 2022 at 22:29:44 UTC+2 adsapi wrote:
>>
>>> Greetings!
>>>
>>> Thanks for providing the information. You should see traffic coming 
>>> back to normal with your errors returning to normal levels. The issue 
>>> that 
>>> caused this has been resolved. Please get back to me if you continue to 
>>> see 
>>> issues.
>>>
>>> Thanks,
>>> [image: Google Logo] 
>>> Nadine Wang 
>>> Google Ads API Team 
>>>   
>>>
>>> ref:_00D1U1174p._5004Q2egxrU: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/5833f1f2-86de-4333-ade2-0d1f17387002n%40googlegroups.com.


Cookie-based experiment setup

2022-09-30 Thread 'Stefan Lauren' via Google Ads API and AdWords API Forum
Hi,

Is it possible to set up a cookie-based experiment using the Experiment 
Service API?
I couldn't find any options in the Experiment 
 
or Experiment Arms 
. 
And not even in the schedule 

 
operation.

Kind regards,
Stefan

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/0a62ab0d-0d5b-4dbf-8ef9-e4453bfb7b71n%40googlegroups.com.


RE: Google Image Ad issue

2022-09-30 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Meri,

Thank you for raising this concern to the Google Ads API Forum.

To have a clearer view, could you please provide the complete API request and 
response logs with request ID and request header that generated on your end 
where we can see the said error? If you haven't yet, logging can be enabled by 
navigating to the Client libraries > Your client library (ex. Java) > Logging 
documentation, which you can access from this link. This information will help 
our team to better check this.

You can provide it via the Reply privately to author option. If this option is 
not available, then send it instead on this email address 
googleadsapi-supp...@google.com.

Best regards,

Jinky
Google Ads API Team
ref:_00D1U1174p._5004Q2evDpT: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/UkK2a0RJ0XHZ005lE6MjL5T9GEBJ68vrj7ag%40sfdc.net.


Associate a label to an audience data segment/user list in the API

2022-09-30 Thread Ben Usher
Hi,

I can associate a label with an audience data segment/user list in the Ads 
UI but I can't find the mechanism to do this in the API.

We have used CustomerLabel to associate labels with customers, but there 
does not seem a UserListLabel (or similar) resource to associate a label to 
a segment. What is the correct way to do this through the API?

Thanks,

Ben

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/6205537c-dd87-4864-b2ba-a1592bf3f9b9n%40googlegroups.com.


Re: how to remove a custom user list

2022-09-30 Thread Daniel Fernández
Yes, use "remove" as UserListOperation:
https://developers.google.com/google-ads/api/reference/rpc/v11/UserListOperation


note: I am not a member of Google support team.

El viernes, 30 de septiembre de 2022 a las 8:26:34 UTC+2, nish...@gmail.com 
escribió:

> Can someone please help how can I delete a user list?
>
> I am not able to find any relevant code to remove a existing user list.
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/fd764ee2-28d6-4be0-96bc-5587a08e1706n%40googlegroups.com.


Re: Copy Google Ads data model

2022-09-30 Thread Tiep Vu
Thank Peter so much for your quick response!
I understand that I can only retrieve a single resource at a time.
But if I retrieve multiple resources individually, can I reconstruct 
everything (including various interrelated settings) we have on the Google 
Ads UI, please?
On Thursday, September 29, 2022 at 9:11:20 PM UTC+7 adsapi wrote:

> Hi Tiep,
>
> Thank you for reaching out to our support team.
>
> The Google Ads API's reporting is designed for retrieving attributes and 
> or statistics on a per resource level of an account, and would not be able 
> to pull all the information all at once.
>
> That said, for general campaign and ad group ad information, you may use 
> the GoogleAdsService 
> 's
>  
> search 
> 
>  
> or searchStream 
> 
>  
> methods (see guide 
> )
>  
> to pull the below reports : 
>
>- campaign 
> 
>- ad_group_ad 
>
>  
>
> For targeted criteria, these also have their own separate reports. You can 
> refer here 
> 
>  
> for more details. Below also are the common criteria reports with supported 
> metrics that you can use : 
>
>- keyword_view 
>
>  
>- location_view 
>
>  
>- search_term_view 
>
> 
>  
>
> In addition, using the query builder 
> 
>  
> can also help in constructing your queries for the above resources. Let me 
> know if this helps.
>
> Best regards,
>
> [image: Google Logo] 
> Peter Laurence 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2eulZb: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/2d415f40-4ae4-4bdf-bb93-a4ae2aaea112n%40googlegroups.com.


Custom audience not getting uploaded in the campaign

2022-09-30 Thread Mayur Katre
Hello,

I have uploaded the custom list but it is not getting uploaded in the video 
campaign.

Also, similar audience of custom list is also not getting uploaded which 
has 2M-3M audience size.

It's showing eligibility issue, tried talking to support but still no 
conclusive solution received.

Please look into 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 
"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/7c1825cb-5509-4208-b667-5447f5fe58a8n%40googlegroups.com.


Google Image Ad issue

2022-09-30 Thread Meri Sahakyan
Hi, I'm trying to create Image ad using .Net library of Google Ads Api. The 
image that I'm uploading have 300x300 px , and 190KB sizes. Anyway, I get 
"IMAGE_TOO_LARGE" error. Why?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/9af066a4-4730-48d1-bafb-62c6745eb58dn%40googlegroups.com.


Re: Keyword PolicyViolationDetails in BatchJobService

2022-09-30 Thread Dawid Lisiewicz
Hi,

I have exact same problem. I trying to add some keywords to ad group and I 
got error:
A policy was violated. See PolicyViolationDetails for more detail., at 
mutate_operations[2215].ad_group_criterion_operation.create.keyword.text

But searching in objects / raw response I don`t see PolicyViolationDetails.
Any update?

This object is required to handle this error.

Please see example code:
https://developers.google.com/google-ads/api/docs/samples/handle-keyword-policy-violations?hl=en

Regards

poniedziałek, 14 marca 2022 o 08:51:01 UTC+1 adsapi napisał(a):

> Hello,
>
> Thank you for reaching out to us.
>
> I'm afraid that there is still no update for this. Please note that the 
> raised feature request is still subject for review and there is no 
> guarantee if this will be supported in the API. That said, we recommend 
> that you keep an eye to our blog 
>  for 
> any updates/new releases instead.
>
> Regards,
> [image: Google Logo] 
> Mark Kevin 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2Rvu4j: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/c9a0e1ca-4d85-49ce-8b77-eb61f3f7cd1an%40googlegroups.com.