Issues modifying targets bids adjustments for Display campaign

2016-02-22 Thread dima
Hi,

In the AdWords I'm able to set bid adjustments for Placements, Topics, 
Interests and Demographics - http://oi68.tinypic.com/33z2o12.jpg

But I can't figure out how to modify it via API. I didn't find an example, 
so I assumed that since all the targets are Criterions just like Mobile I 
can use the same code as for modifying mobile bid adjustment. But it fails.

For demographics (10 - Gender.Male, 503001 - AgeRange.18to24, 300 - 
ParentalStatus.Parent) it fails with CANNOT_BID_MODIFY_CRITERION_TYPE. For 
the rest (Placements, Topics, Interests) it fails 
with UNEXPECTED_INTERNAL_API_ERROR.

I'm using Java library v201509 (I know you released a new version recently).

Code:
Long adGroupId = ;
Long criterionId = 10;

AdWordsServices services = new AdWordsServices();
AdGroupBidModifierServiceInterface adGroupBidModifierService = 
services.get(adwordsSession, AdGroupBidModifierServiceInterface.class);

Criterion criterion = new  Criterion();
criterion.setId(criterionId);

AdGroupBidModifier modifier = new AdGroupBidModifier();
modifier.setAdGroupId(adGroupId);
modifier.setCriterion(criterion);
modifier.setBidModifier(2);

AdGroupBidModifierOperation operation = new AdGroupBidModifierOperation();
operation.setOperand(modifier);
operation.setOperator(Operator.SET);

AdGroupBidModifierReturnValue result = adGroupBidModifierService.mutate(new 
AdGroupBidModifierOperation[] {operation});


What am I doing wrong and what is the correct way?

Thanks

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

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


