how to check the bid amount for a keyword ?

2014-03-14 Thread brstdev9
hello,

i have made used of the adwords api and i have launched a campaign 
successfully. Now while launching the campaign i set the budget to $7 per 
day and used two keywords "advertise online" and "marketing" and set the 
default bid to $0.35. now i logged in to the google Adwords UI Interface 
and found this message :"Below first page bid" under the status column of 
the keywords table. Now this means that these keywords are not triggering 
my ad because of low bid amount. Now is there any service or link in 
adwords api which can give suggestions based on the keywords of an ad ??  I 
am making use of PHP client Library and developing a web application using 
adwords api which can tell the users that keywords they have chosen have 
been priced low then the actual amount which is calculated from the 
competitors ?

Regards,
Brihaspati Dev

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
For more options, visit https://groups.google.com/d/optout.


Re: How to verify the client customer id is valid and billing has been setup!

2014-03-13 Thread brstdev9

Hello Josh,

Thanks for suggesting me this way but i am finding it difficult because in 
order to generate the refresh token we have to pass client_id and 
client_secret which is generated by creating an application on API Console 
- Google Code and after creating this i have to run GetRefreshToken.php 
with these parameters->developerToken, userAgent, clientCustomerId, 
client_id, client_secret and also on command line and then i have to sign 
in with the invited account user credentials and after that i have to 
manually copy paste the url to generate a piece of code and then this piece 
of code is entered again in the command line to generate refresh token and 
after that i can accept the invitation. I can develop a script which ass 
the user its client_id, client_secret but this seems to be too complex for 
a normal user any normal user can't be a developer to do this. 
So can you please suggest me in this whole process where am i wrong ?? 
and also is there any other way other than this i can achieve the results  
?? 
If not then i am left with only option-> i have to tell invited user to 
manually login and accept the invitation request sent by the MCC User. 
Please Suggest !

Regards,
Brihaspati Dev


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
For more options, visit https://groups.google.com/d/optout.


Re: How to verify the client customer id is valid and billing has been setup!

2014-03-13 Thread brstdev9
Hello Josh,

Well many thanks for you support. Now For Item #1, I have been able to send 
the request for ADD PENDING and the result was a success, and to confirm i 
sent the same request and got this error:
An error has occurred: 
[ManagedCustomerServiceError.ALREADY_INVITED_BY_THIS_MANAGER @ 
operations[0]] 
So this confirmed that my ADD PENDING request was a success. Now working 
with the same credentials as used while sending the PENDING request i sent 
another request SET ACTIVE and got error :
An error has occurred: [ManagedCustomerServiceError.NOT_AUTHORIZED @ 
operations[0]] .
Now i am not able to figure it out that same credentials worked with the 
ADD PENDING and the same does not work with this request.
Now please have a look and guide me to get this on track.

Regards,
Brihaspati Dev



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
For more options, visit https://groups.google.com/d/optout.


Re: How to verify the client customer id is valid and billing has been setup!

2014-03-12 Thread brstdev9
hello Josh Radcliff,
let me explain everything in detail. The application which i am developing 
requires to link existing adwords account under my MCC account and also 
create new accounts under my MCC account.
now lets discuss about 

1)  adding existing adwords account under my MCC account.
Here  i am making use of live MCC account whose developer token and user 
agent has been approved. Now in order to link an existing adwords account i 
made use of *ManagedCustomerService* -> *ManagedCustomerLink*. and send a 
request with parameter ADD PENDING. Now when i loggedin with the 
credentials of the user whom i want to link i found an invitation request 
under Account Settings> Account Access. This looks fine. Now is there any 
way i can set active on behalf of the user ?? Like i did with the test 
accounts. I sent first request ADD PENDING and after that another request 
SET ACTIVE and i found that the user was easily listed under my MCC.

2) creating new adwords account under my MCC account.
Here i made use of ManagedCustomerService.mutate and provided the required 
parameters and a new account was created under my MCC. Now here i am stuck 
in a problem of how to set up the billing for this newely created account 
?? Which api i would make use to set up the billing ??

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
For more options, visit https://groups.google.com/d/optout.


Re: How to verify the client customer id is valid and billing has been setup!

2014-03-11 Thread brstdev9

Also i would like to add that the campaign has been launched but it is'nt 
running because the billing has not been set up. I can see the campaign in 
the UI after loging with that client customer ID. Also there is a message: 
"you account is is'nt active. To active please enter billing information!"

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
For more options, visit https://groups.google.com/d/optout.


Re: How to verify the client customer id is valid and billing has been setup!

2014-03-11 Thread brstdev9
hello Zweitze,
well thanks ! But i don't agree with you because i have a Client Customer 
Id for which the billing has not been set up but still i have been able to 
launch the campaign for that Client Customer Id. There does not seems to 
any error if the billing has not been set up. please help !!

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
For more options, visit https://groups.google.com/d/optout.


How to verify the client customer id is valid and billing has been setup!

2014-03-11 Thread brstdev9
hello,

