Re: Getting list of Adgroups with managerCustomerId

2013-10-23 Thread Oliver
All API calls need to happen at an account level.  Cross account 
functionality is not possible.  That's just the way the API works.

Oliver


On Tuesday, October 22, 2013 2:44:03 AM UTC+1, Jimmy wrote:
>
> I'm trying to pull a list of AdGroups with my parent mcc account. I set 
> the managerCustomerId in my AdWordsUser class, but it doesn't return any 
> results. It's only when I set the clientCustomerId that it gives me a list, 
> but that list is only for that specific child account. 
>
> Is there no way to get a list of the ad groups in each child account from 
> a parent mcc account or event a list of keywords? I need to do some stuff 
> with specific ads that I only have the phrase keyword for, but I don't want 
> to have to loop through all my client accounts and dig down to find the 
> keywords. That would take too many pulls. 
>
> I was looking for programmic functionality similar to "search across all 
> accounts" that's in the adwords UI. 
>

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

--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: ManagedCustomerService.get() sometimes returns inconsistent results

2013-10-23 Thread Jon Oler
It is now happening again with another AdWords account.  In this case, I'd 
done some further investigating.  We again have different results being 
returned by ManagedCustomerService.get().  Sometimes this AdWords account 
is included in the results, and sometimes it is not.  I'm now also calling 
CustomerService.get() with the effective client customer id set to this 
problem AdWords account.  CustomerService.get() always throws an 
AuthorizationError, apparently because this AdWords account is not in our 
MCC, so we don't have permission to access it.  The key thing here, though, 
is CustomerService.get() is consistent in its results, unlike 
ManagedCustomerService.get().  I searched several times for this account in 
the AdWords UI, and it did not show up.  It is possible that this client 
has unlinked from our MCC, but we are currently unsure of this.  We have 
over 1400 Adwords accounts linked to our MCC, so we have clients link and 
unlink from our MCC on a daily basis.  We really do need to be able to 
detect changes to accounts in our MCC and ManagedCustomerService.get() is 
returning incorrect and inconsistent results, so we'd really like to see 
this addressed quickly.

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

--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


AdGroupCriterionService, ADD operator in mutate request overwrite keyword

2013-10-23 Thread apitestsen
Hello,

I have question about ADD operator when I add keyword to AdGroup by mutate 
request. Here is the problem:

I make mutate request with keyword that is already in AdGroup and I get 
no DUPLICATED_NAME error, so for what is SET operator if this works?
But if I try to add AdGroup with name that already exists I get 
DUPLICATED_ADGROUP_NAME error - this works perfect.

I don't want to overwrite keywords that already exists. I can check if 
keyword exists in AdGroup buy it cost resources for 5k keywords...


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

--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Question about Google API updated terms

2013-10-23 Thread Subrata Sarkar
Hello,

I have just gone through updated Terms published by Google  
https://developers.google.com/adwords/api/docs/terms and have some 
confusions amongst which the major one is using multiple Adwrods client 
login credentials and OAuth2 credentials (for Analytic) in my application's 
database. Please read below.

I am developing an application which will use Google Adwords API and Google 
Analytic API. The objective of the application is to allow users signe up 
and add thier own Adwords credential (client login) which would be stored 
in the database. At any point they can login to the site and fetch data 
using API library (in my case I am using .NET client library) and prepae 
custom reports for Campaigns, Adgroups, Ads, Keywords etc. using the raw 
data. All raw data would be sotored in system's database as well. Once the 
data is stored a report can be generated at any time by supplying a Start 
and an End date.

There could be many such Adwords credentials stored in the database. For 
Google Analytic API, I have planned to use OAuth2, whcih will access an app 
and after authentication process is complete an Aceess_Token, Refresh_Token 
and an Expiry time are bing recorded in the database. Again like Adwords 
credential, there could be many OAuth2 credential stored in database as 
well.

I am concerened of the following mainly (may be more!):

