Re: includeZeroImpressions is not supported for this request

2018-04-18 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, 

You have to set the to includeZeroImpressions 

 to 
false in the header. Please check the line of code 

 in 
Java sample where you can set this. Once you have this set to false, you 
could take out the condition "Impressions>0". Please give this a try and 
let me know if you are facing any issues. 

Thanks,
Sreelakshmi, 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/6eb28bb2-293a-49f3-ace6-d236863a69b8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Edit created conversion

2018-04-17 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, 

Did you mean adding conversion trackers of type AdCallMetricsConversion 

 and WebsiteCallMetricsConversion 

 using 
the API? If so, yes it is possible to add and modify these conversions 
trackers using the API. Please find the types of conversion trackers that 
are supported by the API here 
.
 
You should be able to update all the attributes listed except the category. 
If you are facing any issues while doing this please share the SOAP request 
and response log and I can take a closer look. Please redact any sensitive 
information while sharing the logs. 

Thanks,
Sreelakshmi, 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/6a40c571-3729-4c39-9309-ab9db82a6d28%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: redirect_uri_mismatch Application

2018-04-16 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, 

You will have to make sure that the redirect uri for the credentials of 
type *Web* is set correctly in the Google API Console Credentials page 
 and it matches the 
one set in your code 

 (please 
check the link for Java code sample). If it is not same, could you please 
update this and retry? If you are still facing issues, could you please 
create a new thread as this a very old thread? 

Thanks,
Sreelakshmi, 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/f4155c2a-c523-47b1-b72e-678fd5c3484a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: redirect_uri_mismatch Application

2018-04-16 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, 

Re-posting your question without the screenshot as it contained OAuth 
credentials. In the future, please make sure that sensitive information is 
not shared on the public forum. Please check this post 

 for 
the guidelines while posting on this forum. 

*"I have generated API token through google console. In that I have added a 
Reidrect URL. But when I am running command from generating refresh token 
for google adwords APi. I am getting redirect_url_mismatch error. Below I 
have attached screenshot of it."*

Thanks,
Sreelakshmi, 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/4b89ae00-4ea7-4921-b98a-6ae976f0f1d2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: AuthenticationError.CLIENT_CUSTOMER_ID_IS_REQUIRED - even though I am passing client customer id in request

2018-04-16 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Jofin, 

Thanks for sharing the logs. Our engineering team is currently 
investigating this issue. I'll keep you posted on the updates. 

Thanks,
Sreelakshmi, 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/361275ea-9c1e-401f-b05a-bffe6466962d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: AuthenticationError.CLIENT_CUSTOMER_ID_IS_REQUIRED - even though I am passing client customer id in request

2018-04-13 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Jofin, 

We had an issue where API calls were returning 
CLIENT_CUSTOMER_ID_IS_REQUIRED error which is fixed now. Are you still 
seeing this error? If so, could you please share the SOAP logs (request and 
response) of your latest API call which failed? You can use reply privately 
to author while sharing the logs. 

Thanks,
Sreelakshmi, 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/0a3be627-db8a-4cf7-93b0-ca22b0638329%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: New error only in mutate AdwordsUserListService calls: QuotaCheckError.INVALID_TOKEN_HEADER @

2018-04-13 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi All, 

This issue is resolved now and you are not expected to see any more 
failures. Please let us know if you are still encountering the 
INVALID_TOKEN_HEADER error.

Thanks,
Sreelakshmi, 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/1e49fd66-7b5f-4eec-8670-3fc380fb7e27%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Getting QuotaCheckError.INVALID_TOKEN_HEADER Error for some requests since April 10

2018-04-13 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi All, 

This issue is resolved now and you are not expected to see any more 
failures. Please let us know if you are still encountering the 
INVALID_TOKEN_HEADER error.

Thanks,
Sreelakshmi, 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/430a02cd-d6f0-4723-b9eb-e7ee113e1683%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: CONTAINS_ANY and KeywordText

2018-04-12 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, 

Yes, the CONTAINS_ANY still works only for labels 
. To filter 
by the CampaignName in a Campaign Performance Report, you could use the IN 
operator instead. Please check this thread 

 for 
a discussion on the same topic. 

Thanks,
Sreelakshmi, 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/7a82f520-cf51-44fc-b197-f57a0183a87e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Reporting API gives more and more BadRequest (400) responses

2018-04-12 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Dorian, 

Thanks for the additional information. I have shared the details to the 
team and I'll let you know what I hear back from them. 

Thanks,
Sreelakshmi, 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/1cf02a0f-6e9b-4657-875d-295cb516b642%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Reporting API gives more and more BadRequest (400) responses

2018-04-11 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Zweitze, 

I can confirm that the report definitions that you have shared is valid and 
not expected to return the HTTP 400 error code. I will let the team know 
about this and investigate it at our end. I will keep you posted on the 
updates. 

Thanks,
Sreelakshmi, 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/12c6d9c1-9baa-47c1-a396-cb3e8dfd9f3c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Getting QuotaCheckError.INVALID_TOKEN_HEADER Error for some requests since April 10

2018-04-10 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi All, 

Our team is actively working on fixing this issue. I will keep you posted 
on the updates.

Thanks,
Sreelakshmi, 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/08e9e07a-6e32-4c46-af4b-9b7afd0ef289%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: New error only in mutate AdwordsUserListService calls: QuotaCheckError.INVALID_TOKEN_HEADER @

2018-04-10 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, 

Our team is actively working on fixing this issue. I will keep you posted 
on the updates.

Thanks,
Sreelakshmi, 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/67469daa-d256-4e8f-8ebd-7277ad4257e9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: New error only in mutate AdwordsUserListService calls: QuotaCheckError.INVALID_TOKEN_HEADER @

2018-04-10 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, 

We are currently looking into this issue, will update you soon on what we 
find. 

Thanks,
Sreelakshmi, 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/29ff15de-f83a-4916-a720-2950e8d923d6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: New error only in mutate AdwordsUserListService calls: QuotaCheckError.INVALID_TOKEN_HEADER @

2018-04-10 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, 

I deleted your original post as it contains your confidential information 
such as your access token. In the future, please do not include any private 
information in a public post. You can refer to this guide 

 before 
posting. Re-posting this with masked information:

"I've a suite test, performing some basic test every day to adwords api, 
using soap calls. 
Today I saw a regression in call:

URL: https://adwords.google.com/api/adwords/rm/v201802/
AdwordsUserListService
Headers: {headers={Authorization=REDACTED}, connect_timeout=6, 
method=POST, content_type=application/soap+xml; charset=UTF-8, 
read_timeout=6, content_length=1315}
Postbody:

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/rm/
v201802" soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next; 
soapenv:mustUnderstand="0">
 **
 
 MagNews Google Match Connector
 false
 false
   
 
 
   https://adwords.google.com/api/adwords/rm/v201802;>https://adwords.google.com/api/adwords/cm/v201802
">ADDhttps://adwords.google.com/api/adwords/rm/v201802;>nome 
#1523345583377descrizione15CONTACT_INFO
 

That's the error:
http://schemas.xmlsoap.org/soap/envelope/;>

  https://adwords.google.com/api/adwords/rm/
v201802" xmlns="https://adwords.google.com/api/adwords/cm/v201802;>
  0005697988642cb80a8135c5c203179f
  AdwordsUserListService
  mutate
  1
  52
  


 soap:Client
 [QuotaCheckError.INVALID_TOKEN_HEADER @ ]
   
   https://adwords.google.
com/api/adwords/cm/v201802" xmlns:ns2="https://adwords.
google.com/api/adwords/rm/v201802">
[QuotaCheckError.INVALID_TOKEN_HEADER @ ]
   ApiException
