How I can get the CPA from AdGroup using Adwords API?

2015-12-04 Thread Albert Catama
-- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to

Re: How I can get the CPA from AdGroup using Adwords API?

2015-12-04 Thread Albert Catama
Anyone? Thank you. On Friday, December 4, 2015 at 5:26:44 PM UTC+8, Albert Catama wrote: > > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts

How to can get the CPA from AdGroup using Adwords API?

2015-12-04 Thread Albert Catama
How to can get the CPA from AdGroup using Adwords API? Thanks! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts

Re: Which AdWords API should you use?

2015-12-04 Thread Umesh Dengale
Hello, Currently, In the AdWords API reports there is no field which gives *parental status* information. Please keep an eye on our AdWords API blog for any

Re: Unable to get the account Labels using account label service

2015-12-04 Thread Nadine Sundquist (AdWords API Team)
Hi Kamran, Thanks for clarifying! The service you'll want to use is ManagedCustomerService->get() at the manager account level of your hierarchy. In your Selector

Re: CAMPAIGN_PERFORMANCE_REPORT

2015-12-04 Thread Anthony Madrigal
Hi Shyam, I see that your question was answered in this post . If you have any more questions, please let me know. Regards, Anthony AdWords API Team -- --

Re: Unable to get the account Labels using account label service

2015-12-04 Thread rc1375
Hi Nadine, Thank you for the quick update now I understand how to get the labels on account level. Please see below for the request ID i used to get the labels. 00052611ba919d700ac246870d033586 But sorry I think I was not very clear earlier, actually I want to get Labels associated with

Can Adwords Api Query Customer Acquisition Costs

2015-12-04 Thread Callum Mckeefery
Im trying to see if there is away to find out how much each visitor cost me in real time. I.e right now i have 3 visitors on my site. I want to see which one cost me the most to acquire so I can target them with a special promotion of live chat. Is this possible using the Adwords Api. -- --

CAMPAIGN_PERFORMANCE_REPORT

2015-12-04 Thread Shyam Menon
Hi Everyone, I am using campaign performance report for last week using google adword api. I am using below query. 'SELECT ExternalCustomerId,AccountDescriptiveName, CampaignId,CampaignName, Cost, Impressions, Clicks,AllConversionValue,Conversions,Week,Year

Re: PerCost metrics disappeared with the v201509 Adwords API release

2015-12-04 Thread Bastien Rabaute
Hi Umesh, Thanks for the reply, but I already knew that, as it is what is written in the release note. But the problem is that in the new AllConversions columns, there is no columns corresponding to the old EstimatedTotalConversionValuePerCost. MAybe I am wrong, but I do not see any column

Re: How to can get the CPA from AdGroup using Adwords API?

2015-12-04 Thread Anthony Madrigal
Hi Albert, You can get the CPA of an AdGroup by either: - Selecting the BiddingStrategyConfiguration and use the field CpaBid from the AdGroupService - Run an AdGroup

Connect Remarketing Lists with app

2015-12-04 Thread tobias . klasse
Hi, just want to ask if it's possible to connect a remarketing list with an app with the API?? Here is a picture of what I mean: http://imgur.com/Nmln2WG -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Recover the total impressions of all keywords

2015-12-04 Thread etienne . veilleux
Hi, Is it possible to recover the total impressions of all keywords and also the total number of all QualityScore from all campaign inside an account. I can already do it with a "For Each" by creating a loop through the results but I was wondering if it was possible to return the result via

Re: Network

2015-12-04 Thread Anthony Madrigal
Hi, In AdWords API, campaigns that are have both search and display networks are shown as Search networks. In order to determine if it's a search campaign or a search *and

Re: Recover the total impressions of all keywords

2015-12-04 Thread Anthony Madrigal
Hi, You could use the Keywords Performance Report instead. This report contains both Impressions and QualityScore. Don't forget to set skipReportSummary

Re: Not able to get Paused Campaign ID & Name for ClientCustomer ID

2015-12-04 Thread Senthil Palaniswami
Is it also the same for Groups & Keywords ? On Fri, Dec 4, 2015 at 5:12 PM, Senthil Palaniswami < senthil.palanisw...@gmail.com> wrote: > Thanks a lot Anthony. It makes sense now. > > On Fri, Dec 4, 2015 at 5:09 PM, Anthony Madrigal < > adwordsapiadvisor+anmadri...@google.com> wrote: > >> Hey

Re: Domain Verification (Webhook)

