Re: Asset level custom conversions from ad_group_asset resource

2022-01-25 Thread Vijay Kumar
Hi Peter,

Thanks for a prompt response. Followup queries -

> The ad_group_asset 
 
report 
should return statistics for those assets created using the 
AdGroupAssetService 

. 

To be clear, you mean if an asset is created via any services other than 
AdGroupAssetService 
,
 
their stats will not be present in the ad_group_asset 
 
report? 
If yes, then what are the other services via which the assets gets created?

> You can instead generate a separate report using the ad_group_ad 
 
report 
and associate the ad linked to the asset, to a conversion action. 

I'm trying to associate conversion action to an asset and not to the ads. 
IIUC, ad_group_ad 
 
won't 
allow to do that.

Best Regards.
On Tuesday, January 25, 2022 at 12:28:14 PM UTC+5:30 adsapi wrote:

> Hi Vijay,
>
> Thank you for reaching out to our API support team.
>
> The ad_group_asset 
>  
> report should return statistics for those assets created using the 
> AdGroupAssetService 
> 
> . 
>
> As for the ad_group_ad_asset_view 
> ,
>  
> it is currently not possible to associate its records to a conversion 
> action or include the segments.conversion_action_name, 
> segments.conversion_action fields in the report.
>
> You can instead generate a separate report using the ad_group_ad 
>  
> report and associate the ad linked to the asset, to a conversion action. 
>
> However, a feature request for an asset report with direct conversion 
> related metrics have been previously raised. For now, you may keep an eye 
> on our blog 
>  for 
> updates and announcements.
>
> Best regards,
>
> [image: Google Logo] 
> Peter Laurence Napa Oliquino 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2VOuy9:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/cf9fba41-2112-4fcd-9a82-91e89557635fn%40googlegroups.com.


RE: Error with message "The operation is not allowed for the given context."

2022-01-25 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Jacob,

For us to assist you further, could you kindly provide the complete request and 
response logs with request ID and request header generated on your end for us 
to further check the error. You can provide it via Reply privately to author 
option. If this option is not available, then send it instead on this email 
address googleadsapi-supp...@google.com.

Regards,

Teejay Wennie Pimentel
Google Ads API Team
ref:_00D1U1174p._5004Q2VPXuh:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/g92Py0R6B3HH00y9Q_um0qQVm3ikvU1791nA%40sfdc.net.


Migration of Adwords API to Ads API

2022-01-25 Thread Rten Marketo
Hi Team,

we are working on migration of Adwords API to Ads API. As application is
using PHP Adword sdk for adqords. So  we are planning to use google-ads-php.
I have followed steps mentioned in
https://github.com/googleads/google-ads-php/blob/HEAD/README.md#getting-started
.

But i am getting below error after runing the *composer install *command on
terminal

bash-3.2$ cd google-ads-php
> bash-3.2$ composer install
> No composer.lock file present. Updating dependencies to latest instead of
> installing from lock file. See https://getcomposer.org/install for more
> information.
> Loading composer repositories with package information
> Updating dependencies
> Your requirements could not be resolved to an installable set of packages.

  Problem 1

- Root composer.json requires PHP extension ext-grpc * but it is
> missing from your system. Install or enable PHP's grpc extension.

Problem 2

- Root composer.json requires PHP extension ext-protobuf * but it is
> missing from your system. Install or enable PHP's protobuf extension.

To enable extensions, verify that they are enabled in your .ini files:

- /usr/local/etc/php/7.4/php.ini

  - /usr/local/etc/php/7.4/conf.d/ext-opcache.ini

You can also run `php --ini` in a terminal to see which files are used by
> PHP in CLI mode.

Alternatively, you can run Composer with `--ignore-platform-req=ext-grpc
> --ignore-platform-req=ext-protobuf` to temporarily ignore these required
> extensions.


Is it require to run php extension of grpc and protobuf ? what would be the
implication if i use alternative command mentioned in the above output?
i.e.

> i.e Alternatively, you can run Composer with
> `--ignore-platform-req=ext-grpc --ignore-platform-req=ext-protobuf` to
> temporarily ignore these required extensions


Kindly suggest what would be ideal way to proceed with php client
libaries.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/CAAguJvDT2VERYDPxcQHykMTOzJtwdsYq%2BmJ4HdsKp2_0j%3DYytw%40mail.gmail.com.


Re: How to speed up OfflineUserDataJobOperation for over 1M+ customer match?

2022-01-25 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello Lin,

Thanks for getting back to us.

As mentioned by my colleague (Yasar), performance of operation in your code 
could also depend on the environment. However, you can also refer to this guide 
for the list of Best Practices related to optimization. In addition to that, we 
recommend that you reach out to the client library owner via this link for more 
insight on possible code-related optimizations for uploading your audiences.

In the event that you are also experiencing slowness in other API services, let 
us know and provide the complete API logs (request and response with 
request-id) via the Reply privately to author option or via our support alias 
(googleadsapi-supp...@google.com).

Regards,

Mark Kevin Albios
Google Ads API Team
ref:_00D1U1174p._5004Q2VOxl2:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/tvM_Z0R6B1NV00PDMgy58eRbKU3LcO97S3qw%40sfdc.net.


RE: I have an important problem. Ads Api Delayed Data

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

Thank you for reaching out to us.

Can you confirm if the data is still the same after a while as you mentioned 
that the data are just having a discrepancy because of the delay? In addition 
to that, can you also provide the complete request and response logs with 
request ID and request header generated on your end for us to further check the 
error. Also, kindly provide us with sample results from the API that captured 
the delay, so we can have a better look at it.

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

Regards,

Princess Pamela Pineda
Google Ads API Team
ref:_00D1U1174p._5004Q2VPaVL:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/hzJtQ0R6B1KH00bVkYjsPxTyq5mOb6QSR3vA%40sfdc.net.


Re: KeywordsStates using Google Ads API

2022-01-25 Thread cv
Hi Matt,

Ok, Got. So Category ID in the "Products and Services" is Business Category.


1) I cannot see AVERAGE_CPC as well.
https://developers.google.com/adwords/api/docs/reference/v201809/TargetingIdeaService.AttributeType

Can you please check?



2) How I can map this SearchParameters with Google Ads API service?
 
https://developers.google.com/adwords/api/docs/reference/v201809/TargetingIdeaService.SearchParameter

Thanks,

On Wednesday, 26 January 2022 at 03:19:53 UTC+5:30 adsapi wrote:

> Hello,
>
> This is not currently available in the API. As mentioned in the migration 
> guide 
> , 
> the Business Category has been removed in the Ads API. 
>
> Regards,
> Matt
> Google Ads API Team
>
> [image: Google Logo] 
> Matt 
> Google Ads API Team 
>   
>  
>
> ref:_00D1U1174p._5004Q2AIbEY:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/b15f1f2a-278b-424d-81bf-5e25a0d0a823n%40googlegroups.com.


Re: Campaign Goal API endpoint

2022-01-25 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello,


I'm a colleague of Yasar from the Google Ads API Team.


As my colleague mentioned, creating campaign goals are not yet supported in the 
API. We have already raised a feature request regarding this so there's no 
action needed on your end. Based from our documentation, since Google Ads 
automatically creates CustomerConversionGoal, CampaignConversionGoal, and 
ConversionGoalCampaignConfig objects in your account, you can only update those 
objects. The Google Ads API does not support creating or removing those objects.


Regarding the steps to enable campaign goals in your account, you may reach out 
to the Google Ads support team for guidance as they are better equipped to 
assist you on this.


Regards,

Kevin Gil Soriano
Google Ads API Team
ref:_00D1U1174p._5004Q2Ujk53:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/XTLY80R6B0JH00OwL-qJrQSHaSNNWHDzu3gA%40sfdc.net.