http://www.w3.org/2001/XMLSchema-instance; xsi:type=
"QuotaCheckError">
  

QuotaCheckError.INVALID_TOKEN_HEADER
QuotaCheckError
 INVALID_TOKEN_HEADER
  
  



I searched this error on the net and it's seems that the developer token 
should be wrong* the strange thing* is that this test was successfully 
running *yesterday, *and nobody is modifying the code at least from one 
month!!
The *other strange thing* is that I have *another test *using getCustomers 
endopoint with the *same developer token* and it *doesn't fail*!!

URL: https://adwords.google.com/api/adwords/mcm/v201802/CustomerService
Headers: {headers={Authorization=REDACTED}, connect_timeout=6, 
method=POST, content_type=application/soap+xml; charset=UTF-8, 
read_timeout=6, content_length=886}
Postbody:

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/mcm/
v201802" soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next; 
soapenv:mustUnderstand="0">
 ***
 
 MagNews Google Match Connector
 false
 false
   
 
 
   https://adwords.google.com/api/adwords/mcm/v201802
">
 


oap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/;>https://adwords.google.com/api/adwords/cm/
v201802" xmlns="https://adwords.google.com/api/adwords/mcm/v201802;>00056979961228880a1b1994ad07058fCustomerServicegetCustomers<
/ns2:methodName>0178<
/ns2:responseTime>https://adwords.google.com/api/adwords/mcm/v201802; xmlns:ns2="
https://adwords.google.com/api/adwords/cm/v201802;>
3854692876EUREurope/
RomeJUnit Test (DON'T TOUCH)false
truefalse<
parallelTrackingEnabled>false<
conversionTrackingSettings>0falsefalse<
remarketingSettings>!-- Google Code for Remarketing Tag --
!--
Remarketing tags may not be associated with personally identifiable 
information or placed on pages related to sensitive categories. See more 
information and instructions on how to setup the tag on: http:
//google.com/ads/remarketingsetup
---
script type="text/javascript"
/* ![CDATA[ */
var google_conversion_id = 812226326;
var google_custom_params = window.google_tag_params;
var google_remarketing_only = true;
/* ]] */
/script
script type="text/javascript" src="//www.googleadservices.
com/pagead/conversion.js"
/script
noscript
div style="display:inline;"
img height="1" width="1" style="border-style:none;" alt="" src="//
googleads.g.doubleclick.net/pagead/viewthroughconversion/
812226326/?guid=ONamp;script=0"/
/div
/noscript
!-- Global site tag (gtag.js) - Google 
AdWords: 812226326 --
script async src="https://www.googletagmanager.com/gtag/js?
id=AW-812226326"/script
script
 window.dataLayer = window.dataLayer || [];
 function gtag(){dataLayer.push(arguments);}
 gtag('js', new Date());

  gtag('config', 'AW-812226326');
/script


*Why does it happens*

Thanks,
Sreelakshmi, AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog 

Re: AdCustomizer Feed Upload Times Out

2018-04-06 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Sam, 

Looks like you are using the AdWords UI to upload the feed. On this forum, 
we discuss issues specific to the AdWords API. Could you please post your 
question on the Advertisers community forum 
 
as 
the experts there might be able to help you better. 

Thanks,
Sreelakshmi, 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/898a0873-a464-4d77-ad4e-b75002b29fa4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: This app isn't verified

2018-04-06 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Bhavesh, 

The link : https://developers.google.com/apps-script/support has additional 
resources that you can refer to for issues related to App Scripts. You 
could check that too.

Thanks,
Sreelakshmi, 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/62ce4be5-6fdb-409f-bca2-09eaf9d8e8c1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Video Ads - How to pull metrics from Adwords API.

2018-04-06 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Sagun, 

We don't have any updates yet. You will still have to use the UI to manage 
a video campaign. Please keep an eye on our blog 
 for any 
updates and announcements about the API. 

Thanks,
Sreelakshmi, 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/3b93b3e4-74ed-4a2b-a80b-623a3b366a36%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to set multiple location targeting for adwords type SHOPPING?

2018-04-04 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, 

I see that the campaign (Id : 1341670265) that you are trying to add the 
criteria is a Shopping Campaign. Please note that Language criterion cannot 
be targeted at the campaign level for Shopping Campaigns. Please check this 
guide 
 
for details about the criteria usage. Could you retry the request removing 
the language criterion and see if that works? 

Thanks,
Sreelakshmi, 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/4e141e8b-d25d-494b-af08-e94240eb0e9d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: PriceFeedItem API is missing Customer Parameter fileds

2018-04-03 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Caihua, 

I have already passed on your feedback to the team. I'll keep you posted on 
what I hear from them.

Thanks,
Sreelakshmi, 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/e12727f7-ff09-43a0-a780-72806ae4211a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Adwords + OAuth empty access code

2018-04-03 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, 

You are right, it is not possible to generate the access token using the 
PHP client library. The library takes care of creating the access token and 
using that in the API call for each request. If you are specifically 
looking to generate the access token, you could generate that using the 
curl request given below: 

curl https://www.googleapis.com/oauth2/v4/token  \
-d refresh_token=you_refresh_token  \
-d client_id=your-client-id  \
-d client_secret=your-client-secret  \
-d grant_type=refresh_token

Please check this forum thread 

 for 
more details about the same discussion. 

Thanks,
Sreelakshmi, 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/38cf67fb-414c-40c8-8897-3792849eff54%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Trying to use custom date range in CAMPAIGN_PERFORMANCE_REPORT with Perl

2018-04-03 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Mike, 

Glad that you were able to resolve the issue and get the report working. 

Thanks,
Sreelakshmi, 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/80717792-7f85-48eb-b8b1-db839b0f693e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Trying to use custom date range in CAMPAIGN_PERFORMANCE_REPORT with Perl

2018-04-02 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Mike, 

The "dateRangeType" will have to be set as "CUSTOM_DATE" like the code 
sample 
 is 
setting it to LAST_7_DAYS. The min and max dates needs to be set in the 
dateRange which will need to be set in the selector. dateRange will have to 
be set just like you set predicate in the selector. Please see the report 
definition given below for more clarity. 

__rdxml: 
https://adwords.google.com/api/adwords/cm/v201802;>
  
AccountDescriptiveName
Date
HourOfDay
CampaignId
CampaignName
AveragePosition
Impressions
Clicks
Cost

  CampaignId
  IN
  ***
  ***

  *  *
*  20180101*
*  20180102*
**
*  *
  CampaignPerformanceReport #1522696392597
  CAMPAIGN_PERFORMANCE_REPORT
 * CUSTOM_DATE*
  CSV


Please give this a try and let me know if you are still facing issues. 

Thanks,
Sreelakshmi, 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/a44e519c-c619-4220-97c9-e6ab5820f39b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: PriceFeedItem API is missing Customer Parameter fileds

2018-04-02 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Caihua, 

You might not be able to get the custom parameters using the 
ExtensionSettingService for a PriceFeedItem 
.
 
However, you can use the FeedItemService 

 and 
filter by the FeedItemId 

 and 
look for urlcustomparameters 

 attribute 
to get that value. I will let the team know about this and see if it is 
possible to add this to the extension setting service for a PriceFeedItem.

Thanks,
Sreelakshmi, 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/2376d80c-7bac-40cb-ba12-a5f4a1f1770e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Not able to access API using production Account developer token?

2018-03-30 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, 

Are you getting USER_PERMISSION_DENIED 

 error? 
If so, it means that there is no link between the manager account 
authenticated in the request and the client account specified in the 
headers. The points listed below should  be helpful for you:

   1. The test and production accounts cannot interact in any way, you may 
   not use a test account under your existing production manager account. The 
   test manager hierarchy and production manager hierarchy can be maintained 
   separately. Please check here 
   

 for 
   more details. 
   2. A developer token can be used to target *any* AdWords account. If the 
   developer token is having test access, you will not be able to make calls 
   against test accounts. If the developer token is approved, you will be able 
   to make calls against the product accounts as well. To use a developer 
   token while making calls against an account, it is not required for that 
   account to be linked with the MCC owning the token.
   3. Assuming that the production accounts and test accounts are in two 
   different hierarchies,
   3.1) To make calls against the Production MCC or any of the production 
   client accounts in that hierarchy, you can use the client credentials 
   (client Id, client secret) and OAuth tokens (access token, refresh token) 
   owned by an
   admin user on the production MCC account. It is important to make sure 
   that the authorization code was generated (after accepting the prompt 
   manually) by the user having access to the production MCC account. 
   3.2) To make calls against the Test MCC or any of the test client 
   accounts in that hierarchy, you can use the client credentials (client Id, 
   client secret) and OAuth tokens (access token, refresh token) owned by an 
   admin user on the test MCC account. It is important to make sure that the 
   authorization code was generated (after accepting the prompt manually) by 
   the user having access to the test MCC account. 

