Send campaign language by API

2020-08-06 Thread Radek Karkut
Hello there,
could you tell me how can I send campaign language by API?

I'm able to create campaign by API but end date is incorrect. When I send 
end_date parameter as 20200810 in my Ad Manager I can see end date as 
2020-08-11 - could you tell me why?

$startDate = new StringValue(
['value' => $campaign->getStartDate()->format('Ymd')] // 20200809
);
$endDate = new StringValue(
['value' => $campaign->getEndDate()->format('Ymd')] // 20200810
);

$googleAdsCampaign = new GoogleCampaign([
'resource_name' => $campaign->getId()->getResourceName(),
'name' => new StringValue(['value' => $campaign->getCampaignName()]),
'status' => $campaign->getStatus(),
'manual_cpc' => new ManualCpc(),
'campaign_budget' => $campaign->getBudget()->getId()->getResourceName(),
'network_settings' => $networkSettings,
'start_date' => $startDate,
'end_date' => $endDate
]);

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/caca3cea-5776-42ba-9dbe-508e08f2c230n%40googlegroups.com.


Re: Notification about ad status

2020-07-23 Thread Radek Karkut
Hello there,
Thank you for your help. What about ChangeStatus (
https://developers.google.com/google-ads/api/docs/change-status)? Can I 
depend on this solution?
Regards.
środa, 22 lipca 2020 o 18:38:31 UTC+2 adsapiforumadvisor napisał(a):

> Hi Radek,
>
> Thank you for reaching out. Unfortunately, there is no notification system 
> in place regarding changes in ad status. However, you can pull this 
> information via API by using AdGroupAdService 
> 
>  
> to get the status 
> 
>  of 
> ads. 
>
> Let me know if you have any additional questions. 
>
> Regards,
> Danica, Google Ads API Team
>
> ref:_00D1U1174p._5004Q22Y9nM:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/beef6020-78eb-47ce-a0a3-83347a580897n%40googlegroups.com.


Re: Notification about ad status

2020-07-23 Thread Radek Karkut
Hi Danica,
Thank you for your help. What about ChangeStatus (
https://developers.google.com/google-ads/api/docs/change-status)? Can I 
depend on this solution?

środa, 22 lipca 2020 o 18:38:31 UTC+2 adsapiforumadvisor napisał(a):

> Hi Radek,
>
> Thank you for reaching out. Unfortunately, there is no notification system 
> in place regarding changes in ad status. However, you can pull this 
> information via API by using AdGroupAdService 
> 
>  
> to get the status 
> 
>  of 
> ads. 
>
> Let me know if you have any additional questions. 
>
> Regards,
> Danica, Google Ads API Team
>
> ref:_00D1U1174p._5004Q22Y9nM:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/cb4cf387-fe06-4859-85ce-9bbe38e6616fn%40googlegroups.com.


Notification about ad status

2020-07-22 Thread Radek Karkut
Hello there,
I'm using Google Ads API to create ads. I have a simple question - how can 
I obtain notification about ad status chanages? I need to know when ad will 
be published, stoped etc.
Could you gimme so advices?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/370ece53-c518-4dd0-910f-689c2b6b26cbn%40googlegroups.com.


Re: Cannot Create Customer

2020-07-06 Thread Radek Karkut
Hello there, could you enable Replay privately?
I got stuck right now.

czwartek, 2 lipca 2020 o 10:12:22 UTC+2 Radek Karkut napisał(a):

> Hi there, thank you very much for your help. I would like to reply 
> privately but this option is inactive. Could you activate it?
>
> środa, 1 lipca 2020 o 17:29:56 UTC+2 adsapiforumadvisor napisał(a):
>
>> Hi Radek,
>>
>> Can you please share your complete detailed request and response logs for 
>> the call *via Reply privately to author *so I can further investigate 
>> the issue? Also, which email address are you using to make this call? You 
>> can find information on enabling logging here 
>> <https://developers.google.com/google-ads/api/docs/client-libs/php/logging> 
>> (log 
>> level = NOTICE).
>>
>>
>> Regards,
>> Mitchell
>> Google Ads API Team
>>
>> ref:_00D1U1174p._5004Q219d4e:ref
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/9248d8ed-423b-47ae-ace1-695922644150n%40googlegroups.com.


Re: Cannot Create Customer

2020-07-02 Thread Radek Karkut
Hi there, thank you very much for your help. I would like to reply 
privately but this option is inactive. Could you activate it?

środa, 1 lipca 2020 o 17:29:56 UTC+2 adsapiforumadvisor napisał(a):

> Hi Radek,
>
> Can you please share your complete detailed request and response logs for 
> the call *via Reply privately to author *so I can further investigate the 
> issue? Also, which email address are you using to make this call? You can 
> find information on enabling logging here 
>  
> (log 
> level = NOTICE).
>
>
> Regards,
> Mitchell
> Google Ads API Team
>
> ref:_00D1U1174p._5004Q219d4e:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/592315e1-4041-491b-b425-d35b08640a9fn%40googlegroups.com.


Re: Cannot Create Customer

2020-07-01 Thread Radek Karkut
Hello there,
Unfortunately, I think that we misunderstand.
In our previous conversation you gave me instructions how I can link my 
individual Google Ads Account to Manager account manually (by sending 
invitation in Manager Account settings).
My goal is to have access to multiple accounts from my Manager Account like 
it is described here: 
https://support.google.com/google-ads/answer/6139186?visit_id=637291791366918653-1144634564=1#MCC_invite
.
I would like create ads for my clients and link their account to my Manager 
Account automatically (in background) and I think it's possible using 
instructions describes below
https://developers.google.com/google-ads/api/docs/account-management/linking-manager-accounts

I'm trying to create link (in pending status) but something is going wrong, 
could you take a look in my code?

$customerClientLink = new CustomerClientLink(
[
'client_customer' => new StringValue(
['value' => ResourceNames::forCustomer(8322203725)]
),
'status' => ManagerLinkStatus::PENDING
]);

$customerClientLinkOperation = new CustomerClientLinkOperation();
$customerClientLinkOperation->setCreate($customerClientLink);

$customerClientLinkServiceClient = 
$this->googleAdsClient->getCustomerClientLinkServiceClient();
$response = 
$customerClientLinkServiceClient->mutateCustomerClientLink(8322203725, 
$customerClientLinkOperation);

Error:
"errorCode": {
   "authorizationError": "USER_PERMISSION_DENIED"
}

wtorek, 30 czerwca 2020 o 18:31:54 UTC+2 adsapiforumadvisor napisał(a):

> Hi Radek,
>
> You need to add the email address you used to generate the OAuth 
> credentials as a user to your account by following these instructions 
> . Once you 
> accept the invitation from your new email address and see it in the list of 
> users for the account (Tools & Settings -> Setup -> Access and Security), 
> then you can make API calls using those credentials.
>
> As I mentioned, looking in your account I only saw slum...@gmail.com 
> listed as a user. Not ads...@gmail.com.
>
>
> Regards,
> Mitchell
> Google Ads API Team
>
> ref:_00D1U1174p._5004Q219d4e:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/a908392d-a484-45ed-8b26-30025096d190n%40googlegroups.com.


Re: Cannot Create Customer

2020-06-29 Thread Radek Karkut
Hello there, so can you tell me how can I make a call to create new 
customer on account authorised by oAuth? I have oAuth application and 
account authorised to this application, why I don't have permission to 
create new customer?
I'm looking forward for your advice.

poniedziałek, 29 czerwca 2020 o 16:40:40 UTC+2 adsapiforumadvisor 
napisał(a):

> Hi Radek,
>
> Thank you for providing that information. The USER_PERMISSION_DENIED 
> 
>  
> error occurs when your OAuth credentials don't have access to the account 
> you're trying to make the call to. I looked at both manager accounts and 
> see that the email slum...@gmail.com is added as a user for both but 
> ads...@gmail.com is not a user in either. This is why you're getting that 
> error when trying to create the new user using the credentials of 
> ads...@gmail.com.
>
> You can check the users of your account by going to Tools & Settings -> 
> Setup -> Access and Security in the Google Ads UI. If you would like to 
> make calls to the account with that email, you must add it as a user.
>
>
> Regards,
> Mitchell
> Google Ads API Team
>
> ref:_00D1U1174p._5004Q219d4e:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/a5f0fdff-1232-4150-970b-c5058326116an%40googlegroups.com.


Re: Cannot Create Customer

2020-06-29 Thread Radek Karkut
I will give you one update about this issue

I have created Refresh Token using oAuth authorisation for my primary 
account (slum@gmail.com) and when I have used it Customer was created 
properly.
After that I have created Refresh Token using my second google account 
(ads@gmail.com) and when I have used it PERMISSION_DENIED error 
occurred.
On my mind I can create Customer using first account because Manager 
Account (8322203725) is available on this account. I cannot create Customer 
on any other google account.
Could you tell me why? Does it matter that 8322203725 is a Test Manager 
Account?
poniedziałek, 29 czerwca 2020 o 09:35:58 UTC+2 Radek Karkut napisał(a):

> Hello, thank you very much for your help.
>
> I'm trying to create new customer using client id 7608615007 
> <(760)%20861-5007> (it's my account manager id) and  but below error 
> occurs. Could you tell me why?
>
> Uncaught Google\ApiCore\ApiException: {
> "message": "The caller does not have permission",
> "code": 7,
> "status": "PERMISSION_DENIED",
> "details": [
> {
> "@type": 0,
> "data": "type.googleapis.com
> \/google.ads.googleads.v3.errors.GoogleAdsFailure"
> },
> {
> "@type": 0,
> "data": [
> {
> "errorCode": {
> "authorizationError": "USER_PERMISSION_DENIED"
> },
> "message": "User doesn't have permission to access 
> customer. Note: If you're accessing a client customer, the manager's 
> customer id must be set in ApiException.php on line 139
>
>
> piątek, 26 czerwca 2020 o 17:12:02 UTC+2 adsapiforumadvisor napisał(a):
>
>> Hi Radek,
>>
>> Thank you for reaching out. If your client already has a Google Ads 
>> account, then you should follow these instructions 
>> <https://developers.google.com/google-ads/api/docs/account-management/linking-manager-accounts>
>>  
>> to link that account to yours. If they don't have an existing account, then 
>> you should create one on their behalf using the example you shared.
>>
>> The login-customer-id 
>> <https://developers.google.com/google-ads/api/docs/concepts/call-structure#cid>
>>  
>> field should be set to the client customer ID of the manager account (your 
>> existing account in this case).
>>
>> Regards,
>> Mitchell
>> Google Ads API Team
>>
>> ref:_00D1U1174p._5004Q219d4e:ref
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/b231164e-83c4-4f42-8585-37fe154317dcn%40googlegroups.com.


Re: Cannot Create Customer

2020-06-29 Thread Radek Karkut
Hello, thank you very much for your help.

I'm trying to create new customer using client id 7608615007 (it's my 
account manager id) and  but below error occurs. Could you tell me why?

Uncaught Google\ApiCore\ApiException: {
"message": "The caller does not have permission",
"code": 7,
"status": "PERMISSION_DENIED",
"details": [
{
"@type": 0,
"data": 
"type.googleapis.com\/google.ads.googleads.v3.errors.GoogleAdsFailure"
},
{
"@type": 0,
"data": [
{
"errorCode": {
"authorizationError": "USER_PERMISSION_DENIED"
},
"message": "User doesn't have permission to access 
customer. Note: If you're accessing a client customer, the manager's 
customer id must be set in ApiException.php on line 139


piątek, 26 czerwca 2020 o 17:12:02 UTC+2 adsapiforumadvisor napisał(a):

> Hi Radek,
>
> Thank you for reaching out. If your client already has a Google Ads 
> account, then you should follow these instructions 
> 
>  
> to link that account to yours. If they don't have an existing account, then 
> you should create one on their behalf using the example you shared.
>
> The login-customer-id 
> 
>  
> field should be set to the client customer ID of the manager account (your 
> existing account in this case).
>
> Regards,
> Mitchell
> Google Ads API Team
>
> ref:_00D1U1174p._5004Q219d4e:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/900e9176-648d-4573-a154-7e75cff322dan%40googlegroups.com.


Cannot Create Customer

2020-06-26 Thread Radek Karkut
Hello there,
I'm working on Google Ads API and my goal is to create ads in behalf of my 
clients.
I have created oAuth authorisation and it works properly (I have access and 
refresh token).

It's possible that I misunderstand the principles so please correct me.

1. If I would like to create new Ad for my client I need to create new 
Customer, right?
2. How can I create new Customer on my client Account visible in my Account 
Manager?

I'm trying to create new Customer using below tutorial but error occurs:
https://developers.google.com/google-ads/api/docs/account-management/create-account

"message": "User doesn't have permission to access customer. Note: If 
you're accessing a client customer, the manager's customer id must be set 
in the 'login-customer-id' header. 

3. How can I use login-customer-id if I didn't create Customer yet?

I'm looking forward for your help guys.
Best Regards.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/21cfc2d3-605c-4821-867f-0dbba1d90fcdo%40googlegroups.com.


Adwords Express KeywordSet

2016-07-14 Thread Radek Karkut
Hello,
during creation of new Express Promotion I need to add KeywordSet. 
Is it possible to get list of available KeywordSets for business or 
service? 
I have no idea how can to choose correct KeywordSets for my promotion. 
Any advices?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/0c726346-e62c-4ff7-9cfa-46d1d16b542d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Express account using API

2016-07-08 Thread Radek Karkut
Hi Vishal,
Can you give me some advice how can I create Express account and add new 
business or ads using API? I'm not able to find a method to create account. 
In your documentation I can find methods to store business and promotions 
but there is no way to add new account. Looking forward to your advice.

W dniu środa, 6 lipca 2016 20:22:49 UTC+2 użytkownik Vishal Vinayak 
(Adwords API Team) napisał:
>
> Hi Radek, 
>
> You *cannot* create AdWords Express accounts using the AdWords API. Only 
> AdWords accounts can be created using the AdWords API.
>
> Regards,
> Vishal, 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/f5a07630-67c5-4618-ad95-2ae3098a1613%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Express account using API

2016-07-06 Thread Radek Karkut
Hi Vishal,
Is it possible to add new Express account using API?

Regards.

W dniu środa, 6 lipca 2016 17:15:32 UTC+2 użytkownik Vishal Vinayak 
(Adwords API Team) napisał:
>
> Hi Radek,
>
> That is correct. You can create AdWords accounts using the 
> ManagedCustomerService 
> ,
>  
> but not an AdWords Express Account.
>
> Regards,
> Vishal, 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/b5c46fd4-6b9b-4296-8088-a70c4e879f72%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Express account using API

2016-07-04 Thread Radek Karkut
Hello Guys,
is it possible to create new Express account using API? 
I'm not able to find proper method (I found method to create Adwords 
account but it seems to me that it's not Express account). 
Am I right? 
I'm looking forward to your answer.
Best Regards.

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

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


How can I create express account using ManagedCustomerService

2016-07-01 Thread Radek Karkut
Hello Guys,
is it possible to create Express account using ManagedCustomerService?
I'm able to create Adwords account using this service - but how can I 
create express 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/a56c88b7-b72c-4c36-a4d9-d898e5c87dc7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.