How can we get CPC when CPA is set at Campaign Level URGENT!!!! Issue

2011-05-06 Thread javeed
HI all,

I am working on bidding issues.

I have few thousands of campaigns and out of those few are haing CPA
bidding type.

And ofcourse we can get CPA using AdGroupService at bidding level.

My Question is, i want to know CPC value for each keyword for those
AdGroups which is set CPA.
I know we cannot get it by APIs (Do we get ?).
Can some one tell me How can i get CPC values for the keywords which
has CPA values set for them in AdGroup level.

Thanks. Quick reply is appreciated.




-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 You Retrieve 'Other search terms' Via API?

2011-05-06 Thread BlueBird
Hi David,

Is there a way to download this CSV file to my Webserver or computer
automatically.

Br
Bilal

On Apr 6, 3:58 pm, David Torres  wrote:
> Hi,
>
> Unfortunately the 'other search terms' row is not available in the API
> reports.
>
> Best,
>
> -David Torres - 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


Defining Keyword - Bid / Position Preference

2011-05-06 Thread meet
hi,

Is it possible to define Keyword following pattern : 
  
*keyword text* followed by anything *Bid information*  followed by 
anything *URL *followed by anything *position reference*
*
*
example : cat**0.05**http://www.abcdef.com***#1-10.

I am coming up with this sort of question as I was searching on internet 
about keyword generator tool there they have options for generating the key 
in all possible Formats i.e. broad,phrase,Exact,negative,+broad. 

Apart from this there are possiblity to do soemthing with Bid and position 
preference. below link is one such editor. So i am confused whether we can 
use keyword that I have given in example and it will be interpreted into 
separate parts automatically in my Adword account.

http://www.mikes-marketing-tools.com/keyword-tool/
http://www.jumbokeyword.com/

Regards,
Meet





-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 Ad headline, desc1, desc2, etc.

2011-05-06 Thread Pete Lavetsky (AdWords API Guru)
$selector = new AdGroupAdSelector();
$selector->adIds = array( $adIds );

$page = $adGroupAdService->get($selector);

if (isset($page->entries)) {
foreach ($page->entries as $adGroupAd) {
  printf("Ad with id '%s', type '%s', and status '%s' was found.
\n",
  $adGroupAd->ad->id, $adGroupAd->ad->AdType, $adGroupAd-
>status);
}
} else {
print "No ads were found.\n";
}

Pete

On May 5, 4:02 pm, lowlevelbass  wrote:
> Thanks for your help jstedman.  I'm digging into the docs you provided.  No
> luck yet, but I'm getting closer with your help.  Thanks for your quick
> response.

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


adgroupslimit per request

2011-05-06 Thread Pearl Jam
Hi,

how many adgroups can be mutated in a single request? I can´t find any 
information...

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: Trying to Make ACCOUNT_PERFORMANCE_REPORT

2011-05-06 Thread Ron Jacobson
Thanks for the response. I took what you said into account and changed the
file as follows (Date,Cost,Impressions) and I'm getting the same result:

LogDefaults();
  $reportDefinitionService = $user->GetReportDefinitionService('v201101');
  $adGroupId = (float) 'HIDDEN';
  $startDate = '20110501';
  $endDate = '20110502';
  $selector = new Selector();
  $selector->fields = array(*'Date','Impressions','Cost'*);
  $selector->dateRange = new DateRange($startDate, $endDate);
  $adGroupIdPredicate = new Predicate('AdGroupId', 'EQUALS',
array($adGroupId));
  $selector->predicates = array($adGroupIdPredicate);
  // Create report definition.
  $reportDefinition = new ReportDefinition();
  $reportDefinition->reportName = "Test Report";
  $reportDefinition->dateRangeType = 'YESTERDAY';
$reportDefinition->reportType = 'ACCOUNT_PERFORMANCE_REPORT';
  $reportDefinition->downloadFormat = 'CSV';
  $reportDefinition->selector = $selector;

  // Create operations.
  $operation = new ReportDefinitionOperation();
  $operation->operand = $reportDefinition;
  $operation->operator = 'ADD';

  $operations = array($operation);

  // Add report definition.
  $result = $reportDefinitionService->mutate($operations);

  // Display report definitions.
  if ($result != null) {
foreach ($result as $reportDefinition) {
  printf("Report definition with name '%s' and id '%s' was added.\n",
  $reportDefinition->reportName, $reportDefinition->id);
}
  } else {
print "No report definitions were added.\n";
  }
} catch (Exception $e) {
  print $e->getMessage();
}


