Re: Throws "MUTATE_ACTION_NOT_PERMITTED_FOR_CLIENT" error while creating video campaign.

2022-09-21 Thread adl test
 Team,
Is there any update or plan on API being supportive for creating Video 
Campaigns in v10 ? 

On Friday, March 4, 2022 at 1:03:50 PM UTC+5:30 adsapi wrote:

> Hi there,
>
> Thanks for the follow up on the feature request. However, unfortunately, 
> our team doesn't have any updates regarding that feature request in order 
> to support mutate operations on Video Campaigns via API. In the meantime, 
> you may use Ads UI as a workaround, and keep an eye on our blog 
>  for 
> updates when they become supported.
>
> Regards,
> [image: Google Logo] 
> Yasar 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2OV3l8: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/7d1efdb6-7d0f-47ba-80b0-d3e572a05549n%40googlegroups.com.


I tried this to get impressions, clicks according to location criterion id from my test google ads manager account .But its didn't given me any out put.

2022-09-15 Thread adl test
public void queryTest(long customerId,String campaignId) {
try (GoogleAdsServiceClient googleAdsServiceClient =
googleAdsClient.getLatestVersion().createGoogleAdsServiceClient()) {
SearchGoogleAdsStreamRequest request =
SearchGoogleAdsStreamRequest.newBuilder()
.setCustomerId(Long.toString(customerId))
.setQuery("SELECT metrics.clicks, 
metrics.impressions,geographic_view.country_criterion_id FROM 
geographic_view WHERE geographic_view.country_criterion_id = 1009919")
.build();

ServerStream stream =
googleAdsServiceClient.searchStreamCallable().call(request);

for (SearchGoogleAdsStreamResponse response : stream) {
for (GoogleAdsRow googleAdsRow : response.getResultsList()) {
System.out.println("out put "+googleAdsRow.getGeographicView());
}
}
}

}


out put > 2022-09-16 00:25:58.549  INFO [,,,] 56288 --- 
[ault-executor-0] c.g.ads.googleads.lib.request.summary: SUCCESS 
REQUEST SUMMARY. Method: 
google.ads.googleads.v10.services.GoogleAdsService/SearchStream, Endpoint: 
googleads.googleapis.com:443, CustomerID: 1673682197, 
RequestID: I9pLOoWqSyQM9t-fOPUPcA, ResponseCode: OK, Fault: null.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/b89ef078-7219-49bb-8785-80e7bc07de38n%40googlegroups.com.


how to get targeting impression by given location , budget and bid

2022-09-14 Thread adl test
i want to write API to get these impressions details . how can i write it 
in java. is it available with google ads api documentation

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/7d310790-c21b-47e6-ae03-a98f2e43cd8an%40googlegroups.com.


ACTION_NOT_PERMITTED

2022-09-08 Thread adl test
hi , 
i want to generateReachForecast but I'm getting this error when i going to 
access ReachPlanningService from my Test manager account

  error_code {
authorization_error: ACTION_NOT_PERMITTED
  }
  message: "This request is not authorized to call ReachPlanningService. 
Developer Token not enabled."
  location {
  }
}
request_id: "P3Suqpu12A8gAVfyiWm-dQ"
|301b79863f58969c|301b79863f58969c

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/d0858658-f673-49f0-b51c-d80b20819a60n%40googlegroups.com.