Please check the guide 

 to 
setup the OAuth for more details. Please give this a try and let me know if 
you are still facing issues. If yes, could you write back with the SOAP 
logs, the client customer Id of the target account and the email Id 
authenticating the API call? 

Thanks,
Sreelakshmi, 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/87b7d576-b1eb-4783-9797-8e25ef06d31e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to Download Custom Report with Modified Compare Dates

2018-03-30 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, 

The custom reports are not supported by AdWords API at the moment. To get 
the stats aggregated at the account level, you will have to use the Account 
Performance Report 
.
 
Also, using the API you can only download the reports from a client account 
and not an MCC account. To compare the stats during two date ranges, you 
might have to download two reports with the same report definition and 
derive the change and %change during the date ranges. 

Please let me know if you have any additional questions. 

Thanks,
Sreelakshmi, 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/5270d0f7-ee5d-4b39-b584-5638ab0d5c70%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: AdWords API v201802 refresh token generation

2018-03-29 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Daniel, 

The refresh tokens are long lived (usually years) and hence once that is 
updated the config file, it should work fine for schedulers as well. When 
it expires or when the refresh token needs to be renewed, you will need to 
update the config file with a valid token. To generate a new token the user 
is required to authorize manually. It is not possible to automate this 
step. 

Thanks,
Sreelakshmi, 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/ea3693ba-2180-4ca5-bd15-54cddab9965c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Problem Parallel Download

2018-03-29 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Santiago, 

It looks like the client customer Id in your request is that of a client 
account (not an MCC). The parallel_report_download.py sample runs the same 
report type for all client accounts under an MCC account. Hence this is 
meant to be run against an MCC account. Could you try the sample 

 with 
a manager account Id and see if that works for you? 

Thanks,
Sreelakshmi, 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/817c2fd2-5acf-45ba-abda-ff13741ac681%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to set up a cross-account OFFLINE conversion tracking if auto-tagging can't be enabled on MCC?

2018-03-29 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, 

You can set up and query cross-account conversion trackers via the API, but 
you must opt in your accounts to cross-account conversion tracking from the 
manager account. See this help center article 
 for more information. 
If you have questions about opting in, please post those on the Advertisers 
community forum 
 
as 
they are better equipped to address questions related to the AdWords UI. 
Once you have completed that. You can use the AdWords API to set up and 
manage the conversion trackers. Please check this guide 

 for 
more details about that. 

Thanks,
Sreelakshmi, 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/15acc195-1a85-4ab0-a637-419f658c25c4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Keywords report: ReportDownloadError.INVALID_REPORT_DEFINITION_XML

2018-03-29 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Amit, 

Please see the points that needs to be updated:

   1. Sorting and paging are not supported in reports. Please check here 
   

 for 
   more details. 
   2. The following fields are not supported for Ad Performance Report : 
   ActiveViewImpressions, AdGroupAdDisapprovalReasons. Please check here for 
   the complete list 
   

 of 
   fields that are supported by Ad Performance Report.
   3. Since you are running the report for a custom date, you will need to 
   specify the min and max date too.

Please see the sample report definition with the above updates: 

__rdxml: 
https://adwords.google.com/api/adwords/cm/v201802;>
  
Date
AccountCurrencyCode
AccountDescriptiveName
ActiveViewCpm
AdGroupId
AdGroupName
AdGroupStatus
AdNetworkType1
AdType

  Status
  NOT_IN
  PAUSED


  20180320
  20180326

  
  Ad performance report #1522355265002
  AD_PERFORMANCE_REPORT
  CUSTOM_DATE
  CSV



Thanks,
Sreelakshmi, 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/d26cdc6b-3554-4dcb-bbd1-b962f8bd3ca7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: PriceFeedItem API is missing Customer Parameter fileds

2018-03-29 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Caihua, 

Could you please link me to the specific attribute 

 or 
share the SOAP request and response log and point me to the attribute that 
you are referring to? You could reply privately to author while sharing the 
logs. 

Thanks,
Sreelakshmi, 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/87ad530a-9e29-4b1b-9ef8-e6028945ae32%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Adwords API Video campaigns

2018-03-29 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi,

Unfortunately, video campaigns are still supported only in reports via the 
API. I don't have a timeline for this to be available in the API.

Thanks,
Sreelakshmi, 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/9ed1834d-14ba-43f8-8cb2-e10ed3ef2d7d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Absolute Top Impression Share calculation

2018-03-28 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Tiana, 

You will be able to get the searchabsolutetopimpressionshare 

 using 
the reports types linked in the guide. It might not be possible to 
calculate these with accuracy at your end. Let me know if you have any 
additional questions. 

Thanks,
Sreelakshmi, 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/3fc03ae0-0a68-4cbe-8493-d8cdfa4fe59c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: General API uses

2018-03-28 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, 

Each API call will need a target account to be specified in the header. If 
you have multiple accounts where the same operation needs to be performed, 
you could look into setting the client customer Id at the run time. Please 
check here 

 for 
more details. If all these 22 accounts are under the same MCC account, you 
could use the ManagerCustomerService.get() 

 to 
get all client accounts under this MCC and set the client Ids at the run 
time as described above. Please check this sample 

 in 
reporting, which downloads report of a specific type from all the client 
account under an MCC. Hope this helps. Let me know if you have any 
additional questions. 

Thanks,
Sreelakshmi, 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/0c869029-732a-4f07-9616-2507642af1ca%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Some of my servers can no longer authenticate to AdWords API

2018-03-23 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, 

As Stefano pointed out, could you try the suggestion on that thread? If 
that doesn't help, could you please post your issue there 
 with the 
traceback? The library owner is better equipped to address this issue. 

>From the traceback, it doesn't seem like an issue specific to the developer 
token status. To confirm that, you could log into your MCC account which 
owns the developer token and navigate to AdWords API Center (gear icon on 
the top right corner -> Account Settings -> AdWords API Center) from the 
old UI view and confirm that the status is either basic or standard. If you 
are having trouble finding this, you could share the MCC account id and I 
can verify that for you. 

Thanks,
Sreelakshmi, 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/ade68dfc-d651-49a0-a6ff-17d7c46415a7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How can I know which account linked to MCC account use Adwords API?

2018-03-23 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Hiroaki, 

If you upgraded a few days ago, it is likely that the email was 
referring to the API calls made within last 7 days. If you had migrated 
earlier, as you suspected, there might be other applications which are 
linked with your MCC which is making these API calls. Could you share the 
client customer Id of the MCC which owns your developer token, we can take 
a closer look. If you would like, you can use *reply privately to the 
author* option while sharing the details. 

