Listing groups in PMAX retail campains

2023-12-04 Thread Tanish Gupta
Hi Can anyone tell if subdivision is not permitted in pmax retail campiagns?? Thanks Tanish -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message

Re: listing groups creation in pmax campaigns

2023-12-04 Thread Tanish Gupta
Can you give me a example of making a subdivision tree in omax retail campaign as i am not able to create this and according to example provided in google ads docs is not working for me On Saturday, 2 December 2023 at 06:06:45 UTC+5:30 Google Ads API Forum Advisor wrote: > Hi, > > Thank you

Re: listing groups creation in pmax campaigns

2023-11-30 Thread Tanish Gupta
My code : String assetGroupResourceName = "customers/2966251517/assetGroups/6483919124"; long assetGroupdId= Long.parseLong(assetGroupResourceName.substring( assetGroupResourceName.lastIndexOf("/") + 1)); mutateOperations.clear(); System.out.println("assetGroupResourceName" +

Listing groups in PMAX retail campign

2023-11-30 Thread Tanish Gupta
Hi What this mean ? Unlike AddPerformanceMaxRetailCampaign, the type for the root node here must be // SUBDIVISION because it will have child partitions under it. in this doc https://developers.google.com/google-ads/api/samples/add-performance-max-product-listing-group-tree as

Getting stcuk in making listing groups

2023-11-30 Thread Tanish Gupta
Hi I have a PMAX retail campign and i am not able to make listing groups in it : Error: com.google.ads.googleads.v15.errors.GoogleAdsException: errors { error_code { asset_group_listing_group_filter_error: SUBDIVISION_MUST_HAVE_EVERYTHING_ELSE_CHILD } message: "Listing Group

Re: getting stuck while making a asset group

2023-11-27 Thread Tanish Gupta
But I am making asset group how can i find asset group id? On Tuesday, 28 November 2023 at 03:17:59 UTC+5:30 Google Ads API Forum Advisor wrote: > Hi, > > Thank you for getting back to us. > > Kindly note that asset group resource names have the form >

Re: getting stuck while making a asset group

2023-11-27 Thread Tanish Gupta
My query is how can i generate theassetGroupResourceName while making the asset group On Monday, 27 November 2023 at 20:54:43 UTC+5:30 Google Ads API Forum Advisor wrote: > Hi Tanish, > > Thank you for reaching out to the Google Ads API support team. > > By reviewing your query, I understand

Getting stuck while making a asset group

2023-11-27 Thread Tanish Gupta
Hi I am stuck while making asset group other than this i am able to make assets. AssetGroup assetGroup = AssetGroup.newBuilder() .setName("Performance Max asset group #" + "_test") .setCampaign(campaignResourceName) .addFinalUrls("http://www.example.com;)

Listing groups creation in PMAX campaigns

2023-11-23 Thread Tanish Gupta
Hi I need to know wheter i can create listing groups through this example or I need another method of implementation https://developers.google.com/google-ads/api/docs/shopping-ads/create-listing-groups Thanks Tanish -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

Product Link Error

2023-11-02 Thread Tanish Gupta
Hi Can you please look when i am linking the merchant center account to adwords account then i am getting the following error: com.google.ads.googleads.v15.errors.GoogleAdsException: errors { error_code { field_error: REQUIRED } message: "The required field was not present."