Re: KeywordsStates using Google Ads API

2022-01-25 Thread cv
Hi,

In addition to Categories.

How I can use RelatedToUrlSearchParameter? Is this same as UrlSeed 
 or 
it is SiteSeed 
 ?

//Create related to url search parameter.
$relatedToUrlSearchParameter = new 
RelatedToUrlSearchParameter();
$relatedToUrlSearchParameter->setUrls(array($website));
$relatedToUrlSearchParameter->setIncludeSubUrls(FALSE);
$searchParameters[] = $relatedToUrlSearchParameter;

Thanks,


On Tuesday, 25 January 2022 at 20:06:04 UTC+5:30 cv wrote:

> Is CATEGORY_PRODUCTS_AND_SERVICES is still not available with API?
>
> Please let me know how we can get this?
>
> On Thursday, 21 January 2021 at 00:00:11 UTC+5:30 Google Ads API Forum 
> Advisor Prod wrote:
>
>> Hello,
>>
>> The "www" is not required for the Url Seed.
>>
>>
>> Regards,
>> Anthony
>>
>> [image: Google Logo] 
>> Anthony 
>> Google Ads API Team 
>>   
>>
>> ref:_00D1U1174p._5004Q2AIbEY:ref
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/151df808-c5b8-4c1f-96c1-899b2fb1f604n%40googlegroups.com.


Google ads API not returning Campaign Names sometimes

2022-01-25 Thread Sumit Kumar
Is there any possibility that the API does not return campaign names, while 
querying the report? It is happening to me that sometimes it returns 
campaign names and  sometimes it does not

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/5410bd6a-917b-4c01-9eb8-f82284f85f19n%40googlegroups.com.


RE: how to create responsive display ad

2022-01-25 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Amol,

Thanks for posting your concern.

As with other ads, ad creation is accomplished using 
AdGroupAdService.MutateAdGroupAds. To create a responsive display ad, you need 
to populate the following required fields of ResponsiveDisplayAdInfo:

marketing_images
square_marketing_images
headlines
long_headline
descriptions
business name

All other fields and images' specifications can be found in the reference page 
and the Help Center article. Kindly check out the Creating Responsive Display 
Ads guide and the code example for PHP for further reference. Please do note as 
well that the v9 of the Google Ads API is already available.

Should you need more help, please let me know.

Thanks,

Harry Cliford Rivera
Google Ads API Team
ref:_00D1U1174p._5004Q2VPI3x:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/znnfk0R6AY1W00lynaLUEqRC6QmNrs-mRj0A%40sfdc.net.


get Accounts API using Google Ads API

2022-01-25 Thread Hwansang Cho
Hello. This is Cafe24.

Working on the migration of a service that uses google Adwords API.

I made a call using the example 
(/examples/AccountManagement/GetAccountHierarchy.php) to search the 
sub-account of the master account using Google ADS API, but the search does 
not work properly.

[2022-01-26T09:07:43.424075+09:00] google-ads.INFO: Request made: Host: 
"googleads.googleapis.com", Method: 
"/google.ads.googleads.v9.services.GoogleAdsService/ Search", CustomerId: 
6403603927, RequestId: "5SKZ1zuA6gwh6OfAoRfbUw", IsFault: 0, FaultMessage: 
"None"
G

Please check if there is a problem with the call.

thank you. 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/f902701e-404c-4c74-9897-e0ee57156cf1n%40googlegroups.com.


RE: Failed upload:

2022-01-25 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Matan,

Thanks for reaching out to the Google Ads API Forum.

I had to delete your first post since sensitive information was visible in your 
attached screenshot. For reference, here's the question below:

“Hey I created a UserList and uploaded PII to it, I see in the account that the 
upload failed. I used a offlinedaatauserJob to update the Userlist,

how can I know why it failed?

Userlist Id:

7050701469

”
Could you provide us with the complete request and response logs with the 
request-id, so our team can better check?

If you’re using a client library, logging can be enabled by navigating to the 
Client libraries > Your client library (ex. Java) > Logging documentation, 
which you can access from this link.

You may then send the requested information 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,

Yasar
Google Ads API Team
ref:_00D1U1174p._5004Q2VPIKA:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/Ow43B0R6AXB300KdPTauAvSH6H-xWC3QnGeQ%40sfdc.net.


RE: App extension does not display in google UI

2022-01-25 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi there,

Thanks for reaching out to the Google Ads API Forum.

You may check this document for App extensions in Google Ads API. For the 
concern regarding not being able to see in your google Ads UI, you may reach 
out to the Google Ads Product support team, via this link.

Let us know if you have any further questions.

Regards,

Yasar
Google Ads API Team
ref:_00D1U1174p._5004Q2VP9zb:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/0_sBc0R6AWTY003-DxY6v3T8iknaPJxZ6nNg%40sfdc.net.


Re: Activation of Google ads API for the project which is currently using Adwords API

2022-01-25 Thread Rten Marketo
Any update on above query.

On Tue, Jan 25, 2022 at 6:20 PM Rten Marketo  wrote:

> Thanks Team
>
> After enabling we are getting TOS error.
> {
> "error": {
> "code": 403,
> "message": "The caller does not have permission",
> "status": "PERMISSION_DENIED",
> "details": [
> {
> "@type": "
> type.googleapis.com/google.ads.googleads.v9.errors.GoogleAdsFailure",
> "errors": [
> {
> "errorCode": {
> "authorizationError": "MISSING_TOS"
> },
> "message": "The developer must sign the terms of service. They can be
> found here: ads.google.com/aw/apicenter"
> }
> ],
> "requestId": "ZY_pbLEi-d4lVcLs_Ix4DQ"
> }
> ]
> }
> }
>
> I have made this call via the developer token / Client id & secret of the
> google console project which is being used in production.
> May i know how to resolve this issue?
>
>
> On Mon, Jan 24, 2022 at 8:59 AM Google Ads API Forum Advisor
>  wrote:
>
>> Hi,
>>
>> Thank you for reaching out to our team and for the included details.
>>
>> Regarding the error, the Google Ads API may not have been enabled yet.
>> You may resolve this by enabling the said API in your Cloud Project, and
>> you may refer to this guide
>> 
>> as to how.
>>
>> After enabling, there should be no other implications (for the AdWords
>> API) except that the error should no longer be occurring. As for the other
>> two items :
>>
>> *Do we create test projects using the same developer token and use that
>> Oauth credential for our dev setup ?*
>>
>> Your current OAuth2 credentials that you have used with your current
>> developer token can be used for your dev or production setup and API calls.
>>
>> *Do we require to create both a new developer token and a test project
>> for our testing purpose*
>>
>> You can use your existing developer token and then create a test account
>> 
>> and a separate set of Cloud Project and OAuth2 credentials
>> ,
>> using the user / email address associated to the test account, if you wish
>> to first test out the API's services and features.
>>
>> Let me know if this helps.
>>
>> Best regards,
>>
>> [image: Google Logo]
>> Peter Laurence Napa Oliquino
>> Google Ads API Team
>>
>>
>> ref:_00D1U1174p._5004Q2VOCBL:ref
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/CAAguJvDzORjN4pYvaUwmOsL4WMG5_Ee-4mpj-%3DkOe9W9Q44Y7Q%40mail.gmail.com.


RE: Query validation

2022-01-25 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Julian,

Thanks for reaching out to the Google Ads API Forum.

To validate your GAQL queries before using them in an API request, you may use 
our Google Ads Query Builder tool. This interactive Google Ads Query Language 
query builder is organized by the resource in the FROM clause of a query. You 
can also manually enter and validate queries using the Query Validator.

Let us know if you have any additional questions.

Regards,

