Re: Custom Audience setup using API

2020-09-29 Thread denma test
Hi
Sorry actually did mistake in last query,of course i done using referred 
services. But am actually wanted to create Custom Audience to list 
inAdGroup Audience target as like in screenshot. So i want service details 
to create, manage custom audiences.

On Wednesday, September 30, 2020 at 1:21:31 AM UTC+5:30 adsapiforumadvisor 
wrote:

> Hello,
>
> You can use the AdGroupCriterionService and add a criterion of type 
> CriterionUserInterest 
> 
>  with 
> the Ids here 
> 
> .
>
> Regards,
> Anthony
> Google Ads API Team
>
> [image: Google Logo] 
> Anthony 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q25XiHH: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/cb2becfd-d2a5-40d5-85a6-28e0df5a0ce1n%40googlegroups.com.


Re: ConversionTrackerCategory REMARKETING type issue

2020-09-29 Thread denma test
Okay, thanks.

On Wednesday, September 30, 2020 at 12:14:41 AM UTC+5:30 adsapiforumadvisor 
wrote:

> Hi Denma,
>
> Thanks for reaching out. There is no any other option. In terms of the 
> feature request, I just got word from my team that we are actually no 
> longer planning to make any enhancements to the AdWords API as our top 
> priority is getting the Google Ads API ready for general availability. we 
> are no longer planning on adding enhancements to the AdWords API, but we 
> will continue to fully support it, and address any bugs as they are found.
>
>
> Thanks,
> [image: Google Logo] 
> Nirmitabahen Gaurav Patel 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q25WWn4: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/0107a7e2-cb71-4ac4-a7a6-8ae5d40a57c8n%40googlegroups.com.


Re: ConversionTrackerService list feilds

2020-09-29 Thread denma test
Okay, will look into it.

On Tuesday, September 29, 2020 at 9:45:04 PM UTC+5:30 Zweitze wrote:

> With AdWords API, you should be able to retrieve All Conversions and All 
> Conversion Value:
>
> Use report ACCOUNT_PERFORMANCE_REPORT, make sure you include segment 
> ConversionTypeName (which segments the result per conversion type) and 
> metrics AllConversions and AllConversionValue. Further, set up the dates as 
> requested (for instance a certain period or all time) and you should get 
> the same results.
>
>
> On Friday, September 25, 2020 at 9:46:25 AM UTC+2, denma test wrote:
>>
>> Hi
>> Am using ConversionTrackerService to list conversions and it is working 
>> fine. Compare with UI i need some fields selectors details mentioned below
>> - Tracking status
>> - Repeat rate
>> - All conversions ("All conv.")
>> - All conversion value (“All conv. value”)
>>
>> Atached UI list screenshot for reference
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/78b68db4-61d0-4960-b3df-95eddbee17dan%40googlegroups.com.


Re: Custom Affinity Service

2020-09-29 Thread Sinea Calin
For anyone interested its solved although they should really update that 
documentation

Thanks for reaching out! If you use the REMOVE operator, you will encounter 
the OPERATOR_NOT_SUPPORTED error as it is no longer supported. To remove a 
custom affinity, please use mutate 

 method 
with the operator 

 to 
SET and then mark the status to REMOVED 

.

On Tuesday, September 29, 2020 at 4:43:55 PM UTC+9 Sinea Calin wrote:

> Hi guys did anyone manage to remove a custom affinity i get operator not 
> supported for REMOVE
>
>
> https://developers.google.com/adwords/api/docs/reference/v201809/CustomAffinityService.CustomAffinityOperation
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/db5e7b77-5ea5-4dee-95fb-54e8aa994291n%40googlegroups.com.


Re: Ad Performance Report missed data when CriterionId is included

2020-09-29 Thread Google Ads API Forum Advisor Prod
Hi Dmitry,

>From what I could find out, we cannot expose criterionId for Discovery 
>campaigns in AdWords API without adding full support for this campaign type in 
>AdWords API. However, we recently announced general availability for Google 
>Ads API , which is the next version of AdWords API. As a result, we won't be 
>adding new features to AdWords API.

