Re: ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT@PrimaryDisplayStatus

2011-08-15 Thread Kevin Winter
Hi,
  Unfortunately, this is not a supported field via the API at this time. 
 Since the field does not have any analog in the API, we felt it does not 
make sense to return it in API reports.  This is consistent with the 
existing report definition behavior which does not allow these fields to be 
defined in new API reports.

- 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: [Docs] selecting UserListMembershipStatus for Criterion in CampaignCriterionService

2011-08-15 Thread Danial Klimkin
Hi Wilrik,


I am looking into it.


-Danial, 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: Get All Keywords from an existing Ad Group

2011-08-15 Thread Danial Klimkin
Hi Joseph,


Please check with PHP code examples:

  
http://code.google.com/p/google-api-adwords-php/source/browse/trunk#trunk/examples/v201101

Particularly:

  
http://code.google.com/p/google-api-adwords-php/source/browse/trunk/examples/v201101/GetAllAdGroupCriteria.php


-Danial, 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: API setup I always get error that client must be specified

2011-08-15 Thread Danial Klimkin
Hello John,


You should use your MCC login for email field and a linked AdWords account 
login for clientEmail (or its ID in clientCustomerId field).

MCC accounts are used for managing other accounts and should not be used for 
actual campaigns.


-Danial, 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: Notice: Undefined offset: 1 in AdsSoapClient.php on line 285 Could not connect to host

2011-08-15 Thread Danial Klimkin
Hello Oleg,


Does your hosting allow outbound connections? It appears the library is 
unable to reach google services.


-Danial, 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: Fatal error: Cannot redeclare non static AdWordsSoapClient::$endpoint as static TargetingIdeaService::$endpoint ???

2011-08-15 Thread Eric Koleda
Hi AmateurMetheus,

The AdWords API PHP client library required the PHP SOAP 
extension, 
and other PHP SOAP libraries are not supported.  If you follow 
the inheritance down, TargetIdeaService eventually extends SoapClient, which 
is provided by the SOAP extension.  My guess is that you are using a 
different SOAP library that also defines a class called SoapClient, which is 
causing the conflict.  Please work to install the PHP SOAP extension and 
remove other SOAP libraries.

Best,
- Eric Koleda, 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: AdGroupAdService not retrieving all the ads

2011-08-15 Thread Eric Koleda
Hi,

Unfortunately these types of ads cannot be retrieved by the 
AdGroupAdService.  What type of operations do you wish to perform on these 
ads?

Best,
- Eric Koleda, 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: TrafficEstimatorService getting zero values for lowerCPC, upperCPC....

2011-08-15 Thread prashant
Hi,
Can anybody help me out with this??

Thanks,
Prashant

On Aug 12, 4:38 pm, prashant  wrote:
> Hi,
> I am using trafficEstimatorService and when I try to get estimates for
> a list of keywords. Most of  them are returned with zero values for
> lower CPC, upper CPC, Lower Clicks per Day and Upper Clicks per Day.
> e.g.
> Keyword:MAP QUEST DRIVING DIRECTIONS
> Lower Avg. Position: 1.0
> Upper Avg. Position: 3.0
> Lower CPC:0.0
> Upper CPC:0.0
> Lower Clicks per day:0.0
> Upper Clicks per day:0.0
>
> What does this data means?

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


InfoService with API v201101

2011-08-15 Thread ovikast
Hi,

I'm getting the following error when trying to get  APi usage for one
client under MCC:

[ApiUsageError.INVALID_CLIENT_EMAIL @ selector; trigger:'email']

-code
used-
  // Get the InfoService.
  $infoService = $user->GetInfoService('v201101');

  // Create selector.
  $selector = new InfoSelector();
  $selector->apiUsageType = 'UNIT_COUNT_FOR_CLIENTS';

  // From the start of the month until today.
  $selector->dateRange = new DateRange(date('Ym01'), date('Ymd'));

  $selector->clientEmails = array('em...@emailserver.tld');

  // Get api usage info.
  $apiUsageInfo = $infoService->get($selector);

  // Display api usage info.
  if (isset($apiUsageInfo)) {
print 'The total number of API units used this month is "'
. $apiUsageInfo->cost . "\".\n";
  } else {
print "No api usage information was returned.\n";
  }

-

Any suggestions?

Thank 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


Developer token

2011-08-15 Thread Vehix ETL
It's been two weeks since we submitted our application for a developer token 
and it still says Pending Approval. What's the hold up? How long does it 
take to get things rolling?

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: ReportDefinitionError.INVALID_REPORT_DEFINITION_ID@selector.selector

2011-08-15 Thread Eric Koleda
Hi Tim,

Without looking into that specific case it's hard to determine the cause. 
 In general a delay shouldn't be needed between requests.  My guess is that 
trying to download it again won't work, but if you provide the report 
definition ID I can look into it further.

