Re: Delete all users from Custom audience before uploading new user set

2021-08-20 Thread 'asharm...@agl.com.au' via AdWords API and Google Ads API Forum
Is there any suggestions here?

On Wednesday, August 18, 2021 at 10:17:53 AM UTC+10 asharm...@agl.com.au 
wrote:

> Hi Team,
>
> I am trying to delete all existing users from an existing custom audience 
> (user list) before adding new set of users.
>
> I am using below code:
>
> using (var userListService =
> 
> (AdwordsUserListService)_adWordsUser.GetService(AdWordsService.v201809.AdwordsUserListService))
> {
> //set the partial Failure as true
> userListService.RequestHeader.partialFailure = true;
>
> var mutateMembersOperation = new MutateMembersOperation
> {
> operand = new MutateMembersOperand
> {
> userListId = long.Parse(customAudienceId),
> membersList = null,
> removeAll = true
> },
> @operator = Operator.REMOVE
> };
> 
> var mutateMembersResult = await 
> userListService.mutateMembersAsync(
> new MutateMembersOperation[]
> {
> mutateMembersOperation
> });
> }
>
> My question is: 
> Do I need to wait for all existing users to be deleted from the existing 
> custom audience (user list) before adding new set of users ?
>
> Thanks,
> Abhinav
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/b5dec5e4-2caa-4d86-8531-49bd1943b67en%40googlegroups.com.


Re: Delete all users from Custom audience before uploading new user set

2021-08-20 Thread 'asharm...@agl.com.au' via AdWords API and Google Ads API Forum
Thanks Mark for your response.
We are trying to refresh our existing user list in production, however, I 
am bit concern over the time it takes to delete all users from the list.

I did one POC on my non prod user list which had 30K users with 17K match 
rate number. It took around 48 hrs to reflect the updated result.

Shall I be expecting the same 48hrs delay or even more than that with my 
PROD user list which has 2 to 3 millions users?

Thanks,
Abhinav Sharma

On Friday, August 20, 2021 at 6:30:08 PM UTC+10 asharm...@agl.com.au wrote:

> Is there any suggestions here?
>
> On Wednesday, August 18, 2021 at 10:17:53 AM UTC+10 asharm...@agl.com.au 
> wrote:
>
>> Hi Team,
>>
>> I am trying to delete all existing users from an existing custom audience 
>> (user list) before adding new set of users.
>>
>> I am using below code:
>>
>> using (var userListService =
>> 
>> (AdwordsUserListService)_adWordsUser.GetService(AdWordsService.v201809.AdwordsUserListService))
>> {
>> //set the partial Failure as true
>> userListService.RequestHeader.partialFailure = true;
>>
>> var mutateMembersOperation = new MutateMembersOperation
>> {
>> operand = new MutateMembersOperand
>> {
>> userListId = long.Parse(customAudienceId),
>> membersList = null,
>> removeAll = true
>> },
>> @operator = Operator.REMOVE
>> };
>> 
>> var mutateMembersResult = await 
>> userListService.mutateMembersAsync(
>> new MutateMembersOperation[]
>> {
>> mutateMembersOperation
>> });
>> }
>>
>> My question is: 
>> Do I need to wait for all existing users to be deleted from the existing 
>> custom audience (user list) before adding new set of users ?
>>
>> Thanks,
>> Abhinav
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/2f7cf90d-72d4-4551-aa97-c820bdf858d0n%40googlegroups.com.


Re: criterionError - FIELD_INCOMPATIBLE_WITH_NEGATIVE_TARGETING

2021-08-20 Thread Google Ads API Forum Advisor
Hello,

Thanks for getting back to us.

Can you share to us the complete logs (request and response with request-id) so 
we can better check?

Please send the requested logs via the Reply privately to author option. If 
this option is not available, you may send the details directly to our 
googleadsapi-supp...@google.com alias instead.

Regards,

Mark Kevin Albios
Google Ads API Team
ref:_00D1U1174p._5004Q2LnX4L: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/QM_W10QY4T4900uam4S0bcQBausrEO9FzgnA%40sfdc.net.


RE: Cannot fetch more AdWords entities from iterator

2021-08-20 Thread Google Ads API Forum Advisor
Hi,

Thank you for posting your concern.

I am afraid that our team could not access the link you provided. With this, to 
take a closer look at the issue, could you check if the provided link is 
correct? If not, then please provide the correct link.

Regards,

Ernie John Blanca Tacata
Google Ads API Team
ref:_00D1U1174p._5004Q2LoT07: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/32rzo0QY4W9J008nPILb9MQc-I3bjyKhMEvw%40sfdc.net.


Google Ads API for Performance Max

2021-08-20 Thread 'Clara Yeohyun Yoon' via AdWords API and Google Ads API Forum
Hi Google Ads API team, 

Is Google Ads supported for Performance Max campaign types? Can client 
retrieve pMax campaign performance data (as displayed in Google Ads UI such 
as cost, conversions, conversion value, etc.) with Google Ads API? 

