geo performance by ZIP_CODE?

2017-02-06 Thread Jay Zou
I pulled a GEO_PERFORMANCE_REPORT, which is by city level. Is there any other reports type providing granular segmentation, like ZIP code? Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Is there a 'Conversion Performance Report' like Click Performance Report

2016-10-07 Thread Jay Zou
Hi, I just jumped in Adwords API and was trying to learn about reporting. I found that Click Performance Report is very useful in my case, which provides one row for each Click. Since conversions are kind of even more valuable than Clicks, it makes no sense to me that we have a detail report

Is there a 'Conversion Performance Report'? like Click Performance Report

2016-10-07 Thread Jay Zou
Hi, I just jumped into Adwords API and was trying to learn about reporting. I found Click Performance Report is very useful in my case, which provides one row for each Click. Since Conversions is kind of even more valuable than Clicks, it makes no sense to me that we have a detail report for

Re: Is there a 'Conversion Performance Report'? like Click Performance Report

2016-10-10 Thread Jay Zou
Thank you Anthony. Yes, I tried all those reports listed under 'report type', found no solution. Is there really no way else to get those details on conversions? Or is there any plan of Google to add this feature in the future? On Friday, October 7, 2016 at 2:23:56 PM UTC-4, Anthony

Re: Is there a 'Conversion Performance Report'? like Click Performance Report

2016-10-10 Thread Jay Zou
Thank you very much! This is helpful. On Monday, October 10, 2016 at 3:31:29 PM UTC-4, Anthony Madrigal wrote: > > Hi Jay, > > You can use other reports such as the Account Performance Report to get > details on your conversions. There are several fields that are related to > conversions such

Impressions in SearchQueryPerformanceReport is much smaller than the one in KeywordsPerformanceReport

2016-10-25 Thread Jay Zou
I downloaded both SearchQueryPerformanceReport and KeywordsPerformanceReport

Re: Impressions in SearchQueryPerformanceReport is much smaller than the one in KeywordsPerformanceReport

2016-10-25 Thread Jay Zou
Thank you so much, Shwetha. That resolved my confusion. On Tuesday, October 25, 2016 at 5:13:21 PM UTC-4, Shwetha Vastrad (AdWords API Team) wrote: > > Hi Jay, > > In the Search Query Performance Report >

Re: update keyword's bidding differently according to MatchType

2016-10-19 Thread Jay Zou
Hi Shwetha, Thanks for the clear explanation. This solves my confusions. Best, Jay On Wednesday, October 19, 2016 at 4:33:13 PM UTC-4, Shwetha Vastrad (AdWords API Team) wrote: > > Hi Jay, > > Each keyword has one MatchType. For example, a 'Broad' match keyword with > text women's hats is

Can I modify Keywords' bidding based on other criterions, BESIDES 'platform'

2016-10-20 Thread Jay Zou
First, I assume that one keyword has only one bid value. (Correct me, if I was wrong.) Then I want to modify this bid value in as many circumstances as possible to maximize the performance. By 'many circumstances', I mean searches happen on different Platforms, like Mobile, Tables, or searches

Re: Adgroup Bid modifiers for platforms other than Mobile

2016-10-18 Thread Jay Zou
Hi Josh, Can you specify how to set 'BidModifier'? According to your document: https://developers.google.com/adwords/api/docs/reference/v201605/AdGroupCriterionService.BiddableAdGroupCriterion#bidmodifier This filed is a double type. How to determine wether this modifier is on Mobile or

Re: Adgroup Bid modifiers for platforms other than Mobile

2016-10-18 Thread Jay Zou
pendix/codes-formats#platforms> > . > > Cheers, > Josh, AdWords API Team > > On Tuesday, October 18, 2016 at 2:05:27 PM UTC-4, Jay Zou wrote: >> >> Hi Josh, >> >> Can you specify how to set 'BidModifier'? According to your document: >> https://developers.goo

Avg. CPC is higer than (Max. CPC * BidModifer)

2016-10-21 Thread Jay Zou
Hi, I set Max. CPC to 7.00 Then using BidModifier I change the bid by +5%. Which will make the Max. CPC to 7.35 right? But with 1 more click added on, now my Avg. CPC is 8.01. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: Avg. CPC is higer than (Max. CPC * BidModifer)

2016-10-21 Thread Jay Zou
Thank you, Shwetha. On Friday, October 21, 2016 at 3:55:04 PM UTC-4, Shwetha Vastrad (AdWords API Team) wrote: > > Hi Jay, > > If you have set more than one bid adjustment in your campaign, those > adjustments are typically multiplied together to determine how much your > bid will increase or

Re: Can I modify Keywords' bidding based on other criterions, BESIDES 'platform'

2016-10-21 Thread Jay Zou
Thank you Vishal. On Thursday, October 20, 2016 at 5:09:38 PM UTC-4, Vishal Vinayak (Adwords API Team) wrote: > > Hi Jay, > > For Platform criteria, bid modifiers are supported at campaign and ad > group levels only. When you apply a bid modifier on an ad group, all > keywords in the ad group

update keyword's bidding differently according to MatchType

2016-10-19 Thread Jay Zou
Hi, Here I want to update 3 biddings of 1 keyword based on its MatchType . Let's say for Exact match I'd like to bid $0.5, for Broad match I'd like to bid differently, like $0.7. Can I

Re: update keyword's bidding differently according to MatchType

2016-10-19 Thread Jay Zou
Hi Shwetha, This confuses me. I thought each keyword has 3 different biddings for different MatchTypes. Since I saw one keyword may have multiple values in 'match type'

Re: Adgroup Bid modifiers for platforms other than Mobile