2015-12-04 Thread Click Precision
Thank you Nadine, now that I know this is not a requirement. Mike On Thursday, December 3, 2015 at 6:13:24 PM UTC-5, Nadine Sundquist (AdWords API Team) wrote: > > Greetings, > > I just took a look through the AdWords API > documentation to see if

generating XML using the new BatchJobService system in PHP

2015-12-04 Thread Bill
The documentation for the new BatchJobService system states (here, to be exact ) that each client library will have some facility for generating XML files in the required format

Re: Unable to get the account Labels using account label service

2015-12-04 Thread rc1375
Hi Nadine, Thanks for quick reply. ManagedCustomerService->get() worked perfectly as per my requirement. Thank you so much for the help! Regards, Kamran On Friday, December 4, 2015 at 7:39:28 AM UTC-5, rc1...@gmail.com wrote: > > Hi Nadine, > > Thank you for the quick update now I understand

Recover the total impressions of all keywords

2015-12-04 Thread etienne . veilleux
Hi, Is it possible to recover the total impressions of all keywords and also the total number of all QualityScore. I can already do it with a "For Each" by creating a loop through the results but I was wondering if it was possible to return the result via the reports directly. Here is my

Re: Not able to get Paused Campaign ID & Name for ClientCustomer ID

2015-12-04 Thread Anthony Madrigal
Hey Senthil, The reason those campaigns are not being returned is because they are video campaigns. Video campaigns are currently not supported through the AdWords API services. If you want to get the stats of those campaigns, you can run either the Campaign Performance Report

Not able to get Paused Campaign ID & Name for ClientCustomer ID

2015-12-04 Thread Senthil Palaniswami
Team, I got all the Campaign details including ID, Name, but some of the records are missing. I found those are status of "Paused". Could you please assist on this ? Thanks ! Thanks Senthil -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: Connect Remarketing Lists with app

2015-12-04 Thread Umesh Dengale
Hello, Thanks for providing the screenshot. You could use the rule based remarking list. Please check out rule based remarking guide and AddRuleBasedUserLists

Re: generating XML using the new BatchJobService system in PHP

2015-12-04 Thread Umesh Dengale
Hello, Currently, BatchJobHelper is not available in the PHP client library. Sorry for this inconvenience. The engineers are working on the *BatchJobHelper *component of the BatchJobService for PHP client library. We will

Re: Any way to get AGE_RANGE, GEO and GENDER performance report at campaign level?

2015-12-04 Thread Anthony Madrigal
Hello, Unfortunately, these reports break down their stats on the ad group level. There is currently no way to break them down on a campaign level. Regards, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: Not able to get Paused Campaign ID & Name for ClientCustomer ID

2015-12-04 Thread Anthony Madrigal
Hi Senthil, Did you include any predicates in your API call? Try to add the predicate *Status IN ["ENABLED","PAUSED"] *and see if your results include paused campaigns. If you are still facing issues, please send me your SOAP request and response through *reply privately to author.* Regards,

Re: Not able to get Paused Campaign ID & Name for ClientCustomer ID

2015-12-04 Thread Senthil Palaniswami
Thanks a lot Anthony. It makes sense now. On Fri, Dec 4, 2015 at 5:09 PM, Anthony Madrigal < adwordsapiadvisor+anmadri...@google.com> wrote: > Hey Senthil, > > The reason those campaigns are not being returned is because they are > video campaigns. Video campaigns are currently not supported

Developer Token Works, Production Token can't connect

2015-12-04 Thread Joshua Bartley
For my application we have two developer tokens(or applications), one for development, and one approved for production use. On the development server we can connect and reconnect to our test mcc accounts perfectly. Switch out the CLIENT_ID, CLIENT_SECRET, DEVELOPER_TOKEN causes the code to

Re: Any way to get AGE_RANGE, GEO and GENDER performance report at campaign level?

2015-12-04 Thread Sny
Thanks Anthony On Saturday, December 5, 2015 at 2:17:53 AM UTC+5:30, Anthony Madrigal wrote: > > Hello, > > Unfortunately, these reports break down their stats on the ad group level. > There is currently no way to break them down on a campaign level. > > Regards, > Anthony > AdWords API Team >

Network

2015-12-04 Thread etienne . veilleux
Hi, I try to find a way to filter results to only have the campaigns that appear on both the search network and the network display at the same time. I tried several things but I can not find how to specify this. Do you know how to do that? The current formula displays the campaign that are

Re: Can Adwords Api Query Customer Acquisition Costs

2015-12-04 Thread Umesh Dengale
Hello, In the AdWords API reports, metric are calculated daily and not available real-time. Above scenario is not supported by the API. Please check out the data freshness document for more details. Thanks, Umesh, AdWords API Team.