Re: Does Google Ads API support batch upload when uploading Audiences(Customer Match)?

2021-08-05 Thread Aditya Naukri
Thank You but I am using CampaignCriterionService. MutateCampaignCriteria only. Getting the following error using the code: How to fix the error? I am using the same code as mentioned in the documentation *CODE:* CampaignCriterionServiceClient campaignCriterionServiceClient =

Re: OPERATION_NOT_PERMITTED_FOR_CONTEXT

2021-08-05 Thread Aditya Naukri
I am also facing the same issue. I am trying to link my Customer Match UserList to the campaign. Getting the following error using the code: CampaignCriterionServiceClient campaignCriterionServiceClient = googleAdsClient.getLatestVersion().createCampaignCriterionServiceClient();

Re: OPERATION_NOT_PERMITTED_FOR_CONTEXT

2021-08-05 Thread Aditya Naukri
I am also facing the same issue. I am trying to link my Customer Match UserList to the campaign. Getting the following error using the code: CampaignCriterionServiceClient campaignCriterionServiceClient = googleAdsClient.getLatestVersion().createCampaignCriterionServiceClient();

Re: Does Google AdWords API support batch upload when uploading Audiences(Customer Match)?

2021-08-04 Thread Aditya Naukri
Great! Thank You for the information. I have 1 more issue related to the Audience. I am trying to associate my *CustomerMatchUserList to Smart Display Ad Campaign/Ad Group, *but I am getting the following error: *in case of ad group:* request_id: "s7t59_bfY0cZ_9pOhl5kzw" Status:

Re: Does Google Ads API support batch upload when uploading Audiences(Customer Match)?

2021-08-04 Thread Aditya Naukri
Great! Thank You for the information. I have 1 more issue related to the Audience. I am trying to associate my *CustomerMatchUserList to Smart Display Ad Campaign/Ad Group, *but I am getting the following error: *in case of ad group:* request_id: "s7t59_bfY0cZ_9pOhl5kzw" Status:

Re: Does Google AdWords API support batch upload when uploading Audiences(Customer Match)?

2021-08-03 Thread Aditya Naukri
Hi, I am able to populate a user list(email) Audience using the Google Ads API ( *AddCustomerMatchUserList )* https://github.com/googleads/google-ads-java/blob/master/google-ads-examples/src/main/java/com/google/ads/googleads/examples/remarketing/AddCustomerMatchUserList.java . Now I am looking

Does Google Ads API support batch upload when uploading Audiences(Customer Match)?

2021-08-03 Thread Aditya Naukri
Hi, I am able to populate a user list(email) Audience using the Google Ads API ( *AddCustomerMatchUserList )* https://github.com/googleads/google-ads-java/blob/master/google-ads-examples/src/main/java/com/google/ads/googleads/examples/remarketing/AddCustomerMatchUserList.java. Now I am

How to upload image from local system or server using google ads api?

2021-07-27 Thread Aditya Naukri
I am creating an Ad using google ads api, is there any way I can upload images saved in my system? Normally as per documentation I create image asset using the image url but I want to upload image that does not has a download image url but it saved locally on my system or at server ? or is