2016-10-18 Thread Jay Zou
group level, both in the AdWords API and in AdWords. > > Cheers, > Josh, AdWords API Team > > On Tuesday, October 18, 2016 at 4:37:01 PM UTC-4, Jay Zou wrote: >> >> Thank you, Josh. This is really helpful. But it seems to add a >> bidModifier on Group level. Can I only m

Is it possible to set Daily Budget for a keyword?

2016-11-24 Thread Jay Zou
I found that there is a Daily Budget field in Adwords UI at campaign level. Is there a way to set a Daily Budget for a keyword? Can we do it through Adwords API? Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Is it possible to set a Daily Budget to a keyword?

2016-11-24 Thread Jay Zou
I found that Adwords API has a function to set Daily Budget to a campaign. While I am figuring out a way to set Daily Budget to a keyword. Thinking about using Automate rules, but not sure if this is practical. Any idea or comments are welcome. Thanks! -- --

Re: Bid modifier for a single Keyword?

2016-11-16 Thread Jay Zou
Thanks, Shwetha. On Wednesday, November 16, 2016 at 2:40:31 PM UTC-5, Shwetha Vastrad (AdWords API Team) wrote: > > Hi Jay, > > Bid modifiers > > can be applied at the campaign and ad group level. Like you said, bid

Re: Bid modifier for a single Keyword?

2016-11-16 Thread Jay Zou
To make more specific, let's say I have 2 Keywords, in the same AdGroup. for the kw1 I want to change the bid from 2 to 2.5 on desktop, and kw2 I want to change the bid from 3 to 1 on desktop? Can I make such an modification? On Wednesday, November 16, 2016 at 10:27:47 AM UTC-5, Jay Zou wrote

Bid modifier for a single Keyword?

2016-11-16 Thread Jay Zou
Hi there, I found that I can modify bidding for different platforms, like Mobile, Desktop, etc. by applying a BidModifier to Ad group. But this will affect all keywords below that group. Can I put 6 keywords in one Ad group and modify their biddings on different platforms independently?

Way to get Keywords level Impression details, like Device, Physical Region, etc

2016-10-11 Thread Jay Zou
I was trying to find details information about keywords level impressions, like where are these impressions come from, what type of impressions they are, etc. So far the best I can do is getting impressions' Device type from Search Query Performance Report. Since it has columns like:

Re: Way to get Keywords level Impression details, like Device, Physical Region, etc

2016-10-11 Thread Jay Zou
This is very helpful. Thank you so much, Shwetha! On Tuesday, October 11, 2016 at 2:46:37 PM UTC-4, Shwetha Vastrad (AdWords API Team) wrote: > > Hi Jay, > > Different report types provide data aggregated at different levels. You > can use this guide >

Re: Is there a 'Max CPC by Platform'?

2016-12-06 Thread Jay Zou
Thanks for replying, Anthony. However I'm still not very clear on Max CPC of each Platform. Is "Max CPC for Mobile" the same with "Default Max CPC" (field "CpcBid")? On Monday, December 5, 2016 at 7:29:16 PM UTC-5, Anthony Madrigal wrote: > > Hi Jay, > > The bid modifier gets applied to

Re: Is there a 'Max CPC by Platform'?

2016-12-06 Thread Jay Zou
Clear and very helpful. Thank you so much! Best, Jay On Tuesday, December 6, 2016 at 3:38:13 PM UTC-5, Anthony Madrigal wrote: > > Hi Jay, > > Yes, that is right. There are no fields specific to the cpc with the bid > modifier calculated. You can only get the base max cpc and the bid >

Re: Is there a 'Max CPC by Platform'?

2016-12-06 Thread Jay Zou
Using your example, can I say the Max CPC for Desktop is $4.74 = $3.16 * (1 + 50%), Max CPC for Mobile is $3.8552 = $3.16 * (1 + 22%) and Max CPC for Tablet is $3.16? Am I right? On Tuesday, December 6, 2016 at 2:25:45 PM UTC-5, Anthony Madrigal wrote: > > Hi Jay, > > Please take a look at the

Python client got warning on CentOS 6.5: "PowmInsecureWarning: Not using mpz_powm_sec."

2016-12-09 Thread Jay Zou
Using Python 2.7, I got this warning after "from googleads import adwords": /usr/local/lib/python2.7/site-packages/Crypto/Util/number.py:57: PowmInsecureWarning: Not using mpz_powm_sec. You should rebuild using libgmp >= 5 to avoid timing attack vulnerability. _warn("Not using mpz_powm_sec.

Re: Python client got warning on CentOS 6.5: "PowmInsecureWarning: Not using mpz_powm_sec."

2016-12-09 Thread Jay Zou
Thanks for pointing me to the right place, Shwetha. I posted it at https://github.com/googleads/googleads-python-lib/issues/167 On Friday, December 9, 2016 at 3:50:25 PM UTC-5, Shwetha Vastrad (AdWords API Team) wrote: > > Hi Jay, > > Thanks for bringing this to our notice. Since this is a

Is there a 'Max CPC by Platform'?

2016-12-05 Thread Jay Zou
Using 'AdGroupBidModifierService ', we are able to change Ad group's bid by Platform, like 'Mobile', 'Desktop' and 'Tablet'. Here is example of it

Re: Is there a 'Max CPC by Platform'?

2016-12-06 Thread Jay Zou
These "Max CPC for Platforms" can only be calculated by the way above, right? Is there any reports providing these data? On Tuesday, December 6, 2016 at 2:49:16 PM UTC-5, Anthony Madrigal wrote: > > Hi Jay, > > Yes, that is correct. Please let me know if you have any other questions. > >