Thanks,
Sreelakshmi, 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/4280e904-2cbd-4dde-98fc-03f9a2dc8edd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Adwords UI stats and data from API does not match

2018-03-22 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Tarvinder, 

Are you using the AdWords API directly to download the Keyword Performance 
Report 

 and Campaign Performance Report 
?
 
If so, could you confirm if you are comparing the stats with the right UI 
view? Please check this guide 
 to 
understand which UI view corresponds to which API report. If the stats in 
the corresponding UI view for the same date range doesn't match with the 
reports downloaded via the API for the same fields and date range, could 
you please share the report definitions used via API along with your client 
customer id? I can take a closer look. 

You could use *reply privately to author* while sharing the details. 

Thanks,
Sreelakshmi, 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/27abbce2-f420-42b8-9493-554139fedcb4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: set Automated targeting

2018-03-22 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi,

Unfortunately, the AdWords API doesn't expose the "conservative" setting in 
the Automated Targeting, so this cant be set using the API. You will have 
to use the AdWords UI to set this. 

Thanks,
Sreelakshmi, 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/975503d2-ba94-4940-b292-2b5d7c28d0a0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Multiple final URLs in html5 banner with upgraded URLs

2018-03-21 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, 

Since your question is about the AdWords product in general than the API, 
could you please post this question on the Advertisers community forum 
?
 
The experts there are better equipped to address your question. I believe 
what you are trying to achieve is not supported in AdWords. I found this 
post 

 on 
the product forum which might be helpful for you. If this is possible via 
UI, you can share the details and we can help you understand how to do the 
same via the API. 

Thanks,
Sreelakshmi, 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/d57136e0-7602-496b-b8df-41d946e2825f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Why the display name of Criteria Performance Report ID is Keyword ID?

2018-03-21 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, 

You are right, the Id 

 field 
in Criteria Performance Report 

 will 
return the Id corresponding to any criteria that triggered the ad, not just 
keywords. However, the display name will be "Keyword ID" in the reports. 
This behavior is documented in the linked guide for better clarity. 
Unfortunately, I cannot comment on why it has the display name as Keyword 
ID. As you observed, you could include CriteriaType 

 in 
your report definition to get the type of criteria that Id corresponds to. 

Thanks,
Sreelakshmi, 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/a68f5ac7-5e62-4d2f-bd7a-e1e86c3ec424%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Multiple user in one customer id

2018-03-21 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Mark, 

Same or different users can make parallel calls to the same account. 
However, if the number of calls issued against a single account exceeds a 
limit in a short duration of time, you will encounter rate limit error with 
ACCOUNT scope. To read more about rate limit errors please check this 

 guide. 
If you encounter the rate limit error, you will need to wait for the time 
specified in *retryAfterSeconds* before you make any new API calls. It's 
recommended to set a reasonable upper bound for the total number of 
concurrent threads that are going to make requests (across all processes 
and machines), and adjust upward from there to optimize your throughput 
without exceeding the rate limit. You can find the best practices guide here 
.
 
Let me know if you have any additional questions. 

Thanks,
Sreelakshmi, 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/d9169ef7-7fe0-4a96-8c5a-f47fef509d32%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Issue getting a TargetingIdeaService instance in v201802

2018-03-21 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Hari, 

Glad that you were able to fix the issue.

Thanks,
Sreelakshmi, 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/1d740227-96b8-4fa1-8ac0-f724ba050a0c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Video Performance Report

2018-03-20 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Timna, 

I have shared your feedback to the team and they are currently looking into 
the feasibility of exposing this in the API. Unfortunately, we don't have a 
timeline for when this might be available via the API. I would suggest that 
you follow our blog 
 for 
updates and announcements about the future releases. I'll keep you posted 
on what I hear from the team. 

Thanks,
Sreelakshmi, 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/c7b3489f-22b1-41f1-8d8b-2402193f6d0b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Mapping "Campaign Type" filter in the UI to that of Campaign and Keywords Performance Reports.

2018-03-20 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, 

You are right, the campaigns can only be filtered with type in the 
CAMPAIGN_PERFORMANCE_REPORT 

 and FINAL_URL_REPORT 
.
 
You might have to run the CAMPAIGN_PERFORMANCE_REPORT 

 with 
the appropriate condition for AdvertisingChannelType 

 and AdvertisingChannelSubType 

 and get 
the campaign Ids by type and then run the KEYWORDS_PERFORMANCE_REPORT 

 with 
specific campaign Ids as a filter condition. I will pass on your feedback 
to the team about adding the Campaign type as a field in the Keywords 
Performance Report. I'll not be able to comment if this will be added and a 
timeline for this to be available. You could keep an eye on our blog 
 for 
updates and announcements about the future releases. 

Please let me know if you have any further questions. 

Thanks,
Sreelakshmi, 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/41c108e4-9521-4595-9097-4624b58d0fc2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: throwing DetailedReportDownloadResponseException with 400 Response code.

2018-03-20 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Ron, 

The V201702 version of the API is deprecated and all calls made to this 
version of the API will return an error. v201802 

 is 
the most recent version of the API currently available. We strongly 
recommend that you migrate to this version. For future reference, please 
find the deprecation schedule 
 for various 
API versions. The resources given below might be helpful for you in 
migration: 

   - v201802 migration guide 
   
   - v201710 migration guide 
   
   - v201708 migration guide 
    
(useful 
   if you are migrating from v201705)
   - Release notes 
   

You could follow our Google Ads Developer blog 
 or the 
AdWords 
API Announcements forum 
 to make 
sure that you are not missing any announcements about the API in the 
future. Please let me know if you have any further questions. 

Thanks,
Sreelakshmi, 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/81113600-2ae9-40dd-a9bb-4fe32fcb58ef%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Creating SharedSet on Campaign Level

2018-03-19 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Jonathan, 

As you pointed out, it looks like in additional to the limit of 1 million 
total targeting  items 
per campaign, there is also a limit for the number of placement exclusions 
 at the campaign 
level. You may have to make sure that the placement exclusions are below 
both of these limits. Hope this clarifies your question. 

Thanks,
Sreelakshmi, 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/1d60f32d-74a4-4a8b-9e31-91abcfe4a98a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Hindi Keywords in Adwords API

2018-03-19 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, 

Did you mean setting the language search parameter to Hindi? If so, you 
could set the language of your choice as shown in this 

 
Java code snippet. The language codes can be found here 
.
 
If your question was different, could you please share the screenshot of 
the Keyword Planner UI including the targeting options? Please use reply 
privately to the author option while sharing the screenshot.

Thanks,
Sreelakshmi, 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/6ce85652-fbfd-44f8-8ae5-48a90924a533%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: CrmBasedUserList - Uploading Mobile ID - IDFA/AAID (v201802)

2018-03-19 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, 

The AdWordsUserListService.member 

 
in a list can be uploaded with only one type of data and once uploaded will 
not accept any other ID types. While creating a CrmBasedUserList with 
IDFA/AAID using the API, the list might appear as list with customer email 
addresses in the web interface. If you are able to upload the members of 
correct type it should be fine. Let me know if you are facing any issues 
while uploading.

Thanks,
Sreelakshmi, 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/bec2173f-5682-441b-aabe-d4fafca1222e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: unable to find for which account google has deducted money from my credit card

2018-03-19 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Piyush, 

Since your question is specifically about billing, it is better to reach 
out to the AdWords product support team using the "Billing & Payments" 
option in this  guide. 
They are better equipped to address your question. 