pMax Comm Doc states that it might not be supported yet but kindly confirm 
whether this is true since this is stopping client from starting this new 
campaign (it also has revenue impact for Google).
(https://screenshot.googleplex.com/72vuUjFP5V2AaGv)

 Your help is much appreciated in advance!

Many thanks, 
Clara Yoon




-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/9ca7ea8a-686f-4be9-9abb-7d83ad1298ebn%40googlegroups.com.


Re: Hi Google Ads API Team,

2021-08-20 Thread 'Clara Yeohyun Yoon' via AdWords API and Google Ads API Forum
Thank you so much for your help! This was useful!

On Friday, August 20, 2021 at 12:19:34 PM UTC+9 adsapi wrote:

> Hi Clara,
>
> Thanks for reaching out to us.
>
> Yes, the same developer token can be used with another MCC or multiple 
> MCC's which are not linked to the first MCC. That being said, you’ll need 
> only to authenticate API requests with OAuth2 credentials 
>  
> using the email with the appropriate access 
> 
>  
> to the accounts (customer_id) you will specify in your requests. Please 
> make sure you use the correct login-customer-id that you used to generate 
> the OAuth2 credentials. 
>
> You may note that the developer token does not dictate if a user can 
> access Google Ads accounts. It is via the OAuth2 credentials that accounts 
> are accessed (get or manage data). Please make sure as well that you use 
> the correct login-customer-id. You will need to specify the MCC / manager 
> account ID if the user / email address used to generate the OAuth2 
> credentials is associated with the MCC / manager account.
>
> Let us know if you have any further questions.
>
> Regards, 
> [image: Google Logo] 
> Yasar 
> Google Ads API Team 
>   
>
>  
>
> ref:_00D1U1174p._5004Q2LoTGA: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/d79f5d6f-73b4-4cca-9def-c950129c9b47n%40googlegroups.com.


Re: Google Ads API for Performance Max

2021-08-20 Thread 'Clara Yeohyun Yoon' via AdWords API and Google Ads API Forum
Clarification on my first question: I meant to say - Does "Google Ads API" 
support Performance Max campaign type? 

On Friday, August 20, 2021 at 7:52:38 PM UTC+9 Clara Yeohyun Yoon wrote:

> Hi Google Ads API team, 
>
> Is Google Ads supported for Performance Max campaign types? Can client 
> retrieve pMax campaign performance data (as displayed in Google Ads UI such 
> as cost, conversions, conversion value, etc.) with Google Ads API? 
>
> pMax Comm Doc states that it might not be supported yet but kindly confirm 
> whether this is true since this is stopping client from starting this new 
> campaign (it also has revenue impact for Google).
> (https://screenshot.googleplex.com/72vuUjFP5V2AaGv)
>
>  Your help is much appreciated in advance!
>
> Many thanks, 
> Clara Yoon
>
>
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/5742f7b3-b93f-4a78-b14a-45272a32eb34n%40googlegroups.com.


How to recognize cost related fields

2021-08-20 Thread cv
Hi,

I am getting cost related fields like this

"4497142857.1429"

5427.89


I know that value is in micro and I need to convert that value in to money 
by dividing it with *100* but what is meaning of value from decimal?

For example : .89


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/7c4b34ef-300f-4655-80f0-da3fcd282ec7n%40googlegroups.com.


Re: Fwd: Account Verification

2021-08-20 Thread Fahad King
ارجوك الغي الاشتراك
On 16 Jul 2021, 2:52 PM +0300, Fahad King , wrote:
> -- Forwarded message --
> From: thefreestreaming...@gmail.com
> Date: 16 Jul 2021, 2:51 PM +0300
> To: fahadking...@gmail.com
> Subject: Account Verification
>
> > Hey there!,
> >
> > Please verify your account by clicking the link: 
> > http://api.getstreamii.com/api/account:verifyEmail?token=2504f0a8bc3f400ebd8c645fd56191d1

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/38925cd9-31d2-4710-8dcd-ab66fc24f808%40Spark.


Re: Bid simulation not working

2021-08-20 Thread Cristian
Thanks a lot,
the problem was a bug in my application lol.

Have a nice day!
Cristian.

Il giorno venerdì 20 agosto 2021 alle 04:17:00 UTC+2 adsapi ha scritto:

> Hi Christian,
>
> Thank you for the replies.
>
> I received an update from my team and let me share it to you. Our team 
> checked the campaign and ad group and we noticed that the bidding strategy 
> set to it is target_cpa and this is the possible reason why you can't get 
> any cpc bid simulations back.
>
> Let me know if you have further questions.
>
> Regards,
> [image: Google Logo] 
> Ernie John Blanca Tacata 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2JCSA8: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/ffccc3a4-22a2-47e9-af2f-4d0bf6a7db41n%40googlegroups.com.


Не активируется библиотека!

2021-08-20 Thread retail crm
Здравствуйте, не получается активировать библиотеку в консоли Google. 
Поддержка посоветовала написать Вам. Подскажите, пожалуйста, как быть в 
такой ситуации. 

There was an error while loading 
/apis/api/googleads.googleapis.com/overview?authuser=0&project=modular-scout-322709.
 
Please try again.

Tracking Number: c5607282440778443

Подключить апи не получается на управляющем аккаунте. Помогите, пожалуйста, 
разобраться! [image: photo_2021-08-20_15-21-11.jpg]о на 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/e9485543-96c1-4a90-9601-573be7127199n%40googlegroups.com.


Migrating from v6 to v7

2021-08-20 Thread G Foster
Hi,

I am very new to the Google API. I have to migrate our code from version 6 
to 7. Where can I find the name of the new API and the endpoints that I 
need to use?  Have been looking through the documentation and can't find it 
for version 7.

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 
"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/e5965b22-6962-4e24-b057-41c694acc7a7n%40googlegroups.com.


RE: Can't fetch some Ads info

2021-08-20 Thread Google Ads API Forum Advisor
Hello,

Thanks for reaching out. Can you please reply privately with your complete 
request and response logs, along with the report data that you are getting?

Thanks,
Matt
Google Ads API Team

Matt
Google Ads API Team
ref:_00D1U1174p._5004Q2LoGHd: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/PMynp0QY55LS00zsOcA-BFTb2OBlIX8YmAWA%40sfdc.net.


Re: Cannot fetch more AdWords entities from iterator

2021-08-20 Thread 'Elad Ben-David' via AdWords API and Google Ads API Forum
Thanks,
I attach a screenshot:

[image: image.png]

On Fri, Aug 20, 2021 at 1:39 PM Google Ads API Forum Advisor
 wrote:

> Hi,
>
> Thank you for posting your concern.
>
> I am afraid that our team could not access the link you provided. With
> this, to take a closer look at the issue, could you check if the provided
> link is correct? If not, then please provide the correct link.
>
> Regards,
> [image: Google Logo]
> Ernie John Blanca Tacata
> Google Ads API Team
>
>
> ref:_00D1U1174p._5004Q2LoT07: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 a topic in the
> Google Groups "AdWords API and Google Ads API Forum" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/adwords-api/QxM_BL43UMY/unsubscribe.
> To unsubscribe from this group and all its topics, 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/32rzo0QY4W9J008nPILb9MQc-I3bjyKhMEvw%40sfdc.net
> 
> .
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/CAD0Gm6ifFdviQ2Yzmt972S6vWZ%2BKfe_a4CZQ2dBmvs7wxaeRCA%40mail.gmail.com.


Get youtube videos the video ads placed on

2021-08-20 Thread Dihan Cheng
Hello, I'm wondering if there is a way to get all the youtube videos which 
an video ad placed on? The video id retrieved from video resource and media 
file resource are both the video ads itself, but I want the original videos 
which the ads video placed on, is it possible?

thanks,
Dihan

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/f168cb25-d410-42bb-b599-b7cc01308e06n%40googlegroups.com.


Does anyone have a script that writes the budget spent by campaign type into a spreadsheet?

2021-08-20 Thread Karol Bolgár
Hello,

I tried to do this by myself but it was impossible to do it for me. Does 
anyone have this script?

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 
"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/191a862a-96b0-4fcf-be5d-d942916a3c69n%40googlegroups.com.


Re: System User Token

2021-08-20 Thread Google Ads API Forum Advisor
Hi Kate,

The description seems similar to the access/refresh token required to make Ads 
API calls. However, the cloud project and OAuth credentials are required as 
well for authenticating and authorizing Ads users.

Regards,
Matt
Google Ads API Team

Matt
Google Ads API Team
ref:_00D1U1174p._5004Q2Lns8A: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/JecNX0QY5BPR00MSvXpY5NRla3PCmBr-W3aA%40sfdc.net.


Re: Get youtube videos the video ads placed on

2021-08-20 Thread Dihan Cheng
figure out, from detail_placement_view resource

On Friday, August 20, 2021 at 10:13:46 AM UTC-4 Dihan Cheng wrote:

> Hello, I'm wondering if there is a way to get all the youtube videos which 
> an video ad placed on? The video id retrieved from video resource and media 
> file resource are both the video ads itself, but I want the original videos 
> which the ads video placed on, is it possible?
>
> thanks,
> Dihan
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/940b0de2-8505-48be-a3bc-4644c631dfacn%40googlegroups.com.


Ad Suggestion Setting

2021-08-20 Thread denis....@gmail.com
Hello,

Is it possible to configure the account Ad Suggestion Setting through the 
APIs?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/9d35ff49-f684-44a0-ab14-dc2dd828c271n%40googlegroups.com.


RE: Max AdGroupCriterionOperation in MutateAdGroupCriteriaRequest

2021-08-20 Thread Google Ads API Forum Advisor
Hi Ashish,

You can look at our limits on operations per request.

Regards,

Aryeh Baker
Google Ads API Team
ref:_00D1U1174p._5004Q2LoSSK: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/12npA0QY5O1M00XQqeuVnSTQyajuvcsE_BrQ%40sfdc.net.