Re: [InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ com.google.ads.api.services.common.error.InternalApiError

2016-02-22 Thread Vipeesh Pavithran

Still am facing that issue.

My customer id :- 762-463-8336

Adwords test account.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/0fe8d93c-e663-4359-9156-624dba03dafb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Internal API Error with TargetingIdeaService

2016-02-22 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API Forum
Hi Zvi,

I've got your SOAP logs already. Thank you for that.
I needed to remove your post as it contains your private credentials, e.g., 
developer token.

I'll send this information for further investigation.

Best,
Thanet, AdWords API Team

On Monday, February 22, 2016 at 10:53:18 PM UTC+9, Zvi Schutz wrote:
>
> (REDACTED)
>
> On Monday, February 22, 2016 at 3:46:28 PM UTC+2, Zvi Schutz wrote:
>>
>> +1 - Me too on Ruby API , this also happens on v201601 demo 
>> (get_keyword_ideas), It worked 5 days ago. 
>>
>> On Monday, February 22, 2016 at 12:42:40 PM UTC+2, Daniel Walø wrote:
>>>
>>> I'm having the same issue trying to run GetKeywordIdeas.php in the 8.0.0 
>>> client library for PHP.
>>>
>>> Daniel
>>>
>>> fredag 19. februar 2016 17.33.49 UTC+1 skrev Jansen Brewster følgende:

 Hello,

 I hadn't seen any recent results that approached this subject.

 When using the TargetingIdeaService, ideaType KEYWORDS, requestType 
 STATS, and searchParameter RelatedToQuerySearchParameter, an 
 InternalApiError.UNEXPECTED_INTERNAL_API_ERROR is thrown consistently. The 
 program follows the AdWords limits ( 
 https://developers.google.com/adwords/api/docs/appendix/limits?hl=en ) 
 with each keyword <= 80 characters (including xml escaped unicode) and no 
 more than 800 keywords per request. It also waits at least 30 seconds 
 between each request. It depends on v201509 AdWords API. This is for a 
 test 
 account.

 The program had worked fine before with workable results, but lately 
 this is the only result given.

 Any help would be appreciated.




-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/27eea8bb-96ab-4ea7-b358-1c52030395b1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: While create image ad , throws ImageError.UNEXPECTED_SIZE

2016-02-22 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API Forum
Hi Yu-Juei,

In your SOAP log, it seems you've set both image's *data *and *mediaId*.
You're not supposed to provide both data. 
Could you please try using only *data*?
Or if you have existing image you want to use, you may use *mediaId*
 instead.

Cheers,
Thanet, AdWords API Team

On Monday, February 22, 2016 at 12:47:22 PM UTC+9, Yu-Juei Tseng wrote:
>
> Hi Thanet,
>
> Thank your help. We will wait your response.
>
> Yu-Juei
>
> Thanet Knack Praneenararat (AdWords API Team)於 2016年2月22日星期一 
> UTC+8上午11時33分41秒寫道:
>>
>> Hi Yu-Juei,
>>
>> We have a got a log from rocko lo already but I needed to delete that 
>> post as it contains private information like developer token and customer 
>> ID.
>> We're investigating this issue and will get back to you once I have an 
>> update.
>>
>> Best,
>> Thanet, AdWords API Team
>>
>> On Saturday, February 20, 2016 at 8:31:36 PM UTC+9, Yu-Juei Tseng wrote:
>>>
>>> We try to create image ad.
>>> But it get fault with use AdGroupAdService.
>>>
>>>
>>> Yin Niu於 2016年2月19日星期五 UTC+8下午10時18分03秒寫道:

 Hello, 

 Please send the SOAP response as well. 

 Thanks,
 Yin, 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/96765aad-78f9-4c61-b307-8970ab056b6c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Ads with HD Resolutions (Double-Sized) Don't Work when Setting Original Dimension Sizes

2016-02-22 Thread Mark Rogoyski
When using AdGroupAdService to create a new template ad (template ID 432 
image app install ads), the ADD operation fails when setting the dimensions 
to the actual dimensions of the ad graphic file.

Error message: 
*[AdError.UNSUPPORTED_DIMENSIONS @ operations[0].operand.ad.dimensions; 
trigger:'width=600, length=100']*

However, if you set the dimensions to half of what the actual image is, the 
ADD operation will succeed.

This seems like incorrect, or at the very least, counter-intuitive behavior 
of the API.

*Examples to reproduce.*

These examples will use a valid ad size of 600x100 that is valid when using 
the AdWords Web site, and also valid according to the double-sized HD ad 
sizes explanation in the attached screen shot of the AdWords Ad Size 
explanation screen.




First, an example of the ADD operation failing. Here is the SOAP XML 
exchange when trying to add a 600x100 HD double-sized image.

[Feb 22 2016 21:54:44.00 - ERROR] POST 
/api/adwords/cm/v201509/AdGroupAdService HTTP/1.1
Host: adwords.google.com
Connection: Keep-Alive
User-Agent: PHP-SOAP/5.5.9-1ubuntu4.13, gzip
Accept-Encoding: gzip, deflate
Content-Encoding: gzip
Content-Type: text/xml; charset=utf-8
SOAPAction: ""
Content-Length: 21483
Authorization: (REDACTED)


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

  (REDACTED)
  (REDACTED)
  (REDACTED)

  
  

  
ADD

  10900819772
  
play.google.com/store
(REDACTED)
(REDACTED)
432

  adData
  
appId
TEXT
(REDACTED)
  
  
appStore
ENUM
2
  


  IMAGE
  (REDACTED)


  600
  100

AdName1
  
  PAUSED

  

  


HTTP/1.1 500 Internal Server Error
Content-Type: text/xml; charset=UTF-8
Content-Encoding: gzip
Date: Mon, 22 Feb 2016 21:54:42 GMT
Expires: Mon, 22 Feb 2016 21:54:42 GMT
Cache-Control: private, max-age=0
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
Content-Length: 538
Server: GSE


http://schemas.xmlsoap.org/soap/envelope/;>
  
https://adwords.google.com/api/adwords/cm/v201509;>
  00052c62e15743b80abf9944b306dee4
  AdGroupAdService
  mutate
  1
  178

  
  

  soap:Server
  [AdError.UNSUPPORTED_DIMENSIONS @ 
operations[0].operand.ad.dimensions; trigger:'width=600, 
length=100']
  
https://adwords.google.com/api/adwords/cm/v201509;>
  [AdError.UNSUPPORTED_DIMENSIONS @ 
operations[0].operand.ad.dimensions; trigger:'width=600, 
length=100']
  
ApiException
  http://www.w3.org/2001/XMLSchema-instance; 
xsi:type="AdError">
operations[0].operand.ad.dimensions
width=600, length=100
AdError.UNSUPPORTED_DIMENSIONS
AdError
UNSUPPORTED_DIMENSIONS
  

  

  


Next, here is an example of the same ADD operation succeeding, but only by 
putting the incorrect resolution of 300x50 as the dimensions.
Interestingly, in the response, there are two different dimensions objects. 
One with the incorrect dimensions that was provided in the request, and one 
with the correct dimensions which is provided only in the response.

[Feb 22 2016 22:13:14.00 - INFO] POST 
/api/adwords/cm/v201509/AdGroupAdService HTTP/1.1
Host: adwords.google.com
Connection: Keep-Alive
User-Agent: PHP-SOAP/5.5.9-1ubuntu4.13, gzip
Accept-Encoding: gzip, deflate
Content-Encoding: gzip
Content-Type: text/xml; charset=utf-8
SOAPAction: ""
Content-Length: 21482
Authorization: (REDACTED)


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

  (REDACTED)
  (REDACTED)
  (REDACTED)

  
  

  
ADD

  10900822052
  
play.google.com/store
(REDACTED)
(REDACTED)
432

  adData
  
appId
TEXT
(REDACTED)
  
  
appStore
ENUM
2
  


  IMAGE
  (REDACTED)


  300
  50

AdName2
  
  PAUSED

  

  


HTTP/1.1 200 OK
Content-Type: text/xml; charset=UTF-8

Re: AdWords coupons throught API

2016-02-22 Thread 'Umesh Dengale' via AdWords API Forum
Hello,

The AdWords API doesn't support generating AdWords coupons for the tools 
creating using the AdWords API or the AdWords.

Regards,
Umesh, 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/71bff535-8257-46bb-9017-4dc1fde1ccc6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: FeedMappings - modifying feed to include SitelinkDescriptionLine1 and 2

2016-02-22 Thread 'Yin Niu' via AdWords API Forum
Hi Giles, 

You are getting the FeedMappingError.CANNOT_MODIFY_MAPPINGS_FOR_TYPED_FEED 
because the sitelink placeholder type is for the SITELINK 
 feed type. Please take a look at the 
extension setting service migration steps 
.
 
You will have to delete the old custom feeds and then use the extension 
setting service to create new SiteLinkFeedItem 

s. 

Thanks,
Yin, 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/dc479d56-785e-435d-820c-309903ab368c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: FeedMappings - modifying feed to include SitelinkDescriptionLine1 and 2

2016-02-22 Thread 'Giles Bodger' via AdWords API Forum
Hi Yin - i am not sure you read the question fully - i am trying to add The 
SitelinkDescriptionLine1 and 2 to items that i am going to add to a feed.

If the feed doesnt have a feedmapping that states what feed attribute is to 
be used to map to the field id of the sitelink placeholder 
(https://developers.google.com/adwords/api/docs/appendix/placeholders - 
look for Line1 and Line2 where it talks about Sitelinks)  - then i dont 
think that i can add the Feed Item to my feed - in fact i get an error when 
adding to the feed

 

On Monday, February 22, 2016 at 6:02:19 PM UTC, Yin Niu wrote:
>
> Hi Giles,
>
> You can update sitelink feedItems using CampaignExtensionSettingService 
> 
> . 
>
> Thanks,
> Yin, 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/bdd0cc10-2756-458b-875b-5848c1f9f721%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: FeedMappings - modifying feed to include SitelinkDescriptionLine1 and 2

2016-02-22 Thread 'Yin Niu' via AdWords API Forum
Hi Giles,

You can update sitelink feedItems using CampaignExtensionSettingService 

. 

Thanks,
Yin, 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/bf87b189-a99a-4a69-9e68-746a2738bc24%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: AuthenticationError.NOT_ADS_USER @

2016-02-22 Thread 'Yin Niu' via AdWords API Forum
Hi Matt, 

Please send your SOAP request and response header so we could investigate 
further. You can click *Reply privately to author* when responding. 

Thanks,
Yin, 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/2e232d68-15e6-4f3f-8179-963941b13f96%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: AuthenticationError.NOT_ADS_USER @

2016-02-22 Thread Matthew Trevor
I've tried that but it comes up the same. Going forward and when we are 
live, what if I'm not the MCC on one of our client accounts?

On Monday, 22 February 2016 17:30:20 UTC, Yin Niu wrote:
>
> Hi Matt, 
>
> The MCC accont login requests the token. However, to pull the campaign 
> data, you would have to specify the clientCustomerId 
> 
>  SOAP 
> header. 
>
> For the use case you described, you should use OAuth 2.0 web flow 
> . 
>
> Thanks,
> Yin, 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/edef9711-e90a-4123-bb2c-bc5e94fae0b5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ com.google.ads.api.services.common.error.InternalApiError

2016-02-22 Thread 'Michael Cloonan (AdWords API Team)' via AdWords API Forum
Hello,

Is this still occurring? Are you able to reproduce this consistently, or is 
it happening randomly? How frequently are you getting these errors?

Can you also please provide your customer ID?

Regards,
Mike, AdWords API Team

On Monday, February 22, 2016 at 5:39:04 AM UTC-5, prayag mk wrote:
>
> Hi, 
>
>I am facing an issue while using the google Adword API for keyword 
> estimation. The API was working fine two days before and last two days I am 
> getting the same error. 
> Please find the attachement for request and response headers below.
>
> Regards,
> Prayag
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/7ea5ecf3-61a8-4062-9b0d-0bb606913ca8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: AuthenticationError.NOT_ADS_USER @

2016-02-22 Thread 'Yin Niu' via AdWords API Forum
Hi Matt, 

The MCC accont login requests the token. However, to pull the campaign 
data, you would have to specify the clientCustomerId 

 SOAP 
header. 

For the use case you described, you should use OAuth 2.0 web flow 
. 

Thanks,
Yin, 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/f8ab0f4e-7466-40c8-9338-05193ff700fd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


FeedMappings - modifying feed to include SitelinkDescriptionLine1 and 2

2016-02-22 Thread 'Giles Bodger' via AdWords API Forum
HI all,

For about a year, we had FeedMappings for our sitelinks that supported 
SitelinkText and Url. Then we migrated to using FinalUrls. Now we are 
trying to add the SitelinkDescriptionLine1 and 2 into our feeds.

When the Auto migration happened for Final Urls, we found that we had half 
of our Feeds migrated to include all possible sitelink placeholder fields - 
which was great. For some reason though, we migrated the other half 
ourselves, but with those we only added the mapping required at the time.

So, those feeds that we migrated ourselves, did not have the 
SitelinkDescriptionLine1 and 2 as attributes, and now i am looking to add 
those

My work flow is the following.

1. Add the Feed Attributes to a Feed that requires them
2. Remove the current FeedMapping for that Feed
3. Add a new FeedMapping that includes the references to the placeholder 
constants for SitelinkDescriptionLine1 and 2

If i do this then any feed item that was originally allowed within the 
feed, should STILL be allowed, AND we can now start adding FeedItems 
containing the SitelinkDescriptionLine1 and 2 fields 

However,   am seeing an error for which i have no idea how to resolve

FeedMappingError.CANNOT_MODIFY_MAPPINGS_FOR_TYPED_FEED, FieldPath: 
operations[0].operand

I have no idea what a "Typed" feed is nor can i find any documentation 
anywhere that tells me what one is - all i can find is a page that tells me 
the errors i may encounter when using the feedmapping service 

- 
https://developers.google.com/adwords/api/docs/reference/v201601/FeedMappingService.FeedMappingError.Reason#CANNOT_MODIFY_MAPPINGS_FOR_TYPED_FEED

So firstly could you tell me if this is the right way to go about adding 
SitelinkDescriptionLine1 to our feeds 
and secondly just what is a Typed feed ???

many thanks

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/d6038341-e8c7-4935-abb8-e115aff95018%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Remarketing List Error

2016-02-22 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi,

I don't have an ETA yet for when the fix for *ExpressionRuleUserList* will 
be made, but I would expect it to take *at least* a week, quite possibly 
longer. If setting this value now is absolutely critical for your use case, 
you may want to proceed with the work-around that you proposed.

Thanks,
Josh, AdWords API Team

On Monday, February 22, 2016 at 4:50:32 AM UTC-5, Akli Reguig wrote:
>
> Hi, 
> I did a test with  DateSpecificRuleUserList 
> 
>  and 
> the checkbox remains checked after update. 
> Do you have an idea about how long it will take to have the same behaviour 
> on ExpressionRuleUserList 
> 
>  ? 
> If the delay is too long, i will update my application to create 
> DateSpecificRuleUserList 
> 
>  instead, 
> cuz based on what i understand, it can handle the same custom rules if i 
> set the dates to 'max' and 'min' . 
>
> Thanks
>
> Le vendredi 19 février 2016 23:23:19 UTC+1, Josh Radcliff (AdWords API 
> Team) a écrit :
>>
>> Hi,
>>
>> Thanks for the quick response. From what I and others have seen today, 
>> the new issue you described only occurs with ExpressionRuleUserList 
>> 
>>  objects 
>> created via the API. For DateSpecificRuleUserList 
>> 
>>  objects 
>> created via the API, the checkbox remains checked after saving.
>>
>> I've passed this on to the team working on the user interface and will 
>> let you know as soon as I have more info.
>>
>> Thanks,
>> Josh, AdWords API Team
>>
>> On Friday, February 19, 2016 at 3:02:03 PM UTC-5, Akli Reguig wrote:
>>>
>>> Hi Josh,
>>> Thank you for the update.  
>>> The error message is gone now.  
>>> I can update all the properties except the 'include past users',  i can 
>>> save the update but when i get back to the list the box is unchecked... :-( 
>>>
>>> Envoyé depuis mon téléphone. 
>>> Le 19 févr. 2016 8:58 PM, "'Josh Radcliff (AdWords API Team)' via 
>>> AdWords API Forum"  a écrit :
>>>
 Hi,

 The fix for the user interface *Too few elements in the collection* error 
 is now in place. Please let me know if you still encounter this error when 
 checking the *Include past users who match these rules* box.

 Cheers,
 Josh, AdWords API Team

 On Friday, February 12, 2016 at 8:59:29 AM UTC-5, Josh Radcliff 
 (AdWords API Team) wrote:
>
> Hi,
>
> Unfortunately, rule based lists created in the user interface are not 
> compatible with the AdWords API -- please see this section of the 
> rule based user list guide 
> 
> .
>
> The user interface team is still working on a fix for this issue. I'll 
> update this thread as soon as I have more information.
>
> Thanks,
> Josh, AdWords API Team
>
> On Wednesday, February 10, 2016 at 6:23:22 AM UTC-5, Akli Reguig wrote:
>>
>> Hi, 
>> Ok i understand. 
>> The work around you are providing is not possible for us... 
>>
>> By the way, the "bug" is not only on that property, but i am having 
>> the same issue when i try to change the value of other properties like 
>> Membership 
>> duration or Membership status.
>>
>> I have another question linked to a work around i thought about: 
>> Creating the list using the UI and adding the rules via the api using 
>> its ID and the Operator SET. 
>> I tried this and i have an error saying that the list type is not 
>> compatible. What type should i use in the API to update the rules in a 
>> remarketing list (Website rule based) created via the UI  ??
>>
>> Thanks.
>>
>> Le mercredi 10 février 2016 00:23:36 UTC+1, Josh Radcliff (AdWords 
>> API Team) a écrit :
>>>
>>> Hi,
>>>
>>> My team does not maintain the AdWords user interface, but I passed 
>>> this along to the team that does and they are looking into a fix for 
>>> this. 
>>> In the meantime, a work around is to create and maintain the user lists 
>>> via 
>>> the user interface.
>>>
>>> Thanks,
>>> Josh, AdWords API Team
>>>
>>> On Tuesday, February 9, 2016 at 3:58:56 AM UTC-5, Akli Reguig wrote:

 Hi Josh, 
 Thank you for answering. 
 You mean the issue is not handled by your team (api) ?, cuz i 

Re: AuthenticationError.NOT_ADS_USER @

2016-02-22 Thread Matthew Trevor
The scenario is we wish to get clients to log into our website and give us 
authority for our server to download a list of their campaigns.

Currently the developer has logged into Google and created an application 
and we have got the  client id/secret from that login.

who then requests the access token? the developer login or the client login?

Thanks,

matt


On Monday, 22 February 2016 16:45:03 UTC, Yin Niu wrote:
>
> Hi Matt, 
>
> You should use your MCC account to generate client id/secret and refresh 
> token. But when you send the request to pull Campaign data, you need to 
> specify the client account clientCustomerID in the request header. 
>
> If this does not solve your problem, please send the complete SOAP request 
> and response log. You can click *Reply privately to author* when 
> responding. 
>
> Thanks,
> Yin, 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/8a1415a9-5f29-4dbd-b6ba-7eeb60e09947%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: AuthenticationError.NOT_ADS_USER @

2016-02-22 Thread 'Yin Niu' via AdWords API Forum
Hi Matt, 

You should use your MCC account to generate client id/secret and refresh 
token. But when you send the request to pull Campaign data, you need to 
specify the client account clientCustomerID in the request header. 

If this does not solve your problem, please send the complete SOAP request 
and response log. You can click *Reply privately to author* when 
responding. 

Thanks,
Yin, 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/a118ef07-b709-4a6c-9f75-be05705b1e69%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: AuthenticationError.NOT_ADS_USER @

2016-02-22 Thread Matthew Trevor
Hi Yin,

I've just signed in to the TEST Adwords user account and got an 
authorisation code and then the access code and then submitted the request 
again, it came back with:

http://schemas.xmlsoap.org/soap/envelope/;>https://adwords.google.com/api/adwords/cm/v201509;>00052c5e53be27000a8159c489081148CampaignServiceget155soap:Server[AuthenticationError.NOT_ADS_USER
 
@ ; trigger:'null']https://adwords.google.com/api/adwords/cm/v201509;>[AuthenticationError.NOT_ADS_USER
 
@ ; 
trigger:'null']ApiExceptionhttp://www.w3.org/2001/XMLSchema-instance; 
xsi:type="AuthenticationError">nullAuthenticationError.NOT_ADS_USERAuthenticationErrorNOT_ADS_USER

Thansk,

Matt

On Monday, 22 February 2016 15:37:35 UTC, Yin Niu wrote:
>
> Hi Matthew, 
>
> NOT_ADS_USER 
> 
>  error 
> occurs when the logged in user is not associated with any AdWords account. 
> In your request, you are logged in as MCC which doesn't have access to 
> campaign service. You need to log onto the client account in order to pull 
> campaign data.
>
> Thanks,
> Yin, 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/4a294aa8-4d2d-425a-9083-82c481252c62%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: extract exact or at least better estimate of actual bid through AdWords API

2016-02-22 Thread 'Yin Niu' via AdWords API Forum
Hi Mehdi, 

The Keyword Performance Report does not support support hour of day as a 
segment. You could run the report hourly as a workaround to fetch stats.

Thanks,
Yin, 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/8f8304cb-682a-4ea5-9cf6-f5174e705580%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: AuthenticationError.NOT_ADS_USER @

2016-02-22 Thread 'Yin Niu' via AdWords API Forum
Hi Matthew, 

NOT_ADS_USER 

 error 
occurs when the logged in user is not associated with any AdWords account. 
In your request, you are logged in as MCC which doesn't have access to 
campaign service. You need to log onto the client account in order to pull 
campaign data.

Thanks,
Yin, 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/d798fa3f-233b-4b5c-8eac-1eba368f2d84%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: HTML5 ad display / preview link via the API

2016-02-22 Thread 'Yin Niu' via AdWords API Forum
Hello, 

It is not supported in API currently. But you could check out the AdWords 
API blog  for any 
updates or announcements. 

Thanks,
Yin, 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/bda17368-910c-447d-9ddf-c13e1eae2df9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: BatchJobService not completing

2016-02-22 Thread 'Umesh Dengale' via AdWords API Forum
Hi Clement,

Currently, We don't have any updates on the fix. The engineering team is 
working on the fix. We will update you once the issue is fixed.

Regards,
Umesh, 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/ae495fde-77f3-4d3c-8db3-24b49a468c91%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: What is a Parent criteria?

2016-02-22 Thread 'Umesh Dengale' via AdWords API Forum
Hi Margaret,

The previous API version(e.g. v201509 or older), criteria type Parent 

 was 
not available in the reports so rows related to Parent criteria were 
excluded from criteria-level reports(e.g. Criteria performance 
report). In v201601, the PARENT criteria type 

 (please 
see the *Predicates values*) is newly added in the Criteria Performance 
report. In the API v201601, the user could get the PARENT criteria related 
records and could filter data using the predicate (using predicate value as 
*PARENT)*. The ParentCriterionId 

 of 
the Product partition report 

 gives 
the criterion ID of the product partition's parent and is not related to 
the Parent Criterion type. Please check v201601 migration guide 

 and Criteria Performance report 

 for 
more details.

Thanks,
Umesh Dengale, 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/6865ee0a-a49d-429d-ad51-c15810df8cc5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: BatchJobService not completing

2016-02-22 Thread Clément Picou
Hello, I've got the same issue with the .NET client. Any news about the fix 
?

Thank you
Clément

Le mardi 16 février 2016 21:12:43 UTC+1, Umesh Dengale a écrit :
>
> Hello,
>
> The engineering team is working on this issue. We will update you once the 
> issue is fixed.
>
> Regards,
> Umesh, 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/dc3c0222-b05a-4d9c-b134-1bf209a041bc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: AuthenticationError.NOT_ADS_USER @

2016-02-22 Thread Matthew Trevor
Hi Yin,

Sorry for the late reply but I've been away on holiday.

Thank you for your response.

We have not even got to requesting the refresh token, do you mean the 
access token?

Thanks,

Matthew

On Friday, 22 January 2016 16:29:35 UTC, Yin Niu wrote:
>
> Hi Matt, 
>
> Can you verify that the account with the clientCustomerID that you used 
> for this request has the same login email as the one that you use for 
> requesting refresh token or it is the client account of the same manager 
> account?  
>
> Thanks,
> Yin, 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/2a4c94f4-611b-42e7-9621-99f1a9f7ca2f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


AdWords coupons throught API

2016-02-22 Thread wwebonio

Hello, do you know if there is a possibility to generate adwords coupons 
for our clients throught API? I mean they buy our products and then 
automatically get the code in their accounts.

Thanks, Tereza

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/d09ce4ac-4134-485d-8d71-48525d99a98d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Internal API Error with TargetingIdeaService

2016-02-22 Thread Zvi Schutz
Here are the soap request and result :
D, [2016-02-22T15:51:58.384192 #58901] DEBUG -- : http://www.w3.org/2001/XMLSchema; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xmlns:wsdl="https://adwords.google.com/api/adwords/o/v201601; 
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/; 
xmlns:ns0="https://adwords.google.com/api/adwords/cm/v201601;>https://adwords.google.com/api/adwords/cm/v201601;>demo-rails 
(AwApi-Ruby/0.18.1, Common-Ruby/0.11.2, GoogleAdsSavon/1.0.1, ruby/2.1.0, 
HTTPI/2.4.1, 
httpclient)sbunUeZIQ9A0Q02dCJLMng465-382-1387https://adwords.google.com/api/adwords/o/v201601;>PenarolNacionalDanubio1000KEYWORDSTATSKEYWORD_TEXTSEARCH_VOLUMETARGETED_MONTHLY_SEARCHES010
D, [2016-02-22T15:51:58.384693 #58901] DEBUG -- : HTTPI POST request to 
adwords.google.com (httpclient)
RSA 1024 bit CA certificates are loaded due to old openssl compatibility
D, [2016-02-22T15:51:59.212193 #58901] DEBUG -- : SOAP response (status 
500):
D, [2016-02-22T15:51:59.212276 #58901] DEBUG -- : http://schemas.xmlsoap.org/soap/envelope/;>https://adwords.google.com/api/adwords/cm/v201601; 
xmlns="https://adwords.google.com/api/adwords/o/v201601;>00052c5c22f77b780a5604c40c07d119ExperimentDiversionServiceget1305soap:Server[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR
 
@ 
com.google.ads.api.services.common.error.InternalApiError.init(InternalApiErro]https://adwords.google.com/api/adwords/o/v201601; 
xmlns:ns2="https://adwords.google.com/api/adwords/cm/v201601;>[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR
 
@ 
com.google.ads.api.services.common.error.InternalApiError.init(InternalApiErro]ApiExceptionhttp://www.w3.org/2001/XMLSchema-instance; 
xsi:type="ns2:InternalApiError">InternalApiError.UNEXPECTED_INTERNAL_API_ERRORInternalApiErrorUNEXPECTED_INTERNAL_API_ERROR


On Monday, February 22, 2016 at 3:46:28 PM UTC+2, Zvi Schutz wrote:
>
> +1 - Me too on Ruby API , this also happens on v201601 demo 
> (get_keyword_ideas), It worked 5 days ago. 
>
> On Monday, February 22, 2016 at 12:42:40 PM UTC+2, Daniel Walø wrote:
>>
>> I'm having the same issue trying to run GetKeywordIdeas.php in the 8.0.0 
>> client library for PHP.
>>
>> Daniel
>>
>> fredag 19. februar 2016 17.33.49 UTC+1 skrev Jansen Brewster følgende:
>>>
>>> Hello,
>>>
>>> I hadn't seen any recent results that approached this subject.
>>>
>>> When using the TargetingIdeaService, ideaType KEYWORDS, requestType 
>>> STATS, and searchParameter RelatedToQuerySearchParameter, an 
>>> InternalApiError.UNEXPECTED_INTERNAL_API_ERROR is thrown consistently. The 
>>> program follows the AdWords limits ( 
>>> https://developers.google.com/adwords/api/docs/appendix/limits?hl=en ) 
>>> with each keyword <= 80 characters (including xml escaped unicode) and no 
>>> more than 800 keywords per request. It also waits at least 30 seconds 
>>> between each request. It depends on v201509 AdWords API. This is for a test 
>>> account.
>>>
>>> The program had worked fine before with workable results, but lately 
>>> this is the only result given.
>>>
>>> Any help would be appreciated.
>>>
>>>
>>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/87f0c62b-da6b-4558-8863-cb5fe17fc94d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Internal API Error with TargetingIdeaService

2016-02-22 Thread Zvi Schutz
+1 - Me too on Ruby API , this also happens on v201601 demo 
(get_keyword_ideas), It worked 5 days ago. 

On Monday, February 22, 2016 at 12:42:40 PM UTC+2, Daniel Walø wrote:
>
> I'm having the same issue trying to run GetKeywordIdeas.php in the 8.0.0 
> client library for PHP.
>
> Daniel
>
> fredag 19. februar 2016 17.33.49 UTC+1 skrev Jansen Brewster følgende:
>>
>> Hello,
>>
>> I hadn't seen any recent results that approached this subject.
>>
>> When using the TargetingIdeaService, ideaType KEYWORDS, requestType 
>> STATS, and searchParameter RelatedToQuerySearchParameter, an 
>> InternalApiError.UNEXPECTED_INTERNAL_API_ERROR is thrown consistently. The 
>> program follows the AdWords limits ( 
>> https://developers.google.com/adwords/api/docs/appendix/limits?hl=en ) 
>> with each keyword <= 80 characters (including xml escaped unicode) and no 
>> more than 800 keywords per request. It also waits at least 30 seconds 
>> between each request. It depends on v201509 AdWords API. This is for a test 
>> account.
>>
>> The program had worked fine before with workable results, but lately this 
>> is the only result given.
>>
>> Any help would be appreciated.
>>
>>
>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/c92d3bc1-5a1d-453f-8c23-e4724d9af64c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: you tube overlay ad

2016-02-22 Thread Aimo Brookmann
hi there,

are there any changes?
this feature would be extremely usefull for our mcn.

best,
aimo

Am Donnerstag, 19. März 2015 16:02:32 UTC+1 schrieb Danial Klimkin:
>
> There are no plans to support video campaigns in the API currently.
>
>
> -Danial, AdWords API Team.
>
>
> On Thursday, March 19, 2015 at 4:18:25 PM UTC+3, רויטל פרידמן wrote:
>>
>> Any update on when the video campaigns will be supported through API?
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/476630c3-b8a4-4a7a-87ac-f6b4bfda561a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[SQR Manager Script] I need some help here...

2016-02-22 Thread Роман Давыдчик
Hello i was going to use  this 

 
free Search Query Reports script from here 

 for 
my Adwords account.

I did like instruction said, but i got an error:

Column 'MatchType' is not valid for report type 
SEARCH_QUERY_PERFORMANCE_REPORT. Double-check your SELECT clause. (line 122)

After that i have deleted 'MatchType' from line 111 (var cols) and got 
another error:

Failed to read from AdWords. Please wait a bit and try again

...please help meh :O

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/30d8d6cc-f473-4da3-a46a-7d57852a7d55%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: v201601 Batch job service error 403

2016-02-22 Thread Jbielsa
Hi. 

On Feb 16. There is a question with title "BatchJobService not completing" 
about the AWAITING FILE STATUS and Google respond with "The engineering 
team is working on this issue. We will update you once the issue is fixed."

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/818344a1-0177-43d3-9842-1b47ff92ca64%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: v201601 Batch job service error 403

2016-02-22 Thread Clément Picou
Thank you. My bad, I didn't read the migration guide :-(

Now I've got another problem : when I try to get the completed job, the 
status is always "AWAITING_FILE" for a loong time (and I'm just 
uploading 30 campaigns), as if I didn't start the upload.
Here's my code (I'm using the .NET client library)  : 
int delay = MUTATE_JOB_DELAY;
BatchJobUtilities batchJobUploadHelper = new 
BatchJobUtilities(_user);
BatchJob batchJob = null;
try
{
BatchJobOperation operation = new BatchJobOperation { 
@operator = Operator.ADD, operand = new BatchJob() };
var res = _batchJobService.mutate(new BatchJobOperation[] { 
operation });

if (res != null && res.value.Count() > 0)
{
batchJob = res.value.FirstOrDefault();
}
else
{
logger.Error("Unable to create job in account 
{CustomerId}", _customerId);
return -1;
}
}
catch
{
return -1;
}

if (batchJob != null)
{
string uploadUrl = batchJob.uploadUrl.url;
string resumableUploadUrl = 
batchJobUploadHelper.GetResumableUploadUrl(uploadUrl);
for (int i = 0; i < NB_MUTATE_JOB_RETRIES; i++)
{
try
{
batchJobUploadHelper.Upload(resumableUploadUrl, 
operations);
return batchJob.id;
}
catch(Exception e)
{
Thread.Sleep(delay);
delay = (int)(delay * 1.33);
}
}
logger.Error("Unable to upload operations in account 
{CustomerId} after "+NB_MUTATE_JOB_RETRIES+" retries", _customerId);
return -1;
}
else
{
logger.Error("Unable to create job in account 
{CustomerId}", _customerId);
return -1;
}

Thank you

Le vendredi 19 février 2016 08:07:10 UTC+1, Jbielsa a écrit :
>
> In v201601, you need to make an additional call to exchange the bulk 
> upload URL for a resumable upload URL. The relevant change in code is this 
> line: 
> https://github.com/googleads/googleads-dotnet-lib/blob/master/examples/AdWords/CSharp/v201601/CampaignManagement/AddCompleteCampaignsUsingBatchJob.cs#L163
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/417ad591-7e1f-45ae-a89d-1c32d9e8664d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


InternalApiError.UNEXPECTED_INTERNAL_API_ERROR

2016-02-22 Thread Vipeesh Pavithran
Hello,

Am getting InternalApiError.UNEXPECTED_INTERNAL_API_ERROR 
in LocationCriterionService.  Please find response below


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/o/v201509; 
soapenv:mustUnderstand="0">
https://adwords.google.com/api/adwords/cm/v201509;>715-***-
https://adwords.google.com/api/adwords/cm/v201509;>*_*
https://adwords.google.com/api/adwords/cm/v201509;>Mozilla/5.0 
(Linux; Android 4.3; Nexus 10 Build/JSS15Q) AppleWebKit/537.36 (KHTML, like 
Gecko) Chrome/42.0.2307.2 Safari/537.36 (AwApi-Java, AdWords-Axis/2.8.0, 
Common-Java/2.8.0, Axis/1.4, Java/1.7.0_80, maven)
https://adwords.google.com/api/adwords/cm/v201509;>false
https://adwords.google.com/api/adwords/cm/v201509;>false



https://adwords.google.com/api/adwords/o/v201509;>





https://adwords.google.com/api/adwords/cm/v201509;>Restaurants 
in bangalore
https://adwords.google.com/api/adwords/cm/v201509;>EXACT



https://adwords.google.com/api/adwords/cm/v201509;>100


https://adwords.google.com/api/adwords/cm/v201509; 
xsi:type="ns10:Location">
1007768

https://adwords.google.com/api/adwords/cm/v201509; 
xsi:type="ns11:Language">
1000


https://adwords.google.com/api/adwords/cm/v201509;>100







[WARN ] 
[com.google.api.ads.adwords.lib.client.AdWordsServiceClient.soapXmlLogger] 
 SOAP Response:
http://schemas.xmlsoap.org/soap/envelope/;>

https://adwords.google.com/api/adwords/cm/v201509; 
xmlns="https://adwords.google.com/api/adwords/o/v201509;>
00052c3479f38bd90a4c7f2b16027269
LocationCriterionService
get
1
214




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

https://adwords.google.com/api/adwords/o/v201509; 
xmlns:ns2="https://adwords.google.com/api/adwords/cm/v201509;>

[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="ns2:InternalApiError">



InternalApiError.UNEXPECTED_INTERNAL_API_ERROR

InternalApiError

UNEXPECTED_INTERNAL_API_ERROR







-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/fb730938-ad9c-4f0d-a212-64f7cf4b28d5%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

2016-02-22 Thread prayag mk
Hi, 

   I am facing an issue while using the google Adword API for keyword 
estimation. The API was working fine two days before and last two days I am 
getting the same error. 
Please find the attachement for request and response headers below.

Regards,
Prayag

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/e6f3c99e-5a50-4617-b93f-6b16f317aef5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
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/o/v201509; 
soapenv:mustUnderstand="0">
https://adwords.google.com/api/adwords/cm/v201509;>***-***-*
https://adwords.google.com/api/adwords/cm/v201509;>***_
https://adwords.google.com/api/adwords/cm/v201509;>Mozilla/5.0 
(Linux; Android 4.3; Nexus 10 Build/JSS15Q) AppleWebKit/537.36 (KHTML, like 
Gecko) Chrome/42.0.2307.2 Safari/537.36 (AwApi-Java, AdWords-Axis/2.8.0, 
Common-Java/2.8.0, Axis/1.4, Java/1.7.0_80, maven)
https://adwords.google.com/api/adwords/cm/v201509;>false
https://adwords.google.com/api/adwords/cm/v201509;>false



https://adwords.google.com/api/adwords/o/v201509;>





https://adwords.google.com/api/adwords/cm/v201509;>Restaurants in 
Bangalore
https://adwords.google.com/api/adwords/cm/v201509;>EXACT




https://adwords.google.com/api/adwords/cm/v201509;>Bangalore 
Restaurants
https://adwords.google.com/api/adwords/cm/v201509;>EXACT




https://adwords.google.com/api/adwords/cm/v201509;>Booking 
Restaurants in bangalore
https://adwords.google.com/api/adwords/cm/v201509;>EXACT



https://adwords.google.com/api/adwords/cm/v201509;>100


https://adwords.google.com/api/adwords/cm/v201509; 
xsi:type="ns14:Location">
1007768

https://adwords.google.com/api/adwords/cm/v201509; 
xsi:type="ns15:Language">
1000


https://adwords.google.com/api/adwords/cm/v201509;>100







[WARN ] 
[com.google.api.ads.adwords.lib.client.AdWordsServiceClient.soapXmlLogger]  
SOAP Response:
http://schemas.xmlsoap.org/soap/envelope/;>

https://adwords.google.com/api/adwords/cm/v201509; 
xmlns="https://adwords.google.com/api/adwords/o/v201509;>
00052c41b7e127e00a4cad02f601f041
LocationCriterionService
get
1
155




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

https://adwords.google.com/api/adwords/o/v201509; 
xmlns:ns2="https://adwords.google.com/api/adwords/cm/v201509;>

[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="ns2:InternalApiError">



InternalApiError.UNEXPECTED_INTERNAL_API_ERROR

Re: Remarketing List Error

2016-02-22 Thread Akli Reguig
Hi, 
I did a test with  DateSpecificRuleUserList 

 and 
the checkbox remains checked after update. 
Do you have an idea about how long it will take to have the same behaviour 
on ExpressionRuleUserList 

 ? 
If the delay is too long, i will update my application to create 
DateSpecificRuleUserList 

 instead, 
cuz based on what i understand, it can handle the same custom rules if i 
set the dates to 'max' and 'min' . 

Thanks

Le vendredi 19 février 2016 23:23:19 UTC+1, Josh Radcliff (AdWords API 
Team) a écrit :
>
> Hi,
>
> Thanks for the quick response. From what I and others have seen today, the 
> new issue you described only occurs with ExpressionRuleUserList 
> 
>  objects 
> created via the API. For DateSpecificRuleUserList 
> 
>  objects 
> created via the API, the checkbox remains checked after saving.
>
> I've passed this on to the team working on the user interface and will let 
> you know as soon as I have more info.
>
> Thanks,
> Josh, AdWords API Team
>
> On Friday, February 19, 2016 at 3:02:03 PM UTC-5, Akli Reguig wrote:
>>
>> Hi Josh,
>> Thank you for the update.  
>> The error message is gone now.  
>> I can update all the properties except the 'include past users',  i can 
>> save the update but when i get back to the list the box is unchecked... :-( 
>>
>> Envoyé depuis mon téléphone. 
>> Le 19 févr. 2016 8:58 PM, "'Josh Radcliff (AdWords API Team)' via AdWords 
>> API Forum"  a écrit :
>>
>>> Hi,
>>>
>>> The fix for the user interface *Too few elements in the collection* error 
>>> is now in place. Please let me know if you still encounter this error when 
>>> checking the *Include past users who match these rules* box.
>>>
>>> Cheers,
>>> Josh, AdWords API Team
>>>
>>> On Friday, February 12, 2016 at 8:59:29 AM UTC-5, Josh Radcliff (AdWords 
>>> API Team) wrote:

 Hi,

 Unfortunately, rule based lists created in the user interface are not 
 compatible with the AdWords API -- please see this section of the rule 
 based user list guide 
 
 .

 The user interface team is still working on a fix for this issue. I'll 
 update this thread as soon as I have more information.

 Thanks,
 Josh, AdWords API Team

 On Wednesday, February 10, 2016 at 6:23:22 AM UTC-5, Akli Reguig wrote:
>
> Hi, 
> Ok i understand. 
> The work around you are providing is not possible for us... 
>
> By the way, the "bug" is not only on that property, but i am having 
> the same issue when i try to change the value of other properties like 
> Membership 
> duration or Membership status.
>
> I have another question linked to a work around i thought about: 
> Creating the list using the UI and adding the rules via the api using 
> its ID and the Operator SET. 
> I tried this and i have an error saying that the list type is not 
> compatible. What type should i use in the API to update the rules in a 
> remarketing list (Website rule based) created via the UI  ??
>
> Thanks.
>
> Le mercredi 10 février 2016 00:23:36 UTC+1, Josh Radcliff (AdWords API 
> Team) a écrit :
>>
>> Hi,
>>
>> My team does not maintain the AdWords user interface, but I passed 
>> this along to the team that does and they are looking into a fix for 
>> this. 
>> In the meantime, a work around is to create and maintain the user lists 
>> via 
>> the user interface.
>>
>> Thanks,
>> Josh, AdWords API Team
>>
>> On Tuesday, February 9, 2016 at 3:58:56 AM UTC-5, Akli Reguig wrote:
>>>
>>> Hi Josh, 
>>> Thank you for answering. 
>>> You mean the issue is not handled by your team (api) ?, cuz i 
>>> reached the support and they said that you (your team) were in charge 
>>> of 
>>> that issue. 
>>> Otherwise, i was wondering, if you or the support (or someone) could 
>>> enable that property on my remarketing lists via your backoffice tools. 
>>>
>>> Thanks. 
>>>
>>> Le jeudi 4 février 2016 20:19:36 UTC+1, Josh Radcliff (AdWords API 
>>> Team) a écrit :

 Hi,

 I've just asked the user interface team for an update. I'll post 
 back as soon as I 

HTML5 ad display / preview link via the API

2016-02-22 Thread Wizzard
When we do an API call to get ads we get - back as the URL for the ads.

Is it possible to get a preview / display link for HTML5 ads via the API? 
On pages where we show ads and the stats it'd be nice to actually show 
these ads.

Thanks.

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

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