I am currently developing a web application which requires to add existing 
adwords user account with the MCC account, this has have to be done using 
adwords api, and i have successfully done this. Now is there any link in 
adwords api which can verify that the supplied ClientCustomerId has set up 
the billing and also this ClientCustomerId is valid ?
I am making use of PHP Client Library.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
For more options, visit https://groups.google.com/d/optout.


Re: How to setup the billing for new Accounts created under MCC Account ?

2014-03-11 Thread brstdev9

I am making use of PHP Client Library
On Tuesday, March 11, 2014 5:36:01 PM UTC+5:30, brst...@gmail.com wrote:
>
> hello everyone,
>
> i have a MCC account for which i have setup the billing and i have also 
> got approved the developer token. Using these details i have created an 
> account under my MCC account through adwords api and using the client 
> customer Id i have been able to launch a campaign containing an AdGroup,a 
> text ad and keywords associated with the AdGroup. Now i am not able to 
> figure out how to set up the billing for this new account using adwords api 
> ?
> Is there any way i can do this through the adwords 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.
For more options, visit https://groups.google.com/d/optout.


How to setup the billing for new Accounts created under MCC Account ?

2014-03-11 Thread brstdev9
hello everyone,

i have a MCC account for which i have setup the billing and i have also got 
approved the developer token. Using these details i have created an account 
under my MCC account through adwords api and using the client customer Id i 
have been able to launch a campaign containing an AdGroup,a text ad and 
keywords associated with the AdGroup. Now i am not able to figure out how 
to set up the billing for this new account using adwords api ?
Is there any way i can do this through the adwords 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.
For more options, visit https://groups.google.com/d/optout.


How to update existing keyword text using adwords php client library

2014-03-10 Thread brstdev9
hello,
i have stuck in a new problem : How to update existing keywords text ? I 
have the creation Id and i am using the service 
AdGroupCriterionService.mutate but still not able to figure out how can i 
change the text of the existing keywords. looking forward for you help!
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.
For more options, visit https://groups.google.com/d/optout.


Re: How to link an existing Adwords account with MCC Account

2014-03-10 Thread brstdev9
hello Ray Tsang,

Now i have stuck in a new problem : How to update existing keywords text ? 
I have the creation Id and i am using the service 
AdGroupCriterionService.mutate but still not able to figure out how can i 
change the text of the existing keywords. looking forward for you help!
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.
For more options, visit https://groups.google.com/d/optout.


Re: How to link an existing Adwords account with MCC Account

2014-02-18 Thread brstdev9
hello Ray Tsang,

Well thankyou so much for your support. I have been able to set Developer 
Token,Client Customer Id and User Agent dynamically.
Now  proceeding further i have to show the reporting to the users. Now in 
the PHP Client Library under examples/Reporting i have files and after 
running them i have the desired output in the format i want. now is there 
any way i can fetch the reporting in xml format instead of downloading the 
file i want the response in XML format so that i can convert it into array 
and show the fields to the user.

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.
For more options, visit https://groups.google.com/groups/opt_out.


Re: How to link an existing Adwords account with MCC Account

2014-02-18 Thread brstdev9
hello Ray Tsang,

yes i can explain this. Look when we are logged in to the MCC then there 
are two buttons(create Account,link existing account) under Accounts tab. 
So when we link an existing account we provide the email address of the 
user and an automated email with an acceptance link is sent to the user. 
The user then clicks that link and after that his account is linked.
I simply thought in this way only for linking a user account(
clientCustomerId) through Adwords Api. But the process is somewhat 
different. Actually i have to send two requests the first one with 
parameter ADD PENDING and if this request is successful then another 
request SET ACTIVE in order to link the other user account with my account.

Well thanks Ray Tsang for listening to my problems and providing me the 
solutions and i hope the same in near future.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
For more options, visit https://groups.google.com/groups/opt_out.


Re: How to link an existing Adwords account with MCC Account

2014-02-17 Thread brstdev9

hello Ray Tsang, 
yes i can explain this. See if you have a look at the User Interface of My 
client center account and switch to accounts tab then there are two buttons 
create account and link existing account. If we click on link existing 
Account then we have to provide the email of the adwords user whom we want 
to link, then an automated email is sent to the user with invitation link 
and if the user click this link then his account is linked with our 
account. I thought in this similar way but if we are adding an existing 
user through adwords api the we have to make two request the first one with 
ADD PENDING and the second request is SET ACTIVE. After these two requests 
the account is linked.

Now i have this problem that if i want to query about any of my client 
(which is currently added in my list) then i have to add clientCustomerId = 
"XXX-378-1467" parameter in my auth.ini file and after that i can fetch 
Campaings,add campaings etc.. Now is there any way how to make this 
clientCustomerId dynamic ??

The second question is that whenever i want to fetch any of the information 
about a user then can i send the clientCustomerId in my request instead of 
initialising it in auth.ini file ?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
For more options, visit https://groups.google.com/groups/opt_out.