Could you consider using the Google Ads API to see if you can retrieve the 
relevant data using it?

Cheers
Anash
ref:_00D1U1174p._5004Q20VVw3: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/zyri-0QHFUFO00fjhv5H3_ToOUPiI8nxZp0g%40sfdc.net.


RE: Custom Audience setup using API

2020-09-29 Thread Google Ads API Forum Advisor Prod
Hello,

You can use the AdGroupCriterionService and add a criterion of type 
CriterionUserInterest with the Ids here.

Regards,
Anthony
Google Ads API Team

Anthony
Google Ads API Team
ref:_00D1U1174p._5004Q25XiHH: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/9RG330QHFR4X00l7AqeHybT1Sy05eocBs0hQ%40sfdc.net.


Re: EntityNotFound.INVALID_ID. Associate an uploaded extension with campaigns.

2020-09-29 Thread Google Ads API Forum Advisor Prod
Hi,

We took a closer look this issue. The issue here is that ExtensionSetting 
Services can only work with a system-created feed. However, you can also create 
user-defined feeds and use them for creating sitelinks.

If you use CampaignFeedService to work with these sitelinks, the calls should 
succeed without the EntityNotFound error.

Cheers
Anash
ref:_00D1U1174p._5004Q23waV2: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/BPKNZ0QHFQ8Q00gwrNSZX9SvGTFx5S1RTI5A%40sfdc.net.


RE: CustomAffinityService Remove OPERATOR_NOT_SUPPORTED

2020-09-29 Thread Google Ads API Forum Advisor Prod
Hi Sinea,

Thanks for reaching out! If you use the REMOVE operator, you will encounter the 
OPERATOR_NOT_SUPPORTED error as it is no longer supported. To remove a custom 
affinity, please use mutate method with the operator to SET and then mark the 
status to REMOVED.

Regards,

Danica
Google Ads API Team
ref:_00D1U1174p._5004Q25XfPC: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/RfO2y0QHFPNV00H9FOsG0aQYqU2sJLboQ6Bw%40sfdc.net.


RE: Call Ads Headline - getting from API

2020-09-29 Thread Google Ads API Forum Advisor Prod
Hi Oksana,

Thank you for reaching out. The HeadlinePart1 and HeadlinePart2 fields in 
Adwords API are specifically for ExpandedTextAds. As a workaround to query 
“Headline 1” and “Headline 2” , you could query the 
ad_group_ad.ad.call_only_ad.headline1 and ad_group_ad.ad.call_only_ad.headline2 
in the Google Ads API.

Thanks and regards,
Xiaoming, Google Ads API Team



Xiaoming
Google Ads API Team
ref:_00D1U1174p._5004Q25XhmG: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/z2GTI0QHFP6D00deLvYqRORPGrnnZh6CwytQ%40sfdc.net.


Re: Smart Campaigns from the ad group ad report

2020-09-29 Thread Google Ads API Forum Advisor Prod
Hi Maria,

Thanks for reaching out. With regards to your concern, can you please provide 
screenshot of the UI smart campaign along with customer id so that i can 
further investigate the issue. Can you please confirm which version you are 
using in the Google Ads API?

Please reply privately author option while sharing the details.

Thanks,

Nirmitabahen Gaurav Patel
Google Ads API Team
ref:_00D1U1174p._5004Q25XNQV: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/_ud2e0QHFOGP00pVO6DVlwSNKH6cFMXnugWw%40sfdc.net.


Re: ConversionTrackerCategory REMARKETING type issue

2020-09-29 Thread Google Ads API Forum Advisor Prod
Hi Denma,

Thanks for reaching out. There is no any other option. In terms of the feature 
request, I just got word from my team that we are actually no longer planning 
to make any enhancements to the AdWords API as our top priority is getting the 
Google Ads API ready for general availability. we are no longer planning on 
adding enhancements to the AdWords API, but we will continue to fully support 
it, and address any bugs as they are found.

Thanks,