Permission to Use. You may use the AdWords API only in accordance with the 
terms and conditions of this AdWords API Agreement. You must use the same 
Developer Token, and only one Developer Token, at all times. You may only 
apply for a Developer Token for the sole purpose of using it in AdWords API 
Clients you have developed, as approved by Google. You may not use any 
Third Party Developer Token in an AdWords API Client unless permitted in 
writing by Google.

Please let me know if this violates anything as far as terms of usage are 
concerned.

Subrata

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

--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Upload Promotional code (coupon) code through API

2013-10-23 Thread Maciej K. Wisniewski

Is there any feature in the API that would allow to upload a Promotional 
code (coupon) to the account ?

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

--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Alert Service required MCC account.

2013-10-23 Thread Chirag
Hello Paul,

No it is not giving me individual customer Ids alert.
This is giving me error An error has occurred: 
[AlertError.INVALID_CLIENT_ID_SELECTED @ 
selector.query.clientExternalCustomerIds[0]]

My request id is : requestId=0004e965712bc4280aa4bc424f14 

Please see my code :

$alertQuery = new AlertQuery();
$alertQuery->clientSpec = 'ID_LIST';
$alertQuery->clientCustomerIds = array("Cust_id");
$alertQuery->filterSpec = 'ALL';
$alertQuery->types = array('ACCOUNT_BUDGET_BURN_RATE', 
'ACCOUNT_BUDGET_ENDING',
'ACCOUNT_ON_TARGET', 'CAMPAIGN_ENDED', 'CAMPAIGN_ENDING',
'CREDIT_CARD_EXPIRING', 'DECLINED_PAYMENT',
'MANAGER_LINK_PENDING', 'MISSING_BANK_REFERENCE_NUMBER',
'PAYMENT_NOT_ENTERED', 'TV_ACCOUNT_BUDGET_ENDING', 
'TV_ACCOUNT_ON_TARGET',
'TV_ZERO_DAILY_SPENDING_LIMIT', 'USER_INVITE_ACCEPTED',
'USER_INVITE_PENDING', 'ZERO_DAILY_SPENDING_LIMIT');
$alertQuery->severities = array('GREEN', 'YELLOW', 'RED');
$alertQuery->triggerTimeSpec = 'ALL_TIME';

// Create selector.
$selector = new AlertSelector();
$selector->query = $alertQuery;

Thanks,
Chirag

On Wednesday, October 16, 2013 5:49:07 PM UTC+5:30, Paul Matthews (AdWords 
API Team) wrote:
>
> Hi Chirag,
>
> The AlertQuery used with the 
> AlertServiceallows
>  you to specify:
> AlertQuery.*clientSpec*=
>  
> *"ID_LIST"*
> AlertQuery.*clientCustomerIds*=
>  [, ...]
>
> Which will permit you to specify which client accounts to retrieve alerts 
> for.
>
> Regards,
>
> - Paul, AdWords API Team.
>
> On Monday, 2 September 2013 18:13:29 UTC+1, Chirag wrote:
>>
>> Hello Team,
>>
>> Is itpossible to get alerts related to budget on account leval?
>> currently it requires MCC account access.
>> It is unfair after API recommending us to use customer id instead MCC 
>> account.
>>
>> Thanks,
>> Chirag
>>
>>

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

--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Upload Promotional code (coupon) code through API

2013-10-23 Thread Evgeniy Bogdanov
Hi.

No, there is no such functionality in the API.


2013/10/23 Maciej K. Wisniewski 

>
> Is there any feature in the API that would allow to upload a Promotional
> code (coupon) to the account ?
>
>  --
> --
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> 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
>
> ---
> You received this message because you are subscribed to the Google Groups
> "AdWords API Forum" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to adwords-api+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>

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

--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Alert Service required MCC account.

2013-10-23 Thread Chirag
Hi,

Alert Service says that :
Use this service to retrieve alerts relating to managed accounts (such as a 
credit card expiring soon or a campaign ending). Each returned 
alertencapsulates
 a client ID with the alert severity, type, and any additional 
details.