Yasar Ramjan Makandar
Google Ads API Team
ref:_00D1U1174p._5004Q2VPGhR:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/peoO90R6ATTP00C_Ja9YwaSImLvoTyYp4faw%40sfdc.net.


RE: Google Ads API Invoices: a way to retrieve 'Automatic payment' based invoices

2022-01-25 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Dmitry,

Thank you for reaching out to our API support team.

Regarding 'Automatic Payments', this does not appear to be currently supported 
in the API as per our invoice documentation.

That said, is this currently a feature that is available in the Google Ads UI's 
invoice view? If yes and so that I may create a feature request, subject for 
review, could you share the complete UI screenshot and send it over privately 
using 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.

Best regards,

Peter Laurence Napa Oliquino
Google Ads API Team
ref:_00D1U1174p._5004Q2VPHT1:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/qOeIA0R6ATF800nMfVjOdGQ4Oc-aP_JbeLNQ%40sfdc.net.


RE: TOO_MANY_USER_IDENTIFIERS Error for Customer Match

2022-01-25 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Elif,

The number of a single user's identifier details that you can include in a 
UserData object has now indeed been reduced to 20 as discussed in the blog. You 
may note as well that it also states : This is to clarify that each set should 
represent a single user.

That said, an AddOfflineUserDataJobOperationsRequest should still be able to 
include up to 100,000 operations, as per this guide.

Best regards,

Peter Laurence Napa Oliquino
Google Ads API Team
ref:_00D1U1174p._5004Q2VPGDg:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/bNp5Q0R6AT3P000-aQUMh0RFaVa0mQ8jmCQA%40sfdc.net.


Re: Error with message "The operation is not allowed for the given context."

2022-01-25 Thread Jacob Peebles
Hello all. I work with Xavier and and helping with this issue. Any guidance 
the community can provide would be appreciated. This is a blocker for us so 
we’d like to get past it in short order.

Thanks,

Jake

On Tuesday, January 25, 2022 at 5:51:55 PM UTC-5 Xavier Garzon wrote:

> I'm following this example 
> *https://github.com/googleads/google-ads-python/blob/main/examples/basic_operations/add_campaigns.py
>  
> *
>  but 
> I got this:
>
>
>
> *Request with ID "usrpa1MdSaYkJfZkkvpAjA" failed with status 
> "INVALID_ARGUMENT" and includes the following errors:Error with 
> message "The operation is not allowed for the given context.".  
>   On field: operations*
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/f70ffe4f-cbc5-425e-b692-7cc411f7b187n%40googlegroups.com.


Re: Labels - Adwords API KEYWORDS_PERFORMANCE_REPORT equivalent

2022-01-25 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Patrick,

Thank you for providing your use case.

I shall now be including these details into the feature request. That said, you 
may continue to use the keyword_view and include the ad_group_criterion.labels 
in your SELECT query and then perform a separate request for the label report.

Also, you may also, for now, continue to follow our blog for updates and 
announcements related to this feature.

Best regards,

Peter Laurence Napa Oliquino
Google Ads API Team
ref:_00D1U1174p._5004Q2VP1Jq:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/31O9Y0R6ARY800pZ1jh8n1TSSCh3m3DupuNQ%40sfdc.net.


RE: Managing Accounts - Migration from Adwords API to Google Ads API

2022-01-25 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Tomas,

Thank you for posting your concern and providing updates to it.

I can see that you've already addressed the error that you encountered. 
However, this is how you will set the customer ID in the request header of the 
Google Ads API, you will need to set the customer ID of the Google Ads account, 
where your login user account has direct access, to the login-customer-id 
field. Then, generate Oauth2 credentials using this login user account and 
apply it in your Google Ads API environment. Also, the Google Ads account where 
you want to generate or mutate should have a link to the Google Ads account 
where you have direct access.

Let me know if you have further questions and our team will be happy to provide 
support here.

Regards,

Ernie John Blanca Tacata
Google Ads API Team
ref:_00D1U1174p._5004Q2VPSZy:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/cFVtU0R6ARY500sJ7X9DBuQcuOS9hQ1oWIeA%40sfdc.net.


geographic_view - report help

2022-01-25 Thread AdWordsAPI-Gnr
Hi,
This report shows two items. What can I do for it to show only one item? 
How do I group these two rows?(AREA_OF_INTEREST ,  LOCATION_OF_PRESENCE) 
Thanks.


*QUERY *
SELECT campaign.id, campaign.name,geographic_view.country_criterion_id, 
metrics.cost_micros, metrics.clicks, 
metrics.all_conversions,metrics.all_conversions_from_interactions_rate, 
metrics.average_cost, metrics.average_cpc, metrics.average_cpm, 
metrics.average_cpv, metrics.impressions, metrics.interaction_rate, 
metrics.interactions,metrics.interaction_event_types 
FROM geographic_view

*RESULT*

array(2) {
  ["results"]=>
  array(2) {
[0]=>
array(2) {
  ["metrics"]=>
  array(11) {
["interactionEventTypes"]=>
array(1) {
  [0]=>
  string(5) "CLICK"
}
["clicks"]=>
string(3) "316"
["costMicros"]=>
string(9) "755528951"
["allConversionsFromInteractionsRate"]=>
float(0.12658227848101)
["allConversions"]=>
int(40)
["averageCost"]=>
float(2390914.4018987)
["averageCpc"]=>
float(2390914.4018987)
["averageCpm"]=>
float(188129718.8745)
["impressions"]=>
string(4) "4016"
["interactionRate"]=>
float(0.078685258964143)
["interactions"]=>
string(3) "316"
  }
  ["geographicView"]=>
  array(2) {
["resourceName"]=>
string(58) 
"customers/x/geographicViews/2792~AREA_OF_INTEREST"
["countryCriterionId"]=>
string(4) "2792"
  }
}
[1]=>
array(2) {
  ["metrics"]=>
  array(11) {
["interactionEventTypes"]=>
array(1) {
  [0]=>
  string(5) "CLICK"
}
["clicks"]=>
string(3) "179"
["costMicros"]=>
string(9) "28556"
["allConversionsFromInteractionsRate"]=>
float(0.050279329608939)
["allConversions"]=>
int(9)
["averageCost"]=>
float(1595307.2625698)
["averageCpc"]=>
float(1595307.2625698)
["averageCpm"]=>
float(118686616.79135)
["impressions"]=>
string(4) "2406"
["interactionRate"]=>
float(0.074397339983375)
["interactions"]=>
string(3) "179"
  }
  ["geographicView"]=>
  array(2) {
["resourceName"]=>
string(62) 
"customers/x/geographicViews/2792~LOCATION_OF_PRESENCE"
["countryCriterionId"]=>
string(4) "2792"
  }
}
  }
  ["fieldMask"]=>
  string(305) 
"geographicView.countryCriterionId,metrics.costMicros,metrics.clicks,metrics.allConversions,metrics.allConversionsFromInteractionsRate,metrics.averageCost,metrics.averageCpc,metrics.averageCpm,metrics.averageCpv,metrics.impressions,metrics.interactionRate,metrics.interactions,metrics.interactionEventTypes"
}

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/9f4e69ee-bfdd-4045-ad8f-f464ad7a8483n%40googlegroups.com.


Re: Empty Ad Group Asset

2022-01-25 Thread 'Lonny Kapelushnik' via Google Ads API and AdWords API Forum
It seems like ad_group_ad_asset_view is exactly what I want, but for 
whatever reason it only works for app ads...

On Tuesday, January 25, 2022 at 7:13:14 PM UTC-7 Lonny Kapelushnik wrote:

> As far as I'm aware I can only attach assets to ads, not ad groups or 
> campaigns. Correct me if I'm wrong...I'm just not seeing how to do that in 
> the API.
>
> Ultimately I think my question is: How can I query assets approval status 
> and performance that are attached to ads? This is for responsive display 
> ads so the ad_group_ad_asset_view won't work.
>
> On Tuesday, January 25, 2022 at 6:02:45 PM UTC-7 adsapi wrote:
>
>> Hello Lonny,
>>
>> Thanks for getting back to us.
>>
>> When working with assets, you can check on this guide 
>>  for 
>> your reference. If those assets have been associated to either a campaign, 
>> adgroup or customer, you can fetch its attributes through their respective 
>> views as mentioned here 
>> .
>>  
>> For ad-level assets, you can refer to *ad_group_ad_asset_view* 
>> ;
>>  
>> however, this only returns information for assets that are related to App 
>> ads.
>>
>> Regards,
>> [image: Google Logo] 
>> Mark Kevin Albios 
>> Google Ads API Team 
>>   
>>
>> ref:_00D1U1174p._5004Q2VO7ni:ref
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/9940ae63-5c70-4c62-a282-ea1d1b5861d1n%40googlegroups.com.


Re: Empty Ad Group Asset

2022-01-25 Thread 'Lonny Kapelushnik' via Google Ads API and AdWords API Forum
As far as I'm aware I can only attach assets to ads, not ad groups or 
campaigns. Correct me if I'm wrong...I'm just not seeing how to do that in 
the API.

Ultimately I think my question is: How can I query assets approval status 
and performance that are attached to ads? This is for responsive display 
ads so the ad_group_ad_asset_view won't work.

On Tuesday, January 25, 2022 at 6:02:45 PM UTC-7 adsapi wrote:

> Hello Lonny,
>
> Thanks for getting back to us.
>
> When working with assets, you can check on this guide 
>  for 
> your reference. If those assets have been associated to either a campaign, 
> adgroup or customer, you can fetch its attributes through their respective 
> views as mentioned here 
> .
>  
> For ad-level assets, you can refer to *ad_group_ad_asset_view* 
> ;
>  
> however, this only returns information for assets that are related to App 
> ads.
>
> Regards,
> [image: Google Logo] 
> Mark Kevin Albios 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2VO7ni:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/4589609c-4fd1-4b26-b12a-2091eb58c9c9n%40googlegroups.com.


RE: Get customer_id from campaign_id

2022-01-25 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Mads,

While it is possible to include the customer attributes in the SELECT query for 
the campaign report (see Attributed resources section of the linked document) 
and use the campaign.id as filter, the API request itself would already require 
that you know and specify the customer_id of the client account where the said 
campaign is associated to.

That being said, you should be able to instead, retrieve a list of campaign IDs 
if you already know the customer_id of the account you wish to pull campaign 
details from.

Best regards,

Peter Laurence Napa Oliquino
Google Ads API Team
ref:_00D1U1174p._5004Q2VPKBA:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/rSg7L0R6AOO900MNukpG1_QXijOONQQfBrzw%40sfdc.net.


I have an important problem. Ads Api Delayed Data

2022-01-25 Thread AdWordsAPI-Gnr
I have an important problem. Google Ada Api reports are showing lagging. 
There was no such problem in the AdWords API. When I control the api 
instantly with the administration panel, the values would always be equal. 
Unfortunately, the values are different in Ads Api. I check both sides in 
real time, there is difference. How late should this difference be? 
Unfortunately it results in significant problems for us.

I shared a screenshot, could you please check it.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/1c64a552-2945-4daf-a388-23a51f149cc8n%40googlegroups.com.


RE: OfflineConversionFeedService deprecated in Google Ads API?

2022-01-25 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Deniel,

Thanks for reaching out to the Google Ads API Forum.

Kindly note that OfflineConversionFeedService is a service available in AdWors 
API. Since AdWords API is deprecated, you may use the ConversionUploadService 
service in Google Ads API to upload offline click conversions using the 
UploadClickConversions method as mentioned in this guide.

Let us know if you have any further questions.

Regards,

Yasar
Google Ads API Team
ref:_00D1U1174p._5004Q2VPMJ6:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/9o40W0R6AMRK00ofyqiBvwSQCr4GGJg77erA%40sfdc.net.


Re: Empty Ad Group Asset

2022-01-25 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello Lonny,

Thanks for getting back to us.

When working with assets, you can check on this guide for your reference. If 
those assets have been associated to either a campaign, adgroup or customer, 
you can fetch its attributes through their respective views as mentioned here. 
For ad-level assets, you can refer to ad_group_ad_asset_view; however, this 
only returns information for assets that are related to App ads.

Regards,

Mark Kevin Albios
Google Ads API Team
ref:_00D1U1174p._5004Q2VO7ni:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/HgY5G0R6ALK600nQ-ASNvxQMWR3i8LBPVW7g%40sfdc.net.


Get ImageAd MediaFile or Data with GoogleAdsService.Search

2022-01-25 Thread Zhong Li
Hi,

I am currently working on migrating our AdWords API client to GoogleAds API 
client, and I am having an issue to list all ImageAds with the 
GoogleAdsService.Search (Google Ads SearchQuery).