Thanks,
Sreelakshmi, 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/2b557759-3dca-4a43-a584-22b9fc760821%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: ProvinceCode in Geotargeting Table

2018-03-19 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Robert, 

You could look for 'Target Type' = 'Province' in the Geotargets 
 table. 
I could not see any provinces with country code 'DE' or with the name 
'DE-RP' in the table. I will pass on your feedback to the team to see if it 
is possible to add this mapping. Unfortunately, I cannot comment on a 
timeline for this to be available. Please keep an eye on our blog 
 for 
updates or announcements about the API. 

Thanks,
Sreelakshmi, 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/c78491b6-06d4-4f11-b19c-c16f5ca201bc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Add multiple placements using api

2018-03-19 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, 

Using the AdGroupCriterionService 

 or CampaignCriterionService 

 you 
could perform 5000 operations ( ADD placements) at a time. However, for 
performance reasons, we recommend limiting the number of operations to 2000 
at a time. Please check the guide on limits 
 for 
more details. You could also use BatchJobService 

 to 
add the criteria in bulk. Please refer to the batch processing 
 guide 
for more details. You could take a look at 
AddKeywordsUsingIncrementalBatchJob 

 sample 
which adds keywords in bulk using the BatchJobService. 

Let me know if you have any additional questions.

Thanks,
Sreelakshmi, 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/b70728bf-1e0e-46e7-b97e-9ce907aa05dd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Add multiple placements using api

2018-03-16 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, 

The Placements criterion can only be targeted at an AdGroup level. At a 
campaign level, this can only be excluded. Please check here 
 for 
more details about criteria usage. To add a negative campaign criterion, 
please refer to AddCampaignTargetingCriteria 

 sample. 
The sample adds a negative keyword. In your case, you will need to set the 
attributes of a placement 

 instead. 
To retrieve the campaign level negative criterion, you could use the 
CampaignCriterionService.get() 

 and 
filter by CriteriaType 

 "PLACEMENT". 
Please check the GetCampaignTargetingCriteria 

 sample 
for reference. You will need to include PlacementUrl 

 and 
any other fields 

 of 
your choice in your selector. 

If you are having trouble getting the results for CampaignCriterionService, 
could you please share the campaign ID which has the placement and not 
being returned? Please note that, if the placement is added at the AdGroup 
level, you will have to use the AdGroupCriterionService.get() 

 
instead. If you need a sample for this, please check GetKeywords 

 which 
uses AdGroupCriterionService to get the keywords. 

Thanks,
Sreelakshmi, 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/525f7e9b-db50-4c1c-82be-8b02a348%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Creating SharedSet on Campaign Level

2018-03-15 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Jonathan, 

The limit of 10,000 that you pointed out applies to negative keywords per 
campaign. In addition to that you should also note that there is a limit 
 of 1 million 
campaign targeting items per account (such as location targets and 
campaign-level negative keywords etc). This limit will consider the 
positive and negative targeting criterion at the campaign level. That said, 
the number of excluded placements per campaign will be counted in this 
limit and is not unlimited. Since this is a system level limitation, there 
might not be a means to bypass this. 

My suggestion is to post your question on the advertisers community forum 
 
so 
see how you can structure your negative targeting criterion (keywords and 
placements) at the campaign level. The product experts there might be able 
to provide you some tips on optimization. 

Thanks,
Sreelakshmi, 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/7fe04d0b-215e-4a50-81db-98d7b62ac2c6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to aggregate SearchExactMatchImpressionShare Metric of two Ad Groups?

2018-03-14 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Muhammad, 

Since your question is about the calculation involved in deriving the 
SearchExactMatchImpressionShare 
,
 
please post the question on the official product forum 
.
 
The experts there are better equipped to answer your question. 

Thanks,
Sreelakshmi, 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/63903f4f-01aa-4582-b96d-9139d096ae92%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Getting the Change History via the API

2018-03-14 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Narendra, 

The CustomerSyncService 

 is 
still the closest service to the change history in the AdWords UI. You will 
be able to get the last modified time using the lastChangeTimestamp 

 attribute. 
The service also says at a high level what type of change was made. You can 
check the GetAccountChanges 

 sample 
in Java to understand the behavior of this service. Samples in other 
languages can also be found here 
. If you 
have any new questions about the API, please feel free to create a new 
thread and post your questions there. 

Thanks,
Sreelakshmi, 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/0fb74409-96da-4f30-be3a-c5c18c4ac7c3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Creating SharedSet on Campaign Level

2018-03-14 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Jonathan,

The shared sets 

 are 
typically recommended if you have a set of keywords/placements that gives 
you unwanted impressions or clicks across multiple campaigns. In this case 
you would create a shared set with these keywords and apply them across 
multiple campaigns. Since you are not reusing the same set of keywords 
across multiple campaigns, you could just add them as a 
NegativeCampaignCriterion 

 on 
the campaign directly using the CampaignCriterionService 
.
 
Please check this example 

 for 
code sample. 

As you observed, there is an account limit 
 of 20 shared 
negative keyword lists per account and there is no alternative to adding 
the shared set to the Account. Please let me know if you have additional 
questions. 

Thanks,
Sreelakshmi, 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/7193490b-e8e3-4d3d-84db-30562d524a2e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Upgrading your client library to v22.0.0,.AdSoap Client Error.

2018-03-14 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Saritha, 

A given library version might not support all versions of the API. If you 
are using the latest version of the .NET client library, which is Ads API 
.NET Client Library - v23.1.0 
,
 
you should be able to make API calls against the V201710 and V201802 
version of the AdWords API. If you are using the correct version of the 
client library, could you please share the complete error logs so that we 
can troubleshoot the issue? You could share the logs using reply privately 
to author option. 

Thanks,
Sreelakshmi, 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/ca8b5c60-ff2e-475b-a856-e0cfc00566cf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Conversions Tag setup Adwords API

2018-03-13 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Veronica, 

Using the API, you can create the conversion trackers and get the tags 
generated. But, you will not be able to choose the options as in the 
AdWords UI. The API guide about the conversions 
 
might 
be useful for you. If not already aware, please check this 

 guide 
to set up the conversion tracking. Please let me know if you have any 
additional questions.

Thanks,
Sreelakshmi, 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/2605a08c-26da-4d90-a5ed-8408fc0aef78%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Upgrading your client library to v22.0.0,.AdSoap Client Error.

2018-03-13 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Saritha, 

Could you confirm if you are trying to upgrade to V201710 version of the 
API and using the Ads API .NET Client Library - v22.0.0 
? 
If so, this .NET library version only supports until V201708. Please check 
the library link for more details. My suggestion is to upgrade the .NET 
library to the latest available version, which is Ads API .NET Client 
Library - v23.1.0 
. 
It is also recommended to skip v201710 and migrate directly to v201802. 
Please check this blog post  for more resources that will 
help you with the migration.

Please let me know if you have any additional questions.

Thanks,
Sreelakshmi, 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/9aeb0c3e-778b-401b-a3f6-605dd483b7ff%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to get the current account balance?

2018-03-12 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, 

This feature is still unavailable via the AdWords API. Please keep an eye 
on our blog 

 
for announcements about upcoming features. 

Thanks,
Sreelakshmi, 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/77b56312-cb39-4e4b-ba11-afa289e0888f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Call to undefined method Google\AdsApi\AdWords\v201710\cm\AdGroupAdOperation::getExemptionRequest()

2018-03-09 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi All, 

The code has been corrected in the samples. Please check the updated code 
here 
.
 


Thanks,
Sreelakshmi, 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/1d4bec09-1a5a-42c2-8616-551dce9b6ba0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How can I get developer token to test api in test account adwords?

