API Token Pending

2011-06-14 Thread Josh Carter
Hi guys,

I've been having some trouble getting my API token to go from pending
to approved or rejected.

I think it has been over 8 weeks now, I believe I had an error with a
credit card which I corrected about a fortnight ago now and I saw two
charges go through that card from Google and the card is now showing
as valid and active for API purchases.

Not sure if I somehow messed up the way that you receive the request
for token due to this billing issue but I imagine I have done
something wrong here when I have done the application.

Could someone please let me know what I need to do here to get this
working.

Thanks in advance


Josh Carter

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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


R: Re: Been waiting 30+ days for API approval

2011-06-14 Thread mapendo
Hi Anash, just wrote you an email with my account information

thanks

Lorenzo

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: problem with experiment #167199

2011-06-14 Thread patrick
have done some testing and the problem is with the timezone.

when i originally set up my experiment the experiments were not
activating for several hours afterwards. i was advised by google to
put europe/london on the end of the startdate and enddate of the
experiment. But this is what is causing the issue when i take it off
again the experiment data comes back fine.

On Jun 13, 12:08 pm, patrick patr...@dotzinc.co.uk wrote:
 i've had a problem with experiment #167199.

 Even though i had the experiment set up for 50% experiment and 50%
 control and had the keyword set as ‘modified’ in the
 experimentDeltaStatus i still only had results for control?

 Everything seems to have been set up correctly for results in both
 experiment and control (which is what i wanted).

 I just wondered if there was a problem there with the experiment
 collection results etc.

 Thanks for your help

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Show customer balance

2011-06-14 Thread JOHO
Hi,

I've tested this example :
http://code.google.com/p/google-api-adwords-php/source/browse/trunk/examples/v201101/GetAllAlerts.php
, but I can't trigger any alerts. I've set campaign end date to
tomorrow and I have invited users that now are pending. But no alerts
are returned from the code above.

Is it possible to trigger Alerts in the Sandbox? Now I have to test in
prod.

On Jun 10, 12:29 am, Eric Koleda eric.kol...@google.com wrote:
 Hi,

 You may be able to use the AlertService to get an alert about the account's
 budget, but you won't be able to retrieve the balance.

 http://code.google.com/apis/adwords/docs/reference/latest/AlertServic...

 Best,
 - Eric

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Setting up the Sandbox using the C# .Net libraries

2011-06-14 Thread Mikko
OK. I finally got it sorted myself but I must say that the
documentation on the site is somewhat confusing.

I think it would be much clearer if the Getting Started section of
this document

http://code.google.com/apis/adwords/docs/sandbox.html

stated that the (.Net libraries at least) automatcially create the
sandbox accounts for you.
Because I had made an error in the way I'd specified the values in
App.config I then erroneously thought I was missing a step relating to
the get request mentioned in the above and ended up down a blind alley
for ages.

Cheers

Mikko



On Jun 13, 2:36 pm, Mikko sbels...@crystalguides.co.uk wrote:
 I want to use the AdWords API to do some fairly basic tasks using the
 C# .Net libraries but I’m finding the documentation confusing (maybe
 I’m looking at the wrong documents?)

 I’ve looked at the Best Practises document for using the Sandbox:

 http://adwordsapi.blogspot.com/2009/03/adwords-api-sandbox-best-pract...

 And it suggests I need to call getClientAccounts() in order to
 populate my sandbox with test data but I don’t see any such class in
 the C# v201101 libraries.

 Am I missing something? Sorry if this is a stupid question; if there
 are already simple examples that cover this question then please point
 me towards them!

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: v13 Reports: clicks in report disappear in mcc interface

2011-06-14 Thread Anash P. Oommen
Hi Dmitriy,

Please provide more details. What report type? Date date ranges? Report id?

Cheers,
Anash P. Oommen,
AdWords API Advisor.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: AuthenticationError.NOT_ADS_USER

2011-06-14 Thread Anash P. Oommen
Hi Kath,

I've reported this issue to the TrafficEstimator team. Could you meanwhile 
try using a different gmail login to make your API calls and see if that 
solves the issue for you?