On Wednesday, October 23, 2013 3:50:56 PM UTC+5:30, Chirag wrote:
>
> Hello Paul,
>
> No it is not giving me individual customer Ids alert.
> This is giving me error An error has occurred: 
> [AlertError.INVALID_CLIENT_ID_SELECTED @ 
> selector.query.clientExternalCustomerIds[0]]
>
> My request id is : requestId=0004e965712bc4280aa4bc424f14 
>
> Please see my code :
>
> $alertQuery = new AlertQuery();
> $alertQuery->clientSpec = 'ID_LIST';
> $alertQuery->clientCustomerIds = array("Cust_id");
> $alertQuery->filterSpec = 'ALL';
> $alertQuery->types = array('ACCOUNT_BUDGET_BURN_RATE', 
> 'ACCOUNT_BUDGET_ENDING',
> 'ACCOUNT_ON_TARGET', 'CAMPAIGN_ENDED', 'CAMPAIGN_ENDING',
> 'CREDIT_CARD_EXPIRING', 'DECLINED_PAYMENT',
> 'MANAGER_LINK_PENDING', 'MISSING_BANK_REFERENCE_NUMBER',
> 'PAYMENT_NOT_ENTERED', 'TV_ACCOUNT_BUDGET_ENDING', 
> 'TV_ACCOUNT_ON_TARGET',
> 'TV_ZERO_DAILY_SPENDING_LIMIT', 'USER_INVITE_ACCEPTED',
> 'USER_INVITE_PENDING', 'ZERO_DAILY_SPENDING_LIMIT');
> $alertQuery->severities = array('GREEN', 'YELLOW', 'RED');
> $alertQuery->triggerTimeSpec = 'ALL_TIME';
>
> // Create selector.
> $selector = new AlertSelector();
> $selector->query = $alertQuery;
>
> Thanks,
> Chirag
>
> On Wednesday, October 16, 2013 5:49:07 PM UTC+5:30, Paul Matthews (AdWords 
> API Team) wrote:
>>
>> Hi Chirag,
>>
>> The AlertQuery used with the 
>> AlertServiceallows
>>  you to specify:
>> AlertQuery.*clientSpec*=
>>  
>> *"ID_LIST"*
>> AlertQuery.*clientCustomerIds*=
>>  [, ...]
>>
>> Which will permit you to specify which client accounts to retrieve alerts 
>> for.
>>
>> Regards,
>>
>> - Paul, AdWords API Team.
>>
>> On Monday, 2 September 2013 18:13:29 UTC+1, Chirag wrote:
>>>
>>> Hello Team,
>>>
>>> Is itpossible to get alerts related to budget on account leval?
>>> currently it requires MCC account access.
>>> It is unfair after API recommending us to use customer id instead MCC 
>>> account.
>>>
>>> Thanks,
>>> Chirag
>>>
>>>

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

--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


End advertiser or not?

2013-10-23 Thread Emile Bakker
Over the past months we have been setting up an Proof of Concept of 
integration of the Adwords API in our application.
Our application is a Market research suite for professional researchers. We 
use the Adwords API to allow our users to advertise for a specific research 
to a specific group of potential respondents. So we use Google ads as a 
nice add-on to our service.

I am running now in a number of simple questions:

A. Can we offer this functionality under a single Adwords account, so our 
customers do not need to sign up specifically for a Google ads account? 
(this our preferred way to keep the usage barrier low, and billing is on 
our company name of course) So can we start as end-advertiser first.

B. What steps do we need to take to get our application approved? How do we 
move from a test account to a real account? (this is relevant for us in a 
few months, but I understand that the answer to my first question influence 
minimal amount of functionality we have to implement)

Regards,

Emile Bakker

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

--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Some brand names returning search volume 0

2013-10-23 Thread Christophe Van Durme
We have implemented the API and have noticed that when checking the search 
volume for some of the brands our clients have, we get volume 0
Other brands get the exact same volume as in the Web-interface of Google 
Adwords Keyword Planner.
Is there some kind of trademark issue ?
For example 'armani' works perfectly 
and 'versace' does not return any results