2018-03-08 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, 

The 'invalid_grant' error usually occurs when the access token or refresh 
token is invalid or incorrect. Could you try regenerating the tokens 

 following 
the steps in the linked guide? To verify that your credentials are correct, 
you could also try the CURL request provided below and see if you are able 
to generate the access token. 

curl https://www.googleapis.com/oauth2/v4/token \
-d refresh_token= \
-d client_id= \
-d client_secret= \
-d grant_type=refresh_token

If you are still facing issues, could you please create a new thread and 
share the details of the error there? That will help us keep better track 
of the issues. 

Thanks,
Sreelakshmi, 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/d170b5a1-90c6-454a-88ce-1f913406bf33%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to map Keywords report and call metrics call details report ?

2018-03-08 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Pravin, 

You are right, the equivalent of that UI report is not available in the 
API. By using multiple reports you may be able to derive this data. To get 
the keywords that triggered a specific Ad, you could use Ad Performance 
Report 

 and 
look for Id 

, AdGroupId 

, CriterionId 

, CriterionType 

 (KEYWORDS). 
You will have to get the stats related to the calls separately from the Call 
Metrics Call Details Report 
.
 
Please let me know if you have any additional questions. 

Thanks,
Sreelakshmi, 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/f4d80cee-ee4f-4ed2-ad35-087791cb98bf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to map Keywords report and call metrics call details report ?

2018-03-07 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, 

As you said, the stats of a specific call can be retrieved using the Call 
Metrics Call Details Report 
.
 
Using this report, you will only be able to get the stats at the AdGroup 
level but not at a criterion or Ad level. As described in the forum post 
that you shared : 
https://groups.google.com/forum/#!topic/adwords-api/MFjOE-G9N7A, you could 
use the Click Performance Report 

 and 
filter the rows with the clickType 

 "CALLS". 
By including the 
CreativeId 

 and CriteriaId 

 fields, 
you will be able to get the stats corresponding to the Ad or the keyword. 
That said, it is not possible to make a one to one mapping between each 
phone call to the keyword that triggered the call. 

Please let me know if you have any additional questions. 

Thanks,
Sreelakshmi, 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/36674c0c-8b1a-4978-baf1-8d2ae73d8e5a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to get estimated reach for Universal App Campaign through Adwords API

2018-03-07 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Yiwei, 

Are you trying to analyze the stats of your UAC campaigns? If so, please 
check this section 

 of 
the guide for more details about that. You could use the 
CAMPAIGN_LOCATION_TARGET_REPORT 

 to 
gather the stats based on the targeted locations of your campaign. The list 
of reports that are supported by the UAC campaigns can be found here 

. 

If your question is about how to find the reach for a specific location and 
languages, this being a product level question, my suggestion is to post 
the question on the Advertisers community forum 
.
 
Once you know how to get that via the UI, we can help you perform the 
corresponding operation via the API if the API supports it. 

Thanks,
Sreelakshmi, 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/f9adc74b-e1f0-49e7-9013-7b034dcccd6d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: AttributePrefixUnbound?v:searchParameters

2018-03-07 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, 

Thank you for sharing the screenshots. I see that you are creating a 
Display campaign and trying to get the keyword ideas as shown in that UI 
view. The TargetingIdeaService 

 in 
AdWords API is analogous to the Keyword Planner 
 in the UI, which 
can be used to get keyword ideas for Search Network Campaigns. The 
TargetingIdeaService cannot be used to get estimates or targeting ideas for 
display campaigns in a similar manner as the results might not include 
stats for display network. There might not be a way to get keyword ideas 
for Display Network using AdWords API at the moment. You could try using 
the Display Planner  to 
get targeting ideas for your Display Network Campaigns. 

Please keep an eye on our blog 

 for 
any updates or announcements about this feature. 

Thanks,
Sreelakshmi, 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/67db9307-6c23-46d2-9fad-1fa9c5338f56%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How do I stop an API making automatic changes to my campaigns?

2018-03-06 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Ashley,

As Zweitze mentioned, you could revoke that user's access in the specific 
account. If you need the user to have access and if he/she is not making 
these changes intentionally or some application which the he/she had 
authenticated previously is making theses changes, the user could go to 
this link  and revoke 
access to any suspicious application. Revoking access to the application 
will invalidate all the refresh tokens issued to that application and you 
will need to reauthorize in order to make any new API calls.

Could you share the client customer Id and the date on which these changes 
occured? I can check if these were being made using the API. You could 
reply privately to author while sharing the details. 

Thanks,
Sreelakshmi, 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/7b109991-e9c8-41ef-ab02-c07bd684a2bb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: set marketing objective parameter in display network type campaign

2018-03-06 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, 

The campaigns created via the AdWords API will be equivalent to "All 
features" campaign in the UI. There is no attribute to set the campaign 
subtypes attribute in the API's Campaign object. The campaign types that 
are available via the API can be found here 
.
 
You may have to create the campaign from the UI if you need to set it to 
"Marketing Objective". 

Thanks,
Sreelakshmi, 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/2a1cf4cb-2863-4f4e-b789-efeae371e274%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: AttributePrefixUnbound?v:searchParameters

2018-03-06 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, 

Could you please confirm if the screenshot shared corresponds to the Keyword 
Planner  tool of the AdWords UI? 
If so, could you share a screenshot with the complete UI view? 

The TargetingIdeaService 

 will 
help you achieve similar goals as Keyword Planner in the AdWords API. This 
service allows you to retrieve targeting ideas from your own tool/platform 
to help automate account optimization.The Search Parameters that can be set 
using the TargetingIdeaService 

 are 
the ones listed here 
.
 
To set a search parameter that specifies a set of URLs in which the results 
should in some way be related to, you could use RelatedToUrlSearchParameter 
.
 
The response of this service can contain any of the keys and its 
corresponding values specified here 
.
 
Relevance is not one of the attributes that this service returns. 

If the screenshot is from any third party tool, my suggestion is to 
reach-out to the customer care of that tool. If you have any further 
questions specific to AdWords API, please let me know. 

Thanks,
Sreelakshmi, 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/429817b0-31b0-4b0c-86f4-7dc3df8812ae%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: AttributePrefixUnbound?v:searchParameters

2018-03-05 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, 

To get the keyword ideas, you could use the TargetingIdeaService 

 and 
specify the request type 

 as 
"IDEAS". Please check this guide 
 
for 
more details about the service. You need to include the following name 
space in your SOAP envelope : "xmlns:xsd="http://www.w3.org/2001/XMLSchema; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance;. You will also need 
to set the Paging 

 which 
is a required attribute for the TargetingIdeaService. Please find the 
complete SOAP logs attached for your reference. The code samples for this 
service can be found here 

. 

Thanks,
Sreelakshmi, 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/3867abae-143f-45e8-993c-14323d0dcc04%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


request_SOAP.xml
Description: XML document


Re: Tracking of Draft & Experiment campaigns

2018-02-28 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Mathieu,

The AdId is not globally unique 
 in 
case of any type of campaigns (Base, Draft, Trial). You might not have 
observed duplicate AdIds in your account. But, there is a possibility that 
it could be duplicate. That being said, you will need to use the 
combination of AdGroupId and AdId to refer to Ads irrespective of the 
campaign type. In your example, it is likely that the AdId in the drafts 
are same but there is no guarantee that it will always have the same Id. 
Using along with the AdGroupId will ensure that you are always referring to 
the correct Ad. 

Hope this clarifies your question. 

Thanks,
Sreelakshmi, 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/1a2a9948-0dd5-4889-975a-ef2e69523f38%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Tracking of Draft & Experiment campaigns

2018-02-27 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Mathieu, 