Cheers,
Anash P. Oommen,
AdWords API Advisor.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Efficient use of InfoService to get method-level usage data?

2011-06-14 Thread jstedman
I think the easiest way to do this in Java would be to use reflection
to get a list of methods with something like :

Method[] methods = SomeServiceName.class.getMethods();
String[] methodNames = new String[methods.length];
for(int index = 0; index  methods.length; index++){
methodNames[index] = methods[index].getName();
}

I'm not a php guy, but if your using java, that would probably work
well for you.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Registering new users through API

2011-06-14 Thread Anash P. Oommen
Hi Oleg,

AdWords API doesn't allow new users to be registered through API.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: keyword research using URL

2011-06-14 Thread Anash P. Oommen
Hi Gayan,

You should be able to do this using TargetingIdeaService. You can use a 
modified version version of GetRelatedKeywords, using 
a RelatedToUrlSearchParameter as search parameter. See the following links 
for more details. 

http://code.google.com/apis/adwords/docs/reference/latest/TargetingIdeaService.html
http://code.google.com/p/google-api-adwords-php/source/browse/trunk/examples/v201101/GetRelatedKeywords.php
http://code.google.com/p/google-api-adwords-php/source/browse/trunk/examples/v201101/GetRelatedPlacements.php
http://code.google.com/apis/adwords/docs/reference/latest/TargetingIdeaService.html#getBulkKeywordIdeas
http://code.google.com/apis/adwords/docs/reference/latest/TargetingIdeaService.RelatedToUrlSearchParameter.html

Cheers,
Anash P. Oommen,
AdWords API Advisor,

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Is this related to the same issue?

2011-06-14 Thread Anash P. Oommen
Hi Edward,

Could you post a request id so I can lookup the logs?

Cheers,
Anash P. Oommen,
AdWords API Advisor.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Long Latency on Report Service transactions

2011-06-14 Thread Anash P. Oommen
Hi Edwards,

Users have reported delays in v13 reports recently, see 
https://groups.google.com/forum/#!topic/adwords-api/KTpL2sZzMmw for a 
discussion. Could you report your issue on that thread if it matches the 
description?

As for migrating from v13 to v201101, cross-client reports aren't available 
in v201101 yet, so I suspect you won't be able to upgrade yet.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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


Where is the documentation for v201101 gone?

2011-06-14 Thread Alexander Nitschke
I was searching for the v201101 docs to implement some more features,
but it seemed to be gone mysteriously from the API docs:
http://code.google.com/intl/de/apis/adwords/docs/

With some googling I found the English Adwords API docs start page in
the google cache where the v201101 version is actually included. So it
seems to be a problem for the German documentation only.

That's quite annoying for me since I never even wanted a German
documentation, much less one that is heartbreakingly incomplete. I
always used the English version in the past anyway (and never knew or
cared for a German). But I just can't switch to the English version as
the page keeps getting redirected to the (seemingly bad) German
version for me, no matter if I am logged in or not.

I need a solution urgently, can someone give me a hint or two?

Thanks.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Ruby client -- download_report.rb failed

2011-06-14 Thread Danial Klimkin
Hi google314,


What exactly error are you getting?


-Danial.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: v201008 sunset date?

2011-06-14 Thread Anash P. Oommen
Hi Michael,

v201008 sunset has been extended due to unavailability of v201101 
cross-client reports. See 
http://adwordsapi.blogspot.com/2011/05/update-on-adwords-api-v201101-sunset.html
 for 
updated dates.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: v13 Reports: clicks in report disappear in mcc interface

2011-06-14 Thread Dmitriy
Hi Anash,

AD_PERFORMANCE_REPORT
Jun 01 - Jun 02
jobId=1899132991
for customer 1185539639
campaign 82557816
adgroup 3009700776 (there is one keyword)
at Jun 02 downloaded report shows 1 click.

Thanks, Dmitriy.

On Jun 14, 2:14 pm, Anash P. Oommen anash.p.oom...@google.com
wrote:
 Hi Dmitriy,

 Please provide more details. What report type? Date date ranges? Report id?

 Cheers,
 Anash P. Oommen,
 AdWords API Advisor.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: KEYWORDS_PERFORMANCE_REPORT patch time frame