In the old AdWords API, the AdGroupAdService.Get() will return an ImageAd 
with Image entity 
(https://developers.google.com/adwords/api/docs/reference/v201809/AdGroupAdService.ImageAd)
 
(https://developers.google.com/adwords/api/docs/reference/v201809/AdGroupAdService.Image)
 
The Image entity contains all media file info,


With AdGroupAdService.Get(), I can get an AdGroupAd with ImageAdInfo, 
(https://developers.google.com/google-ads/api/reference/rpc/v9/ImageAdInfo?hl=en)
 
and it would contains either a "media_file" filed (media file resourceName) 
or "data" field (Raw image data as bytes).

But when I try to list ImageAds with the GoogleAdsService.Search (Google 
Ads SearchQuery). I can only find those ImageAd fields available for query:

   - ad_group_ad.ad.image_ad.image_url
   - ad_group_ad.ad.image_ad.mime_type
   - ad_group_ad.ad.image_ad.name
   - ad_group_ad.ad.image_ad.pixel_height
   - ad_group_ad.ad.image_ad.pixel_width
   - ad_group_ad.ad.image_ad.preview_image_url
   - ad_group_ad.ad.image_ad.preview_pixel_height
   - ad_group_ad.ad.image_ad.preview_pixel_width


   

   

   

   

   

   

   

   
I could not get the MediaFile Resource Name of the image or the raw data. 

May I ask is there a way to list ImageAd with the media file info by search 
query? or is there another option to link them?


BTWI found for VideoAd, the search query actually provided a filed called 
"ad_group_ad.ad.video_ad.media_file" and it contains the Video Media file 
resource name. If I can get the MediaFile Resource Name as field 
"ad_group_ad.ad.image_ad.media_file", I might be able to make another query 
from media_file to get the media file detailed info.


Thanks!

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/826c194a-0e8e-4897-a2da-ba7990586557n%40googlegroups.com.


Error with message "The operation is not allowed for the given context."

2022-01-25 Thread Xavier Garzon
I'm following this example 
*https://github.com/googleads/google-ads-python/blob/main/examples/basic_operations/add_campaigns.py
 
*
 but 
I got this:



*Request with ID "usrpa1MdSaYkJfZkkvpAjA" failed with status 
"INVALID_ARGUMENT" and includes the following errors:Error with 
message "The operation is not allowed for the given context.".  
  On field: operations*


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/5d6be0c9-ca36-4bab-a6d2-c317e2535c79n%40googlegroups.com.


Re: KeywordsStates using Google Ads API

2022-01-25 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello,

This is not currently available in the API. As mentioned in the migration 
guide, the Business Category has been removed in the Ads API.

Regards,
Matt
Google Ads API Team

Matt
Google Ads API Team
ref:_00D1U1174p._5004Q2AIbEY:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/wCOlm0R6ACMR00vhW2UoyrQpqSGx3d4dejxQ%40sfdc.net.


RE: google ads api Error:(DEVELOPER_TOKEN_NOT_APPROVED)

2022-01-25 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello,

Thanks for reaching out to the Google Ads API support.
For any kind of updates regarding your application for basic / standard access 
for the developer token is a function of the Compliance team. I would suggest 
you reach out to the compliance team for FAQ, they will review your request and 
provide you further information. You may also apply this below application form 
for your preferred access level.

For basic access to your application, you may fill out the basic access 
application form.
For standard access to your application, you may fill out the standard access 
application form to apply for unlimited Google Ads API operations.

Best regards,

Jakeia Sabrina
Google Ads API Team
ref:_00D1U1174p._5004Q2VPF7c:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/Xg7qJ0R6A9Q400SwFaXDg9QDOyL9xWQn24LA%40sfdc.net.


RE: Create conversion actions error via v9

2022-01-25 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Wei,

Could you privately send us full screen screenshots of the UI and a request and 
response log of API communication that returns this error?  The request and 
response appears similar to the JSON Mappings in our REST documentation. Our 
client libraries have loggers with logging instructions, to see these 
instructions you can click on the client library you use in the sidebar of our 
client library guide and click on "Logging". Setting the log level to 'DEBUG' 
will get the desired log.

Regards,

Aryeh Baker
Google Ads API Team
ref:_00D1U1174p._5004Q2VPIZA:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/XO3cG0R6A95100D6VXJqVART2MS-ecBHmVpg%40sfdc.net.


RE: google ads api

2022-01-25 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello Lee Sau,

Thanks for reaching out to the Google Ads API support. A developer token from 
Google lets your app connect to the Google Ads API. From your MCC / Google 
manager account you can navigate to TOOLS & SETTINGS > SETUP > API Center to 
find your developer token.
Please let us know if you have any more questions.

Best regards,

Jakeia Sabrina
Google Ads API Team
ref:_00D1U1174p._5004Q2VPF07:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/7o-st0R6A90700HCJKmaqBS3uflTjfddGevg%40sfdc.net.


RE: FinaUrls Readonly for some reason

2022-01-25 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Josh,

Please make sure to send the logs privately by using the reply privately to 
author option, as the logs may contain sensitive data.

Thanks,
Matt
Google Ads API Team

Matt
Google Ads API Team
ref:_00D1U1174p._5004Q2VP6B8:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/WaA-Q0R6A83800BZqzN6GQTsWPOOSKo2zUtw%40sfdc.net.


RE: FinaUrls Readonly for some reason

2022-01-25 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Josh,

Thanks for reaching out. The final_urls field should not be read only. If you 
are receiving an error when an attempting to set a final URL to an ad, can you 
please provide us with the complete request and response logs?

Thanks,
Matt
Google Ads API Team

Matt
Google Ads API Team
ref:_00D1U1174p._5004Q2VP6B8:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/5Bp-Y0R6A81T00GUu4NSg-TweWLLAmaf1vBg%40sfdc.net.


Re: Managing Accounts - Migration from Adwords API to Google Ads API

2022-01-25 Thread Tomas Guerra
It works alright when I link the accounts and use the login-customer-id 
being our Manager account id. Then I pass the specific customer ID with the 
function SearchGoogleAdsRequest.setCustomerId(GOOGLE_ADS_ACCOUNT_ID)

El martes, 25 de enero de 2022 a la(s) 16:33:15 UTC-3, Tomas Guerra 
escribió:

> Hello!
> I'm currently working on the migration of a service that uses google 
> Adwords API. I need to migrate from this API to Google Ads API, because the 
> first one is being deprecated.
>
> We have many clients with their Google Ads accounts and we get their 
> corresponding refresh tokens with their consent to make operations (oauth). 
> Using the Java SDK, when we need to make a request on behalf of our clients 
> Google Ads account, we instanciate a session according to this code:
>
> API_CONFIG = (
>{OUR_CLIENT_REFRESH_TOKEN}, //This changes with different client 
> accounts
> {APP_CLIENT_ID},
> {APP_CLIENT_SECRET},
> {CLIENT_GOOGLE_ADS_ACCOUNT_ID},   //This changes with different client 
> accounts
> {USER_AGENT},
> {DEVELOPER_TOKEN}
> );
>
> // Generate a refreshable OAuth2 credential.
> Credential oAuth2Credential =
> new OfflineCredentials.Builder()
> .forApi(OfflineCredentials.Api.ADWORDS)
> .from(API_CONFIG)
> .build()
> .generateCredential();
>
> // Construct an AdWordsSession.
> session = new 
> AdWordsSession.Builder().from(API_CONFIG).withOAuth2Credential(oAuth2Credential).build();
>
> But with the new API (Google Ads API) I could not find how to replicate 
> this. I mean, using the oauth credentials generated from an account's 
> refresh token.
>
> Is it possible to do the same thing with Google Ads API? I came across 
> this code snippet on the account management section of the docs 
> 
>
> // Optional: Change credentials to use a different refresh token, to 
> retrieve customers
>   //   available for a specific user.
>   //
>   // UserCredentials credentials =
>   // UserCredentials.newBuilder()
>   // .setClientId("INSERT_OAUTH_CLIENT_ID")
>   // .setClientSecret("INSERT_OAUTH_CLIENT_SECRET")
>   // .setRefreshToken("INSERT_REFRESH_TOKEN")
>   // .build();
>   //
>   // client = client.toBuilder().setCredentials(credentials).build();
>
> Apparently, this seems to be doing the same trick, but it is stated that 
> few requests can be done with this setting. I tried getting the user_list 
> of an account and I'm getting a PERMISSION_DENIED error.
>
> I understand that to achieve this with the Google Ads API I need to have 
> our client's accounts linked to our Manager account. Doing that works 
> alright. But the question is, is it possible to do it the Adwords API way? 
> Using our client's account refresh tokens?
>
> Thanks in advance for your help!
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/6400935d-ca63-44a4-9b9c-a876e9a65d29n%40googlegroups.com.


Managing Accounts - Migration from Adwords API to Google Ads API

2022-01-25 Thread Tomas Guerra
Hello!
I'm currently working on the migration of a service that uses google 
Adwords API. I need to migrate from this API to Google Ads API, because the 
first one is being deprecated.

We have many clients with their Google Ads accounts and we get their 
corresponding refresh tokens with their consent to make operations (oauth). 
Using the Java SDK, when we need to make a request on behalf of our clients 
Google Ads account, we instanciate a session according to this code:

API_CONFIG = (
   {OUR_CLIENT_REFRESH_TOKEN}, //This changes with different client 
accounts
{APP_CLIENT_ID},
{APP_CLIENT_SECRET},
{CLIENT_GOOGLE_ADS_ACCOUNT_ID},   //This changes with different client 
accounts
{USER_AGENT},
{DEVELOPER_TOKEN}
);

// Generate a refreshable OAuth2 credential.
Credential oAuth2Credential =
new OfflineCredentials.Builder()
.forApi(OfflineCredentials.Api.ADWORDS)
.from(API_CONFIG)
.build()
.generateCredential();

// Construct an AdWordsSession.
session = new 
AdWordsSession.Builder().from(API_CONFIG).withOAuth2Credential(oAuth2Credential).build();

But with the new API (Google Ads API) I could not find how to replicate 
this. I mean, using the oauth credentials generated from an account's 
refresh token.

Is it possible to do the same thing with Google Ads API? I came across this 
code snippet on the account management section of the docs 


// Optional: Change credentials to use a different refresh token, to 
retrieve customers
  //   available for a specific user.
  //
  // UserCredentials credentials =
  // UserCredentials.newBuilder()
  // .setClientId("INSERT_OAUTH_CLIENT_ID")
  // .setClientSecret("INSERT_OAUTH_CLIENT_SECRET")
  // .setRefreshToken("INSERT_REFRESH_TOKEN")
  // .build();
  //
  // client = client.toBuilder().setCredentials(credentials).build();

Apparently, this seems to be doing the same trick, but it is stated that 
few requests can be done with this setting. I tried getting the user_list 
of an account and I'm getting a PERMISSION_DENIED error.

I understand that to achieve this with the Google Ads API I need to have 
our client's accounts linked to our Manager account. Doing that works 
alright. But the question is, is it possible to do it the Adwords API way? 
Using our client's account refresh tokens?

Thanks in advance for your help!

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/9ba93f59-decc-4d01-bb24-fd7747668fa2n%40googlegroups.com.


Re: update customer list in audience manager

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

Thank you for confirming that Peter's response is correct, is there anything 
else you need assistance with in the Ads API?

Regards,

Aryeh Baker
Google Ads API Team
ref:_00D1U1174p._5004Q2VNkxr:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/EYw420R6A47Q00B1505EqiRUqVJDVaoUHegQ%40sfdc.net.


Re: Empty Ad Group Asset

2022-01-25 Thread 'Lonny Kapelushnik' via Google Ads API and AdWords API Forum
Ah ok I see it in my SPAM. Thank you.

I am a bit unclear on what to do though. I ultimately want to run a report 
to get all the ad assets that have been rejected. This ad_group_asset 
report was the only one I saw that could return assets, but none of the 
assets are associated with ad groups? So they are associated with ads? 
Where is the report for those?

On Monday, January 24, 2022 at 11:28:40 PM UTC-7 adsapi wrote:

> Hi Lonny,
>
> Thank you for your reply.
>
> I can see that my colleague (Mark) already reached out to you on your 
> email address for your private replies. However, I’m pasting the response 
> already sent below:
>
>
>
>
>
> *“Hello Lonny, Thanks for getting back to us. I've tried recreating your 
> query (removed those filters) and I wasn't able to retrieve any result. 
> I've also checked on the account (7073000478 <(707)%20300-0478>); however, 
> couldn't find any asset associated to an adgroup. Please note that the *
> *ad_group_asset* 
>  * 
> view returns a link between an ad group and an asset. This is the reason 
> why no result was returned on your query. In addition to that and according 
> to this **guide* 
> 
>  * 
> (**AdGroupAsset* 
>  
>
> *), extension will serve in this ad group. Regards,”*
>
> If you're having trouble receiving private replies from us, please check 
> your Spam folder. Additionally, please add the 'From address' on that email 
> to your contact list to ensure we aren't flagged as Spam in future 
> messages. If you don't see a message from us in your Spam folder, please 
> email us directly at googleadsa...@google.com referring to your forum 
> case.
>
> Let us know if you have any further questions.
>
> Regards, 
> [image: Google Logo] 
> Yasar 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2VO7ni:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/7e6ac551-c375-445c-b2f7-4a20758d651cn%40googlegroups.com.


RE: App install API for ios

2022-01-25 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello Amol,

Thanks for reaching out to the Google Ads API support. As we know the Google 
Ads API does not support any third party service or tool. But use Google 
Analytics for Firebase SDK as Google recommends it - We used it, and it worked 
conveniently.

"Note: New privacy measures are in place for iOS 14 users. These may impact 
your conversion tracking in Google Ads. We recommend that you use Google 
Analytics for Firebase SDK, as Firebase SDK automatically integrates with 
SKAdnetwork, Apple’s framework for campaign measurement that adheres to these 
new privacy measures. Keep an eye on updates from Apple to learn more and to 
learn any steps you can take." - 
https://support.google.com/google-ads/answer/6100665?hl=en

Additionally, you may also reach out to PHP client library owners on using this 
PHP issue tracker.

Best regards,

Jakeia Sabrina
Google Ads API Team
ref:_00D1U1174p._5004Q2VPEZr:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/iZZmJ0R69YIW00djVpvbOxTtOfFgySBw2Yow%40sfdc.net.


RE: User doesn't have permission to access customer Error in Google Ads API

2022-01-25 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello Mark,

Thanks for providing all the information. I understand that you’ve encountered 
the error ‘USER_PERMISSION_DENIED’, usually this error occurs when the 
authorized customer does not have access to the operating customer.
You may double check if your credentials are correct for the said user. With 
that error, I would recommend that you regenerate the refreshToken and the 
OAuth2 credential using an email address which currently has access to your 
Google Ads account. And for setting the login-customer-id header details you 
can find here.

However, in the testing phase, the refresh token will expire in 7 days. Please 
refer to this OAuth guide: 
https://developers.google.com/identity/protocols/oauth2#expiration

If the issue persists, could you please provide us with the complete logs 
(request and response with request-id) via the Reply privately to the author 
option.

Best regards,

Jakeia Sabrina
Google Ads API Team
ref:_00D1U1174p._5004Q2VOrxi:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/49pSc0R69X8R009P1_Kw4NSdWt96wMeVgbyQ%40sfdc.net.


OfflineConversionFeedService deprecated in Google Ads API?

2022-01-25 Thread 'Daniel Athey' via Google Ads API and AdWords API Forum
Hello -- I am trying to figure out if the OfflineConversionFeedService will 
be available in the Google Ads API? I don't see anything about it in the 
new docs so I assume it is being deprecated? If so, is the 
ConversionUploadService what should be used to take it's place? 

Thank you

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/c301216a-84d4-4815-9263-1bb199a319edn%40googlegroups.com.


RE: Set excluded YT placements with google Ads API

2022-01-25 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Elad,

For use of Google Ads Scripts you may reach out to the Google Ads Scripts 
forum. For excluding You Tube video placements you may use youtube_video as a 
negative criteria. You can modify our Add Campaign Targeting Criteria sample.

Regards,

Aryeh Baker
Google Ads API Team
ref:_00D1U1174p._5004Q2VP20L:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/QI_fH0R69WNY00vcXdMhZ_R8mu4IrGiNR0Ag%40sfdc.net.


Re: responsive display ad - Automatic bid strategy(Maximise conversions), campaign type

2022-01-25 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Amol,

Thank you for reaching out to the Google Ads API support team.

With regards to your concern, you may refer to this guide to create Responsive 
Display Ads. If you are still facing any issue, could you please share with us 
the complete logs (request and response with request-id) via the Reply 
privately to the author option?

Thanks,

Nirmita Patel
Google Ads API Team
ref:_00D1U1174p._5004Q2VOtMA:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/9wlU30R69WHX00GjIfWwQcQemVVE_BS3ikPg%40sfdc.net.


Re: AdvertisingChannelType for google display ad not working

2022-01-25 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Amol,

I work with Jinky and will assist you. Could you try changing this:

"targetGoogleSearch":true,"targetSearchNetwork":true,"targetContentNetwork":false,"targetPartnerSearchNetwork":false.

​​​to this:

​​​"targetGoogleSearch":false,"targetSearchNetwork":false,"targetContentNetwork":true,"targetPartnerSearchNetwork":false
 ?


Regards,

Aryeh Baker
Google Ads API Team
ref:_00D1U1174p._5004Q2VOtrw:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/EbtMo0R69V3300pwX4D5hjS5yR0L_wPJMshg%40sfdc.net.


RE: How can I get the status of an adAccount?

2022-01-25 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Frank,

Thanks for reaching out. Obtaining account status isn't currently supported in 
the Ads API. However, this has been requested by other users. If this feature 
becomes supported in a future version of the API, it will be mentioned in the 
release notes.

Regards,
Matt
Google Ads API Team

Matt
Google Ads API Team
ref:_00D1U1174p._5004Q2VPE9o:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/ufd6s0R69UMR00d3cOahvcRBmuBt6OFiyyVQ%40sfdc.net.


Re: How do I replicate AdWords' CONTAINS operator in Google Ads?

2022-01-25 Thread stefano...@webrepublic.ch
Hello,

Just wanted to check if there's any news about this issue.

Currently, I'm still unable to reproduce the old "CONTAINS" behaviour.
I also tried omitting the `.*` at the beginning but it didn't work.
It would be great to find a solution because at the moment I need to escape 
the characters which is not ideal.

Best,
Stefano


On Wednesday, January 12, 2022 at 7:10:03 AM UTC+1 adsapi wrote:

> Hi Stefano,
>
> We've raised this concern to the rest of our team and this is currently 
> being investigated. In the meantime, one suggestion we received is that you 
> may also try not using .* at the beginning and end, as that may also work 
> as well.
>
> Best regards,
>
> [image: Google Logo] 
> Peter Laurence Napa Oliquino 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2UiO2O:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/6d0d1e97-68ee-44b4-b62e-32bfe5e37ae6n%40googlegroups.com.


Get customer_id from campaign_id

2022-01-25 Thread Mads Refer
Is it possible to retrieve the customer id through the Google Ads API 
knowing only one of its campaign id's? I believe that the opposite is 
possible using GoogleAdsService and search_stream. 

Thanks in advance

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/a123b06e-abbc-490b-87ad-3da0cd5a63b6n%40googlegroups.com.


Report for current ad_group_customizer values available?

2022-01-25 Thread 'christo...@logitravel.com' via Google Ads API and AdWords API Forum
Hello,

I'm looking at the new feature in V9 of the API that allows to manage Ad 
Group Customizers (to personalize text for RSA ads) via the API, and I was 
able to Create, Update and Remove customizer values at Adgroup level.
We would also need to download the existing values from the system, but I 
have seen that with the report/query "ad_group_customizer" those fields are 
not supported, I just get the reference to the customizer field itself, 
with the id, resource_name, type etc.

Is there any way to get the values with V9? Or maybe in V10 something might 
come out that helps to get the applied customizer values at adgroup level?

Many thanks in advance,

Christoph

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/2c2c9561-0490-45cd-a7e1-6046b0403c17n%40googlegroups.com.


Re: KeywordsStates using Google Ads API

2022-01-25 Thread cv
Is CATEGORY_PRODUCTS_AND_SERVICES is still not available with API?

Please let me know how we can get this?

On Thursday, 21 January 2021 at 00:00:11 UTC+5:30 Google Ads API Forum 
Advisor Prod wrote:

> Hello,
>
> The "www" is not required for the Url Seed.
>
>
> Regards,
> Anthony
>
> [image: Google Logo] 
> Anthony 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2AIbEY:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/93146fb0-0a99-422f-863c-e02ea312fff7n%40googlegroups.com.


Re: How to speed up OfflineUserDataJobOperation for over 1M+ customer match?

2022-01-25 Thread Lin Chen
Hi Yasar,

Thanks for getting back to me! Do you mean currently there is not any good 
optimization on the code itself?

Thanks,
Lin
On Tuesday, January 25, 2022 at 3:16:10 AM UTC-5 adsapi wrote:

> Hi Lin,
>
> Thanks for reaching out to the Google Ads API Forum.
>
> Since OfflineUserDataJobOperation is slow, I suggest reaching out to the 
> client library developers by going to the "Issues" tab of your Python 
> client library's GitHub and clicking "New issue" to open up a case. For 
> example, *here*  
> is the Issues page for the Python library. I asked this because, 
> performance of operation in your code depends on the environment in which 
> you are running your python program (e.g. OS Platform and Distribution, 
> Python version, etc.).
>
> Let us know if you have any further questions.
>
> Regards, 
> [image: Google Logo] 
> Yasar 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2VOxl2:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/0ac8a717-55dc-4461-9ee8-30ab6f836723n%40googlegroups.com.


RE: Regarding. Audience Segments List

2022-01-25 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Ajay,

You may want to check out user_interest, life_event, topic_constant, 
detailed_demographic and user_list.

Regards,

Aryeh Baker
Google Ads API Team
ref:_00D1U1174p._5004Q2VPEAV:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/103tR0R69QGR00Z2joRUC8QjmivFQ-zkLVww%40sfdc.net.


Re: Campaign Goal API endpoint

2022-01-25 Thread AMAP TEST
Team,

To enable CampaignGoal on our Account what is the steps to be followed ? Is 
there any request that we need to raise to Support Team?
Basically i want to enable GOAL setting via a REST API.

On Wednesday, 19 January, 2022 at 7:50:53 pm UTC+5:30 adsapi wrote:

> Hi,
>
> Yes, you are correct. Until campaign GOAL is enabled on your account, we 
> will not be able to modify the campaign goal. There is no way to set the 
> goal using the API. You will have to do it manually in the UI.  There is a 
> feature request to support this functionality in the Google Ads API. Please 
> keep an eye on our blog 
>  for 
> the announcements and updates on new releases.
>
> Regards, 
> [image: Google Logo] 
> Yasar 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2Ujk53:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/94ce6578-b549-4897-84b8-f5b06d54ed62n%40googlegroups.com.


Failed upload:

2022-01-25 Thread 'Matan Shavit' via Google Ads API and AdWords API Forum
Hey I created a UserList and uploaded PII to it, I see in the account that 
the upload failed. I used a offlinedaatauserJob to update the Userlist,
how can I know why it failed? 
Userlist Id: 
   
   - 7050701469


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/6b9ea989-9271-4212-b3e2-90a0cb4e4eebn%40googlegroups.com.


how to create responsive display ad

2022-01-25 Thread Amol Kawale
Hello Guys,

I'm using google ads V8 library in php. I want to create responsive display 
ad. Can you pls let me know how to create responsive display as using API.

Regards,
Amol

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/c5117599-a099-4232-927e-824317f3bbb1n%40googlegroups.com.


Re: Activation of Google ads API for the project which is currently using Adwords API

2022-01-25 Thread Rten Marketo
Thanks Team

After enabling we are getting TOS error.
{
"error": {
"code": 403,
"message": "The caller does not have permission",
"status": "PERMISSION_DENIED",
"details": [
{
"@type": "
type.googleapis.com/google.ads.googleads.v9.errors.GoogleAdsFailure",
"errors": [
{
"errorCode": {
"authorizationError": "MISSING_TOS"
},
"message": "The developer must sign the terms of service. They can be found
here: ads.google.com/aw/apicenter"
}
],
"requestId": "ZY_pbLEi-d4lVcLs_Ix4DQ"
}
]
}
}

I have made this call via the developer token / Client id & secret of the
google console project which is being used in production.
May i know how to resolve this issue?


On Mon, Jan 24, 2022 at 8:59 AM Google Ads API Forum Advisor
 wrote:

> Hi,
>
> Thank you for reaching out to our team and for the included details.
>
> Regarding the error, the Google Ads API may not have been enabled yet. You
> may resolve this by enabling the said API in your Cloud Project, and you
> may refer to this guide
> 
> as to how.
>
> After enabling, there should be no other implications (for the AdWords
> API) except that the error should no longer be occurring. As for the other
> two items :
>
> *Do we create test projects using the same developer token and use that
> Oauth credential for our dev setup ?*
>
> Your current OAuth2 credentials that you have used with your current
> developer token can be used for your dev or production setup and API calls.
>
> *Do we require to create both a new developer token and a test project for
> our testing purpose*
>
> You can use your existing developer token and then create a test account
> 
> and a separate set of Cloud Project and OAuth2 credentials
> ,
> using the user / email address associated to the test account, if you wish
> to first test out the API's services and features.
>
> Let me know if this helps.
>
> Best regards,
>
> [image: Google Logo]
> Peter Laurence Napa Oliquino
> Google Ads API Team
>
>
> ref:_00D1U1174p._5004Q2VOCBL:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/CAAguJvA6t%2B%2BRGNuSPw_oO47wPjLijFdiGtqhB%2B3yAXNa5EFDPQ%40mail.gmail.com.


Google Ads API Invoices: a way to retrieve 'Automatic payment' based invoices

2022-01-25 Thread Dmitry Savchenko
Hello,

For a business purpose, we need to retrieve a list of invoices through 
Google Ads API but in the documentation 
 
prerequisites there is a demand for a linked payment method to be 'Monthly 
invoicing'. When we try to retrieve Invoices linked to the 'Automatic 
payment' API returns  the following error:

{
  {
"errors": [
  {
"errorCode": {
  "invoiceError": "BILLING_SETUP_NOT_ON_MONTHLY_INVOICING"
},
"message": "Cannot request invoices for a billing setup that is not 
on monthly invoicing."
  },
  {
"errorCode": {
  "authorizationError": "ACTION_NOT_PERMITTED"
},
"message": "The user does not have permission to perform this 
action on the resource or call a method."
  }
],
"requestId": "JcRFPaWI-A9Jl8lqMFpcRg"
  }
}

Obviously, it's due to the mentioned prerequisite. Our question is: are 
there any ways to retrieve Invoices through Google Ads API for 'Automatic 
payments'? And if not, are there any plans for such a possibility in the 
future?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/2badb4b5-eb96-47a8-a774-e25c78d04eb3n%40googlegroups.com.


Re: Labels - Adwords API KEYWORDS_PERFORMANCE_REPORT equivalent

2022-01-25 Thread Patrick
Thanks Jinky,

We use the labels for categorization and to keep track of what changes we 
have made to a keyword/adgroup/campaign, and apply different logic based on 
what labels are returned.  
When dealing with large amounts of keywords the fewer steps we need to take 
to get this information the better.  We basically need to make double the 
amount of requests for all entities and handle the merging, etc, whereas 
before we could have one request.

On Tuesday, 25 January 2022 at 10:56:57 UTC adsapi wrote:

> Hi Patrick,
>
> Thanks for reaching out.
>
> I'm afraid that what you've mentioned below is the only way to have a 
> keyword report with label information such as label name.
>
> *"Does this mean if I would like to get the label names I effectively need 
> to do a query for keyword_view (get the metrics and fields I need) and then 
> another query (to the Label resource probably?) to get the Label names and 
> merge the two reports based on the label resourceName?"*
>
> However, we can raised a feature request for this to my team, you may just 
> provide your use case why you need this information.
>
> Best regards,
> [image: Google Logo] 
> Jinky Mandaya 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2VP1Jq:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/908447d9-7930-4a6e-8263-5991849b0dden%40googlegroups.com.


RE: Labels - Adwords API KEYWORDS_PERFORMANCE_REPORT equivalent

2022-01-25 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Patrick,

Thanks for reaching out.

I'm afraid that what you've mentioned below is the only way to have a keyword 
report with label information such as label name.
"Does this mean if I would like to get the label names I effectively need to do 
a query for keyword_view (get the metrics and fields I need) and then another 
query (to the Label resource probably?) to get the Label names and merge the 
two reports based on the label resourceName?"

However, we can raised a feature request for this to my team, you may just 
provide your use case why you need this information.

Best regards,

Jinky Mandaya
Google Ads API Team
ref:_00D1U1174p._5004Q2VP1Jq:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/jJnhC0R69IEK00mRd3W8BuSNyn4ui2PO0Ulg%40sfdc.net.


Query validation

2022-01-25 Thread Julian Veltman
Hello,
I'm trying to migrate from AdWords to Google Ads API. I need a way to 
validate queries sent to searchGoogleAdsFields from the PHP library, as to 
prevent my user adding fields that are not selectable with each other. 
When these incompatible fields are queried together, the exception that is 
returned by the API is less then helpful - it simply returns 'Unrecognized 
fields in query' along with all fields that were sent, instead of just the 
fields that are incompatible with each other.

Is there an easy way to do this, besides querying every single field for 
selectable_with? This would take too many calls.

Kind regards

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/502f7694-d12e-484c-ae32-606932f167e7n%40googlegroups.com.


app install for IOS

2022-01-25 Thread Amol Kawale
Hi Guys,

I have to implement app install ads for IOS platform using v8 in php 
language. Can you pls provide API for same.

Regards,
Amol

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/f2615153-2e64-4fc2-b889-45803424598fn%40googlegroups.com.


TOO_MANY_USER_IDENTIFIERS Error for Customer Match

2022-01-25 Thread Elif Adaköy
Hi all,

I'm using Google Ads API for customer match. I used to be able to add 100K 
users to an operation, but now I'm getting a 
TOO_MANY_USER_IDENTIFIERS error and it says this number has been reduced to 
20.

When I read this blog 
(https://ads-developers.googleblog.com/2021/10/userdata-enforcement-in-google-ads-api.html)
 
it says that this is done to reduce the inside of operations to single 
user. 
I am only sending a unique mobile id for each user. Do I still need to 
reduce each of my operations to 20? 

When I make chunks and send 20 UserIdentifiers for each operation, I can 
match a 100K list in a very long time. I also got the RESOURCE_EXHAUSTED error 
for a 500K userlist. What should I do? How should I change so that I can 
send more users?

Thanks in advance.

Elif Adaköy

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/b4cb7b4a-5481-451f-ae1c-515b7b3320b0n%40googlegroups.com.


Re: update customer list in audience manager

2022-01-25 Thread Василий Баран
well, I just use this service to update my list of users in segments. This 
is about 400,000 users, where in the request I can send 100,000, it will be 
considered as 1 operation. As a result, only 4 operations out of 15,000, 
which means that I will definitely not go beyond the limits, thanks for 
explaining.

вторник, 25 января 2022 г. в 04:19:26 UTC+2, adsapi: 

> Hi, 
>
> Thank you for your question.
>
> The 15,000 operations/day is indeed one of the daily operational limits 
> 
>  
> set for basic access. However, in this Other types of requests 
> 
>  
> section, you can see that the 
> OfflineUserDataJobService.AddOfflineUserDataJobOperations 
> 
>  
> only counts as *one operation against the user's daily operation quota*.
>
> Best regards,
>
> [image: Google Logo] 
> Peter Laurence Napa Oliquino 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2VNkxr:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/20c701e1-f29c-4564-9f09-1d8ed8a174fcn%40googlegroups.com.


google ads api Error:(DEVELOPER_TOKEN_NOT_APPROVED)

2022-01-25 Thread sau hon lee
Hi , i want to know  how can i Approve the  developer token

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/c01ddfc2-3b63-457b-9211-eba61f4d2167n%40googlegroups.com.


RE: How to speed up OfflineUserDataJobOperation for over 1M+ customer match?

2022-01-25 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Lin,

Thanks for reaching out to the Google Ads API Forum.

Since OfflineUserDataJobOperation is slow, I suggest reaching out to the client 
library developers by going to the "Issues" tab of your Python client library's 
GitHub and clicking "New issue" to open up a case. For example, here is the 
Issues page for the Python library. I asked this because, performance of 
operation in your code depends on the environment in which you are running your 
python program (e.g. OS Platform and Distribution, Python version, etc.).

Let us know if you have any further questions.

Regards,

Yasar
Google Ads API Team
ref:_00D1U1174p._5004Q2VOxl2:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/SpGBr0R69AYF00cp65dPlZT3ytQ4rs112wVA%40sfdc.net.