Re: How to link an existing Adwords account with MCC Account

2014-02-14 Thread brstdev9
Hey Ray Tsang, Many thanks for the reply.

Now looking at the links you have provided to me it was a little difficult 
for me to convert the code snippet(provided in java)  to PHP but some how i 
have managed to create a function described below.

function LinkExistingAdwordsAccoount(AdWordsUser $user) {

$managedCustomerService = $user->GetService('ManagedCustomerService', 
ADWORDS_VERSION);
$customer = new ManagedCustomerLink();
$customer->managerCustomerId = "499577"; 
//$customer->clientCustomerId = "313836"; 
$customer->clientCustomerId = "2823209189";
$customer->linkStatus = "PENDING";
//$customer->pendingDescriptiveName = "";

 // Create operation.
$operation = new LinkOperation();
$operation->operator = 'ADD';
$operation->operand = $customer;
//$operation->OperationType = $OperationType;

$operations = array($operation);
echo "";
print_r($operations);
// Make the mutate request.
$result = $managedCustomerService->mutateLink($operations);
 
print_r($result);
}

The following was the result:

Array
(
[0] => LinkOperation Object
(
[operand] => ManagedCustomerLink Object
(
[managerCustomerId] => 499577
[clientCustomerId] => 209189
[linkStatus] => PENDING
[pendingDescriptiveName] => 
)

[operator] => ADD
[OperationType] => 
[_parameterMap:Operation:private] => Array
(
[Operation.Type] => OperationType
)

)

)

MutateLinkResults Object
(
[links] => Array
(
[0] => ManagedCustomerLink Object
(
[managerCustomerId] => 499577
[clientCustomerId] => 209189
[linkStatus] => PENDING
[pendingDescriptiveName] => 
)
)
)

Now This was a successful request because i have checked it by hitting 
twice and i got the following result

Array
(
[0] => LinkOperation Object
(
[operand] => ManagedCustomerLink Object
(
[managerCustomerId] => 499577
[clientCustomerId] => 209189
[linkStatus] => PENDING
[pendingDescriptiveName] => 
)

[operator] => ADD
[OperationType] => 
[_parameterMap:Operation:private] => Array
(
[Operation.Type] => OperationType
)

)

)
An error has occurred: 
[ManagedCustomerServiceError.ALREADY_INVITED_BY_THIS_MANAGER @ operations[0]]


Now looking at the response i am assuming that the request has been gone to 
the required reciver BUT when loging in with the clientCustomerId 
credentials i did not found any email for the invitation.
Is anything Wrong here?? Please guide me.
Again many thanks for the reply.
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.
For more options, visit https://groups.google.com/groups/opt_out.


Re: How to link an existing Adwords account with MCC Account

2014-02-14 Thread brstdev9
hey Ray Tsang, many thanks for the reply.

Now looking at the above links which you have provided to me i was a little 
difficult for me to convert the code snippet(provided in java) to PHP but 
some how i have managed to do so and come up with a function, provided in 
the attach file, Please have a look.

The function worked for me and in response there was an MutateLinkResults 
Object. Now to confirm that the invitation request has been sent 
successfully i again hit the same file and got this response 

An error has occurred: 
[ManagedCustomerServiceError.ALREADY_INVITED_BY_THIS_MANAGER @ operations[0]]

So if the request was rite then why the clientCustomerId did'nt recieved an 
invitation email ??

Again many thanks for the reply and would like to hear from you in future.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
For more options, visit https://groups.google.com/groups/opt_out.
<>


Re: How to link an existing Adwords account with MCC Account

2014-02-14 Thread brstdev9
hey Ray Tsang, many thanks for the reply.

Now looking at the above links which you have provided to me i was a little 
difficult for me to convert the code snippet(provided in java) to PHP but 
some how i have managed to do so and come up with a function, provided in 
the attach file, Please have a look.

The function worked for me and in response there was an MutateLinkResults 
Object. Now to confirm that the invitation request has been sent 
successfully i again hit the same file and got this response 

An error has occurred: 
ManagedCustomerServiceError.ALREADY_INVITED_BY_THIS_MANAGER

So if the request was rite then why the clientCustomerId did'nt recieved an 
invitation email ??

Again many thanks for the reply and would like to hear from you in future.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
For more options, visit https://groups.google.com/groups/opt_out.


How to link an existing Adwords account with MCC Account

2014-02-13 Thread brstdev9

Hello everyone,

I am currently developing a web application which requires to add existing 
adwords user account with the MCC account, this has have to be done using 
adwords api.
Is there any way this can be done ??
I am using PHP client Library.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
For more options, visit https://groups.google.com/groups/opt_out.


How to link an existing Adwords account with MCC Account using Adwords api in php

2014-02-13 Thread brstdev9
Hello everyone,

I am currently developing a web application which requires to add existing 
adwords user account with the MCC account, this has have to be done using 
adwords api.
Is there any way this can be done ??
I am using PHP client Library.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
For more options, visit https://groups.google.com/groups/opt_out.