Re: Why can't I get PAUSED, REMOVED campaigns from AdWords Report by using predicate?

2016-05-23 Thread Ketaki
Hi Anthony,

I have sent you the report definition again via *reply privately to author.* 
Can 
you please look into it and revert me back? I have included the expected 
paused campaign id as well.

Thanks & Regards,
Ketaki.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/f0f8cb3a-5fe8-4af9-b497-9e328d91f3e2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Structured Snippet / Callout Ad Extension creating issue. "There was an error with your operation..."

2016-05-23 Thread Alex L.

Hi Jouyce,
I'm not missing it, here is this part from my example:

// now we need to map this feed according to $type
$feedMappingService = $user->GetService('FeedMappingService', self::
ADWORDS_VERSION);
// Map the FeedAttributeIds to the fieldId constants.
$textFieldMapping = new \AttributeFieldMapping();
$textFieldMapping->feedAttributeId = $savedFeed->attributes[0]->id;
$textFieldMapping->fieldId = 1;
$feedMapping = new \FeedMapping();
$feedMapping->placeholderType = $placeholderType;
$feedMapping->feedId = $savedFeed->id;
$feedMapping->attributeFieldMappings = [$textFieldMapping];
$operation = new \FeedMappingOperation();
$operation->operand = $feedMapping;
$operation->operator = 'ADD';
$operations = [$operation];
// Save the field mapping.
$result = self::mutate($feedMappingService, $operations);
(I store placeholder types in constants which I then assign to variable 
$placeholderType).
I create extension with first request and then I create mapping with second 
because I need feed ID which I get from result:
$result = self::mutate($feedService, $operations);
$savedFeed = $result->value[0];
That is standard approach, just wanted to clarify that I am doing it as 
well.
Thanks for your reply but unfortunately this is not the case.
Alex

вторник, 24 мая 2016 г., 0:35:03 UTC+3 пользователь Joyce Lava написал:
>
> Hi Alex,
>
> Structure Snippet Feed can be created by using FeedService and 
> ExtensionSettingService. I saw in your code that you're using the 
> FeedService to create it. However, you're missing the part where you need 
> to map the feed to placeholder fields 
> 
> . 
>
> You need to use PlaceHolderType ID as 24 
> 
>  for 
> Structured Snippet Feed using FeedService 
> .
>  
> You may also refer on the ExtensionSettingService 
> 
>  example. 
> Please let me know if the problem is resolved after trying these.
>
> Thanks and Regards,
> Joyce, 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/e9b55086-2955-438c-8f52-3303cf7cdf7b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


upcoming adwords policy name changes

2016-05-23 Thread Sreeprasad Govindankutty
Hi 

This question is related to upcoming changes to adwords policy names

http://googleadsdeveloper.blogspot.com/2016/05/upcoming-changes-to-adwords-policy-names.html?utm_source=feedburner&utm_medium=email&utm_campaign=Feed%3A+GoogleAdsDeveloperBlog+%28Google+Ads+Developer+Blog%29

Is policy name and external  policy description a one to one relationship. 
I mean for one policy name , can there be multiple external policy 
descriptions or  only one ?

Eg.  If policy name is "phrama"  can there be 2 external descriptions for 
this policy name are

eg. external policy description : "this is not an online pharmacy" 
  another external policy description : "this product should not be 
sold in pharmacy"  ( fictitious one )

Can this be possible or is there only one external description  for one 
policy name ?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/6205d8ce-baae-4ca9-b789-9e286961dac1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How is Target CPA bidding reflected in the keywords performance report

2016-05-23 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Hi Dorian,

Could you please click *Reply privately to author *in the forum and send me 
the query for the report, the customer ID, and the report output? We're 
having a bit of difficulty reproducing what you're seeing in our accounts, 
so it may be unique to your account.

Thanks,
Nadine, AdWords API Team