The {creative} value track parameter corresponds to the AdId and is not 
globally unique 
. 
The combination of AdId and AdGroupId is globally unique. You will need to 
have {adgroupid} along with the {creative}. Please check this guide 
 to 
understand the how value track parameters are mapped. Let me know if you 
have any additional questions. 

Thanks,
Sreelakshmi, 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/50da75df-e238-40e4-94e1-74e7c56fe0fd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Don´t know how to split the "everything else.." node in a shopping campaign into deeper product partitions matching ecommerce products

2018-02-27 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Rick, 

You could take a look at the AddProductPartitionTree 

 in 
Java for the complete code sample to add a product partition tree. This 
sample is partitioning the "everything else" by brand. If you would like to 
partition by the productId/OfferId, you could use the ProductOfferId 

 product 
dimension instead. The guide on shopping campaigns 
 
should 
be helpful for you. Samples in other languages can also be found here 
. Please 
let me know if you have any further questions. 

Thanks,
Sreelakshmi, 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/25520744-8bd6-4a37-a99f-8f687a011d63%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Can I get the historical data(say 6 months older) for reports like Ad, Campaign, Audience, AdGroup.... using Adwords API

2018-02-27 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Narendra, 

Since your questions are specific to BigQuery integration with AdWords API, 
could you please post it on their community forum 
? 

If you would like to use the AdWords API to pull historic stats, you could 
use the report types listed here 
 and 
specify the appropriate date range. In terms of limitations, the size of 
data set that can be handled in one report call while dealing with historic 
data is something that needs to be considered. If you face any issues while 
making the AdWords API calls directly, you could post those questions in 
this forum.

Thanks,
Sreelakshmi, 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/0df24ea0-2a47-4c72-adb8-906466449278%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Video Performance Report

2018-02-26 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Timna, 

Thanks for the feedback. I will pass on the request to the team and see if 
the ConversionTypeName 

 and ConversionCategoryName 

 can 
be made compatible with Conversions 

 in Video Performance Report 
.
 
Please keep an eye on our blog 
 for 
updates and announcements about future releases. 

Thanks,
Sreelakshmi, 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/1da81e5a-344d-4743-9883-9c3eb07f590f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Pulling performance by "Ad" level instead of "Ad Group" Level

2018-02-26 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Sam, 

Welcome to AdWords!

The guide that you are referring to describes how to work with any reports 
in general. Different types of reports available via the API can be found 
here . To 
get the stats aggregated at the Ad level, you can use the Ad Performance 
Report 
.
 
You will need to select the fields that you are interested in from the 
available ones. These 

 are 
code samples in reporting (Java) that you can refer to. Samples in other 
languages can also be found here 
. Please 
let me know if you have any further questions. 

Thanks,
Sreelakshmi, 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/03a30f24-1da9-47e8-991c-e136537918ea%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: C#.NET : Implement LocationSearchParameter in Targetingideas

2018-02-26 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Ola, 

Are you trying to get Keyword Ideas and setting your desired location as a 
search parameter? If so, you could refer to the complete code samples here 
.
 
The linked guide should also be helpful while working with the 
TargetingIdeaService 
.
 
Please give that a try and let me know if you face any issues. If your 
question was different, could you elaborate? 

Thanks,
Sreelakshmi, 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/d0e75ff4-51d4-454b-8ffc-2859a92ed5f6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Adding and removing IpBlock

2018-02-26 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Filip, 

To make any calls to the AdWords API, you will need the OAuth credentials 
(client Id and client secret) and OAuth tokens (refresh token/access 
token). From your note, it looks like you have already done this step and 
ready to make the API call. Are you trying to make calls against the 
client's AdWords account? If so, please note that the clients will need to 
authorize your call (manually accept the prompt and share the authorization 
code with you) while generating the refresh token. More details about OAth 
setup can be found here 
.
 
The guide on make your first API call 
 should 
be helpful for you. 

To add the Ip block, you will need to use the CampaignCriterionService 

 and 
add the IpBlock 

 as 
a negative criterion. We don't have a sample for this scenario but you 
could check AddCampaignTargetingCriteria 

 sample 
in Java which shows how a keyword can be added as negative campaign 
criterion. You will need to modify the code to add the IpBlock instead. 
Samples in other languages can also be found here 
. Let me 
know if you have any additional questions. 

Thanks,
Sreelakshmi, 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/eaade6a5-b32a-4ec0-b6c0-6402d3229fb8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: LabelError.DUPLICATE_NAME although there is no such label

2018-02-21 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi All, 

This issue has been fixed. Please let us know if you are facing any issues 
with the labels. 

Thanks,
Sreelakshmi, 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/f0102b02-4bd0-4dbd-8566-ab5081035ae5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: AdGroupCriterionError.CONCRETE_TYPE_REQUIRED @ operations[0].operand

2018-02-20 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, 

Thanks for the update! Glad that you were able to resolve the issue. 

Thanks,
Sreelakshmi, 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/11b5262e-276d-40a2-87a1-10134d26423f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: AdGroupCriterionError.CONCRETE_TYPE_REQUIRED @ operations[0].operand

2018-02-19 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, 

>From the SOAP logs, it looks like the namespace for 
BiddableAdGroupCriterion is missing in your request resulting in the 
CONCRETE_TYPE_REQUIRED 

 error. 
I see that you were looking up the sample in PHP 

 for 
reference. Could you also confirm if you are using the PHP client library 
or just using them as reference? Below is the snippet of a successful 
request to ADD a keyword. I see that your trace of the request has the bid 
and the finalUrl but that is missing in the SOAP request. Could you share 
your code snippet used to add the keywords?


ADD
   * https://adwords.google.com/api/adwords/cm/v201710; 
xsi:type="ns2:BiddableAdGroupCriterion">*
*

mars cruise
BROAD




1000





http://example.com/mars/cruise/?kw=mars+cruise




Thanks,
Sreelakshmi, 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/7e54683e-22ab-4ee9-b10f-6c0face8d0d0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Adwords API Video campaigns

2018-02-19 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, 

Video campaigns are still not supported in the AdWords API except in the 
reports. We don't have any updates at the moment. If you haven't already, 
you could follow our blogs 
 for 
updates and announcements about the future releases. 

Thanks,
Sreelakshmi, 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/046610eb-025e-46f5-b138-e91081930e2c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Adwords api create GMB feed - GMB_ACCESS_ERROR

2018-02-09 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, 

Could you please retry your request and see if it is working for you?

Thanks,
Sreelakshmi, 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/cafb567f-f577-4310-a3ae-1e283477cd5c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Adwords api create GMB feed - GMB_ACCESS_ERROR

2018-02-09 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, 

I also noticed that you are using one of the old scopes in the OAuthInfo 

 object’s httpRequestUrl 

 field. 
You will need to update that to the AdWords API scope: 
*https://www.googleapis.com/auth/adwords*. Also, please make sure that you 
are using the OAuth tokens generated with the AdWords API Scope as 
mentioned in this blog 
.
 
The error that you are getting doesn't seem to be because of this. But, you 
will still need to make the changes to the scopes as the support for old 
scope is being removed. 

Thanks,
Sreelakshmi, 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/93a9152c-aded-4ee0-b69d-9a6e07bca64a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Adwords api create GMB feed - GMB_ACCESS_ERROR

2018-02-09 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, 

We are aware of this issue. Our team is currently looking into this. I'll 
keep you posted as soon as I have any updates about this. 

Thanks,
Sreelakshmi, 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/05c5e12d-6b72-4e1e-9b01-1ed399690aa5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: RelativeCTR not available in Account Performance reports?

2018-02-08 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Zweitze, 

The RelativeCtr 

 is 
