Re: How to create youtube campaign via Google AdsAPI

2019-05-29 Thread Andrea Primaverili
Hi,
Do you know if the API will allow to to that or if is possible to do that 
using DV360 APIs? 
Thank you

On Tuesday, 28 May 2019 21:45:24 UTC+2, adsapiforumadvisor wrote:
>
> Hello Andrea, 
>
> The Video campaigns are only available through the reports. The create and 
> manage options are not yet supported. Please keep an eye on our blog 
>  for 
> future updates regarding this. 
>
> Thanks,
> Bharani, Google Ads API Team
>
> ref:_00D1U1174p._5001UAqpR8:ref

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

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


Create Video Campaign via google Ads API

2019-05-28 Thread Andrea Primaverili
Hi, Is possible to create Video campaigns via API? i tried to do so but it 
returns me this error:

Status: Status{code=INVALID_ARGUMENT, description=Request contains an 
invalid argument., cause=null}.
Exception in thread "main" 
shaded.com.google.ads.googleads.v1.errors.GoogleAdsException: errors {
  error_code {
operation_access_denied_error: MUTATE_ACTION_NOT_PERMITTED_FOR_CLIENT
  }
  message: "A mutate action is not allowed on this campaign, from this 
client."
  trigger {
string_value: "VIDEO"
  }
  location {
field_path_elements {
  field_name: "operations"
  index {
  }
}
  }

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

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


Re: Ho to get audiences for remarketing with Google Ads API?

2019-05-28 Thread Andrea Primaverili
Hi thank you,
I found the solution here: 
https://groups.google.com/forum/#!searchin/adwords-api/userlist%7Csort:date/adwords-api/Mooaiag-9S0/whA72I6aAgAJ

But how can i get also the matching rules and the list members (eg 
"visitors of a page")? Are those informations in another table? Thank you

On Tuesday, 28 May 2019 08:38:11 UTC+2, Andrea Primaverili wrote:
>
> Hi,
> I would like to know how can i get the audiences list from my Google Ads 
> account via API. I use the Java SDK and there are no examples yet about it 
> in the remarketing folder.
> I would like also know how can i set the audiences for a campaign or an 
> adgroup.
> 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 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/0259a2f6-4127-4d19-9c92-6e4848e02a1a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Ho to get audiences for remarketing with Google Ads API?

2019-05-28 Thread Andrea Primaverili
Hi, thank you.
I tried to follow the getCampaign example but setCustomerId, setPageSize 
and setQuery are not members of GetUserListRequest
How can i fix it?

[image: Schermata 2019-05-28 alle 17.05.38.png]


On Tuesday, 28 May 2019 11:56:41 UTC+2, adsapiforumadvisor wrote:
>
> Hi Andrea,
>
> There is currently no available example for retrieving your audience lists 
> via the Google Ads API. You may, however, use the 
> UserListService.GetUserList 
> 
>  
> to retrieve all your UserList 
> 
>  
> information.
>
> As for associating a userlist into an adgroup or a campaign, you can use 
> either the AdGroupCriterionService.MutateAdGroupCriteria 
> 
>  to 
> create an AdGroupCriterion 
> 
>  
> of type user_list (UserListInfo 
> ),
>  
> or the CampaignCriterionService.MutateCampaignCriteria 
> 
>  to 
> create a CampaignCriterion 
> 
>  also of 
> type user_list (UserListInfo 
> 
> ).
>
> I hope this helps.
>
> Thanks and regards,
> Peter
> Google Ads API Team
>
> ref:_00D1U1174p._5001UAqoH2:ref

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

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


Re: Ho to get audiences for remarketing with Google Ads API?

2019-05-28 Thread Andrea Primaverili
Hi, thank you.
I'm using Google Ads API not Adwords and UserListService is not preset, but 
there are these:

[image: Schermata 2019-05-28 alle 16.24.44.png]

Which do i have to use?

Thank you


On Tuesday, 28 May 2019 11:56:41 UTC+2, adsapiforumadvisor wrote:
>
> Hi Andrea,
>
> There is currently no available example for retrieving your audience lists 
> via the Google Ads API. You may, however, use the 
> UserListService.GetUserList 
> 
>  
> to retrieve all your UserList 
> 
>  
> information.
>
> As for associating a userlist into an adgroup or a campaign, you can use 
> either the AdGroupCriterionService.MutateAdGroupCriteria 
> 
>  to 
> create an AdGroupCriterion 
> 
>  
> of type user_list (UserListInfo 
> ),
>  
> or the CampaignCriterionService.MutateCampaignCriteria 
> 
>  to 
> create a CampaignCriterion 
> 
>  also of 
> type user_list (UserListInfo 
> 
> ).
>
> I hope this helps.
>
> Thanks and regards,
> Peter
> Google Ads API Team
>
> ref:_00D1U1174p._5001UAqoH2:ref

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

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


How to create youtube campaign via Google AdsAPI

2019-05-28 Thread Andrea Primaverili
Is possible to create a youtube campaign via API? I tried but had this 
error:

Headers: 
Metadata(content-type=application/grpc,request-id=-Owz_UpfTY44RroyEL2xIQ,date=Tue,
 
28 May 2019 13:40:51 GMT,alt-svc=quic=":443"; ma=2592000; v="46,44,43,39")
Body: null
Failure message: errors {
  error_code {
operation_access_denied_error: MUTATE_ACTION_NOT_PERMITTED_FOR_CLIENT
  }
  message: "A mutate action is not allowed on this campaign, from this 
client."
  trigger {
string_value: "VIDEO"
  }
  location {
field_path_elements {
  field_name: "operations"
  index {
  }
}
  }
}

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 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/5f64ab85-d2e6-4949-b0a6-3881daf5706e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Ho to get audiences for remarketing with Google Ads API?

2019-05-28 Thread Andrea Primaverili
Hi,
I would like to know how can i get the audiences list from my Google Ads 
account via API. I use the Java SDK and there are no examples yet about it 
in the remarketing folder.
I would like also know how can i set the audiences for a campaign or an 
adgroup.
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 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/cb89105a-5498-4211-93b0-3c647d2973ca%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.