On Saturday, May 21, 2016 at 6:08:20 AM UTC-4, Dorian Kind wrote:
>
> Hi there,
>
> recently I noticed something unexpected in a KEYWORDS_PERFORMANCE_REPORT. 
> The campaign for which the report was generated is set to a Target CPA 
> bidding strategy, yet the keywords 'CpcBidSource' was shown as CRITERION 
> and its bid as '--'.
> Is this expected behavior? To me it would make more sense if these 
> keywords' bid source were set to CAMPAIGN_BIDDING_STRATEGY.
>
> Thanks for any feedback and best regards,
> Dorian
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/cdf92691-d831-4902-a5ea-8e21038834f3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Structured Snippet / Callout Ad Extension creating issue. "There was an error with your operation..."

2016-05-23 Thread 'Joyce Lava' via AdWords API Forum
Hi Alex,

Structure Snippet Feed can be created by using FeedService and 
ExtensionSettingService. I saw in your code that you're using the 
FeedService to create it. However, you're missing the part where you need 
to map the feed to placeholder fields 

. 

You need to use PlaceHolderType ID as 24 

 for 
Structured Snippet Feed using FeedService 
.
 
You may also refer on the ExtensionSettingService 

 example. 
Please let me know if the problem is resolved after trying these.

Thanks and Regards,
Joyce, 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/218c7703-5820-4929-8869-0f60b5faa73e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Structured Snippet / Callout Ad Extension creating issue. "There was an error with your operation..."