2011-06-14 Thread okiebug1...@gmail.com
Sorry for the delay Anash, hope this link suffices for background on
this issue:
http://groups.google.com/group/adwords-api/browse_frm/thread/61893660f41895c/0e0e2be554eb6c5e?lnk=gstq=okiebug1399#0e0e2be554eb6c5e

One can also review posts from me beginning in the Feb/March 2011 time
frame to locate (that is when I migrated off the V13 platform.  I have
tested each subsequent new release from V201008 to V20110n with each
report failing to return complete data for the date.

In regard to your inquiry on the joining of reports; it is not best
practices to run multiple reports to obtain account data and something
I am avoiding at all costs, since it would require using a hard-coded
campaign name to denote that the campaign is a Re-Marketing one and
without keywords.  Having said that this is primarily due to the
report, we are strictly discussing patches to the Keyword Performance
Report, returning 100% complete data (meaning I can balance with the
portals data) for Re-Marketing campaigns that have keywords. This
would force one to merge in data from multiple reports, making sure
not to duplicate data, in order to obtain this balancing for the days
spend.

It is really a big problem, not being on the most current version of
your API for reporting; please let me know the light at the end of the
tunnel is near and not a 3000# gorilla with a flashlight.

Thanks in advance for your assistance,

David

On May 19, 5:44 am, Anash P. Oommen anash.p.oom...@google.com
wrote:
 Hi David,

 Just wondering, why do you use the Campaign name when joining the reports?
 Isn't CampaignId a more reliable field to join on? Also, could you point me
 to the documented limitation you are referring to? I could check with the
 reporting team and find out more details.

 Cheers,
 Anash P. Oommen,
 AdWords API Advisor.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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


Aw: KW Perf. Report missing Content Network stats

2011-06-14 Thread Stefan Podkowinski
Data on content seems to be back again. Just noticed it today, so I'm not 
sure when it has been fixed or if it works for everyone.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Missing content network data for keyword reports

2011-06-14 Thread okiebug1...@gmail.com
Hi Stefan, this incomplete data issue seems to be a common problem for
Keyword Performance Reporting (KPR) versions after V13.  I've been
working/lobbying since March, another board member Reed has provided
support to my pleas, to get a patch for the KPR post V13 so that it
returns 100% complete data and allows one to balance with the portal's
data.  The work around of running multiple reports is fraught with
gotcha's and requires strict naming conventions in order to properly
merge data from multiple reports in order to balance with the AdWords
portal for the desired date.

I hope more here can speak to this issue and we can get a patch
released, since I think we have satisfied requirements and properly
documented the shortcomings to justify the efforts to fix this report.

Google API team, please hear our request and let us know the patch is
forthcoming,

David

On Jun 8, 9:31 am, Stefan Podkowinski s.podkowin...@gmail.com wrote:
 Today I was made aware that we're missing some performance data for the
 content network since June 5th. After some investigation I found out that
 the keyword report will no longer contain rows on automatic placements. The
 daily report is pulled with the following fields:

 Date
 CampaignId
 CampaignName
 CampaignStatus
 AdGroupId
 AdGroupName
 AdGroupStatus
 KeywordText
 KeywordMatchType
 IsNegative
 Status
 AdNetworkType1
 AdNetworkType2
 Clicks
 ClickType
 MaxCpc
 MaxCpm
 Impressions
 AveragePosition
 Cost
 QualityScore
 DestinationUrl
 PlacementUrl

 Before recently the clicks and costs on managed placements have been
 returned with a keywordText Content (in v13 I think it was Total -
 content targeting) and AdNetworkType1+2 being Display Network. Now those
 rows seem to be completely gone.
 Could you restore the old behavior?

 Many thanks in advance
 - Stefan

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Google Adwords API

2011-06-14 Thread Edensa
I have my marketing agency how they can get me the API Key the Ad words for 
me.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Can we get conversion data associated with a particular UserList

2011-06-14 Thread jstedman
OK, I may have figured this out, but it took a great deal of inference
to get to this point and due to the wait and see nature of UserList
accumulation and conversion tracking it is hard to definitively test
my understanding.

As I understand from this blog post:

http://adwordsapi.blogspot.com/search/label/UserListService

To retrieve the associated ConversionTracker objects, a
RemarketingUserList contains a list of UserListConversionType objects
which hold the IDs of the associated conversion trackers.

The blog post here shows nothing about assigning the ConversionTracker
id to the UserListConversionType, just the name which was why I was
expecting to have to correlate by name:

http://adwordsapi.blogspot.com/2010/10/discover-v201008-remarketing.html

But then after looking at the API docs a bit for
UserListConversionType I think I found the link:

RemarketingUserList.conversionTypes[x].id = ConversionTracker.id

Is this correct usage?




-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Can we get conversion data associated with a particular UserList

2011-06-14 Thread jstedman
This thread was helpful also:

http://www.google.ru/support/forum/p/AdWords/thread?tid=2910ee867d6365cfhl=en

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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


Aw: Re: Missing content network data for keyword reports

2011-06-14 Thread Stefan Podkowinski
The easiest way to deal with this would be to merge keywords, placements and 
other reports into a single criterion report. Then use the matchtype field 
to tell the type of criterion, e.g. exact for exact keyword, vertical 
for managed placement, domain for autom. placements, user list for 
remarketing or video. The kw text, placement url or user list name would 
go to a single criterion field. Placeholders such as Other Domains or 
Total Content are fine as well, if it can't be avoided. As all numbers in 
the criterion report would now match up on ad group level, the ad group, 
campaign and account reports would be obsolete. Really simple. Its already 
been done right in the ad reports. You don't see this kind of segmentation 
there. So why no single report for criterions?

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Re: Missing content network data for keyword reports

2011-06-14 Thread Saiprasad Kamath
Its already been done right in the ad reports

 

Its true, it even contains keywordId but oddly, does not contain the
criterion text. We could use the ad reports to match back the summary
figures with that of the adWords GUI, but then the results would be way
too large while being not too useful.

 

Having a single criterion report, as Stefan suggested would also solve
the issue of making multiple calls to the API. In addition to what
Stefan suggested, to overcome the issue of overlapping figures
(keyword+managed+auto is greater than sum total), we could have a flag
that would put the data in the right segment based on user preference IE
either [keyword data would contain Search and Content metrics with the
auto metrics containing only non-keyword related metrics] or [keyword
data would contain exclusively Search metrics while the auto metrics
would include Content related to keywords metrics]. Does that make
sense.

 

Having a single report really helps us to 

- provide drill down features, 

-  double check if the figures are correct

-  help troubleshoot if there are any problems

-  reduce number of calls to the api (for multiple reports)

 



From: adwords-api@googlegroups.com [mailto:adwords-api@googlegroups.com]
On Behalf Of Stefan Podkowinski
Sent: Tuesday, June 14, 2011 10:59 AM
To: adwords-api@googlegroups.com
Subject: Aw: Re: Missing content network data for keyword reports

 

The easiest way to deal with this would be to merge keywords, placements
and other reports into a single criterion report. Then use the matchtype
field to tell the type of criterion, e.g. exact for exact keyword,
vertical for managed placement, domain for autom. placements, user
list for remarketing or video. The kw text, placement url or user
list name would go to a single criterion field. Placeholders such as
Other Domains or Total Content are fine as well, if it can't be
avoided. As all numbers in the criterion report would now match up on ad
group level, the ad group, campaign and account reports would be
obsolete. Really simple. Its already been done right in the ad reports.
You don't see this kind of segmentation there. So why no single report
for criterions?

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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


special formatting keyword text in campaign negative performance report

2011-06-14 Thread codeninja
Currently we are getting all of campaign negatives structure using
CampaignCriterionService which we have updated to start using
ReportDefinitionService by requesting
CAMPAIGN_NEGATIVE_KEYWORDS_PERFORMANCE_REPORT (DateRangeType set to
TODAY), in the downloaded xml file we have noticed that the negative
keyword text (negativeKeyword element) has special formatting based on
match type, so an exact match type keywords have square brackets
around them ( e.g negativeKeyword='[test19]' ), phrase match type
keywords have quotes ( e.g negativeKeyword='quot;recipequot;' ). We
also retrieve keyword structure using reports and there we don't see
this issue, upon further digging in forum I found out that few months
ago some people saw similar issue in keyword performance report which
looks like adwords api team acknowledged and fixed it...

https://groups.google.com/forum/embed/?place=forum/adwords-apishowsearch=trueshowpopout=trueparenturl=http%3A%2F%2Fcode.google.com%2Fapis%2Fadwords%2Fforum.html#!searchin/adwords-api/phrase$20keyword$20in$20quotes/adwords-api/eu-ld7aKEwQ/tiWpQXfw3qgJ


I hope someone can tell us if this is a issue or not...

ReportId: 114314488  ReportType:
CAMPAIGN_NEGATIVE_KEYWORDS_PERFORMANCE_REPORT DateRangeType: TODAY


Thanks.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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


Getting historical data

2011-06-14 Thread Bilal Ahmed
Hi All,

I am trying to get monthly search volume  CPC for any given month, year or
day.
Any pointers would be great

Cheers

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Conversions in report with no cost or clicks

2011-06-14 Thread Kevin Winter
Greg,
  You might also want to post this on the regular AdWords forums if you can 
see the same discrepancy in both AdWords UI and API.

- Kevin Winter
AdWords API Team

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: OAuth support - please finish the job

2011-06-14 Thread Jason Tan
+1

I just discovered today that report downloads are not available
through OAuth.  We can't store our users' username and password, and
we want to generate reports without the user having to login each
time.  Is there currently no way to do this?

An approximate time frame on OAuth access to download reports (or
whether or not it is even being worked on) would be much appreciated.

Thanks,
Jason


On Jun 8, 6:36 am, Rob Ryan rob...@gmail.com wrote:
 I second this,
 I just don't get why all the effort was gone to allow OAuth access to pretty
 much everything else in the API then to have probably over half the use
 cases requiring an additional authentication method. I went down the OAuth
 path well over 6 months ago thinking that by the time it was exposed to
 customers these initial issues would be well in the past. Now I will have to
 implement a second method.
 I realise that you have no power over this one Eric, would be great though
 to get a timeline from those who do or at least this is on the backburner
 because... explanation.
 Thanks.
 Rob

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Getting content network's keywords using the reports

2011-06-14 Thread Alexander Parij
Well I figured it out. 
Setting no stats fields and no network fields will give the content network 
keywords in keywords reports just later I need to figure out which keyword 
belongs to what network.
Such a simple task but a convoluted solution.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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


Error During Youtube Template Ad Creation (INVALID_TEMPLATE_ELEMENT_FIELD_TYPE for Video)

2011-06-14 Thread jz
Hi--

I'm trying to create a new Youtube Promoted video template ad via the api.  
However, I'm seeing an error for INVALID_TEMPLATE_ELEMENT_FIELD_TYPE 
regarding the video in the template fields.  What am I missing?

Here are the soap requests and response:

soap request body:
soapenv:Body 
xmlns:soapenv=http://schemas.xmlsoap.org/soap/envelope/;mutate 
xmlns=https://adwords.google.com/api/adwords/cm/v201008;operationsoperatorADD/operatoroperandadGroupId2137122852/adGroupIdns2:ad
 
xsi:type=ns2:TemplateAd 
xmlns:ns2=https://adwords.google.com/api/adwords/cm/v201008; 
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;ns2:urlhttp://www.youtube.com/watch?v=glii-kazad8amp;feature=related/ns2:urlns2:displayUrlyoutube.com/geddesd21/ns2:displayUrlns2:templateId13/ns2:templateIdns2:templateElementsns2:uniqueNameadData/ns2:uniqueNamens2:fieldsns2:nameheadline/ns2:namens2:typeTEXT/ns2:typens2:fieldTextFun
 
Corgi/ns2:fieldText/ns2:fieldsns2:fieldsns2:namedescription1/ns2:namens2:typeTEXT/ns2:typens2:fieldTextCorgi
 
belly 
flops/ns2:fieldText/ns2:fieldsns2:fieldsns2:namedescription2/ns2:namens2:typeTEXT/ns2:typens2:fieldTextJumping
 
into 
lake/ns2:fieldText/ns2:fieldsns2:fieldsns2:namevideoId/ns2:namens2:typeVIDEO/ns2:typens2:fieldMedia
 
xsi:type=ns2:Videons2:nameCorgi 
Flop/ns2:namens2:Media.TypeVideo/ns2:Media.Typens2:durationMillis93000/ns2:durationMillisns2:readyToPlayOnTheWebtrue/ns2:readyToPlayOnTheWebns2:youTubeVideoIdStringglii-kazad8/ns2:youTubeVideoIdString/ns2:fieldMedia/ns2:fieldsns2:fieldsns2:namevideoThumbnail/ns2:namens2:typeENUM/ns2:typens2:fieldText0/ns2:fieldText/ns2:fieldsns2:fieldsns2:namedestinationPage/ns2:namens2:typeENUM/ns2:typens2:fieldText2/ns2:fieldText/ns2:fieldsns2:fieldsns2:namechannelName/ns2:namens2:typeTEXT/ns2:typens2:fieldTextgeddesd21/ns2:fieldText/ns2:fieldsns2:fieldsns2:nameimageUrl/ns2:namens2:typeURL/ns2:typens2:fieldTexthttp://i.ytimg.com/vi/glii-kazad8/default.jpg/ns2:fieldText/ns2:fields/ns2:templateElementsns2:nameCorgi
 
Flop/ns2:name/ns2:adstatusENABLED/status/operand/operations/mutate/soapenv:Body

soap error response:
soapenv:Body 
xmlns:soapenv=http://schemas.xmlsoap.org/soap/envelope/;soapenv:Faultfaultcodesoap:Server/faultcodefaultstring[AdError.INVALID_TEMPLATE_ELEMENT_FIELD_TYPE
 
@ operations[0].operand.ad.templateElements[0].fields[3]; 
trigger:'VIDEO']/faultstringdetailApiExceptionFault 
xmlns=https://adwords.google.com/api/adwords/cm/v201008;message[AdError.INVALID_TEMPLATE_ELEMENT_FIELD_TYPE
 
