ACTION_NOT_PERMITTED error

2022-05-06 Thread Serg Korsik
Hi! 

Currently we have the next error: 

errorMessage: {
  "error": {
"code": 403,
"message": "The caller does not have permission",
"status": "PERMISSION_DENIED",
"details": [
  {
"@type": 
"type.googleapis.com/google.ads.googleads.v10.errors.GoogleAdsFailure",
"errors": [
  {
"errorCode": {
  "authorizationError": "ACTION_NOT_PERMITTED"
},
"message": "The user does not have permission to perform 
this action on the resource or call a method."
  }
],
"requestId": "fKw5WYbyZbgsbugMTqaKWw"
  }
]
  }
}

Which permission is should be provided for that? Can you please send a link 
with the related settings? 

Thanks in advance for any 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/8abb5c27-eded-48fd-afab-e85a2c4feda7n%40googlegroups.com.


Re: ad_group_audience_view returns no results after migration to GoogleAdsAPI

2022-04-27 Thread Serg Korsik
Replied privately 
On Wednesday, 27 April 2022 at 11:44:39 UTC+2 adsapi wrote:

> Hi there,
>
> Thanks for reaching out to the Google Ads API Forum.
>
> Could you provide us with the complete *request* 
> 
>  
> and *response* 
> 
>  
> logs with the *request-id* 
> 
>  
> generated for ad_group_audience_view report in the Google Ads API via the 
> *Reply 
> privately to author* option, so our team can better check?
>
> Regards,
> [image: Google Logo] 
> Yasar 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2aNdPH: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/99d8f120-b0bd-4338-b47f-373b03155e4dn%40googlegroups.com.


ad_group_audience_view returns no results after migration to GoogleAdsAPI

2022-04-26 Thread Serg Korsik
AdWords request
SELECT AdGroupId,AdGroupName,AdGroupStatus,CampaignStatus,UserListName
FROM AUDIENCE_PERFORMANCE_REPORT
WHERE UserListName IN ['Base Test']

*Returns lots of records*

Google Ads request
SELECT ad_group.id, ad_group.name, ad_group.status, campaign.status, 
user_list.name FROM ad_group_audience_view 
WHERE user_list.name IN ("Base Test")

*Returns none*

Additional info
request url: 
https://googleads.googleapis.com/v10/customers/{account_id}/googleAds:searchStream

All the necessary info looks like also provided. No errors. 

Thanks you for any 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/66360916-7f41-4c0c-a1f3-5d04655e44fan%40googlegroups.com.


Re: TOO_MANY_USER_IDENTIFIERS Error for Customer Match

2022-04-08 Thread Serg Korsik
Hi Aryeh, 

Thanks for pointing on the example! Now everything looks easier. 

Regards,
Sergey

On Thursday, 7 April 2022 at 16:52:19 UTC+2 adsapi wrote:

> Hi Serg,
>
> Thank you for reaching out. You can put many of the same operations keys 
> in the JSON object, I just tried it and it works. You can also use brackets 
> for many operations instead of repeating the 'operations' field like in 
> this sample 
> . 
>
> Regards,
>
> [image: Google Logo] 
> Aryeh 
> 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/4417bb12-c4d3-41e0-930b-1e17eb546787n%40googlegroups.com.


Re: TOO_MANY_USER_IDENTIFIERS Error for Customer Match

2022-04-07 Thread Serg Korsik
Hello! 

But how it possible to construct json with multiple same keys? 

According to blog post I need to put into JSON two and more *operations *keys. 
Or I understood something wrong? 

On Wednesday, 26 January 2022 at 04:45:40 UTC+1 adsapi wrote:

> 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,
>
> [image: Google Logo] 
> 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/96bae6c6-dec9-4720-a657-8b04dbe3a2f6n%40googlegroups.com.


Migration: ConversionTrackerService -> lastReceivedRequestTime field

2022-01-31 Thread Serg Korsik


Hello!

According to migration guide 
, 
instead of ConversionTrackerService 
,
 
we need to use ConversionActionService 
.
 
In our code we using lastReceivedRequestTime 

 field 
from the response, which I can't find at all in the new service. 
Do I missing something?
Is there something similar? 

Thanks for any help and tips!

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/4dabc859-3540-4c87-8e66-6ed2e4a8b5e3n%40googlegroups.com.