Re: Why are we getting a RateLimit Error for single get request?

2018-01-24 Thread 'Peter Oliquino' via AdWords API Forum
Hi Kim,

It appears that the *rateScope* you are getting is already at the ACCOUNT 

 level. 
This indicates that there are other requests being made to the same account 
at the same time. I would recommend that you review any processes or users 
that are also making calls to the same exact account at a given time to 
avoid the error.

However, should you find out that no other users or processes are making 
calls, you may send to me the complete SOAP request and response and you 
may reply to me via the *Reply privately to author* option.

Thanks and regards,
Peter
AdWords API Team

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

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


Re: Migrating from v201702 - major oversight related to google-api-ruby-client gem?

2018-01-24 Thread 'Peter Oliquino' via AdWords API Forum
Hi Simon,

For better assistance, as this is more related to the Ruby client library, 
you may get in touch directly with the library owners via this link 
. I hope this 
helps.

Thanks and regards,
Peter
AdWords API Team

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

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


Migrating from v201702 - major oversight related to google-api-ruby-client gem?

2018-01-24 Thread Simon
Hi,

We need to migrate from v201702 as it's being discontinued on 14th Feb. But 
there seems to be a major issue with anyone using 
Google's google-api-ruby-client gem. If we simply up the API version to 
v201705 or later in the config, we get a 'AdsCommon::Errors::Error: 
Environment 'PRODUCTION' does not support version 'v201705'' error. It 
looks like this issue is because we're using google-adwords-api V0.23.0 and 
google-api-client V0.8.6, and these don't support anything later than 
v201702. But if we upgrade google-adwords-api to V0.24.0 or above, it 
requires google-api-client of V0.9 or above, which is fundamentally 
different to previous versions and requires a major rewrite of all code.

So, basically, in order to migrate to v201705 or later, we have to 
completely rewrite all of our code. Is this really the case?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/83809d45-2da1-4cfe-9d2c-dd1d87db3924%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Why are we getting a RateLimit Error for single get request?

2018-01-24 Thread Kim Walker
We're just looking into using the TargetingIdeaService and doing a POC but 
seem to be getting the below rate limit error for a single get request. 
We've been through the rate limit documentation but don't see how this 
single request is resulting in this error.  Any suggestions?

See error attached




-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/d2ff404a-a095-4f54-8b15-1248452bf9ef%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to get Ad extension Text though API

2018-01-24 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API Forum
Hi J Yang,

You can use the PLACEHOLDER_FEED_ITEM_REPORT 

 to 
track the performance (e.g. Clicks) of your Ad extensions. Although, for 
you to identify your Ad extension, you'll have to use the FeedItemId 

 and/or 
the AttributeValues 

 column 
as this attribute pertains to your Ad extension fields (e.g. sitelink's 
link text). You may check this reporting basic guide 
 and sample 
reports 
 in 
Java (also available in other languages) for reference.

Thanks and regards,
Luis
AdWords API Team

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

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


Re: AWQL Query with multiple account/Clientcustomerid

2018-01-24 Thread ritesh123khapre
Thanks for the update.

On Thursday, January 25, 2018 at 2:34:46 AM UTC+5:30, Milind Sankeshware 
(AdWords API Team) wrote:
>
> Hi Ritesh,
>
> A report can only be run against one client customer id at a time. 
> Unfortunately, passing multiple accounts in header for one request will not 
> work.
>
> Thanks,
> Milind, 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/ea267493-7735-4861-96b5-12d7a6bfad15%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: error code : UNEXPECTED_INTERNAL_API_ERROR

2018-01-24 Thread vii step
Hi  Milind Sankeshware (AdWords API Team)
*   I had try two days. It still the same error. Can you please check : 
*000563926dc623310a623d8301086ee5 
.

Thanks
vii step