We are targeting: Belgium - Dutch - Google Only

Someone any idea ?

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

--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
<><>

Re: CampaignService returns

2013-10-23 Thread Danial Klimkin
Hello All,


This issue should be resolved now. Please let us know if you still see the 
error.


-Danial, AdWords API Team.


On Friday, October 18, 2013 5:48:44 PM UTC+4, GrueneOrchidee wrote:
>
> Thanks for the update!
>
>
> Am Freitag, 18. Oktober 2013 11:36:18 UTC+2 schrieb Danial Klimkin:
>>
>> Hello Hans,
>>
>>
>> The fix is ready and in testing now. I'll update this thread once we have 
>> it live.
>>
>>
>> -Danial, AdWords API Team.
>>
>>
>> On Thursday, October 17, 2013 8:29:07 PM UTC+4, HK wrote:
>>>
>>> Hi, guys
>>>
>>> Any ideas when this will be addressed? We have a release sitting waiting 
>>> to go out with support for v201309 and are trying to plan when we can 
>>> expect to be able to push it out.
>>>
>>> Thanks,
>>> Hans
>>>
>>

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

--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


BetaError.BETA_FEATURE when adding location campaign criterion

2013-10-23 Thread Kevin
Hi,

We are getting BetaError.BETA_FEATURE when trying to add location campaign 
criterion. I'm not sure what this means. Any idea?

Request Id: 0004e96825e571780a341ee528d3

-Kevin

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

--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: BetaError.BETA_FEATURE when adding location campaign criterion

2013-10-23 Thread Kevin
Here's request/response.

Request:   




http://schemas.xmlsoap.org/soap/envelope/"; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
  
https://adwords.google.com/api/adwords/cm/v201306";>
  ***
  ***
  *
  false
  false

  
  
https://adwords.google.com/api/adwords/cm/v201306";>
  
ADD

  93239114
  https://adwords.google.com/api/adwords/cm/v201306";>
1022355
LOCATION
  

  

  
 


   



   
Response:   


   
http://schemas.xmlsoap.org/soap/envelope/";>
  
https://adwords.google.com/api/adwords/cm/v201306";>
  0004e968bbe662180a4253a630fa
  CampaignCriterionService
  mutate
  0
  347

  
  

  soap:Server
  [BetaError.BETA_FEATURE @ 
operations[0].operand.criterion; trigger:'1022355']
  
https://adwords.google.com/api/adwords/cm/v201306";>
  [BetaError.BETA_FEATURE @ 
operations[0].operand.criterion; trigger:'1022355']
  
ApiException
  http://www.w3.org/2001/XMLSchema-instance";>
operations[0].operand.criterion
1022355
BetaError.BETA_FEATURE
BetaError
BETA_FEATURE
  

  

  


Kevin

On Wednesday, October 23, 2013 6:34:00 AM UTC-7, Kevin wrote:
>
> Hi,
>
> We are getting BetaError.BETA_FEATURE when trying to add location campaign 
> criterion. I'm not sure what this means. Any idea?
>
> Request Id: 0004e96825e571780a341ee528d3
>
> -Kevin
>

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

--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


AdGroupAd service issue. Help!

2013-10-23 Thread J.
Hi,

We are having an issue with the AdGroupAd service.

We use this to get ads:

var l_Selector = new cm.Selector();
l_Selector.fields = new string[] { "Id", "AdGroupId", 
"Url", "Headline", "Description1", "Description2" };
l_Selector.predicates = new cm.Predicate[] { new 
cm.Predicate() };
l_Selector.predicates[0].field = "AdGroupId";
l_Selector.predicates[0].@operator = 
cm.PredicateOperator.EQUALS;
l_Selector.predicates[0].operatorSpecified = true;
l_Selector.predicates[0].values = new string[] { 
"9755800092" };
l_Selector.paging = new cm.Paging();
l_Selector.paging.startIndex = 0;
l_Selector.paging.startIndexSpecified = true;
l_Selector.paging.numberResults = 4000;
l_Selector.paging.numberResultsSpecified = true;