Nirmitabahen Gaurav Patel
Google Ads API Team
ref:_00D1U1174p._5004Q25WWn4: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/PynLb0QHFO1P00bQaA6H4ySo-a8gzuWmyjGg%40sfdc.net.


Re: Migrating to Google Ads missing report types

2020-09-29 Thread Google Ads API Forum Advisor Prod
Hello,

We're still hard at work getting the new Google Ads API to feature parity with 
the old AdWords API, but unfortunately we don't have any specific release 
timeline for this feature. I've just highlighted it in our list of known issues 
that remain to be ported over, to make sure it's addressed, but unfortunately 
for now you'll need to continue using the AdWords API for this information.

Regards,
Mike, Google Ads API Team
ref:_00D1U1174p._5001UZWpkL: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/eZxUq0QHFLXX_T5D5TQqywzaASHbDE7w%40sfdc.net.


RE: Failed to refresh access token - invalid_grant error

2020-09-29 Thread Google Ads API Forum Advisor Prod
Hi Gal,

Please reply privately to author your SOAP request and response so that I can 
further investigate. Please also let me know the user email that you were using 
with your credentials.

Thanks,
Anthony
Google Ads API Team

Anthony
Google Ads API Team
ref:_00D1U1174p._5004Q25XhJB: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/fdx-s0QHFKMD00a4RLFCyuRXKJyUrSnWz8lg%40sfdc.net.


Re: Migrating to Google Ads missing report types

2020-09-29 Thread Google Ads API Forum Advisor Prod
Hi Maria,

Thank you for reaching out to us. I'll take a look at this request internally 
with my team and get back to you as soon as possible.

Thank you,

Bryan Li
Google Ads API Team
ref:_00D1U1174p._5001UZWpkL: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/GBm2C0QHFKBX00VmqDvcTdQUuN76RnOvNtIw%40sfdc.net.


Re: campaign.advertising_channel_type returns number

2020-09-29 Thread Google Ads API Forum Advisor Prod
Hi Harshad,

The steps to logging are listed here. Let me know if you have further questions.

Thank you,

Bryan Li
Google Ads API Team
ref:_00D1U1174p._5004Q25XAWa: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/a3Ufs0QHFK7400yHfnUvu5R-qAqguNMgc8cQ%40sfdc.net.


Re: currency code through API

2020-09-29 Thread Google Ads API Forum Advisor Prod
Hi Harshad,

The steps to logging are listed here. Let me know if you have further questions.

Thank you,

Bryan Li
Google Ads API Team
ref:_00D1U1174p._5004Q25XFPX: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/igg1h0QHFK5800DARi6NdoRyOMJovHEE7ujw%40sfdc.net.


RE: Connecting to another MCC account from our MCC

2020-09-29 Thread Google Ads API Forum Advisor Prod
Hi Eli,

Thank you for reaching out to us. I see that you'd like to connect accounts. 
You can see this documentation on connecting accounts together. If you want to 
manage all 50 of your client's accounts, you can connect your MCC account to 
their MCC account that holds the 50 customer client accounts. Otherwise, if 
you're only managing one, you can link to that single account. Let me know if 
you have further questions.

Thank you,

Bryan Li
Google Ads API Team
ref:_00D1U1174p._5004Q25Xen4: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/LIUbz0QHFK1N00zBH-YzwCTw6TkiX3GexWUw%40sfdc.net.


RE: Problem with Custom Audiencies creation with search keywords

2020-09-29 Thread Google Ads API Forum Advisor Prod
Hello,

Unfortunately, these are not supported in the API. You can find the audience 
types that are supported here.

Regards,
Anthony
Google Ads API Team

Anthony
Google Ads API Team
ref:_00D1U1174p._5004Q25XeBL: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/9EH4Q0QHFJMA00AtN9883mRKO-_3zM0a3XuQ%40sfdc.net.


Re: Unknown Billing Error activating Google Ads API in GCP

2020-09-29 Thread Google Ads API Forum Advisor Prod
Hi William,

Thank you for the update. Are you still encountering issues or has it been 
resolved?

Thank you,

