Re: Issue with Serve Status of campaign

2020-02-18 Thread Pradeep Datla
am not able to know if the campaign is actually serving or if it is waiting for some user action please let me know. On Monday, February 17, 2020 at 11:45:59 AM UTC-8, Pradeep Datla wrote: > > Hi, > > After Creating a campaign if the ads get disapproved or account gets > suspended, the se

Re: Issue with Serve Status of campaign

2020-02-18 Thread Pradeep Datla
What i want to know is if google campaign in actually "serving" ads or if it is stopped for some reason. Is there a way to know this? On Monday, February 17, 2020 at 11:45:59 AM UTC-8, Pradeep Datla wrote: > > Hi, > > After Creating a campaign if the ads get disap

Issue with Serve Status of campaign

2020-02-17 Thread Pradeep Datla
is causing an issue for us as in our application it actually shows as the campaign is currently serving, but in reality it is still in "eligible" status How would i determine if a campaign is actually serving ads or not? [image: billing.j

Re: Payment Failed Status

2020-02-17 Thread Pradeep Datla
Hi Xiaoming, We want to know if the payment or credit card failed so that we can send email to customer from our end. We dont want to trigger email throught api. we want to know the billing status of the account. Thank You, Pradeep Datla. On Thursday, February 13, 2020 at 4:00:02 PM UTC-8

Payment Failed Status

2020-02-13 Thread Pradeep Datla
Hi, I would like to send email to user if Payment/ credit card failed or Account is out of funds, How can i achieve this? I am using adwords api. If adwords api does not have it, does the new ads api have it? Please let me know, Thank You, Pradeep Datla

Reporting API Count for Request with Multiple CampaignID's

2020-01-30 Thread Pradeep Datla
Hi, If i am using report api by sending all campaignid's (lets say 10 campaignid's) of an account, Will it be counted as 1 api operation towards the rate limit or 10 operations? Thank You, Pradeep Datla. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https

Get Location Name/Address of Campaigns Locations using CampaignCriterionService

2020-01-27 Thread Pradeep Datla
) }, paging = Paging.Default }; CampaignCriterionPage page = new CampaignCriterionPage(); Thank You, Pradeep Datla. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https

Re: Send Email when Campaign is changed (keywords, locations. etc.,)

2020-01-24 Thread Pradeep Datla
Thank You for the info. On Friday, January 24, 2020 at 12:12:33 PM UTC-8, adsapiforumadvisor wrote: > > Hello Pradeep, > > Thank you for writing to us regarding your concern. One way to achieve > this is to use AdWords Alerting Framework > that

Send Email when Campaign is changed (keywords, locations. etc.,)

2020-01-23 Thread Pradeep Datla
email. As google does not provide webhooks for adwords, i am planning to write a service to check the campaigns at a certain frequency and send emails to users Please let me know Thank You, Pradeep Datla. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https

Re: use AGE_RANGE_PERFORMANCE_REPORT to get Campaign level data

2020-01-22 Thread Pradeep Datla
. As i just cannot sum up the values like Avg.CPC or CTR of individual ad groups to get campaign level values [image: campaign_level_age.jpg] Please let me know how to i can determine the values for campaign if the api does not provide it Thank You, Pradeep Datla. On Wednesday, January 22, 2020

Re: Traffic Estimation Service Data for Search campaign

