Target specific platform in campaign

2018-07-23 Thread V54328u
hello, According to the google document, it says, "Device types These are implemented as Platform criteria and are created using a fixed set of criteria IDs that are listed in the

Re: demographics targeting in adgroup

2018-07-23 Thread V54328u
so, i added negative criterion and then it worked for me.. thanks for the reply. sorry for the late feedback. On Wednesday, July 18, 2018 at 11:09:27 PM UTC+5:30, Sreelakshmi Sasidharan (AdWords API Team) wrote: > > Hello, > > I had replied to you on the private thread that I am following up

Re: demographics targeting in adgroup

2018-07-18 Thread V54328u
hello, could you please help me on this issue.. i sent you privately required details earlier On Saturday, June 30, 2018 at 1:08:35 AM UTC+5:30, Sreelakshmi Sasidharan (AdWords API Team) wrote: > > Hello, > > Thanks for the details. I was able to recreate the issue that you > specified.

Re: demographics targeting in adgroup

2018-06-29 Thread V54328u
Also, i am having the same issue when setting device type. Using AdGroupBidModifierService. On Friday, June 29, 2018 at 12:18:56 AM UTC+5:30, Sreelakshmi Sasidharan (AdWords API Team) wrote: > > Hello, > > When a new ad group is created, until you explicitly set a demographic > targeting

Re: demographics targeting in adgroup

2018-06-29 Thread V54328u
Hello Sreelakshmi, Thanks for looking into the issue.. i created a campaign again, targeting the following criterion: age range: 18-24(503001), Gender: Female(11), Parental Status: Parent(300) In the UI, it shows that all the criterion are targeted. API version: 201802 Ad group ID:

demographics targeting in adgroup

2018-06-28 Thread V54328u
I am able to create campaign successfully and adgroup. i have added code for demographics targeting : age, gender and parental status. Suppose a user has selected age range "18-24" next i am using AgeRange newAge = new AgeRange(); newAge.setId("id as per google api");

Re: upload image for display ads

2018-06-14 Thread V54328u
image.setData(com.google.api.ads.common.lib.utils.Media.getMediaDataFromUrl(" https://goo.gl/dEvQeF;)); // Upload image. com.google.api.ads.adwords.axis.v201802.cm.Image uploadedImage = (com.google.api.ads.adwords.axis.v201802.cm.Image) mediaService.upload(new

Re: How to fix SERVICE_ACCESS_DENIED problem.

2018-06-14 Thread V54328u
this link shows why are you facing this error. it's because "Developer doesn't have permission to access service." here is the link: https://developers.google.com/adwords/api/docs/reference/v201802/AdGroupAdService.AuthorizationError On Thursday, June 14, 2018 at 3:33:19 PM UTC+5:30, 王锐 wrote:

upload image for display ads

2018-06-14 Thread V54328u
i am using api version 201802, when i try to upload image using media service image.setData(com.google.api.ads.common.lib.utils.Media.getMediaDataFromUrl(" https://goo.gl/dEvQeF; )); i am not able to upload "https:" image. when i upload "http " image ,

Re: set marketing objective parameter in display network type campaign

2018-03-07 Thread V54328u
i need to manage all parameters via api.. Thank you so much for reply. :)) On Wednesday, March 7, 2018 at 1:45:24 AM UTC+5:30, Sreelakshmi Sasidharan (AdWords API Team) wrote: > > Hi, > > The campaigns created via the AdWords API will be equivalent to "All > features" campaign in the UI. There

set marketing objective parameter in display network type campaign

2018-03-06 Thread V54328u
I want to set "marketing objective " parameter in campaign type "display network only", but i was'nt able to find anything in adwords api. I also went through the questions, but all of them said one can set it from "remarketing" or "targeting" types.. but in these types also i wasn't able to