Re: Do I need to enter billing details for sandbox account to run test ads?

2018-03-18 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API Forum
Hi Bryan,

It seems your issue is in AdWords UI and is more on the product level of 
the AdWords. I would recommend to post your concern in the AdWords 
Community Forum 
 
as 
they are better equipped to assist you in this matter.

Thanks and regards,
Luis 
AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/d27656b2-aae6-4f49-b46e-499554ad0502%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: is it possible to get CpcBid in Geo performance report or campaign location target report?

2018-03-18 Thread Ken Dan Tinio
I can see that there is an AverageCpc field. So that means there is CpcBid 
for each target, correct?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/5f7ee7dd-143f-4dd7-8799-c6b4e62e298a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Remove Negative Keywords at Campaign Level

2018-03-18 Thread 'Peter Oliquino' via AdWords API Forum
Hi,

For those keyword criteria that are created and associated to a campaign, 
the correct service to do this would be the CampaignCriterionService 
.
 
To REMOVE the said keywords, you should use the 
CampaignCriterionService.mutate() 

 method 
and just use the said service's CampaignCriterionOperation 

 and 
other related fields, instead of those that are related to the 
AdGroupCriterionService as seen in the sample code.

Let me know if this helps.

Best regards,
Peter
AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/2cef5da5-09ce-4aca-a566-eda3d35c8e9a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


SizeLimitError.REQUEST_SIZE_LIMIT_EXCEEDED, only when removing GeoTarget (campaign criterion)

2018-03-18 Thread frank
Hi Everyone,

We are trying to remove many GeoTargets (CampaignCriterion) recently. And 
we get this error "SizeLimitError.REQUEST_SIZE_LIMIT_EXCEEDED".
Usually, we split the operations into 2000 per requests, sometimes with 
batch mode depends on the number of requests. Such procedure worked fine 
when we add, delete or update keywords / adgroups / ad copies / etc.
However, this time when we are trying remove GeoTarget, we get this error. 
And now we have 2 ideas here:

1. Reduce number of operations in request
After change it from 2000 to 100, only 1/3 requests would fail
If we chanee it to 50 operations per request, every single requests would 
pass.
So the conclusion is that the error is not purely caused by number of 
operations per request.
We will use 50 as a temporary solution for now.

2. It is caused by the MB size of the SOAP request
This is still not reasonable because uploading 2000 adcopies or keywords 
would require a much larger SOAP xml and we've never had any problem on 
that.

So we are looking for help here because we may run out of rate limit if we 
keep using request size of 50.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/3ef5fe92-5dba-4998-93de-8f1a9d1657aa%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


SizeLimitError.REQUEST_SIZE_LIMIT_EXCEEDED when deleting GeoTargeting of Campaign

2018-03-18 Thread frank
Hi Everyone,

We get this "SizeLimitError.REQUEST_SIZE_LIMIT_EXCEEDED" when deleting 
GeoTarget (CampaignCriterion) of of our campaigns, with Python SDK.

Normally, we split everything into requests with at most 2000 operations, 
which is the suggested size. It works fine when we add/delete/update 
millions of ad/keyword/adgroup/etc.
However, this time when we are trying to remove many GeoTarget, we get this 
error.

One weird observation is that when we changed the request size down to 100 
operations from 2000, we can have 2/3 requests passed without seeing this 
size limit error. Thus we guess the error is not caused by the number of 
operations.
Then we wonder if it is because of the request size in MB. But we had much 
bigger request size when uploading ad-copies. So we don't think that is the 
reason either.

We appreciate your help.

Thank you,
Frank

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/2b31a113-1d09-4510-aa89-5491e2fc10f9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to Determine Which Month the Current TargetingIdeaService Response Is For

2018-03-18 Thread 'Peter Oliquino' via AdWords API Forum
Hi,

You could use the MonthlySearchVolume 

 object 
to retrieve the information you need. However, in order to better 
investigate the delays you are encountering, could you provide the complete 
SOAP request and response? Additionally, could you also provide a 
screenshot of your Keyword Planner with the exact same parameters applied 
so I can identify if there are any other discrepancies? You may reply using 
the *Reply privately to author* option.

Best regards,
Peter
AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/4b5d8601-2b00-4acf-bad9-5384b5ec2c58%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: is it possible to get CpcBid in Geo performance report or campaign location target report?

2018-03-18 Thread 'Peter Oliquino' via AdWords API Forum
Hi Ken,

My apologies as the said fields indeed are currently not supported in the 
Geo Performance Report of the AdWords API. Upon checking the AdWords UI, 
these are also not supported and this being said, since the AdWords API 
only mirrors what is available in the AdWords UI I would not be able to 
create a feature request for the said fields.

Since this is also more of a product level concern, you may reach out to 
the product experts at the AdWords Community Forum 
 
for 
further assistance.

Best regards,
Peter
AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/7c57a2ce-8706-48ef-be9b-cbaa45c458a8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Can AdGroupAdReturnValue Contains an AdGroupAd with its Policy Summary?

2018-03-18 Thread 'Peter Oliquino' via AdWords API Forum
Hi,

Since the AdGroupReturnValue 

 contains 
the information of your AdGroupAd 

 object 
through its Value 

 field, 
you should be able to extract the PolicySummary 

 from 
it without creating a separate Selector and get() request. I hope this 
helps and feel free to write back if you require further information.

Best regards,
Peter
AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/5b785c4a-78fd-48b4-9d59-3d99acaa429f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Which version is being used after migration

2018-03-18 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API Forum
Hi Jordan,

To further investigate this, could you provide your MCC id and which 
version of the AdWords API you are using now? Please reply via *Reply 
privately to author*.

Thanks and regards,
Luis
AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/fd9e616e-314e-4527-85ab-83469fb2ac63%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Batch Job Service 'CANCELED' on test account

2018-03-18 Thread 'Peter Oliquino' via AdWords API Forum
Hi Andjel,

Could you confirm if you are consistently encountering the cancelled batch 
jobs or if this was a one-time issue? Additionally, could you confirm if 
you have followed the steps in this guide 

 for 
successfully using the BatchJobService?

I would first recommend that you retry your request and see if the issue 
will persist. If it does, you can use the processingErrors 

 and downloadUrl 

 fields 
as discussed in this section 

 in 
order to help you identify what went wrong during the operation.

Best regards,
Peter
AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/b2a9bf6f-3377-4dba-abc1-5a306fb08af9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Do I need to enter billing details for sandbox account to run test ads?

2018-03-18 Thread Bryan
I have a sandbox account and at the top of the management page I see "To 
activate your account and start running your ads, enter your billing 
information". Do I need to provide real billing details on my sandbox 
account to have the test ads run and if so, why? By "run", I just mean that 
I want the system to treat them as live ads and perform all the usual 
policy checks so I know they will serve correctly in production.

Thanks

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/fdd1c8c1-f890-410b-aa27-43e3d60781d9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.