2020-01-22 Thread Pradeep Datla
On Wednesday, January 22, 2020 at 1:44:16 PM UTC-8, Pradeep Datla wrote: > > Hi Mitchell, > > We took your advice and now we are taking maxCPC and daily budget from the > user. But even after sending both maxCPC(in KeywordEstimateRequest) and > dailyBudget(in Campa

Re: Traffic Estimation Service Data for Search campaign

2020-01-22 Thread Pradeep Datla
to the estimate provided by UI. Still the results i got did not match with UI. Please provide solution, what could be wrong. Thank You, Pradeep Datla. On Tuesday, January 21, 2020 at 10:14:51 AM UTC-8, adsapiforumadvisor wrote: > > Hi Pradeep, > > The TargetingIdeaService's average

use AGE_RANGE_PERFORMANCE_REPORT to get Campaign level data

2020-01-21 Thread Pradeep Datla
Hi, I am using AGE_RANGE_PERFORMANCE_REPORT to get age performance data. But i am getting it categorized by Adgroups. How do i get campaign- level data through api. I am using c# library. Thank You, Pradeep Datla. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

Re: Traffic Estimation Service Data for Search campaign

2020-01-17 Thread Pradeep Datla
he traffic estimation -Pradeep Datla. On Friday, January 17, 2020 at 10:17:06 AM UTC-8, adsapiforumadvisor wrote: > > Hi Pradeep, > > Thank you for reaching out. As explained here > <https://developers.google.com/adwords/api/docs/guides/traffic-estimator-service#ma

Traffic Estimation Service Data for Search campaign

2020-01-16 Thread Pradeep Datla
o get the right data?* I have attached a screenshot of Google Ads UI to show the daily estimates i am referring to. [image: estimatorService.jpg] Thank You, Pradeep Datla. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://g

Re: Audience List and Adding it to Campaign

2020-01-15 Thread Pradeep Datla
We are using adwords api C# library. Is there an example you can provide to get the list of users based on search term in adwords api ? I was not able to find an sample. Thank You, Pradeep Datla. On Tuesday, December 3, 2019 at 8:18:41 AM UTC-8, adsapiforumadvisor wrote: > > Hi P

NO_CUSTOMER_FOUND while getting Account Hierarchy

2020-01-13 Thread Pradeep Datla
Hi, I am trying to get account hierarchy when logged in with manager account. I am able to get the accounts when i test with "Test Manager Account" but when i try with a real Manager account i get an error "NO_CUSTOMER_FOUND". [image: accounthierarchy.jpg] [image: erroraccounthi.jpg] --

Get Report data for a date range on Per day basis

2019-12-05 Thread Pradeep Datla
campaign id? [image: impressions.JPG] Thank You, Pradeep Datla. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed

Re: How to get Budget Range Selector

2019-12-02 Thread Pradeep Datla
Thank you Mitchell for responding, Is there a way to get competitors price range ? On Friday, November 22, 2019 at 9:05:35 AM UTC-8, adsapiforumadvisor wrote: > > Hi Pradeep, > > Thank you for reaching out. There is no direct API equivalent to that > slider. However, you can follow this guide

Audience List and Adding it to Campaign

2019-12-02 Thread Pradeep Datla
Hi, We want to show a list audiences (like how google has it in its UI) which we would like to add while creating / updating campaign through api. 1) How do i get the list of audiences? [image: audience.JPG] 2) How do i add it during campaign creation through api? Thank You, Pradeep Datla

Re: TrafficEstimatorService issue with maxCPC

2019-12-02 Thread Pradeep Datla
Thank you Mitchell for the response, Is there a default value (recommended) i can set so that we can get right number of impressions, as the results vary based on maxCPC being set. On Monday, December 2, 2019 at 12:11:25 PM UTC-8, adsapiforumadvisor wrote: > > Hi Pradeep, > > Thank you for

TrafficEstimatorService issue with maxCPC

2019-12-01 Thread Pradeep Datla
is mandatory. [image: googlecpc.JPG] Thank You, Pradeep Datla. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed

How to get Reach for "Target campaigns for proximity to a location"

2019-11-26 Thread Pradeep Datla
Hi, I would like to get Potential Audience size when customer selects proximity option while creating campaign. I was not able to find a way to achieve this in API. I have added screenshot for understanding. [image: reach.JPG] -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find

LocationCriterionService mapping to maps

2019-11-25 Thread Pradeep Datla
: location.JPG] What i am trying to show in screenshots is there is no relation between the location selected in map to adwords api. Am i missing some logic here? Thank You, Pradeep Datla. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https

Webhook for Campaign Status changes

2019-11-25 Thread Pradeep Datla
Hi, We want to send emails whenever the status of a Campaign is changed( Start,Pause, End), Ads get rejected. Is there a way to configure webhook to achieve this functionality? If there is no webhook, is there a way to achieve this. Thank You, Pradeep Datla

TrafficEstimatorService does not match data with UI

2019-11-22 Thread Pradeep Datla
raffic estimates were returned."); } trafficEstimatorService.Close(); } catch (Exception e) { throw new System.ApplicationException("Failed to

How to get Budget Range Selector

2019-11-21 Thread Pradeep Datla
Hi, we are trying to build a budget selector which is offered in Google Ads UI while creating smart campaign. Is this feature supported in api? If it is supported can you please provide the details/ link [image: Budgetrange.JPG] Thank You, Pradeep Datla

Creating Campaigns with incomplete information

2019-11-06 Thread Pradeep Datla
Hi, I came across in-progress campaigns in Google Ads UI - when creating smart campaigns. can i create a Search campaign with incomplete data through API? we are working on a product which has a multi step UI to successfully create a campaign. [image: adprogress.JPG] Thank You, Pradeep

Sandbox or Sample Data for Campaign Performance

2019-11-06 Thread Pradeep Datla
for different scenarios. Thank You, Pradeep Datla. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "Ad

How to Create Smart Campaign through API

2019-11-06 Thread Pradeep Datla
Hi, I want to create a smart campaign (not Smart display campaign)which google ads ui provides. I have attached a screenshot for clarity. Is it possible to create a Smart Campaign using Google Adwords API or using the latest beta api ? [image: GoogleSmartAd.JPG] Thank You, Pradeep Datla