Re: AdWords Jars and Examples Download Link Broken

2016-06-01 Thread Mark Gormley


Hi Peter,

Thank you for the quick reply. 

The link you provided me lists downloads for the different Ads APIs as jars 
or Maven projects, but the only link that doesn't work is for the AdWords 
jars. I left out the part in my original post explaining that what I need 
is the AdWords jars download. I have attached a screenshot of the Google 
Ads Releases page with the offending link highlighted.

Thanks,

Mark














On Thursday, June 2, 2016 at 1:14:32 AM UTC+10, Peter Oliquino wrote:
>
> Hello Mark,
>
> You could use this link - 
> https://github.com/googleads/googleads-java-lib/releases.
>
> Please let me know if you find any issues.
>
> Thanks,
> Peter
> AdWords API Team
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/cfba269b-e81f-4f12-92bf-d06e611b1193%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


AdWords Jars and Examples Download Link Broken

2016-06-01 Thread Mark Gormley
When I try to download the latest and greatest AdWords API 
(googleads-java-lib-v2.15.0) I receive an error message.

The link I'm trying to download from is:
https://github.com/googleads/googleads-java-lib/releases/download/2.15.0/adwords-axis-jars-and-examples-2.15.0.tar.gz

The error message I receive is:
The specified key does not exist.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/57bc9027-306e-496f-8585-b518e257%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Missing keywords in KEYWORDS_PERFORMANCE_REPORT

2012-02-26 Thread Mark Gormley
In your Keywords Performance Report, try including all the metrics 
(impressions, clicks, cost, conversions, etc) that you have in your Ad 
Performance Report.

I ran into a similar problem where I was running an Ad Performance Report 
that returned a row with impressions = 0 , clicks = 1, and cost = 0.42. 
When I ran a Keywords Performance Report to get the corresponding keyword 
data, I wasn't getting that row. I originally ran the Keywords Performance 
Report with just the impression metric, but with I included clicks or cost 
I started getting that missing row.

It seems that the reports will only return rows if at least one of the 
metrics included in it is greater than zero. I also found that predicates 
didn't really work with values of zero.

It took me a lot of messing around to figure out why I wasn't getting this 
one keyword. This doesn't really seem like desirable 
functionality...especially with how many people are merging Ad Performance 
and Keyword/Criteria Performance Reports.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Report Field Attribute Behavior

2012-02-12 Thread Mark Gormley
I'm looking for info on the behavior of report fields marked as attributes 
like QualityScore, FirstPageCPC, MaxCPC, etc.

I have several tests that were passing last week and are now randomly 
failing when testing QualityScore and FirstPageCPC. I found in an old forum 
post that fields marked as attributes do not return historical data and 
always return the current values.

https://groups.google.com/forum/#!searchin/adwords-api/qualityscore$20changes/adwords-api/JO4yORp-9fE/Q0I13m9lUvoJ

As I have said, I have observed that QualityScore and FirstPageCPC change 
and do not have a deterministic value, meaning I can't test them 
automatically. Does this hold true for all fields marked as attributes 
excluding things like IDs of course? In particular I'm interested in 
maxCPC, maxCPM, maxCPA, and highestPosition in the Keywords Performance 
report and displayNetworkMaxCPC, defaultMaxCPC, maxCPM, maxCPA, 
defaultMaxCPC, managedPlacementMaxCPC, and maxCPA1PerClick from the Ad 
Group Performance report.

Thanks for your help.

Mark

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: v201109 Aggregation

2012-01-16 Thread Mark Gormley
Thanks Eric. That was just what I was looking for and our summary reports 
are now much faster.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


v201109 Aggregation

2012-01-10 Thread Mark Gormley
I'm working with AdWords API v201109 using the Java Client Library. I'm 
running a multiple client report where all I'm getting for each client is 
the client id, date, impressions, clicks, cost, and conversions. This is 
just kind of a summary report.

When I run this report for four clients I'm getting thousands of rows back. 
I was wondering if there was a way to have the data aggregated so the 
report returns one row for each client for each day. Or is this something I 
would need to do myself?

Thanks for you help,

Mark

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en