v201101$ php AddAccountPerformanceReport.php
ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT @ AdGroupIdDev~14:48:18
v201101$

Any help would be appreciated
-
On Thu, May 5, 2011 at 5:51 PM, Ron Jacobson  wrote:

> I run the following to see the available fields for an
> account_performance_report:
>
>
> php GetReportFields.php
> The report type 'ACCOUNT_PERFORMANCE_REPORT' contains the following
> fields:
> - AccountCurrencyCode (String)
> - AccountDescriptiveName (String)
> - AccountTimeZoneId (Integer)
> - AdNetworkType1 (AdNetworkType1) := [SEARCH, CONTENT]
> - AdNetworkType2 (AdNetworkType2) := [SEARCH, SEARCH_PARTNERS,
> CONTENT]
> - AverageCpc (Money)
> - AverageCpm (Money)
> - AveragePosition (Double)
> - BudgetLostImpressionShare (Double)
> - Clicks (Long)
> - ClickType (ClickType) := [URL_CLICKS, CALLS, OTHER,
> PRODUCT_EXTENSION_CLICKS, SITELINKS, PRODUCT_LISTING_AD_CLICKS,
> GET_DIRECTIONS, OFFER_PRINTS]
> - ConversionCategoryName (String)
> - ConversionRate (Double)
> - ConversionRateManyPerClick (Double)
> - Conversions (Long)
> - ConversionsManyPerClick (Long)
> - ConversionTypeName (String)
> - ConversionValue (Long)
> - Cost (Money)
> - CostPerConversion (Money)
> - CostPerConversionManyPerClick (Money)
> - Ctr (Double)
> - CustomerDescriptiveName (String)
> - Date (Date)
> - DayOfWeek (DayOfWeek) := [MONDAY, TUESDAY, WEDNESDAY, THURSDAY,
> FRIDAY, SATURDAY, SUNDAY]
> - Device (DeviceType) := [DESKTOP, HIGH_END_MOBILE]
> - ExactMatchImpressionShare (Double)
> - ExternalCustomerId (Long)
> - HourOfDay (Integer)
>
> The ones I care about are Date,Cost and Impressions. I then make the
> following script to try to make a ACCOUNT_PERFORMANCE_REPORT with the
> above listed fields.
>
>
>  error_reporting(E_STRICT | E_ALL);
> $path = dirname(__FILE__) . '/../../src';
> set_include_path(get_include_path() . PATH_SEPARATOR . $path);
> require_once 'Google/Api/Ads/AdWords/Lib/AdWordsUser.php';
> try {
>  $user = new AdWordsUser();
>  $user->LogDefaults();
>  $reportDefinitionService = $user-
> >GetReportDefinitionService('v201101');
>  $adGroupId = (float) '(hiding number)';
>  $startDate = '20110501';
>  $endDate = '20110502';
>  $selector = new Selector();
>  $selector->fields = array('Date','Imps','Spend');
>  $selector->dateRange = new DateRange($startDate, $endDate);
>  var_dump($selector);
>  $adGroupIdPredicate = new Predicate('AdGroupId', 'EQUALS',
> array($adGroupId));
>  $selector->predicates = array($adGroupIdPredicate);
>  // Create report definition.
>  $reportDefinition = new ReportDefinition();
>  $reportDefinition->reportName = "Test Report";
>  $reportDefinition->dateRangeType = 'YESTERDAY';
>$reportDefinition->reportType = 'ACCOUNT_PERFORMANCE_REPORT';
>  $reportDefinition->downloadFormat = 'CSV';
>  $reportDefinition->selector = $selector;
>
>  // Create operations.
>  $operation = new ReportDefinitionOperation();
>  $operation->operand = $reportDefinition;
>  $operation->operator = 'ADD';
>
>  $operations = array($operation);
>
>  // Add report definition.
>  $result = $reportDefinitionService->mutate($operations);
>
>  // Display report definitions.
>  if ($result != null) {
>foreach ($result as $reportDefinition) {
>  printf("Report definition with name '%s' and id '%s' was added.
> \n",
>  $reportDefinition->reportName, $reportDefinition->id);
>}
>  } else {
>print

Re: Can You Retrieve 'Other search terms' Via API?

2011-05-06 Thread Eric Koleda
Hi Bilal,

You can write a script that downloads the report, and then set it up in a 
cron job to run daily.  However there is no way to have our servers 
automatically push the data to you.

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: Multiple API Keys

2011-05-06 Thread Eric Koleda
Hi,

To expand on what Mike said, it's against our policies for a company to have 
more than one developer token.  A single developer token can be used to 
modify many accounts, so this shouldn't pose any problems for your 
application.

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: Syncronous report found, use DownloadReport() instead. Cross Client Reporting

2011-05-06 Thread Eric Koleda
Hi Jan,

We're still working on getting the backend ready, and we hope to have it 
released by the end of the month.  We apologize for the delay.

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


New to API, Which Password

2011-05-06 Thread Dannie Stanley
What email address and password do I put in auth.ini. I am an outside 
developer and I do not wish to put my own Gmail account credentials in a 
plain text file on the server. We already have a developer token according 
to the "AdWords API Center"

Thank you,
Dannie

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Adwords API v201008 returns BLANK REPORT

2011-05-06 Thread Eric Koleda
Hi Claudio,

Looking at report definition 64860708, it seems like you are using the 
incorrect ID in your predicate:

  https://adwords.google.com/api/adwords/cm/v201008"; 
xsi:type="ns1:Predicate">
AdGroupId
IN
-1592713828
  

As you can see the ID is a negative number, and doesn't correspond to a real 
ad group.  I can see you are using the PHP client library, perhaps this is 
an overflow issue?  Have you tried casting your IDs to floats?

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: Examples

2011-05-06 Thread Eric Koleda
Hi Naveen,

The GetRelatedKeywords example that Evgeniy linked to uses the 
TargetingIdeaService, which provides this information.  More information 
about the TIS is available here:

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

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: AdWord API - Developer token Pending approval for over 2 weeks - help!

2011-05-06 Thread Eric Koleda
Hi Kyle,

Unfortunately I don't have any estimates at the moment for how long it will 
take to work through the backlog.  I apologize for the inconvenience.

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: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR in CustomerSyncService

2011-05-06 Thread Eric Koleda
Hi Joshua,

I had to delete your last post because it contained your developer token. 
 You may want to reset your developer token in the AdWords API Center to 
ensure no one else has access to it.  In the future it is enough to simply 
post the request ID of the response.

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


Problem of getting list of client accounts in sandbox. Please help! Run out of ideas...

2011-05-06 Thread Alex
Hi everybody,

I am trying to get a list of client accounts in sandbox using the following 
ruby code

serviced_account_srv = @adwords.service(:ServicedAccountService, :v201101)
graph = serviced_account_srv.get(selector)
accounts = graph[:accounts]
accounts ? accounts.select { |account| !account[:can_manage_clients] 
}.map{|account| account[:login] } : []

Expected to see 5 accounts that are created automatically. But get this 
error instead
 AdwordsApi::Errors::ApiException:
   AuthenticationError.CLIENT_EMAIL_REQUIRED @ 
 Service[ServicedAccountService.get]

Providing one of client emails Ex. client_5+m...@gmail.com eliminates error 
but I get no client accounts. That makes sense. 

The same code works just fine when run against MCC accounts. It returns all 
client accounts correctly. But i need the same working against sandbox 
environment. Please help!

Here is my credentials configuration.

:authentication:
  :developer_token : m...@gmail.com++usa
  :password : password
  :user_agent : something
  :email : m...@gmail.com
  :client_email : 'client_1+m...@gmail.com' # with this line I sure get 0 
client accounts... removing it causes error to be thrown by server
:service:
  :environment : SANDBOX 
  :use_ruby_names : true

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR in CustomerSyncService

2011-05-06 Thread jchan
Thanks for the information. Here's the SOAP request again since in
this case there was no request ID returned.


_ Thu May 05 11:50:25 2011 REQUEST:
http://schemas.xmlsoap.org/soap/
encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/";
xmlns:ZSI="http://www.zolera.com/schemas/ZSI/"; xmlns:xsd="http://
www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-
instance">xxAwApi-Python-13.1.0|Test Clientxx19700102 010101
UTC20110507 184851 UTC28961484
_ Thu May 05 11:50:57 2011 RESPONSE:
500
Internal Server Error
---
Content-Type: text/xml; charset=UTF-8
Content-Encoding: gzip
Transfer-Encoding: chunked
Date: Thu, 05 May 2011 18:51:04 GMT
Expires: Thu, 05 May 2011 18:51:04 GMT
Cache-Control: private, max-age=0
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
Server: GSE

http://schemas.xmlsoap.org/soap/
envelope/">soap:ServerInternalApiError.UNEXPECTED_INTERNAL_API_ERROR
@ [Ljava.lang.StackTraceElement;@a5eac1InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @
[Ljava.lang.StackTraceElement;@a5eac1ApiExceptionhttp://www.w3.org/2001/
XMLSchema-instance" xsi:type="InternalApiError">InternalApiError.UNEXPECTED_INTERNAL_API_ERRORInternalApiErrorUNEXPECTED_INTERNAL_API_ERROR



On May 6, 11:11 am, Eric Koleda  wrote:
> Hi Joshua,
>
> I had to delete your last post because it contained your developer token.
>  You may want to reset your developer token in the AdWords API Center to
> ensure no one else has access to it.  In the future it is enough to simply
> post the request ID of the response.
>
> 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


State/Province list for Location Extension

2011-05-06 Thread einter...@gmail.com
Hi,
I am working on application to support Location Extension. Questions I have 
is to get all drop down values of state/province. Apparently, these value 
are different from Geographical 
Targeting

Do you know where I can get these values? or I have to use LocationService 
to verify what user entered?

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: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR in CustomerSyncService

2011-05-06 Thread Eric Koleda
Hi Joshua,

I've looked into the logs and from what I can tell these errors were due to 
a temporary outage in the service.  I haven't seen any occurrences today, 
are you still seeing the issue?

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: "Other domains" figure is not included in Automatic Placement Report

2011-05-06 Thread Eric Koleda
Hi pkatragadda,

As far as I know there still isn't a row for this data in the 
AUTOMATIC_PLACEMENTS report.  You can figure out what the value is though, 
be subtracting the sum of the rows in the report from the total display 
network traffic for your account.  You can get the total display network 
traffic by running an ACCOUNT report, making sure you include the field 
AdNetworkType1 
to segment the results based on the network.

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


Does API provide info on ad position, location, and time for a keyword?

2011-05-06 Thread Ted
I would like to have ad position, location, and time besides the
keyword data. Which WebService does return that info? Currently we are
using TargetingIdeaService to get competition and Seach Volume;
TrafficEstimatorService to get average CPC data.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 Still Returns "Fake" Sandbox Data

2011-05-06 Thread Austin Houser
So I was recently approved for the Adwords API Developer Token.  I 
integrated this token into my "working" sandbox application that utilizes 
the TargetingIdeaService.  The problem is even though I am posting the 
information to 
https://adwords.google.com/api/adwords/o/v201101/TargetingIdeaService *(not 
the sandbox URL)* it still returns the sandbox keyword data back:

*ns2:value, XmlText: KEYWORD*

I am expecting the API to return keywords related to the keyword I am 
passing it.  The issue is I am not getting any errors.  When I ran this 
script before my token was approved I would receive an error message, 
something like "The developer token is not approved yet."  Now I am at a 
loss, any help would be appreciated here!

Thank you,
Austin
www.thelastcms.com

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: How can we get CPC when CPA is set at Campaign Level URGENT!!!! Issue

2011-05-06 Thread jstedman
I have no experience with CPA bids, but you might try getting the
AverageCpc for the keyword.

Definitely use a large enough date range to ensure that you have
enough clicks to get a good average.

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


Why creation of duplicate Ads is allowed in an AdGroup?

2011-05-06 Thread DJAIN
Hi There,

I was just wondering what could be the reason to allow creation of multiple 
exact same Ads within an AdGroup. If i have 2 exact same ads within my 
adgroup, they will keep on rotating but there won't be any real difference 
when an Ad is served, so why it is allowed?

Looking forward for your response.

Regards,
Dharmveer

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