How to set campaign goal for any campaign via adwords api ?

2019-02-04 Thread MSI Saurovh
How to add goal for a campaign via api. the options show in attached image. [image: Screen Shot 2019-02-04 at 4.26.33 PM.png] -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Unable to add user interest to a display type campaign's adgroup

2019-02-12 Thread MSI Saurovh
Hi, https://developers.google.com/adwords/api/docs/appendix/codes-formats here you will find all affinity user interest, and 92911 : /Technology/Social Media Enthusiasts is valid affinity $adGroupCriterionService = $this->adWordServices->get($this->session, AdGroupCriterionService::class); $ope

Re: Unable to add user interest to a display type campaign's adgroup

2019-02-12 Thread MSI Saurovh
bruary 13, 2019 at 11:52:37 AM UTC+6, MSI Saurovh wrote: > > Hi, > https://developers.google.com/adwords/api/docs/appendix/codes-formats > here you will find all affinity user interest, and > > 92911 : /Technology/Social Media Enthusiasts is valid affinity > > $adGroupCriter

Re: Unable to add user interest to a display type campaign's adgroup

2019-02-13 Thread MSI Saurovh
erion->setCriterion($userInterest); > > $adgroupOperation = new AdGroupCriterionOperation(); > $adgroupOperation->setOperator(Operator::SET); > $adgroupOperation->setOperand($genderBiddableAdGroupCriterion); > $operations[] = $adgroupOperation; > > $result = false; > if

Detail demographics constant data & criteria id

2019-02-18 Thread MSI Saurovh
where can i find detail demography constant data for example * parenting detail, * education * home ownership * merital status values implemented in here [image: Screen Shot 2019-02-18 at 6.01.36 PM.png] -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: http

Re: Detail demographics constant data & criteria id

2019-02-18 Thread MSI Saurovh
I wanted to implement detailed demographics feature, so need the criterion id for parents categories(like parent of infants, parent of toddler), marital statuses how can i get those option and their criterion id ? On Tuesday, February 19, 2019 at 9:35:45 AM UTC+6, googleadsapi-forumadvisor wrot

Re: Detail demographics constant data & criteria id

2019-02-19 Thread MSI Saurovh
On ConstantDataService we can fetch affinity, or there are Codes and Formats guide where all constant like age groups, gender criterion id can be found. what i need is to get all the types of parents, and marita

which campaign type and ad type should i use for discovery ads from api

2020-04-19 Thread MSI Saurovh
so we implementing new Discovery ads via adwords api, so what campaign type should i use from discovery ads ? there are four - const UNKNOWN = 'UNKNOWN'; const SEARCH = 'SEARCH'; const DISPLAY = 'DISPLAY'; const SHOPPING = 'SHOPPING'; const MULTI_CHANNEL = 'MULTI_CHANNEL'; and which ad type sho

Can discovery campaigns created via api ?

2020-04-20 Thread MSI Saurovh
Hi we want to implement discovery campaign via api, is it possible on current api versions ? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message beca