Bryan Li
Google Ads API Team
ref:_00D1U1174p._5004Q25XBX9: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/E4AB00QHFJBS00EjLVoRA9R7-W4hvU4mVrrA%40sfdc.net.


Re: GoogleAdsRow object not iterable?

2020-09-29 Thread Zweitze
You should ask the client library developers in the respective GitHub 
project.

For instance, the .NET libraries have the same problem, but somewhere 
deeply hidden in the report results was another class with an attribute 
listing all column names that were returned. You could ask if the python 
library has a similar feature.



On Monday, September 28, 2020 at 2:19:30 PM UTC+2, Watanabe, Deny (SPL-MEW) 
wrote:
>
> Hi Ben,
>
>  
>
> I’m using the python library and was very disappointed to find out that 
> the results from the API queries are delivered as objects which are 
> non-iterable, making the use of data dictionaries a lot more difficult and 
> a lot less elegant.
>
>  
>
> Other Google APIs present results as dictionaries which can be inspected 
> for content (fields and values) according to the same data dictionary that 
> was used for the request. That makes configuring API extractions easy to 
> build, maintain and improve, using code such as:
>
>  
>
> for element in my_api_dict:
>
>   if element[“id”] in returned_values:
>
> results.append(returned_values[element[“id”]]
>
>  
>
> On the other hand, the new Google Ads API (which should supposedly be 
> better than previous ones?) demands that the result set elements are named 
> explicitly, like:
>
> results = [returned_values.table1.column1,
>
>   returned_values.table1.column2,
>
>   returned_values.table1.column3, …
>
> ]
>
>  
>
> I feel very dirty to admit I came up with a fugly and shameful solution 
> which is converting the results to string and then making some 
> modifications to turn it into a yaml string and parse it, so I could 
> transform it into a dictionary. Ugly solutions make me extremely 
> uncomfortable and frustrated, and I don’t think I should have to do things 
> like this in 2020, **especially** dealing with an API developed by the 
> almighty Google.
>
>  
>
> I can live with the ugly solution if you can live with my deep 
> disappointment in your company development teams.
>
>  
>
> Cheers,
>
> Deny
>
>  
>
> *From:* Google Ads API Forum Advisor Prod  > 
> *Sent:* Friday, September 25, 2020 5:39 PM
> *To:* Watanabe, Deny (SPL-MEW) >
> *Cc:* adwor...@googlegroups.com 
> *Subject:* [EXTERNAL] RE: GoogleAdsRow object not iterable?
>
>  
>
> Hi Deny,
>
> Thanks for the post, and sorry that you're having an issue here.
>
> Can you share a little more detail about the problem you're having? I 
> might be able to help you get around the issue, and if not can help post a 
> feature request so that we can fix it in the future.
>
> It seems like you might be having an issue with one of the client 
> libraries. Can you let me know which language you're using?
>
> Thanks!
> Ben Karl, Google Ads API Team
>
>
>
> ref:_00D1U1174p._5004Q25Wv5e:ref
> This message contains information which may be confidential and 
> privileged. Unless you are the intended recipient (or authorized to receive 
> this message for the intended recipient), you may not use, copy, 
> disseminate or disclose to anyone the message or any information contained 
> in the message. If you have received the message in error, please advise 
> the sender by reply e-mail, and delete the message. Thank you very much.
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/107ed29d-a969-46b2-a882-ab615222ef44o%40googlegroups.com.


Re: ConversionTrackerService list feilds

2020-09-29 Thread Zweitze
With AdWords API, you should be able to retrieve All Conversions and All 
Conversion Value:

Use report ACCOUNT_PERFORMANCE_REPORT, make sure you include segment 
ConversionTypeName (which segments the result per conversion type) and 
metrics AllConversions and AllConversionValue. Further, set up the dates as 
requested (for instance a certain period or all time) and you should get 
the same results.


On Friday, September 25, 2020 at 9:46:25 AM UTC+2, denma test wrote:
>
> Hi
> Am using ConversionTrackerService to list conversions and it is working 
> fine. Compare with UI i need some fields selectors details mentioned below
> - Tracking status
> - Repeat rate
> - All conversions ("All conv.")
> - All conversion value (“All conv. value”)
>
> Atached UI list screenshot for reference
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/b01face4-f7d4-4161-a42b-423a9090c689o%40googlegroups.com.


Re: Developer Token not Approved on testing client account

2020-09-29 Thread Hasmer Salubre
Hi Danica,

Thanks for the response, I have sent an email regarding your request over 
the email I have received posting on this conversation. I am not sure where 
to send since there is no Reply privately to author option and that the 
Reply to author button is disabled, when you hover over that button it says 
I don't have the permission. Please help.

Best Regards,
Hasmer

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/3965a7f8-27b6-4acc-a7cc-318b83b36697n%40googlegroups.com.


Re: Category is not listing

2020-09-29 Thread Zweitze
Also read 
http://ads-developers.googleblog.com/2020/09/conversion-category-changes-in-adwords.html

On Wednesday, September 23, 2020 at 3:14:02 PM UTC+2, denma test wrote:
>
> Hi
> Have created conversion with Submit lead form Category in UI, while 
> listing in API the category is received as empty string. Using Adwords PHP 
> v201809.
> If there is any limitation in category setup between UI and API means let 
> me know, will plan accordingly.
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/fadd2d02-f984-4393-8c84-9b4b1763d898o%40googlegroups.com.


Re: How to get reports about Conversion Actions not being included in Conversions

2020-09-29 Thread Peter Orchroch
Update: It looks like I finally got the data using the following query:

SELECT campaign.name, metrics.all_conversions, metrics.all_conversions_value, 
segments.conversion_action_name FROM campaign WHERE 
segments.conversion_action_name != ''

Peter Orchroch schrieb am Dienstag, 29. September 2020 um 17:01:47 UTC+2:

> Thank you for your information.
>
> I can now get information about the individual Conversion Actions using a 
> query like "SELECT conversion_action.name FROM conversion_action", but 
> how can I get the values each of those conversion collected? For example, I 
> want to know the amount and value of each conversion action in the last 7 
> days.
>
> adsapiforumadvisor schrieb am Freitag, 25. September 2020 um 21:05:13 
> UTC+2:
>
>> Hi Peter,
>>
>> Unfortunately, AdWords API doesn't have a report aggregated at the 
>> conversion level. However, you can use Google Ads API and run a report on 
>> the conversion_action 
>>  
>> level.
>>
>> Regards,
>> Anthony
>> Google Ads API Team
>>
>> [image: Google Logo] 
>> Anthony 
>> Google Ads API Team 
>>   
>>
>> ref:_00D1U1174p._5004Q25Wq8x: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/c366367a-d35f-41c9-8bcb-efa842f049e3n%40googlegroups.com.


Re: How to get reports about Conversion Actions not being included in Conversions

2020-09-29 Thread Peter Orchroch
Thank you for your information.

I can now get information about the individual Conversion Actions using a 
query like "SELECT conversion_action.name FROM conversion_action", but how 
can I get the values each of those conversion collected? For example, I 
want to know the amount and value of each conversion action in the last 7 
days.

adsapiforumadvisor schrieb am Freitag, 25. September 2020 um 21:05:13 UTC+2:

> Hi Peter,
>
> Unfortunately, AdWords API doesn't have a report aggregated at the 
> conversion level. However, you can use Google Ads API and run a report on 
> the conversion_action 
>  
> level.
>
> Regards,
> Anthony
> Google Ads API Team
>
> [image: Google Logo] 
> Anthony 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q25Wq8x: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/2d98f659-7e02-4ca9-abc2-70368912f128n%40googlegroups.com.


RE: (java google api client v9.0.0) Batch Job api error reporting lacking vs bulk mutate errors

2020-09-29 Thread Google Ads API Forum Advisor Prod
Hi Kostas,

We cannot give any timelines as to when features will get added to the API. You 
can follow our blog to get updates.

Regards,
Anthony
Google Ads API Team

Anthony
Google Ads API Team
ref:_00D1U1174p._5004Q25XS0Q: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/EQaZh0QHFCX400TLjaSb2HS3ibjUV7wiNLgw%40sfdc.net.


Custom Audience setup using API

2020-09-29 Thread denma test
Hi
May i know the way to create custom audience as like in the screen shot 
using Adwords PHP API v201809. Need to create for Custom Affinity and 
In-Market Audiences along with Weekly estimates. Please fine the screenshot 
for the requirement,

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/201ecb2a-1f3e-4daa-9b4c-47cb10a6a8b3n%40googlegroups.com.


Call Ads Headline - getting from API

2020-09-29 Thread Oksana Sulyma
Hello Google Ads support team,
I have a quick question. 
Our client has a Call Ad running. It has business name, description line 1, 
...etc, and 'Headline 1 (recommended)' fields set. When we pull Ads report 
from API 
https://developers.google.com/adwords/api/docs/appendix/reports/ad-performance-report#headlinepart1,
 
we see  '--' as 'Headline 1'. 
Do I understand correct that for Call Ads 'Headline 1' report fields will 
always be '--'? If so, any plans on supporting this field for Call Ads? Is 
there any other opportunity to pull Headline 1 for Call Ads from API? 
Thanks in advance,
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 
"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/ccaabf58-9dde-430e-bdb7-8e30f71791b9n%40googlegroups.com.


Re: Smart Campaigns from the ad group ad report

2020-09-29 Thread maria.r...@funnel.io
Hi Nirmitabahen,

It seems that your example query was left out in your reply unfortunately. 

However these are the queries we use:
*SELECT campaign.name, campaign.advertising_channel_type, 
campaign.advertising_channel_sub_type, metrics.impressions, segments.date 
FROM campaign WHERE segments.date BETWEEN '2020-09-15' AND '2020-09-20'*
In the response Smart Campaigns are included.

But when we use this query:
*SELECT campaign.name, campaign.advertising_channel_type, 
campaign.advertising_channel_sub_type, metrics.impressions, segments.date 
FROM ad_group_ad WHERE segments.date BETWEEN '2020-09-15' AND '2020-09-20'*
all the Smart Campaigns are missing in the response?

Is this a bug?

Thanks,
Maria @ Funnel

On Monday, September 28, 2020 at 9:04:15 PM UTC+2 adsapiforumadvisor wrote:

>  Hi Marie,
>
> Thanks for reaching out. With regards to your concern,  you can query all 
> of that info from the  ad group ad report and you can pull fields from the 
> campaign reports in the "attributed resources”, Please see the below query 
> to get the data  what you are looking for.
>
> Thanks,
> [image: Google Logo] 
> Nirmitabahen Gaurav Patel 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q25XNQV: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/63c6fb1e-38b1-4559-ba07-a01a5d584cc2n%40googlegroups.com.


Failed to refresh access token - invalid_grant error

2020-09-29 Thread Gal Talmor
Hello,
I try to call TargetingIdeaService using the SDK (Google.AdWords NuGet, 
version 24.1.0 ).
First I received a "CUSTOMER_NOT_ACTIVE" error. I created new credentials 
and generated a refresh token in console.developers.google.com 
,
 
and the error changed to "Failed to refresh access token". I receive this 
error in the official tests project 

 I 
downloaded, so I guess that it's something in the credentials and not in 
the code.
Could you please help? Why does the token suppose to be refreshed if I just 
created it?

*The request code:*
 string accountId = "ACCOUNT_ID"; 

AdWordsUser user = 
GoogleHelper.GetUserForTargetingIdeaService(accountId);

using (var srv = 
user.GetService(AdWordsService.v201809.TargetingIdeaService) as 
TargetingIdeaService)
{
var pl = new List
{
   // ...
};
var selector = new TargetingIdeaSelector
{
requestType = RequestType.STATS,
ideaType = IdeaType.KEYWORD,
paging = Paging.Default,
searchParameters = pl.ToArray(),
requestedAttributeTypes = new AttributeType[]
{
AttributeType.SEARCH_VOLUME, 
AttributeType.KEYWORD_TEXT,
AttributeType.AVERAGE_CPC, 
AttributeType.TARGETED_MONTHLY_SEARCHES, AttributeType.COMPETITION
}
};
   
   TargetingIdeaPage page = await srv.getAsync(selector);
   // ...
  }

*The response:*
Google.Api.Ads.Common.Lib.AdsOAuthException: Failed to refresh access 
token. ---> System.AggregateException: One or more errors occurred. ---> 
Google.Apis.Auth.OAuth2.Responses.TokenResponseException: 
Error:"invalid_grant", Description:"Bad Request", Uri:""   at 
Google.Apis.Auth.OAuth2.Requests.TokenRequestExtenstions.d__0.MoveNext()
...

Thanks,
Gal

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/e8dcd1d1-5a15-40b6-b827-30353537656dn%40googlegroups.com.


Re: Migrating to Google Ads missing report types

2020-09-29 Thread maria.r...@funnel.io
Hi the Google Ads API Team,

Any updates in regards of the "Call Metrics Call Details" Report that's 
available in the Adwords API, will this report be added to the Google Ads 
API anytime soon?

Best Regards,
Maria,
Developer @ Funnel

On Thursday, April 9, 2020 at 8:00:30 PM UTC+2 adsapiforumadvisor wrote:

> Hi David,
>
> Thank you for the information. Unfortunately it looks like Call Metrics 
> Call Details Report is not currently available in Google Ads API Beta. For 
> Criteria Performance Report, while there does not look like there is a 
> report for this in Google Ads API, you can use the AdGroupCriterionService 
> 
>  
> to get a list of criteria 
>  on 
> the Adgroup level. For these fields, I have made a request for these 
> features to be added.  Please follow our blog 
>  for 
> updates on if and when this report will be available in Google Ads API. Let 
> me know if you have further questions.
>
>
> Thank you,
> Bryan, Google Ads API Team
>
> ref:_00D1U1174p._5001UZWpkL: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/df5d823e-e7d3-4b87-b5f3-ee337531889bn%40googlegroups.com.


Re: campaign.advertising_channel_type returns number

2020-09-29 Thread Harshad GoogleAds
can you share the steps to collect the logs

On Monday, September 28, 2020 at 11:26:37 PM UTC+5:30 adsapiforumadvisor 
wrote:

> Hi Harshad,
>
> Thank you for reaching out to us. I see that you're encountering an issue 
> with obtaining the channel type. Could you provide me with the request and 
> response log for where this error occurs? For privacy, you can respond 
> using "Reply privately to author".
>
> Thank you,
>
> [image: Google Logo] 
> Bryan Li 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q25XAWa: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/839adabc-cf6c-456b-b8bd-0ffbcf5161ebn%40googlegroups.com.


Re: currency code through API

2020-09-29 Thread Harshad GoogleAds
can you share the steps to collect the logs

On Tuesday, September 29, 2020 at 12:27:35 AM UTC+5:30 adsapiforumadvisor 
wrote:

> Hi Harshad,
>
> Thank you for reaching out to us. I see that you're having issues getting 
> the currency code from your reports. Could you provide us with the request 
> and response log for where you encounter this issue? For privacy, you can 
> respond using "reply privately to author".
>
> As for your question on having the currency code listed in the reports, 
> unfortunately all reports of currency are in micros, and not the currency 
> connected to your Google Ads Account. You can read more about money reports 
> here 
> .
>
> Thank you,
>
> [image: Google Logo] 
> Bryan Li 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q25XFPX: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/ae3b6fda-3314-4771-b751-cbfdf75bad13n%40googlegroups.com.


Custom Affinity Service

2020-09-29 Thread Sinea Calin
Hi guys did anyone manage to remove a custom affinity i get operator not 
supported for REMOVE

https://developers.google.com/adwords/api/docs/reference/v201809/CustomAffinityService.CustomAffinityOperation

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/4862a797-a505-4e67-81c6-80aef2a0f8c4n%40googlegroups.com.


CustomerAffinityService Remove Operator

2020-09-29 Thread Sinea Calin
Hi guys did anyone manage to remove a custom affinity i get operator not 
supported for REMOVE

https://developers.google.com/adwords/api/docs/reference/v201809/CustomAffinityService.CustomAffinityOperation

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/4f0fff1b-dc03-4b43-813a-be730d48a974n%40googlegroups.com.


CustomAffinityService Remove OPERATOR_NOT_SUPPORTED

2020-09-29 Thread Sinea Calin
Hi guys i am trying to remove a custom affinity and not having luck with 
it. I am getting OPERATOR_NOT_SUPPORTED.

I checked documentation and one source says REMOVE is allowed another says 
is not. 
Which documentation to trust?

https://googleads.github.io/googleads-dotnet-lib/class_google_1_1_api_1_1_ads_1_1_ad_words_1_1v201809_1_1_custom_affinity_operation.html#af7ad0c0e6da379e5f1d431ab4c57599e
4:24 
--- Only Add and Set Allowed

https://developers.google.com/adwords/api/docs/reference/v201809/CustomAffinityService.CustomAffinityOperation
--- Add Set Remove Allowed





-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/8238536b-fbe2-42ec-9c68-6e4c12589642n%40googlegroups.com.


Re: how to fix OAuth "Invalid_grant" error.

2020-09-29 Thread ankitt...@gmail.com

This is my MCC account.
Email: ankitthapa...@gmail.com
Adwords ID: 873-196-8266  (OUR MCC ACCOUNT)

Please help me to fix the issue.

Thanks
On Monday, September 28, 2020 at 6:24:04 PM UTC+5:30 adsapiforumadvisor 
wrote:

> Hi,
>
> Thank you for providing information. Can you please provide MCC account so 
> that i can further investigate the issue.
>
>
> Please reply privately author option while sharing details.
>
> Thanks,
> [image: Google Logo] 
> Nirmitabahen Gaurav Patel 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q24apbu: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/9b5b3406-4249-4f52-9ff2-4db8a6163281n%40googlegroups.com.


Re: GmailAd edit error

2020-09-29 Thread denma test
Okay, thanks for the details.
On Tuesday, September 29, 2020 at 12:47:30 AM UTC+5:30 adsapiforumadvisor 
wrote:

> Hello,
>
> The ad type (Image Ad) you are using is not supported by AdService. The 
> only ad types that can be modified are the ones found here 
> 
> .
>
> Regards,
> Anthony
> Google Ads API Team
>
> [image: Google Logo] 
> Anthony 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q25XOei: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/5cc5a824-48ce-4e0b-8a8a-56f434568caan%40googlegroups.com.


Re: Account performance report

2020-09-29 Thread denma test
Okay, thanks for the details.

On Tuesday, September 29, 2020 at 12:06:35 AM UTC+5:30 adsapiforumadvisor 
wrote:

> Hi,
>
> Thank you for reaching out. Unfortunately, it is not possible to query 
> Account 
> Performance Report 
> 
>  for 
> multiple client accounts under manager account at the same time. The only 
> workaround is to query one client account at a time.
>
> Thanks and regards,
> Xiaoming, Google Ads API Team
>
>
> [image: Google Logo] 
> Xiaoming 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q25X6cu: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/d8b2ed10-d339-4a4e-a978-6d6813862651n%40googlegroups.com.


Re: ConversionTrackerCategory REMARKETING type issue

2020-09-29 Thread denma test
Hi
May i know the way to achieve it. Since am having constant in code. If 
there is any alternate solution please let me know.

On Tuesday, September 29, 2020 at 12:16:21 AM UTC+5:30 adsapiforumadvisor 
wrote:

> Hi Denma,
>
> Thanks for reaching out. I got the confirmation from my team internally 
> that the REMARKETING category cannot be used to create a conversion using 
> the ConversionTrackerService. 
>
> Thanks,
> [image: Google Logo] 
> Nirmitabahen Gaurav Patel 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q25WWn4: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/1ad37ecb-84a4-4551-a778-3e44efdebd8en%40googlegroups.com.