2016-05-23 Thread Alex L.
Peter,
Thanks for that information but it is not my problem.
Sorry I think I badly explained it: all of the feeds I am creating ("Main 
structured snippet feed" or "Lorem Ipsum Feed" or else) seems broken when I 
try to use them from Campaigns / Ad Extensions tab 
(https://screencloud.net/v/i6d9). When I choose the feed I have created 
through the API I get the error "There was an error with your operation..." 
in the top of my screen. But when I view it through the Shared Library / 
Business Data section (https://screencloud.net/v/x69p) everything seems 
fine and I don't see any differences between my API-created feed / 
extension and feed / extension that I create through the adwords interface 
manually. The worst thing is that I don't get any errors from the API 
response so I can't find if there were any mistakes in my code or something 
else.
Why I was talking about the "_Feed name" is that when you have clean 
adwords account and create your first structured snippet extension adwords 
creates default feed with the name "_Main structured snippet extension". It 
seems like the default main feed for this type of extensions which I would 
like to use, but I can get it through the API only when there was already 
created at least one extension. Until then it is not visible / not exist. 
That's why before adding new extension I need to create new feed. And after 
creating it I am facing this error.
So I need to figure out why my feed seems broken and what is causing this 
error to appear.
Sorry for this confusion, hope now I explained it more clear.
Hearing from you,
Alex
понедельник, 23 мая 2016 г., 18:53:52 UTC+3 пользователь Peter Oliquino 
написал:
>
> Hello Alex,
>
> I did some investigation and it appears that although it is allowed in the 
> UI, a validation within the API does not allow having "_" as the first 
> character for feedName. As a workaround, you may start your feedName string 
> using alpha characters.
>
> 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/bebf682f-a295-4b75-b780-2db6fc7c0249%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Structured Snippet / Callout Ad Extension creating issue. "There was an error with your operation..."

2016-05-23 Thread 'Peter Oliquino' via AdWords API Forum
Hello Alex,

I did some investigation and it appears that although it is allowed in the 
UI, a validation within the API does not allow having "_" as the first 
character for feedName. As a workaround, you may start your feedName string 
using alpha characters.

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/0926c29b-a53a-42bb-88f8-2bed760f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: I'm starting to use the Google API to connect to the phone book ....

2016-05-23 Thread 'Peter Oliquino' via AdWords API Forum
Hi,

We support AdWords API related cases and it appears that this issue is not 
related. Could you tell me which API you are using?

Thank you very much,
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/5f173c73-0544-4520-9079-cf27b835a00c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Account budget change

2016-05-23 Thread Георгий Чернухин
Thanks

понедельник, 23 мая 2016 г., 18:34:46 UTC+3 пользователь Joyce Lava написал:
>
> Hi,
>
> Currently, there is no AdWords API service that returns the budget 
> updates. You can only get these information in the AdWords UI.
>
> Thanks and Regards,
> Joyce, 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/8e4f44fa-5c8a-4698-be1b-e4fc71144d58%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Account budget change

2016-05-23 Thread 'Joyce Lava' via AdWords API Forum
Hi,

Currently, there is no AdWords API service that returns the budget updates. 
You can only get these information in the AdWords UI.

Thanks and Regards,
Joyce, 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/ed1b0584-b186-4a9d-a2b3-b045871fb4f3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Get list Pending Invitations

2016-05-23 Thread 'Umesh Dengale' via AdWords API Forum
Hello,

When we set the managerCustomerIds 

 and clientCustomerIds 

 fields 
in selector 
,
 
the getPendingInvitations operation will return 

 pending 
invitations for those accounts. The ManagedCustomerService.
*getPendingInvitations()* operation only returns *ACTIVE* links and 
CANCELLED, REFUSED, and INACTIVE links will never be returned. 

If you have ACTIVE links and getPendingInvitations() operation doesn't 
returns the data then provide me *privately* SOAP XML request and response 
logs. Just click Reply privately to author in the forum when responding.

Thanks,
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/1de21519-12d2-4eb1-93ce-af3b9622a9a0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Getting current location boost for a location and campaign id.

2016-05-23 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hello,

You can get the bid modifiers associated with a location using the Campaign 
Location Target Report 
,
 which 
summarizes the performance of campaigns by location-based CampaignCriterion 
.
 
You would need to query for the *BidModifier* field, along with *CampaignId* to 
get the bid modifiers associated with a particular location and campaign.

You can also get the bid modifiers using the CampaignCriterionService 

 and 
query for the bidmodifer 

 field 
of the campaign criterion. 

Regards,
Shwetha, 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/8376f182-b562-4b85-90a6-5804b15af649%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Account budget change

2016-05-23 Thread Георгий Чернухин
Hi.

Is there any way to get history of budget updates on 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/fd813e64-db8f-4820-973b-57e3f1dcd64a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Create VIDEO campaign

2016-05-23 Thread 'Joyce Lava' via AdWords API Forum
Hi,

Yes, you can create video ads with AdWords API by creating a TemplateAd 
, but 
as of the moment, it does not support creating video campaigns.

Please refer to the AdWords API blog 
 for any 
future updates and announcements.

Thanks and Regards,
Joyce, 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/b64b917f-ffda-4f1a-958c-3897e239b289%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: AuthenticationError.CUSTOMER_NOT_FOUND

2016-05-23 Thread 'Joyce Lava' via AdWords API Forum
Hi Kaylin,

I am glad to hear that it worked correctly. 

Regards,
Joyce, 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/8db4799a-6f84-46ad-8ff0-923328cd3ee2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Как сделать чтобы ответ приходил на английском языке

2016-05-23 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi,

No news yet, but I'll be sure to let you know as soon as I hear back on the 
issue.

Thanks,
Josh, AdWords API Team

On Monday, May 23, 2016 at 4:01:07 AM UTC-4, treto1ct...@gmail.com wrote:
>
> hi, there is news on the topic?
> change any language settings do not solve the problem
>
> On Wednesday, May 18, 2016 at 12:58:53 AM UTC+3, Josh Radcliff (AdWords 
> API Team) wrote:
>>
>> Hi,
>>
>> I'm following up with the engineers on this one. I'll reply back as soon 
>> as I have an update.
>>
>> Thanks,
>> Josh, AdWords API Team
>>
>> On Tuesday, May 17, 2016 at 2:39:41 AM UTC-4, treto...@gmail.com wrote:
>>>
>>> В аккаунте у меня был указан английский:
>>>
>>>
>>> 
>>> НО все-равно сообщения приходят на русском языке. Видимо проблема в 
>>> чем-то другом.
>>>
>>> понедельник, 16 мая 2016 г., 16:09:07 UTC+3 пользователь Josh Radcliff 
>>> (AdWords API Team) написал:

 Hi,

 That determines the language preferences for the *AdWords user 
 interface*, but my theory is that the language settings that are 
 driving the language of the policy violation are from the Google 
 *account's* language settings.

 While logged in as the user whose OAuth credentials you are using, 
 please do the following:

1. Go to accounts.google.com.
2. Click on *Language & Input Tools* under *Account preferences*.
3. Check if the language selected there is Russian.

 Thanks,
 Josh, AdWords API Team

 On Monday, May 16, 2016 at 2:45:30 AM UTC-4, treto...@gmail.com wrote:
>
> У меня в настройках аккаунта указан английский язык.
>
>
> 
> Или нужно не здесь устанавливать язык?
>
> воскресенье, 15 мая 2016 г., 20:19:21 UTC+3 пользователь Josh Radcliff 
> (AdWords API Team) написал:
>>
>> Hi,
>>
>> Sorry, I can only answer in English, but I believe that the language 
>> of the policy description and text is driven by the language settings of 
>> the OAuth credential's user. If you use OAuth credentials from a user 
>> whose 
>> language is set to English, you should get the policy error information 
>> back in English.
>>
>> Regarding your other question, you can resubmit some operations that 
>> failed due to policy violations by using exemption requests. Please see 
>> the Exemption 
>> Requests guide 
>> 
>>  for 
>> more details.
>>
>> Thanks,
>> Josh, AdWords API Team
>>
>> On Friday, May 13, 2016 at 3:22:22 AM UTC-4, treto...@gmail.com 
>> wrote:
>>>
>>> Добрый день.
>>> Отправляю запрос на создание объявления:
>>>
>>> 
 http://schemas.xmlsoap.org/soap/envelope/"; xmlns:v20="
 https://adwords.google.com/api/adwords/cm/v201603";>

   
   ххх-ххх-
   
 хх
   1cAdWords
   false
   false



   https://adwords.google.com/api/adwords/cm/v201603";>
  http://www.w3.org/2001/XMLSchema-instance";>
 ADD
 
22928495953
https://adwords.google.com/api/adwords/cm/v201603"; 
 i:type="ns2:TextAd">
   
   http://tile.expert
 
   
 https://tile.expert/it/tile/Abita/Ego 
   Piastrelle Ego di 
 Abita
   Da 24 € Consegna in Italia 
 10gg
   Sito web con prezzi, foto, 
 ordini

ENABLED

 
  
   

 
>>>
>>>
>>> В ответ получаю ответ с ошибкой:
>>>
 http://schemas.xmlsoap.org/soap/envelope/";  
 xmlns="https://adwords.google.com/api/adwords/cm/v201603";>
 000532b4046d72a80ac12c487f0b70b8
 AdGroupAdService
 mutate
 1
 209
 
 
 
 soap:Server
 
 [PolicyViolationError{super=PolicyViolationError.POLICY_ERROR @ 
 operations[0].operand.ad.headline, 
 key=PolicyViolationKey{policyName=tobacco,violatingText=Ego}, 
 externalPolicyName=Сигареты и табачные изделия, externalPolicyUrl=, 
 externalPolicyDescription=Google не допускает рекламу табака и 
 табачных 
 изделий. См. наш 

Create VIDEO campaign

2016-05-23 Thread pakorn . v
Hi everyone
I am very new to API
but I have some experienced about AdwordScripts

Now I am about to use API to create "VIDEO campaign"

I am looking at the guide and reference in Adworsd API

from my understand now is
1.I can use API to create VIDEO ads
2.But I can not use API to create VIDEO campaign

Am i correct ?

Thx for everyone helps in advance

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/5d09ad9a-5839-4ae4-8593-ad3c8ef8de71%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Get list Pending Invitations

2016-05-23 Thread Trần Xuân Vũ
Hi all,

Sorry my bad english.

I have a problem with ManagedCustomerService.getPendingInvitations

I using ruby and follow 
https://developers.google.com/adwords/api/docs/guides/managing-accounts#get_pending_invitations
 :

selector = {

manager_customer_ids => [691954], 

client_cstomer_ids => [275490]

}

managed_customer_srv = adwords.service(:ManagedCustomerService, 
get_api_version())

invitations = managed_customer_srv.get_pending_invitations(selector)


I implemented as sample code, but result of invitations is not as expected (it 
has not contain fields: 

manager, client, creationDate, expirationDate).


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/82c5d4ba-f238-474c-8930-b7bd9ab84417%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


I'm starting to use the Google API to connect to the phone book ....

2016-05-23 Thread Claudio Pelosi
Hello

I'm starting to use the Google API to connect to the phone book 

I decided to use JavaScript

Here in use code:


function auth() {
   var config = {
 'client_id': '**',
 'scope': 'https://www.google.com/m8/feeds'
   };
   gapi.auth.authorize(config, function() {
 fetch(gapi.auth.getToken());  

   });
 }


function fetch(token) {
token['g-oauth-window'] = null;
$.ajax({
url: 
'https://www.google.com/m8/feeds/contacts/default/full?alt=json',
dataType: 'jsonp',
data: token
}).done(function(data) {
document.getElementById('prova').innerHTML = JSON.stringify(data);
}); 
}








Works well  shame that only shows a small part of the names in my 
address book!

Does anyone have suggestions?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/d6a08c16-41d3-4482-bf65-13dd941b790c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Get list of Pending Invitations

2016-05-23 Thread Trần Xuân Vũ
Hi all,

Sorry for my bad english

I have a problem with method managedCustomerService.getPendingInvitations.

I using ruby and follow 
https://developers.google.com/adwords/api/docs/guides/managing-accounts#get_pending_invitations
 :

  selector = {

:manager_customer_ids => [691954],

:client_customer_ids => [275490]

  }


  managed_customer_srv = adwords.service(:ManagedCustomerService, 
get_api_version())


  invitations = managed_customer_srv.get_pending_invitations(selector)


invitations result: 
{:@xmlns=>"https://adwords.google.com/api/adwords/cm/v201603";, 
:"@xmlns:ns2"=>"https://adwords.google.com/api/adwords/mcm/v201603"}

But follow guide 
https://developers.google.com/adwords/api/docs/reference/v201603/ManagedCustomerService.PendingInvitation#field
 : 
pending invitation result for getPendingInvitaions method contains 
fields 'manager', 'client', 'creationDate', 'expirationDate'

Pls help me solve that problem!

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/6da78e05-043d-4ccf-9630-8ad1537629cd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Как сделать чтобы ответ приходил на английском языке

2016-05-23 Thread treto1ctest
hi, there is news on the topic?
change any language settings do not solve the problem

On Wednesday, May 18, 2016 at 12:58:53 AM UTC+3, Josh Radcliff (AdWords API 
Team) wrote:
>
> Hi,
>
> I'm following up with the engineers on this one. I'll reply back as soon 
> as I have an update.
>
> Thanks,
> Josh, AdWords API Team
>
> On Tuesday, May 17, 2016 at 2:39:41 AM UTC-4, treto...@gmail.com 
>  wrote:
>>
>> В аккаунте у меня был указан английский:
>>
>>
>> 
>> НО все-равно сообщения приходят на русском языке. Видимо проблема в 
>> чем-то другом.
>>
>> понедельник, 16 мая 2016 г., 16:09:07 UTC+3 пользователь Josh Radcliff 
>> (AdWords API Team) написал:
>>>
>>> Hi,
>>>
>>> That determines the language preferences for the *AdWords user 
>>> interface*, but my theory is that the language settings that are 
>>> driving the language of the policy violation are from the Google 
>>> *account's* language settings.
>>>
>>> While logged in as the user whose OAuth credentials you are using, 
>>> please do the following:
>>>
>>>1. Go to accounts.google.com.
>>>2. Click on *Language & Input Tools* under *Account preferences*.
>>>3. Check if the language selected there is Russian.
>>>
>>> Thanks,
>>> Josh, AdWords API Team
>>>
>>> On Monday, May 16, 2016 at 2:45:30 AM UTC-4, treto...@gmail.com wrote:

 У меня в настройках аккаунта указан английский язык.


 
 Или нужно не здесь устанавливать язык?

 воскресенье, 15 мая 2016 г., 20:19:21 UTC+3 пользователь Josh Radcliff 
 (AdWords API Team) написал:
>
> Hi,
>
> Sorry, I can only answer in English, but I believe that the language 
> of the policy description and text is driven by the language settings of 
> the OAuth credential's user. If you use OAuth credentials from a user 
> whose 
> language is set to English, you should get the policy error information 
> back in English.
>
> Regarding your other question, you can resubmit some operations that 
> failed due to policy violations by using exemption requests. Please see 
> the Exemption 
> Requests guide 
> 
>  for 
> more details.
>
> Thanks,
> Josh, AdWords API Team
>
> On Friday, May 13, 2016 at 3:22:22 AM UTC-4, treto...@gmail.com wrote:
>>
>> Добрый день.
>> Отправляю запрос на создание объявления:
>>
>> 
>>> http://schemas.xmlsoap.org/soap/envelope/"; xmlns:v20="
>>> https://adwords.google.com/api/adwords/cm/v201603";>
>>>
>>>   
>>>   ххх-ххх-
>>>   хх
>>>   1cAdWords
>>>   false
>>>   false
>>>
>>>
>>>
>>>   https://adwords.google.com/api/adwords/cm/v201603";>
>>>  http://www.w3.org/2001/XMLSchema-instance";>
>>> ADD
>>> 
>>>22928495953
>>>https://adwords.google.com/api/adwords/cm/v201603"; 
>>> i:type="ns2:TextAd">
>>>   
>>>   http://tile.expert
>>> 
>>>   
>>> https://tile.expert/it/tile/Abita/Ego 
>>>   Piastrelle Ego di 
>>> Abita
>>>   Da 24 € Consegna in Italia 
>>> 10gg
>>>   Sito web con prezzi, foto, 
>>> ordini
>>>
>>>ENABLED
>>>
>>> 
>>>  
>>>   
>>>
>>> 
>>
>>
>> В ответ получаю ответ с ошибкой:
>>
>>> >> xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/";>>>  
>>> xmlns="https://adwords.google.com/api/adwords/cm/v201603";>
>>> 000532b4046d72a80ac12c487f0b70b8
>>> AdGroupAdService
>>> mutate
>>> 1
>>> 209
>>> 
>>> 
>>> 
>>> soap:Server
>>> 
>>> [PolicyViolationError{super=PolicyViolationError.POLICY_ERROR @ 
>>> operations[0].operand.ad.headline, 
>>> key=PolicyViolationKey{policyName=tobacco,violatingText=Ego}, 
>>> externalPolicyName=Сигареты и табачные изделия, externalPolicyUrl=, 
>>> externalPolicyDescription=Google не допускает рекламу табака и табачных 
>>> изделий. См. наш >> http://adwords.google.com/support/bin/static.py?page=guidelines.cs&topic=9271&subtopic=9279&answer=47228&hl=ru_RU>полный
>>>  
>>> список правил., isExemtable=true, 
>>> violatingParts=[Part{index=11, 
>>> length=3}]}]
>>> 
>>> 
>>> https://adwords.google.com/api/adwords/cm/v201603";>
>>> [PolicyViolationError{super=PolicyViolat