still available only at Campaign and AdGroup level. You could also post 
this on the advertisers community forum 
 
to 
see if there is a means to derive this value at the account level. 

Thanks,
Sreelakshmi, 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/8cbe76fe-25cb-4674-8e13-0e451ec1e72c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Getting location criteria ids by proximity search

2018-02-08 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Jens, 

Yes, there isn't a means to recreate the data as in the screenshot via API. 

Thanks,
Sreelakshmi, 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/b78e155a-c188-405c-accf-a178bcaffe54%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: C# Setup - Assembly Errors

2018-02-08 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, 

Glad to know that you were able to resolve the issue. Ideally, by following 
the steps in the getting started guide here 
, you 
should be able to get the library work without any issues. From your 
description, I am suspecting there could be some version mismatches 
resulting in the syntax issues. As you said, if you face any further 
issues, let us know. 

Thanks,
Sreelakshmi, 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/bfee845d-19cf-40b0-a35b-78960117a3e2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: C# Setup - Assembly Errors

2018-02-07 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, 

Sorry to hear that you have been facing issues while setting up the client 
library. Let me help you sort it out. I see that you have already tried 
Java and C# and Python client library. Which library would you like to 
setup first? I can guide you based on your choice. 

Thanks,
Sreelakshmi, 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/1fc991aa-a031-4300-88a5-2a724eb36416%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Getting location criteria ids by proximity search

2018-02-07 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Jens, 

To lookup a location via API, you will have to use the 
LocationCriterionService 
.
 
As you said, you'll not be able to retrieve Proximity 

 or Location groups 

 criterion 
through LocationCriterionService since these are custom locations. If the 
proximity criterion is added on a campaign, you could use 
CampaignCriterionService 

 to 
retrieve these location-based criteria. The GetCampaignTargetingCriteria 

 Java 
example shows how to retrieve campaign criteria. Example code in other 
languages are available here 
.

Since you are trying to convert a geo point to a location, you could also 
explore the option of using Google Maps API 
 and 
perform a reverse geocoding 
.
 
Once you know the location, you could use the proximity criterion. 

Thanks,
Sreelakshmi, 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/f8d07c5e-866d-4cc5-9aff-c4d1ad1e50d0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Unable to delete ProductPartitions (PRODUCT_PARTITION_DOES_NOT_EXIST)

2018-02-07 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Christian, 

What you have explained is the correct approach to identify the product 
partition. To take a closer look at the issue, could you please enable 
logging and share the SOAP request and response logs? You can use reply 
privately to author while sharing the details. 

Thanks,
Sreelakshmi, 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/19b95fc0-b3a6-49f4-8e4e-605c0732ecb1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How could I select "Custom bid & URL method" for AdGroups settings?

2018-02-06 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Carlos, 

I see that you have found the attribute that you were looking for. Did you 
need any further assistance from us? If so, could you please share the UI 
screenshot of the attribute that you want to set? You could use reply 
privately to author while sharing the details. 

Thanks,
Sreelakshmi, 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/b599cbfb-1fea-4678-8a45-255e499f49db%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How do I change the Name of a Managed Customer

2018-02-06 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Manish, 

The SET 

 operator 
is supported for ManagedCustomerService.mutate() 
.
 
Could you please enable logging and share the SOAP logs of the API 
operation that failed? Please use *reply privately to author* while sharing 
the details. 

Also, since this is an old thread, could you please create a new thread to 
discuss this issue? You could share the logs from that thread. This will 
help us keep better track of the issues. 

Thanks,
Sreelakshmi, 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/18836370-43a0-4b65-aadf-53f1107864ae%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Setting up the API, getting a SOAP error

2018-02-06 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Alan, 

Glad that it worked for you. The guide on troubleshooting CA file issues 

 might 
be helpful for you. Let me know if you need any further assistance. 

Thanks,
Sreelakshmi, 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/d246eb2c-2ae0-4e38-bbcf-9047b682a5f5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Setting up the API, getting a SOAP error

2018-02-05 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Alan, 

Could you please share your error logs? If it has any sensitive 
information, please use *reply privately to author* while sharing the logs. 

Thanks,
Sreelakshmi, 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/afc6b97f-d75f-4596-983c-ce82bf29104f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to fix error of EntityCountLimitExceeded.ACCOUNT_LIMIT

2018-02-02 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, 

It looks like the account against which you are making the mutate call has 
hit the limit on number of feed Items. Please check this guide 
 for more details 
about the AdWords system limits. Could you please share the client customer 
Id on which you are getting this error? If you have the SOAP logs, please 
share that too. You can *reply privately to author* while sharing the logs. 

Thanks,
Sreelakshmi, 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/07714e8c-1a7e-4550-b990-11d28560626a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: AdWords API Budget Setting

2018-01-31 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, 

The BudgetOrderService 

 (BOS) 
is for whitelisted manager accounts to programmatically create 
account-level budgets for the client accounts they manage on consolidated 
billing . Consolidated 
billing is usually used by agencies, resellers, and large advertisers who 
work with multiple AdWords accounts and want to streamline their billing by 
receiving just one monthly invoice. In this kind of a billing, the Manager 
needs to set up and manage the budgets and client accounts are not notified 
of these changes. However, they can always navigate to their billing tab in 
the AdWords UI and verify the details. If they would like to explore other 
options of billing, this article 
 
will 
be helpful.

 If you have additional questions about how the client accounts can monitor 
their budgets, you could post that on the advertisers community forum 
.
 
The experts there might be able to provide helpful tips on that topic. 

Thanks,
Sreelakshmi, 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/9f5be238-92e2-4250-8275-8a28c220041f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Why our Organic Rank drop due to Adword?

2018-01-31 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, 

Since your question is specific to AdWords product in general, please post 
this on the Advertisers community forum 
.
 
The product experts there are better equipped to address this question. 

Thanks,
Sreelakshmi, 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/082c3b32-0995-4ecc-b30d-47950f099087%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Placeholder Feed Item attributeValues Price extension

2018-01-31 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Rohan, 

I have replied to you in the private thread with details. For the benefit 
of other users of the forum, please find the summary below:

The numbers in the logs for FeedItemService.get() 

 are 
the ids of the attributes in the feed. It is not same as the "ID" in this 
table 
. 
To map the respective attribute in a Feed to the "ID" in the table 
corresponding to a placeholder type, you can do a FeedMappingService.get() 

 and 
filter with FeedId 
.
 
You will see how each feedAttributeId 

 in 
the feed is mapped to the respective fieldId 

 in 
the table corresponding to the placeholder type. If an attribute in a feed 
is having a blank value, it might not return the value for that attribute 
in the API response. In this case, the attribute 10 in one of feeds was 
corresponding to "Item 2 header" and the attribute 10 in the second feed 
was corresponding to "Item 1 final mobile URL" which was also blank. 

Thanks,
Sreelakshmi, 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/068e90e6-8b02-4a03-9340-5f6c21b99a6b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Identify Adwords Express campaigns uniquely

2018-01-31 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, 

The blog post 

 about 
AdWords Express Campaigns explains how you can differentiate AdWords 
Express campaigns in the Campaign Performance Report 
.
 
The AdvertisingChannelType 

 / AdvertisingChannelSubType 

 on 
campaigns before migration will be SEARCH / SEARCH_EXPRESS or DISPLAY / 
DISPLAY_EXPRESS. The AdvertisingChannelType / AdvertisingChannelSubType on 
campaigns after migration will be EXPRESS / UNKNOWN. Please let me know if 
you have any additional questions.

Thanks,
Sreelakshmi, 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/3cfaac4f-f4f8-45f1-adde-9601e224b268%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


  1   2   3   4   5   6   >