On Wednesday, January 24, 2018 at 5:15:43 PM UTC+8, vii step wrote:
>
>  I recevied the error code : UNEXPECTED_INTERNAL_API_ERROR , when I 
> request API : CampaignServiceInterface.
>
> SOAP data like :
>
> [24 一月 2018 16:55:04,065-soapXmlLogger:INFO:main] SOAP request:
> 
> http://schemas.xmlsoap.org/soap/envelope/
> " xmlns:xsd="http://www.w3.org/2001/XMLSchema; xmlns:xsi="
> http://www.w3.org/2001/XMLSchema-instance;>
> 
> https://adwords.google.com/api/adwords/cm/v201710
> " soapenv:mustUnderstand="0">
> 916-654-2244
> REDACTED
>
> unknown (AwApi-Java, AdWords-Axis/3.10.0, 
> Common-Java/3.10.0, Axis/1.4, Java/1.7.0_71, maven, SelectorBuilder, 
> SelectorField)
> false
> false
> 
> 
> 
> https://adwords.google.com/api/adwords/cm/v201710;>
> 
> Id
> Name
> 
> Name
> ASCENDING
> 
> 
> 0
> 100
> 
> 
> 
> 
> 
>
> [24 一月 2018 16:55:04,066-soapXmlLogger:INFO:main] SOAP response:
> 
> http://schemas.xmlsoap.org/soap/envelope/;>
> 
> https://adwords.google.com/api/adwords/cm/v201710;>
> 00056381d194eb500a62e40868091f9e
> CampaignService
> get
> 1
> 499
> 
> 
> 
> 
> soap:Server
>
> [InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ 
> com.google.ads.api.services.common.error.InternalApiError.init(InternalApiErro]
> 
> https://adwords.google.com/api/adwords/cm/v201710;>
>
> [InternalApiError.UNEXPECTED_INTERNAL_API_ERROR 
> @ 
> com.google.ads.api.services.common.error.InternalApiError.init(InternalApiErro]
>
> 
> ApiException
> http://www.w3.org/2001/XMLSchema-instance; xsi:type="InternalApiError">
> 
> 
>
> 
> InternalApiError.UNEXPECTED_INTERNAL_API_ERROR
> InternalApiError
> UNEXPECTED_INTERNAL_API_ERROR
> 
> 
> 
> 
> 
> 
>
> Exception in thread "main" AxisFault
>  faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server
>  faultSubcode: 
>
>  faultString: [InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ 
> com.google.ads.api.services.common.error.InternalApiError.init(InternalApiErro]
>  faultActor: 
>  faultNode: 
>  faultDetail: 
> {https://adwords.google.com/api/adwords/cm/v201710}ApiExceptionFault
> :[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ 
> com.google.ads.api.services.common.error.InternalApiError.init(InternalApiErro]ApiException  xmlns:xsi="
> http://www.w3.org/2001/XMLSchema-instance
> " 
> xsi:type="InternalApiError">InternalApiError.UNEXPECTED_INTERNAL_API_ERRORInternalApiErrorUNEXPECTED_INTERNAL_API_ERROR
>  
>
> I don`t have any idea for that.
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/7c4be0b2-bcb2-4236-85e9-32ddc96fccad%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: API stats don't match the ones in Adwords

2018-01-24 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Bogdan,

To further investigate this, can you provide your report definition 
,
 
clientCustomerId and your UI report screenshots that shows the data via *Reply 
privately to author* option? 

Thanks,
Vincent
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/0f9d9838-b3c5-4912-b923-c8fcc4cba69c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Update on templateId 416

2018-01-24 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API Forum
Hi Peter,

As of now, we don't have any updates on when the template ads for template 
ID 416 will be available through the API. Currently, only the list of 
template ads supported by the API are listed here 
. We 
can only recommend that you create the ad through the AdWords UI, and then 
use FeedItemService 

 to 
maintain the data for your dynamic display ad. See our dynamic remarketing 
guide 
 for 
more details. You could follow our blog 
 for any 
announcements regarding new template ads.

Thanks and regards,
Luis
AdWords API Team

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

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


Re: Callouts not returned using CampaignExtensionSettingService (feed is named "AdWords Express Callouts feed")

2018-01-24 Thread jon
Hi Nadine,

Thank you very much for investigating. Unfortunately, it *is* causing us an 
actual issue. That was the reason I originally posted. Because this 
particular feed is in this unusual state, we can't use the 
CampaignExtensionSettingService API to read and update our Callout 
Extensions. It's as if they do not exist via the API. 

This is related to 
https://developers.google.com/adwords/api/docs/reference/v201710/CampaignExtensionSettingService.
 
We are able to view and update other campaign extensions like Sitelinks and 
Structured Snippets, but we cannot view the Callouts.

The document regarding migration 
(https://developers.google.com/adwords/api/docs/guides/extension-settings#migrate_ad_extensions_to_extension_setting_services)
 
discusses migrating User feeds. It does not discuss migrating System Feeds. 
For this reason, I was reluctant to attempt to migrate it because I don't 
want to make anything worse.

Best,

Jon

On Wednesday, January 24, 2018 at 1:18:13 PM UTC-8, Nadine Sundquist 
(AdWords API Team) wrote:
>
> Greetings Jon,
>
> Thanks for providing us with the additional information. It was really 
> helpful in double-checking a few things. I'm posting out on the forum 
> rather than directly replying just so both of us can help the general 
> community in case anyone else bumps into this. Feeds are always tricky. 
> When something is tagged with origin *ADWORDS* rather than *USER*, then 
> it is as you noticed, a system feed. When that's the case, you usually 
> can't make changes to it; there's a bit more about that here 
> .
>  
> I appreciate that you're being a good citizen and attempting to move things 
> over, but there are a few feeds that our system auto-generates, and the one 
> you discovered happened to be one of them. You can just leave it alone; no 
> migration is necessary. I would be surprised if it would even let you 
> mutate it. If you find that it's causing you issues, then please get back 
> to us, and we'll see what we can do to fix up that account for you.
>
> Cheers,
> Nadine, AdWords API Team
>
> On Monday, January 22, 2018 at 10:28:10 PM UTC-5, Peter Oliquino wrote:
>>
>> Hi Jon,
>>
>> My apologies if I misunderstood. Moving forward, in order for me to 
>> better investigate and identify the cause why you are unable to retrieve 
>> the extensions, could you provide your clientCustomerId, the generated SOAP 
>> request and response when you attempted to retrieve the said extensions, 
>> and the AdWords UI screenshot containing them? You may reply to me 
>> privately via the *Reply privately to author* option.
>>
>> Thanks and regards,
>> Peter
>> AdWords API Team
>>
>

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

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


Re: urllib2.URLError:

2018-01-24 Thread Chaitanya Phani
Hi Sreelakshmi,

This is happening intermittent. So I cant give specific client customer id. 
Very frequently is happening. 

Thanks,
Chaitanya 

On Wednesday, January 24, 2018 at 4:02:56 PM UTC-5, Sreelakshmi Sasidharan 
(AdWords API Team) wrote:

> Hi Chaitanya,
>
> I was referring to this forum 
>  post. 
> Sorry for the confusion. If this is the same issue, please continue the 
> discussion on that thread. If this is a different issue, could you share 
> the complete error logs and your client customer id? You could reply 
> privately to the 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/855e3c69-7837-4010-97e1-56d9da437514%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Callouts not returned using CampaignExtensionSettingService (feed is named "AdWords Express Callouts feed")

2018-01-24 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Greetings Jon,

Thanks for providing us with the additional information. It was really 
helpful in double-checking a few things. I'm posting out on the forum 
rather than directly replying just so both of us can help the general 
community in case anyone else bumps into this. Feeds are always tricky. 
When something is tagged with origin *ADWORDS* rather than *USER*, then it 
is as you noticed, a system feed. When that's the case, you usually can't 
make changes to it; there's a bit more about that here 
.
 
I appreciate that you're being a good citizen and attempting to move things 
over, but there are a few feeds that our system auto-generates, and the one 
you discovered happened to be one of them. You can just leave it alone; no 
migration is necessary. I would be surprised if it would even let you 
mutate it. If you find that it's causing you issues, then please get back 
to us, and we'll see what we can do to fix up that account for you.

Cheers,
Nadine, AdWords API Team

On Monday, January 22, 2018 at 10:28:10 PM UTC-5, Peter Oliquino wrote:
>
> Hi Jon,
>
> My apologies if I misunderstood. Moving forward, in order for me to better 
> investigate and identify the cause why you are unable to retrieve the 
> extensions, could you provide your clientCustomerId, the generated SOAP 
> request and response when you attempted to retrieve the said extensions, 
> and the AdWords UI screenshot containing them? You may reply to me 
> privately via the *Reply privately to author* option.
>
> Thanks and regards,
> Peter
> AdWords API Team
>

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

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


Re: AWQL Query with multiple account/Clientcustomerid

2018-01-24 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Ritesh,

A report can only be run against one client customer id at a time. 
Unfortunately, passing multiple accounts in header for one request will not 
work.

Thanks,
Milind, 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/de916c74-3dcf-43e9-8e8f-03644c5717fd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: urllib2.URLError:

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

I was referring to this forum 
 post. 
Sorry for the confusion. If this is the same issue, please continue the 
discussion on that thread. If this is a different issue, could you share 
the complete error logs and your client customer id? You could reply 
privately to the 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/78f1f2e3-94a7-46cc-8603-50039b5bc6d2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


API stats don't match the ones in Adwords

2018-01-24 Thread Bogdan C
the statistics that we receive via the API do not match with the ones in 
the Adwords web interface for the following ranges:
Last_30, Last_14, Last_7, LAST_WEEK

Can anybody help diagnose the issue? I tried comparing to both last 30 days 
including today and last 30 days up to yesterday, but it's still not a 
match.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/84cf1b7f-1ab6-44bf-92d4-4f1235049295%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


How to get Ad extension Text though API

2018-01-24 Thread J yang
Hello,

I am wondering if it's possible to get Ad extension text though API.

I want to know the number of clicks to sitelink extensions which extension 
text contain a substring. In the UI, I can get the information by going 
Extensions tab and apply the filters: Extension type = Sitelink extension 
and Extension text contains the substring.

Thank you.

J Yang

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/5334fad8-040f-444a-9bf1-f9c1383ddf46%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Update on templateId 416

2018-01-24 Thread Peter Okunev
Hi, are there any news on timeline to make 416 templateId be available for 
API? 

There is 419 available right now but as I understand it's static? 

We are running RMKT campaigns with big feeds that are automatically linked 
to the templates but creating those through UI is too time consuming. 

Thanks,
Peter

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/00457773-7ed5-43ef-9272-2105a43fc82d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Retrieving Adwords Ads Extension Data using API

2018-01-24 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hi Asad, 

The Ad Extensions tab metrics in the UI can be retrieved using the Placeholder 
Feed Item Report 

 and Placeholder Report 
 
in 
the API. You could use the PlaceholderType 

 and ExtensionPlaceholderType 

 fields 
which can be filtered by the Placeholder Type ID 
 to 
get the extension type as in the UI. It is currently not possible to 
retrieve the Extension name through the API using these report types. You 
could use the FeedService.get() 

 to 
get the Extension name using the API services. Let me know if you have any 
other questions. 

Regards,
Bharani, 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/41bcbce0-fa24-4689-b2c6-37f454642cc5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Empty fields "AdType" and "Headline" in Ad Performance Report (v201705)

2018-01-24 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Hello Hans,

Thanks for checking in. I can feel your frustration. I've escalated the 
issue internally as high as I can. I'm also trying on a couple of other 
avenues internally to see if we can get this resolved. I'll get back to you 
when I've seen some movement. In the meantime, please feel free to ping 
this thread if you don't hear back soon. 

Thanks,
Nadine, AdWords API Team

On Wednesday, January 24, 2018 at 11:42:45 AM UTC-5, HK wrote:
>
> Hi, Nadine
>
> This issue is becoming more and more urgent. Nothing personal, but I find 
> it very surprising that no one can explain what is going on after 20 days. 
> The AdWords APIs is not just a tool we are using for fun, we have an 
> enterprise solution built around it and it's affecting around 30 important 
> customers of ours and ~20 million impressions per days. Please let us know 
> how we can get some traction on this now over 2 month old problem.
>
> Thanks for all your help,
> Hans
>
> On Tuesday, January 16, 2018 at 2:10:23 PM UTC-8, Nadine Sundquist 
> (AdWords API Team) wrote:
>>
>> Hello Hans,
>>
>> No worries! It gets pretty busy around here, so it's fine to bump a 
>> thread. It's good to know the scale of how it's affecting you. I'm checking 
>> in on the internal thread I have going for this. Hopefully, we'll have an 
>> answer soon. This does seem to be an odd one.
>>
>> Regards,
>> Nadine, AdWords API Team
>>
>> On Tuesday, January 16, 2018 at 2:16:50 PM UTC-5, HK wrote:
>>>
>>> Hi, Nadina
>>>
>>> Hate nag you about this, but is there any way to escalate this? It's a 
>>> pretty big unexplained/undocumented change that is affecting ~30 merchant 
>>> accounts we manage.
>>>
>>> Hans
>>>
>>> On Wednesday, January 10, 2018 at 12:00:23 PM UTC-8, Nadine Sundquist 
>>> (AdWords API Team) wrote:

 Hello Hans,

 At this point, I'm not sure why that's happening. We're still 
 investigating. I'll get back to you when we have more information. I'm 
 glad 
 you brought it to light with your analysis.

 Best,
 Nadine, AdWords API Team

 On Wednesday, January 10, 2018 at 12:54:31 PM UTC-5, HK wrote:
>
> Hi, Nadine
>
> As for issue 2, any indication as to what is going on? This is having 
> a pretty big impact on a number of large accounts we manage and has been 
> occurring for two months soon. Appreciate your help!
>
> Hans
>
> On Monday, January 8, 2018 at 9:42:13 AM UTC-8, Nadine Sundquist 
> (AdWords API Team) wrote:
>>
>> Hello Everyone,
>>
>> I would like to follow up publicly on the thread since I have 
>> multiple threads going on privately in case someone bumps into this. 
>> There 
>> are two issues that are happening on this thread:
>>
>>- *Issue 1: *The AdType 
>>
>> 
>>  
>>is at times coming back empty. There are some ad types that are only 
>>available in the UI and are not yet supported in the API. That is the 
>> case 
>>here with some of these Gmail ads. In this case, the proper response 
>> should 
>>be *UNKNOWN* rather than an empty response as AdType. I've filed 
>>an issue for this, and I'll report back when the issue has been fixed.
>>- *Issue 2:* The secondary issues is that PLA ads have stopped 
>>showing *Headline* as a ClikType 
>>
>> 
>>  as 
>>of November 18th. I've seen that in a number of places, but I don't 
>> see an 
>>exact reason. I'm asking around about it now. I personally noticed 
>> that 
>>shopping ads did change recently (while I was doing my holiday 
>> shopping), 
>>and I'm wondering if that that's had an impact on how clicks are 
>> reported.
>>
>> I'll report back here when I hear more.
>>
>> Cheers,
>> Nadine, AdWords API Team
>>
>> On Thursday, January 4, 2018 at 6:50:13 PM UTC-5, HK wrote:
>>>
>>> I have replied privately to Bharani with further details.
>>>
>>> On Thursday, January 4, 2018 at 12:30:53 PM UTC-8, Bharani Cherukuri 
>>> (AdWords API Team) wrote:

 Hello Hans, 

 We can definitely take a look at this issue. From what I 
 understand, you're experiencing a discrepancy with the clickType field 
 in 
 your Ad Performance Report. If that's the case, could you share us the 
 complete report definition 
 
  along 
 with the clientCustomerId, so I can take a look? Please use *Reply 
 privately to author* option to share the details. 

 Regards,
 Bharani, AdWords API Team


Re: urllib2.URLError:

2018-01-24 Thread Chaitanya Phani
No I didn't talk with anyone about this.

On Wednesday, January 24, 2018 at 1:59:28 PM UTC-5, Sreelakshmi Sasidharan 
(AdWords API Team) wrote:
>
> Hi Chaitanya, 
>
> I see that you are already talking to Vincent about this issue. To avoid 
> duplicates please continue the discussion on that 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/c38659cc-b35f-42b2-b8fa-ae37eb3dfd79%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Why cant i Geo Target an Ad Group ?

2018-01-24 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API Forum
Hi Giles,

I am afraid geo targeting is still 
available only at campaign level via the web interface. Therefore, there 
are no services for the same at the API level as well. Please keep an eye 
on our blog 
 for any 
recent updates. You may post your question on the advertisers community 
forum 
 
as 
the product experts there would be better equipped to assist you.

Regards,
Dhanya, 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/19ccfc15-d971-4866-b858-4a54ac0f8a70%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: urllib2.URLError:

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

I see that you are already talking to Vincent about this issue. To avoid 
duplicates please continue the discussion on that 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/e82c29fa-163c-497c-9987-9706560e0284%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: This app isn't verified

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

On this forum we address questions that are related to the AdWords API. 
Looks like your issue is about the Apps Script. Please use any of their 
recommended 
support channels  to 
post 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/f55a92f2-3e44-449c-80ba-c0f7a385cb7b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH

2018-01-24 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API Forum
Hi Chaitanya,

The client customer id of a client account should be used in the header 
while running a report from the API. As I am unable to verify this in your 
code, to troubleshoot further, could you share the client customer id from 
the header? Also, could you please enable logging 

 and 
share the SOAP request and response for both reports? You may opt to *reply 
privately to author.* 

Regards,
Dhanya, 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/be2773ff-ebc6-4861-a1df-c6c8df150625%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Placeholder Feed Item attributeValues Price extension

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

Are you saying that the FeedItemService.get() 

 API 
call is not returning the data correctly for your Price extension? Could 
you please enable logging and share the complete SOAP request and response 
logs along with your client customer Id? 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/050ba22a-5e29-4323-a9e5-3a8b650d17e5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Unable to find bid adjustment data corresponding to API.

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

Welcome to AdWords API! 

To get the bid adjustments set on the location targets of a campaign, you 
can use the Campaign Location Target Report 

 and 
include the BidModifier 

 field 
along with any additional fields that you need. As an alternative, you 
could also use the CampaignCriterionService.get() 

 to 
retrieve all the location targets. You will need to include the bidModifier 

 attribute 
in the selector fields. For a Java code sample in reporting, you could 
check DownloadCriteriaReportWithAwql 

 example 
and GetCampaignTargetingCriteria 

 sample 
for getting the campaign criterion using the API service. Samples in other 
languages can also be found here 
. 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/697bc9ed-8c7d-4f01-83f2-5f02f83ec816%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Empty fields "AdType" and "Headline" in Ad Performance Report (v201705)

2018-01-24 Thread HK
Hi, Nadine

This issue is becoming more and more urgent. Nothing personal, but I find 
it very surprising that no one can explain what is going on after 20 days. 
The AdWords APIs is not just a tool we are using for fun, we have an 
enterprise solution built around it and it's affecting around 30 important 
customers of ours and ~20 million impressions per days. Please let us know 
how we can get some traction on this now over 2 month old problem.

Thanks for all your help,
Hans

On Tuesday, January 16, 2018 at 2:10:23 PM UTC-8, Nadine Sundquist (AdWords 
API Team) wrote:
>
> Hello Hans,
>
> No worries! It gets pretty busy around here, so it's fine to bump a 
> thread. It's good to know the scale of how it's affecting you. I'm checking 
> in on the internal thread I have going for this. Hopefully, we'll have an 
> answer soon. This does seem to be an odd one.
>
> Regards,
> Nadine, AdWords API Team
>
> On Tuesday, January 16, 2018 at 2:16:50 PM UTC-5, HK wrote:
>>
>> Hi, Nadina
>>
>> Hate nag you about this, but is there any way to escalate this? It's a 
>> pretty big unexplained/undocumented change that is affecting ~30 merchant 
>> accounts we manage.
>>
>> Hans
>>
>> On Wednesday, January 10, 2018 at 12:00:23 PM UTC-8, Nadine Sundquist 
>> (AdWords API Team) wrote:
>>>
>>> Hello Hans,
>>>
>>> At this point, I'm not sure why that's happening. We're still 
>>> investigating. I'll get back to you when we have more information. I'm glad 
>>> you brought it to light with your analysis.
>>>
>>> Best,
>>> Nadine, AdWords API Team
>>>
>>> On Wednesday, January 10, 2018 at 12:54:31 PM UTC-5, HK wrote:

 Hi, Nadine

 As for issue 2, any indication as to what is going on? This is having a 
 pretty big impact on a number of large accounts we manage and has been 
 occurring for two months soon. Appreciate your help!

 Hans

 On Monday, January 8, 2018 at 9:42:13 AM UTC-8, Nadine Sundquist 
 (AdWords API Team) wrote:
>
> Hello Everyone,
>
> I would like to follow up publicly on the thread since I have multiple 
> threads going on privately in case someone bumps into this. There are two 
> issues that are happening on this thread:
>
>- *Issue 1: *The AdType 
>
> 
>  
>is at times coming back empty. There are some ad types that are only 
>available in the UI and are not yet supported in the API. That is the 
> case 
>here with some of these Gmail ads. In this case, the proper response 
> should 
>be *UNKNOWN* rather than an empty response as AdType. I've filed 
>an issue for this, and I'll report back when the issue has been fixed.
>- *Issue 2:* The secondary issues is that PLA ads have stopped 
>showing *Headline* as a ClikType 
>
> 
>  as 
>of November 18th. I've seen that in a number of places, but I don't 
> see an 
>exact reason. I'm asking around about it now. I personally noticed 
> that 
>shopping ads did change recently (while I was doing my holiday 
> shopping), 
>and I'm wondering if that that's had an impact on how clicks are 
> reported.
>
> I'll report back here when I hear more.
>
> Cheers,
> Nadine, AdWords API Team
>
> On Thursday, January 4, 2018 at 6:50:13 PM UTC-5, HK wrote:
>>
>> I have replied privately to Bharani with further details.
>>
>> On Thursday, January 4, 2018 at 12:30:53 PM UTC-8, Bharani Cherukuri 
>> (AdWords API Team) wrote:
>>>
>>> Hello Hans, 
>>>
>>> We can definitely take a look at this issue. From what I understand, 
>>> you're experiencing a discrepancy with the clickType field in your Ad 
>>> Performance Report. If that's the case, could you share us the complete 
>>> report 
>>> definition 
>>> 
>>>  along 
>>> with the clientCustomerId, so I can take a look? Please use *Reply 
>>> privately to author* option to share the details. 
>>>
>>> Regards,
>>> Bharani, AdWords API Team
>>>
>>> On Monday, December 25, 2017 at 9:46:07 PM UTC-5, Thao wrote:

 Hi all, 

 current, in my download data AdWords API return empty for fields 
 "AdType" and "Headline", any change on API or error, give me a hand, 
 thank 
 you.




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

Re: AWQL Query with multiple account/Clientcustomerid

2018-01-24 Thread ritesh123khapre
Hi

I am not using any Client Library Provided by Google.
I am using straight AWQL URI and headers in POSTMAN and it works well with 
one Clientcustomerid.
How can I do same for multiple accounts.

I tried comma separated value but it does not work.

Regards
Ritesh

On Wednesday, January 24, 2018 at 1:49:46 AM UTC+5:30, Milind Sankeshware 
(AdWords API Team) wrote:
>
> Hi Ritesh,
>
> Could you please confirm that you are trying to fetch the data for all 
> accounts directly under a MCC account? If this is the case, then please 
> check this sample java code 
> 
>  
> to download the reports. If not, then you could pass the client customer id 
> during the run-time instead of defining it in the properties file. To 
> understand how to do that, please check this line 
> 
>  
> in the above sample. Please note that, in the second case, the user 
> authenticating the API call should be same for all the accounts.
>
> Thanks,
> Milind, 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/f2c6822d-ff9d-4ce4-9736-7626c30a34ce%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Adwords v201802

2018-01-24 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, 

We will not be able to provide an exact timeline of when v201802 will be 
released. It is scheduled to be released in Feb, 2018. Please refer to this 

 API 
sunset and release schedule for more information. You can also keep an eye 
out on our blog 
 for more 
updates about upcoming releases or announcements. You can also join the API 
announcements forum  to 
keep you posted on any future updates. 

Regards,
Bharani, 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/5b199a29-3c57-4055-9a12-e83b12481441%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Some Campaigns missing in using Google Adwords API

2018-01-24 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello Raymond, 

Thank you for the details. I see that the client customer ID provided has 
only video campaigns. Video campaigns are currently not supported by the 
AdWords API Services. It could be the reason as to why you're noticing the 
discrepancy. Video campaigns are supported only in reports. You could get 
the details of these campaigns via the Campaign Performance report 

 and 
the Video Performance report 

. 

This said, there is not much difference between the C# and Java API client 
libraries. These libraries illustrate the AdWords API functionality, making 
it easier to develop apps quickly. You may refer to these links (Java 
, C# 
) for more information 
about the installation instructions and code examples. 

Regards,
Bharani, 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/2de5580b-51eb-4856-80e1-6b913212f0e9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: error code : UNEXPECTED_INTERNAL_API_ERROR

2018-01-24 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi,

The InternalApiError.UNEXPECTED_INTERNAL_API_ERROR 

 that 
you are encountering could be due to an intermittent issue in the AdWords 
API servers. Could you please wait for some time and retry your request to 
see if the issue persists?

Thanks,
Milind, 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/87863798-e28d-44f7-abbb-e54a12517151%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


urllib2.URLError:

2018-01-24 Thread Chaitanya Phani
Hi, 

I was facing this issue very frequently. I have 250 advertiser accounts and 
I need to pull Shopping Performance Report from all the accounts. I was 
trying to complete this from yesterday but not able to success. I tried to 
run parallel process downloading which is not working in windows. Looks 
like there was an issue with one of python libraries and I have raised a 
ticket for the same. 

Now I am out of options and getting delayed, my downstream applications are 
waiting on this data. Please help me how to avoid this error. 

The following code is the one which I am running for all accounts, first 
getting all advertiser accounts and looping the code. 


def download_Performance_Criteria_Report():
  for client_customer_id in list(set(account_list)):
print client_customer_id
o2client = GoogleRefreshTokenClient(adc['client_id'],adc['client_secret'
],adc['refresh_token'])
client=AdWordsClient(adc['developer_token'],o2client,'OBI',
client_customer_id=client_customer_id)
_fpath=os.path.join('D:/adwords/temp/Adwords_Shopping_MMA_'+str(
client_customer_id)+'_'+datetime.datetime.now().strftime( "%Y%m%d%H%M") + 
'.csv')
  ##client = AdWordsClient.LoadFromStorage('googleads.yaml')
rep_downloader = client.GetReportDownloader(version='v201710')
report = {
'reportName' : 'SHOPPING_PERFORMANCE_REPORT',
'dateRangeType' :'CUSTOM_DATE',
'reportType': 'SHOPPING_PERFORMANCE_REPORT',
'downloadFormat': 'CSV',
'selector': {
'fields': ['AccountDescriptiveName','AdGroupId',
'AdGroupName','AggregatorId','Brand','CampaignId','CampaignName',
'CategoryL1','CategoryL2','CategoryL3','CategoryL4','CategoryL5',
'CountryCriteriaId','CustomAttribute0','CustomAttribute1','CustomAttribute2'
,'CustomAttribute3','CustomAttribute4','ExternalCustomerId',
'LanguageCriteriaId','MerchantId','OfferId','ProductTypeL1','ProductTypeL2',
'ProductTypeL3','ProductTypeL4','ProductTypeL5','StoreId','Date',
'AverageCpc','Clicks','ConversionRate','Conversions','ConversionValue',
'Cost','CostPerAllConversion','CostPerConversion','CrossDeviceConversions',
'Ctr','Impressions'],
'dateRange' : { 'min': '20171225' , 'max' : '20171225'}
}
}
_f=open(_fpath,'wb')
rep_downloader.DownloadReport(report,output=_f,skip_report_header=False,
skip_column_header=False,skip_report_summary=True)


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/61cdf7c9-93e1-4752-8cf6-cff861021c03%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Why cant i Geo Target an Ad Group ?

2018-01-24 Thread giles bodger

Hi all,

We have several campaigns that we split into specific ad groups to target 
customers in certain areas of the country by keywords. We now want to 
specifically geo-target those ad groups for example London, Manchester and 
Birmingham say, targeting specifically those people that click from within 
those areas. We will also want to negate all the positive targeting of 
these ad groups from 1 "catch all" ad group that will cover the rest of the 
country say.

Reading up on the API docs and the forums, i cannot find anywhere that 
allows this, and it seems that a suggestion is to create as many campaigns 
as you need to do this as it appears you can geo-target at CAMPAIGN LEVEL 
ONLY

Can i ask if there is any move to allow this to filter down to ad group 
level ?

I dont really want to have to go and create 1000s of campaigns in order to 
do this as i already have several hundred campaigns with multiple specific 
ad groups

I cant see why Google would not have this facility.

I can see from the account limits that we have 10,000 campaigns max, each 
of these can have 20,000 ad groups

I would rather deal with multiple ad groups within 1 campaign that have to 
manage multiple campaigns

The targeting we want to achieve could easily blow out that 10,000 
campaigns per account number

any help would be appreciated

cheers

Giles

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/bb4532c7-bf8c-44f9-bbcd-0474ae6fec47%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Placeholder Feed Item attributeValues Price extension

2018-01-24 Thread rohan . k
Hi guys,

I referred to this 
table 
https://developers.google.com/adwords/api/docs/appendix/placeholders#price 
to fetch data for price extension.

My query is, for accounts where there is no "mobile URLs" present, in some 
cases, the attribute ID "10" is not present, whereas in some cases. the 
attribute ID "10" contains the header of item 2 of the table.

Can you please let me know if there is any way we can get a uniform 
response for all accounts, for Price Extension.

Thanks,
Rohan

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/835f1fbf-a932-421b-9b86-cdd39f481f95%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to retrieve all accounts under MCC

2018-01-24 Thread ag . apitesthesabi
Thank you so much for your help!
Best Regards.



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/15388a5f-57f6-417e-8a5a-c00e9e08db1c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Campaign Report API some fields data mismatch Adwords dashboard (v201702)

2018-01-24 Thread 263382607qq

when i get 2017-12-28 and 2017-12-29 data from api in 2017-01-22 , the data 
are correct! 

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

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


Campaign Report API some fields data mismatch Adwords dashboard (v201702)

2018-01-24 Thread 263382607qq
"Hello,
I am using adwords php api to get data insert to mysql .
I get data from CAMPAIGN_PERFORMANCE_REPORT
this is the fields from my request:
"AdvertisingChannelType",
"CampaignId",
"CampaignName",
"Amount",
"AccountCurrencyCode",
"Clicks",
"Cost",
"Conversions",
"Impressions",
"ConversionRate",
"AveragePosition",
"Ctr",
"ViewThroughConversions",
"VideoViews",
"ServingStatus",
"CampaignStatus",
"Date",
"Device"

one request i just get one day's data (  $selector->setDateRange(new 
DateRange('2017-12-01','2017-12-01')); )

   for example:today is 2018-01-24,  but i just get 2017-01-22 data  (last 
2 days data)
   
  mysql  compare  with adwords dashboard, i found some different"





-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/ce720c07-52e5-4900-a931-7ad74fa5e1cc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Unable to find bid adjustment data corresponding to API.

2018-01-24 Thread 13823262693
  Hello, dear friends:
I am a new person who has just come into contact with google adwords 
API.While feeling the beauty of adwords, I also encountered some questions. 
Ask:
Well, you need to get bid adjustment data for a geographically based 
advertising series, but what I'm not sure is what API should be used, or is 
it possible to do that?
If its possible, can you point me on the right direction? or give me a 
simple example, it would be great help. Thanks in advance!




I am sorry that my English is not good. I hope I can express it 
accurately and hope that good friends can help me to answer this question. 
Thank you very much.


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/c16a6733-3441-47da-ad33-e42110c613ca%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


This app isn't verified

2018-01-24 Thread Aroxo Senraj

This app isn't verified

This app hasn't been verified by Google yet. Only proceed if you know and 
trust the developer.


I have faced this issue and i have search read this 
link https://developers.google.com/apps-script/guides/client-verification.


After i have read & fill OAuth Developer Verification Form - Done & Get 
this message





Now more than 7 days not yet verified my app. If you know then let me know. 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/b5765418-1ae1-4ad4-96fa-d09f3f754930%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Adwords v201802

2018-01-24 Thread Dominik Raffetseder
Which specified date will the new Adwords Version v201802  be released? 
Is it before 14 February or after this date?


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/130ae87c-5a69-4e16-adb5-381762ebe204%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


error code : UNEXPECTED_INTERNAL_API_ERROR

2018-01-24 Thread vii step
 I recevied the error code : UNEXPECTED_INTERNAL_API_ERROR , when I request 
API : CampaignServiceInterface.

SOAP data like :

[24 一月 2018 16:55:04,065-soapXmlLogger:INFO:main] SOAP request:

http://schemas.xmlsoap.org/soap/envelope/; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance;>

https://adwords.google.com/api/adwords/cm/v201710; 
soapenv:mustUnderstand="0">
916-654-2244
REDACTED
unknown (AwApi-Java, AdWords-Axis/3.10.0, 
Common-Java/3.10.0, Axis/1.4, Java/1.7.0_71, maven, SelectorBuilder, 
SelectorField)
false
false



https://adwords.google.com/api/adwords/cm/v201710;>

Id
Name

Name
ASCENDING


0
100






[24 一月 2018 16:55:04,066-soapXmlLogger:INFO:main] SOAP response:

http://schemas.xmlsoap.org/soap/envelope/;>

https://adwords.google.com/api/adwords/cm/v201710;>
00056381d194eb500a62e40868091f9e
CampaignService
get
1
499




soap:Server
[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ 
com.google.ads.api.services.common.error.InternalApiError.init(InternalApiErro]

https://adwords.google.com/api/adwords/cm/v201710;>
[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ 
com.google.ads.api.services.common.error.InternalApiError.init(InternalApiErro]

ApiException
http://www.w3.org/2001/XMLSchema-instance; 
xsi:type="InternalApiError">



InternalApiError.UNEXPECTED_INTERNAL_API_ERROR
InternalApiError
UNEXPECTED_INTERNAL_API_ERROR







Exception in thread "main" AxisFault
 faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server
 faultSubcode: 
 faultString: [InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ 
com.google.ads.api.services.common.error.InternalApiError.init(InternalApiErro]
 faultActor: 
 faultNode: 
 faultDetail: 
{https://adwords.google.com/api/adwords/cm/v201710}ApiExceptionFault:[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR
 @ 
com.google.ads.api.services.common.error.InternalApiError.init(InternalApiErro]ApiExceptionhttp://www.w3.org/2001/XMLSchema-instance; 
xsi:type="InternalApiError">InternalApiError.UNEXPECTED_INTERNAL_API_ERRORInternalApiErrorUNEXPECTED_INTERNAL_API_ERROR
 

I don`t have any idea for that.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/548bd378-e982-48e9-aa51-7de3908d0ede%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ com.google.ads.api.services.common.error.InternalApiError.init(InternalApiErro]

2018-01-24 Thread vii step
Hi 
   I test the Api GetCampaigns with the test account yesterday , I was 
response data .
   But When my developer token approved last night, today I try it again , 
It response UNEXPECTED_INTERNAL_API_ERROR .

The sponsse like this :



http://schemas.xmlsoap.org/soap/envelope/; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance;>

https://adwords.google.com/api/adwords/cm/v201710; 
soapenv:mustUnderstand="0">
916-654-2244
REDACTED
unknown (AwApi-Java, AdWords-Axis/3.10.0, 
Common-Java/3.10.0, Axis/1.4, Java/1.7.0_71, maven, SelectorBuilder, 
SelectorField)
false
false



https://adwords.google.com/api/adwords/cm/v201710;>

Id
Name

Name
ASCENDING


0
100






[24 一月 2018 15:00:54,040-soapXmlLogger:INFO:main] SOAP response:

http://schemas.xmlsoap.org/soap/envelope/;>

https://adwords.google.com/api/adwords/cm/v201710;>
00056380392fe4880a626799fd01bccd
CampaignService
get
1
275




soap:Server
[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ 
com.google.ads.api.services.common.error.InternalApiError.init(InternalApiErro]

https://adwords.google.com/api/adwords/cm/v201710;>

[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ 
com.google.ads.api.services.common.error.InternalApiError.init(InternalApiErro]

ApiException
http://www.w3.org/2001/XMLSchema-instance; 
xsi:type="InternalApiError">



InternalApiError.UNEXPECTED_INTERNAL_API_ERROR
InternalApiError
UNEXPECTED_INTERNAL_API_ERROR








could anyone help me ?


thank you.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/bafa5465-f0b4-460f-b44d-2ace0c03b82a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Campaign Report API some fields data mismatch Adwords dashboard (v201702)

2018-01-24 Thread 'Peter Oliquino' via AdWords API Forum
Hi,

I am reposting your initial entry to this thread and removed the 
screenshots you attached as they contained sensitive information such as 
your clientCustomerId. In order to avoid exposing such information, you may 
refer to our forum posting guidelines 

.

"*Hello,*
*I am using adwords php api to get data insert to mysql .*
*I get data from CAMPAIGN_PERFORMANCE_REPORT*
*this is the fields from my request:*
*"AdvertisingChannelType",*
*"CampaignId",*
*"CampaignName",*
*"Amount",*
*"AccountCurrencyCode",*
*"Clicks",*
*"Cost",*
*"Conversions",*
*"Impressions",*
*"ConversionRate",*
*"AveragePosition",*
*"Ctr",*
*"ViewThroughConversions",*
*"VideoViews",*
*"ServingStatus",*
*"CampaignStatus",*
*"Date",*
*"Device"*

*one request i just get one day's data (  $selector->setDateRange(new 
DateRange('2017-12-01','2017-12-01')); )*

*   for example:today is 2018-01-24,  but i just get 2017-01-22 data  (last 
2 days data)*
   
*  mysql  compare  with adwords dashboard, i found some different*"

This said, allow me some time to investigate your issue and I will get back 
to you once I have an analysis. 

Thanks and regards,
Peter
AdWords API Team

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

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


Re: Authorization Issue && Google Adwords Custom Remarketing Problem

2018-01-24 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Trinath,

Please see answers below to your questions.

   - For the authorization code, you need to ensure that the email address 
   you used to generate your client ID and secret is the same email address 
   when accessing the URL provided to get the authorization code. As a 
   suggestion, you can do this in Chrome Incognito mode to ensure that you are 
   logging in the same email address. Kindly do this and let me know the 
   results.
   - You can use the AdWordsUserListService 
   

 to 
   add a CRM-based user list in your account and add members (email addresses) 
   to it. You can check this link 
    for 
   more information regarding remarketing and audience targeting and to this 
   section 
   

 for 
   the code examples.
   - All our services including AdWordsUserListService (except generating 
   reports as report generation is using HTTP POST) is done via SOAP. 
   Therefore, it is not possible to use this service in a REST API.

Let me know if you have further clarifications or need further assistance.

Thanks,
Vincent
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/69751276-d9aa-4af6-9d6a-e56e7f7f97d9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Authorization Issue && Google Adwords Custom Remarketing Problem

2018-01-24 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Trinath,

I deleted your original post as it contains your private information in 
your screenshot. In the future, please do not post private information in a 
public forum. You can refer to this guide 

 before 
posting. Re-posting your concern with masked information:

1. How do i generate the authorization code?
here is the link to what i done : INSERT_LINK_HERE
after Running the url, the result is : INSERT_LINK_HERE

 

2. Is there a way to integrate google adwords with a CRM such that the 
CRM's data (email addresses of the generated/added leads) gets directly 
pushed to the adwords account without manually uploading the data list 
(email addresses of the generated/added leads) in the adwords to run the 
adwords campaign for those specific data list?

 

3. Can I do the step-2 using REST Api's instead of SOAP?

 

Looking for your valuable solution.


Thanks,
Vincent
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/bfd55675-0496-44bb-9c31-c8f6096bbaed%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: is there a way to get goals imported form Google Analytics with Adwords API?

2018-01-24 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API Forum
Hi Ilya,

You may check this guide 
 for 
the available GA metrics that you can retrieve from the AdWords API and you 
may choose from these report types 

 based 
on your needs, to get the available GA metrics from the AdWords API. 
Depending on the report type that you choose, there is a corresponding 
conversion 

 attribute 
that you can get. However, the "goals" data is not supported in the AdWords 
API at this time.

Thanks and regards,
Luis
AdWords API Team

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

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