Best,
- Eric Koleda, 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: AdGroup Keyword Limit

2011-08-15 Thread Eric Koleda
Hi Ian,

I believe the limit only applies to active keywords, not paused or deleted 
ones.  I would expect the 2000 limit to be enforced in the sandbox, but I'm 
not certain.

Best,
- Eric Koleda, 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


Search Query Performance Report for Today or Yesterday?

2011-08-15 Thread Abhinay Mehta
Hi all,

When I try and download SEARCH_QUERY_PERFORMANCE_REPORT for today or 
yesterday, 
the report is always empty. Is there some rule that I've missed that says 
you can't get search query reports for today or yesterday?

Every other date is fine.

Any help on this would be much appreciated.

Thank you.

Abhinay Mehta

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


Random SOAP faults in AdParamService

2011-08-15 Thread valeriy
We started getting these errors today for some of the client accounts. Does 
not happen in sandbox.

javax.xml.ws.soap.SOAPFaultException: Cannot find method [get] 
version=v201101 in class [interface com.google.ads.api.se
rvices.campaignmgmt.adparam.AdParamService] while invoking public abstract 
com.google.ads.api.services.campaignmgmt.adpa
ram.v201101.jaxbgen.AdParamPage 
com.google.ads.api.services.campaignmgmt.adparam.v201101.jaxbgen.AdParamServiceInterface
.get(com.google.ads.api.services.campaignmgmt.adparam.v201101.jaxbgen.AdParamSelector)
 
throws com.google.ads.api.service
s.campaignmgmt.adparam.v201101.jaxbgen.ApiException_Exception with params 
[com.google.ads.api.services.campaignmgmt.adpa
ram.v201101.jaxbgen.AdParamSelector@1b2647].

Valeriy

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Merging Ad, Keyword, and Managed Placement Performance Reports

2011-08-15 Thread bgraves
Changing our database structure isn't an option right now.  We really
need a single report comparable to the v13 Keyword Performance
Report.  Was anyone able to merge the 3 reports together in .NET?

On Jul 29, 4:35 am, TJ  wrote:
> We don't merge them. Instead, use each to write to the different
> tables in your db. We use thekeywordperformancetable to populate
> thekeyworddata. Adperformancereportto populate the ad data & a
> cost & conversionperformancetable. When querying to make areportor
> a table, we use the unique identifiers to display in the same way you
> see data in the adwords ui.
>
> And we're stuck on how to integrate the managed placementreport. What
> do you do here? Do you put the placement in the same column as thekeywordand 
> have a flag in the table to indicate that the entity is a
> placement rather than akeyword?
>
> On Jul 28, 7:08 pm, bgraves  wrote:
>
>
>
> > I'm sure lots of people have had issues with theKeywordPerformance
> >Reportmissing information (like managed placement used, creative
> > used, etc.)  It seems that the only solution that I've read on this
> > forum is that it is necessary to merge all 3 reports together...but
> > how?  Just wanted some feedback to see what other .NET developer are
> > doing to acheive this:  are you using a DataTable, XMLDocument, or
> > some other method to merge all the reports together (I'm assuming the
> > keywordId is being used to link everything up).  I've coded a nice
> > solution to pull all 3 reports...just wanted some advice on how to
> > link them up so I can write the full set of data to SQL.- Hide quoted text -
>
> - Show quoted text -

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


Exact match keywords

2011-08-15 Thread Abr17
Hello,

I'm currently developing a desktop application based on the concept of
importing CSV file from Google keyword tool and then filtering the
keyword list according to the exact match query " " . What do I need
to integrate that in my app?
Do I need an API or just a specific code?

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


CPC API?

2011-08-15 Thread Darko
Say I want to make an app which will use the AdWords API to get an
approximate CPC or cost per click for every keyword. Is there a way to
do this?

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Random SOAP faults in AdParamService

2011-08-15 Thread c)hri
same here - any hints?
c)hri

On 15 Aug., 21:04, valeriy  wrote:
> We started getting these errors today for some of the client accounts. Does
> not happen in sandbox.
>
> javax.xml.ws.soap.SOAPFaultException: Cannot find method [get]
> version=v201101 in class [interface com.google.ads.api.se
> rvices.campaignmgmt.adparam.AdParamService] while invoking public abstract
> com.google.ads.api.services.campaignmgmt.adpa
> ram.v201101.jaxbgen.AdParamPage
> com.google.ads.api.services.campaignmgmt.adparam.v201101.jaxbgen.AdParamServiceInterface
> .get(com.google.ads.api.services.campaignmgmt.adparam.v201101.jaxbgen.AdParamSelector)
> throws com.google.ads.api.service
> s.campaignmgmt.adparam.v201101.jaxbgen.ApiException_Exception with params
> [com.google.ads.api.services.campaignmgmt.adpa
> ram.v201101.jaxbgen.AdParamSelector@1b2647].
>
> Valeriy

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