for the account Id: 2154714500

It should return 3 text ads, but instead it is returning 1 product ad.

Can you please check what is wrong? 
It seems to be working for all our clients except this one and the issue 
only seems to happen for a few ad groups. Nevertheless, we've been unable 
to get any clue as to why it doesn't work for these ad group.

Please help! 

J.

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

--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: CustomerSyncService, Product Listing , Dynamic Search Ads Criterias

2013-10-23 Thread PPC London
I dont think, they are reported. Can someone from google confirm please.
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

--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: QuotaCheckError.INCOMPLETE_SIGNUP with test account

2013-10-23 Thread Devin Dixon
Same issue for me. My MCC is  

261-843-0083

On Friday, September 13, 2013 11:49:41 AM UTC-4, googl...@golaser.co.uk 
wrote:
>
> Hi Danial
>
> I am getting the similar issues
> An error has occurred: [QuotaCheckError.INCOMPLETE_SIGNUP @ ; 
> trigger:'']
>
> The Billing Info is set and T&C has been accepted.
>
> MCC - 332-329-2830
> Client ID 1 - 494-224-0359
> Client ID  2 - 899-378-6869
>
> Please advise.
>
> Thanks
> K
>
>
> On Friday, July 26, 2013 11:36:41 AM UTC+1, Danial Klimkin wrote:
>>
>> Hello Akinyemi,
>>
>>
>> This account is already disabled. Please create a new MCC and apply for 
>> the token and a test account.
>>
>>
>> -Danial, AdWords API Team.
>>
>>
>> On Thursday, July 25, 2013 6:15:42 AM UTC+4, Akinyemi Koyi wrote:
>>>
>>> I am facing the same problem Danial,
>>> Please is there a solution for this?
>>>
>>> Account Number : 599-257-3189 
>>>
>>> Regards
>>> AK
>>>
>>> On Friday, July 12, 2013 7:33:23 AM UTC+12, Danial Klimkin wrote:

 Hello Izeni,


 What are your MCC account and test account IDs?


 -Danial, AdWords API Team.


 On Thursday, July 11, 2013 3:57:51 AM UTC+4, Izeni wrote:
>
> I noticed that Chuck mentioned that he had already agreed to the TOS:
>  
>
>>  I have filled out the form, and agreed to the TOS. 
>>
>  
> I think I'm in the same boat.  I also have a test account, I've set it 
> up for Manual Payments (Because I'm just testing at the moment, I don't 
> want to incur any charges), and I've agreed to the Terms and Conditions. 
>  I'm still getting QuotaCheckError.INCOMPLETE_SIGNUP however.
>
> Any suggestions?
>
> -- Richard Jelte, with Izeni Inc.
>
>
> On Monday, June 3, 2013 4:42:47 AM UTC-6, Danial Klimkin wrote:
>>
>> Hello Chuck,
>>
>>
>> This error usually means you have not accepted Terms and Conditions. 
>> You need to set up the billing for the MCC account and review and accept 
>> T&C to be able to use the token.
>>
>>
>> -Danial, AdWords API Team.
>>
>>
>> On Friday, May 24, 2013 11:09:52 PM UTC+4, Chuck Reeves wrote:
>>>
>>> I am trying to get information using a test account from MCC.  We 
>>> are currently awaiting approval for the API but in the meantime we 
>>> would 
>>> like to adjust our product since we no longer get adword labels from GA 
>>> any 
>>> more.  I have filled out the form, and agreed to the TOS.  Is there 
>>> something else that is needed?
>>
>>

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

--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Offline conversion Tool , “Pending approval" - Developer token, Taking so long ....

2013-10-23 Thread Shay BarChen
Hi ,
Any reason why our developer token is still in “Pending approval" status ?
In order to start using "Offline conversion Tool" and import conversion 
data via API we have to use Developer Token.
It is not comfortable to upload files manually. And our clients are also 
waiting for this feature .

Anything you can do about it will be very appreciated.

Thanks in advance,
Shay.

Customer ID: 207-438-5602

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

--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.