Re: Targeting In Google Ads Api

2022-02-21 Thread Ramesh Kolamala
Sure, will do that. Thanks. On Mon, Feb 21, 2022 at 2:48 PM Google Ads API Forum Advisor wrote: > HI Ramesh, > > I've responded to you on this thread > . > Moving forward, kindly refrain from

Re: Targeting In Google Ads Api

2022-02-19 Thread Ramesh Kolamala
'negative' => false is also giving the same error. On Saturday, February 19, 2022 at 7:05:29 PM UTC+5:30 Ramesh Kolamala wrote: > > Hi Luis, > > The above code results in exclusion of topic, so I removed 'negative' = > true and tried but getting the error, below is my code

Re: Targeting In Google Ads Api

2022-02-19 Thread Ramesh Kolamala
Hi Luis, The above code results in exclusion of topic, so I removed 'negative' = true and tried but getting the error, below is my code and error: *My Code:* $topicId = 317; $campaignCriterion = new CampaignCriterion([ 'topic' => new TopicInfo([ 'topic_constant' =>

TopicInfo positive target criteria is giving the error

2022-02-19 Thread Ramesh Kolamala
I am trying to target a Topic at campaign level, but getting the following error: *My Code:* $topicId = 317; $campaignCriterion = new CampaignCriterion([ 'topic' => new TopicInfo([ 'topic_constant' => ResourceNames::forTopicConstant($topicId) ]),