can anybody share a code snippet or reference to any code which helps me getting house hold income data

2020-06-12 Thread Harisankar Mohanty
Hi Guys , I am working in PHP Adwords library and I am finding it very difficult to retrieve House Hold Income data in one's account.. Can anyone please share a code snippet or reference to any code that will help me in building program to retrieve household income data in one's account ? Reg

issue in retrieving existing AdSchedules from one's account

2020-06-12 Thread Harisankar Mohanty
Hello Guys, We are doing time of day bid adjustment using php adwords For that we need need to remove the existing AdSchedule first, then add the new ones. This is our code that we use to retrive the existing AdSchedules in our adwords acoount. But unfortunately we are not getting any result (

keyword bid upload duplicacy error

2020-05-26 Thread Harisankar Mohanty
Hello, We are using adwords PHP library for uploading bid adjustment for keywords to adwords server. For this we are using "BiddableAdGroupCriterion" service. We have some keywords which have the same keywordId (criteriaId), adwordsID and campaignID. They are distinguished ONLY in capitalizati

code snippet for downloading data for income range

2019-11-12 Thread Harisankar Mohanty
Hello, We are attempting to use the adGroupCriterion Service with either the 'get' or 'query' parameter to download data (clicks, conversions, etc) for a specific income range in an ad group

Re: income range performance from google adwords

2019-11-08 Thread Harisankar Mohanty
Thank you for your information On Saturday, November 9, 2019 at 1:54:22 AM UTC+5:30, adsapiforumadvisor wrote: > > Hi Harisankar, > > Thanks for reaching out. Retrieving the household income statistics (such > as clicks, conversions, conversionRate, cpcBid etc) is currently not > supported in t

income range performance from google adwords

2019-11-08 Thread Harisankar Mohanty
Hello Guys, Is there a way to retrieve income range performance data from Google Adwords server using php client library ? https://developers.google.com/adwords/api/docs/reference/v201809/AdGroupCriterionService.IncomeRange My requirement is getting some basic info about each household income r

Issue with adding Income TIER

2019-01-16 Thread Harisankar Mohanty
Hello, I am trying to add Income Tiers (TIER_1, TIER_2 etc) to a location by using this code (PHP) but getting error message *Fatal error: Class 'App\Targeting\FeedFunction' not found * *$session = $sessionBuilder->withClientCustomerId($customerId)->build();* *$campaignCriterionServi

Re: how to get household income data

2018-12-21 Thread Harisankar Mohanty
Hello Anash, I have replied to your private mail in the thread asking about the service and criteria Type that we need to use to retrieve data related to Income Tiers. Can you please look at this ? On Tue, Dec 18, 2018 at 11:24 PM Harisankar Mohanty < harish.moha...@gmail.com> wrote: &

Re: how to get household income data

2018-12-18 Thread Harisankar Mohanty
pond to this thread privately and share with me one or > more campaign IDs so I can take a look? > > Cheers > Anash P. Oommen, > AdWords API Advisor. > > On Thursday, December 13, 2018 at 12:33:55 AM UTC-5, Harisankar Mohanty > wrote: >> >> Hello Sir, >> >

Re: how to get household income data

2018-12-12 Thread Harisankar Mohanty
no special gender criteria for this campaign, so > it is serving to GENDER_MALE, GENDER_FEMALE and GENDER_UNDETERMINED). > > Hope this helps? Let me know if you have more questions. > > Cheers > Anash P. Oommen, > AdWords API Advisor. > > On Saturday, December 8, 2018 at 4:07:12 PM UTC

how to get household income data

2018-12-08 Thread Harisankar Mohanty
Hello API Team, I am using Google Adwords API version : v201806 (PHP) to develop a web app. I am struck somewhere to retrieve Household Income Tier for a particular Campaign. Though I am getting info for criteria type 'LOCATION' but other criteria type does not work for me like 'INCOME_RANGE' o

php code for modifying bids of products in shopping campaign

2016-10-28 Thread Harisankar Mohanty
Hello Everybody, I need sample php code for modifying bids of products. I have 'Offer Ids' of products which I get through SHOPPING_PERFORMANCE_REPORT and values of 'bids to be modified' against those offer ids. I need some code snippet which may help me to accomplish this job. Thanks & regard