@ operations[0].operand.ad.templateElements[0].fields[3]; 
trigger:'VIDEO']/messageApplicationException.TypeApiException/ApplicationException.Typeerrors
 
xsi:type=AdError 
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;fieldPathoperations[0].operand.ad.templateElements[0].fields[3]/fieldPathtriggerVIDEO/triggererrorStringAdError.INVALID_TEMPLATE_ELEMENT_FIELD_TYPE/errorStringApiError.TypeAdError/ApiError.TypereasonINVALID_TEMPLATE_ELEMENT_FIELD_TYPE/reason/errors/ApiExceptionFault/detail/soapenv:Fault/soapenv:Body
[14 Jun 2011 11:43:00] 
[Session[1515185113080766174472]@msgbus-pool-1-thread-1] 160779 ERROR 
(com.marin.mscm.actions.AbstractBaseActionHandler:430) - Error in 
com.marin.mscm.actions.google.AddCreativeHandler: The template field doesn't 
have have the correct type.; Errors: {0=[PvoError(code: 
INVALID_TEMPLATE_ELEMENT_FIELD_TYPE)]}

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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


Migraring V13 Structure Reports to v201101

2011-06-14 Thread Reed
The migration guide at 
http://adwordsapi.blogspot.com/2010/07/discover-v201003-migrating-your-account.html
helps to fill in the gaps for replacing the v13 structure reports
using the new api, but doesn't really address the ability of the v13
structure reports to return data for the entire account - not just
those records for data with impressions.  Would it be possible to get
an xml example of specifying zero impressions using v201101?

thanks,
-reed

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Migraring V13 Structure Reports to v201101

2011-06-14 Thread jstedman
Don't filter on impressions0 and you should get all the records.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Error During Youtube Template Ad Creation (INVALID_TEMPLATE_ELEMENT_FIELD_TYPE for Video)

2011-06-14 Thread jz
Never mind, i figured it out.  i had to set the type of the media object to 
video as well.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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