Re: AuthorizationError.USER_PERMISSION_DENIED While accessing campaigns

2014-02-12 Thread Mcc Test
Dear Bikram,

Really sorry for bugging. What has happen was, person who handles the MCC
account has given me wrong developer token. He had typed B instead for 6. I
can't understand why he haven't copy and pasted it.
Thank you very much for help.

Thanks
Kasun


On Wed, Feb 12, 2014 at 3:17 PM, Mcc Test  wrote:

> I found a article on google and it had this Test MCC account procedure.
> https://developers.google.com/adwords/api/docs/test-accounts?hl=fr
>
> The Client account I use to test is visible under the MCC account. I used
> the email of the Client Account and created the OAuth details and added
> them to the auth.ini
> And then I used that OAuth Client Id in the
> https://accounts.google.com/o/oauth2/auth?client_id=CLIENT_ID&response_type=code&scope=https%3A%2F%2Fadwords.google.com%2Fapi%2Fadwords%2F&redirect_uri=urn:ietf:wg:oauth:2.0:oob&access_type=offline&approval_prompt=autothis
>  url and got the pass code.
>
> Then I pasted it to the getRefreshToken.php and got the refresh token.
> And I ran the file GetKeywordIdeas.php file.
>
>
> I got the following error.
>
> An error has occurred: [QuotaCheckError.INVALID_TOKEN_HEADER @ ;
> trigger:'MY_DEVELOPER_TOKEN]
>
>
>
> On Wed, Feb 12, 2014 at 12:43 PM, Bikram Bhuyan wrote:
>
>> Hi Kasun,
>>
>> I believe there is no concept of Test MCC account. Always we have the
>> production MCC account where the developer token is pending if it is not
>> approved till now. Could you please confirm this scenario. Also please
>> confirm if you see the TEST Client account under the MCC account.
>>
>> If you see the TEST Client account under MCC then you can use either of
>> the email to generate the token and then specify the customer account of
>> the test client to access the data. If you dont see the test client account
>> under MCC then you have to use the test client account to generate the
>> oauth.
>>
>> And always remember, the developer token belongs to the MCC account (not
>> to any client account).
>>
>> Hope this information helps. If you need more details, then please let us
>> know more description about the linking of MCC and Client account.
>>
>> Thanks,
>> Bikram.
>>
>>
>> On Tue, Feb 11, 2014 at 11:08 PM,  wrote:
>>
>>> Dear Bikram and Takeshi,
>>>
>>> I'm new to Adwords API and I'm having the same problem.
>>>
>>> I have following accounts now. (all emails are dummy)
>>>
>>> · production...@gmail.com (production MCC account) and
>>> client...@gmail.com client account created under mentioned MCC account
>>>
>>> · test...@gmail.com (MCC Test account) and 
>>> testclient@gmail.comclient account created under mentioned MCC Test account
>>>
>>>
>>>
>>> 1.   Which account should I use to get OAuth2 details?
>>>
>>> 2.   Which account should I use to get the developer token?
>>>
>>> 3.   Which account should I used as client Customer to get
>>> clientCustomerId?
>>>
>>> Thanks,
>>> Kasun
>>>
>>
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: AuthorizationError.USER_PERMISSION_DENIED While accessing campaigns

2014-02-12 Thread Mcc Test
I found a article on google and it had this Test MCC account procedure.
https://developers.google.com/adwords/api/docs/test-accounts?hl=fr

The Client account I use to test is visible under the MCC account. I used
the email of the Client Account and created the OAuth details and added
them to the auth.ini
And then I used that OAuth Client Id in the
https://accounts.google.com/o/oauth2/auth?client_id=CLIENT_ID&response_type=code&scope=https%3A%2F%2Fadwords.google.com%2Fapi%2Fadwords%2F&redirect_uri=urn:ietf:wg:oauth:2.0:oob&access_type=offline&approval_prompt=autothis
url and got the pass code.

Then I pasted it to the getRefreshToken.php and got the refresh token. And
I ran the file GetKeywordIdeas.php file.

I got the following error.

An error has occurred: [QuotaCheckError.INVALID_TOKEN_HEADER @ ;
trigger:'MY_DEVELOPER_TOKEN]



On Wed, Feb 12, 2014 at 12:43 PM, Bikram Bhuyan wrote:

> Hi Kasun,
>
> I believe there is no concept of Test MCC account. Always we have the
> production MCC account where the developer token is pending if it is not
> approved till now. Could you please confirm this scenario. Also please
> confirm if you see the TEST Client account under the MCC account.
>
> If you see the TEST Client account under MCC then you can use either of
> the email to generate the token and then specify the customer account of
> the test client to access the data. If you dont see the test client account
> under MCC then you have to use the test client account to generate the
> oauth.
>
> And always remember, the developer token belongs to the MCC account (not
> to any client account).
>
> Hope this information helps. If you need more details, then please let us
> know more description about the linking of MCC and Client account.
>
> Thanks,
> Bikram.
>
>
> On Tue, Feb 11, 2014 at 11:08 PM,  wrote:
>
>> Dear Bikram and Takeshi,
>>
>> I'm new to Adwords API and I'm having the same problem.
>>
>> I have following accounts now. (all emails are dummy)
>>
>> · production...@gmail.com (production MCC account) and
>> client...@gmail.com client account created under mentioned MCC account
>>
>> · test...@gmail.com (MCC Test account) and 
>> testclient@gmail.comclient account created under mentioned MCC Test account
>>
>>
>>
>> 1.   Which account should I use to get OAuth2 details?
>>
>> 2.   Which account should I use to get the developer token?
>>
>> 3.   Which account should I used as client Customer to get
>> clientCustomerId?
>>
>> Thanks,
>> Kasun
>>
>
>

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


MCC test account confusion, account works but client account gives USER_PERMISSION_DENIED

2014-03-03 Thread mcc-test
Here are the steps I followed using the API docs.  My platform is PHP

1)  Create MCC account (live)
2)  Linked live AdWords account to live MCC account (Success)
3)  Requested Developer token on live account (in pending status)
4)  Filled out Developer form via e-mail sent to me for live account
5)  Created MCC Test account (test)
6)  Created Oauth2 tokens/clients for Live and Test accounts (Success)
7)  Modified my auth.ini file using the Test OAuth2 data
8)  Ran the GetCampaigns.php in the examples folder, results:  "No 
campaigns were found."

At this point, everything for the test account is "working" in the sense 
that I can auth, but I have no campaigns (as expected), however I do have 
several campaigns running on my live/production account, which is linked to 
my live/production MCC account.

So, I assumed that the GetCampaigns.php is checking the root level Test MCC 
account and thus why it didn't find any campaigns.

So I modified my auth.ini file to include the clientCustomerId of the 
client's ID under my production MCC, and now I get: An error has occurred: 
[AuthorizationError.USER_PERMISSION_DENIED @ ; trigger:'']   when 
attempting to run the GetCampaigns.php

So this tells me that it's trying to use the clientCustomerId but failing. 
 I then thought that maybe I have to link my live accounts to my Test MCC 
account so I can view the data, but the Test MCC interface won't allow me 
to do that.  If I try to link the accounts I get an error:  The manager 
cannot create more client accounts.

My understanding was that the MCC Test account could review live data, but 
any submissions made wouldn't go to the live environment.

Is this not the case?   How can I view my live production campaigns, via my 
test account so that I can dev/test code and make sure it's working before 
we push it live (our live environment would use a different auth.ini that 
has our production Oauth2 info, correct?).

Thanks for your assistance.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: mmc test account fail

2014-03-03 Thread mcc-test
I'm having this exact same scenario.  I thought based on the API docs that 
I would be able to look at my production campaigns/data from my test 
account.  I get the same error when attempting to do so.

On Thursday, February 20, 2014 4:39:43 AM UTC-7, Javier Campos wrote:
>
> Hello,
>
> I have a test mcc account and a production mmc . Also I have got the 
> pending developer token for my production account. I generated 
> the OAuth2RefreshToken successfully with my test account ( clien id and 
> client secret ). Now when I make a the api call with my test customer id, I 
> am getting "AuthorizationError.USER_PERMISSION_DENIED" error.
>
> What am I doing wrong?
>

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


Signing up Adwords API Terms and conditions Issue

2014-06-05 Thread MCC Test
Hello All,

I have created one test mcc account and I also have one pending developer 
token.I am developing the test version of the application.I have also 
signed up the adwords api terms and conditions, so that means I should be 
able to make calls using this pending token against test mcc account, but 
when I tried to make calls then api throws me the error like this 
"QuotaCheckError.INCOMPLETE_SIGNUP", So if the terms and agreements are 
signed then why I am getting this type of error?


So I tried again to do it but when I try to approve and fill the billing 
information I received this error message: "We apologize for the 
inconvenience, but we are unable to process your request at this time. Our 
engineers have been notified of this problem and will work to resolve it. 
Please note that using your browser's back button in AdWords can increase 
the likelihood of errors. If you think this was the cause of your error, 
please try again without using the back button."

Can anyone please look into this issue?

Regards,
MCC Test

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


Managed Customer Service Not Authorized

2015-01-25 Thread MCC Test
Hello,

I am making a functionality to send the invite to normal adwords account to 
manage the account by an mcc account and also accept the invite onbehalf of 
invitation sent.I have a test developer token and when I try to link one 
test mcc account to other mcc test account then it works perfectly.Now 
finally I replaced the test developer token with active developer token and 
when I tried to link the normal adwords account (Non-Test) with live MCC 
account then the code gives an error like 
"ManagedCustomerServiceError.NOT_AUTHORIZED"

Can anyone please look into this??

Thanks,
Ronak Shah

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/8ea6b1bc-8dc6-406a-933e-2879e0e0881a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Managed Customer Service Not Authorized

2015-01-26 Thread MCC Test
Hello Danial,


Sorry for the confusion But I have resolved the issue from my end.

Let me tell you what I did, consider the scenario like this there is one 
main MCC Account and when I try to invite the mcc account1 by passing the 
client customer Id of main MCC account then it works perfectly but when I 
try to invite normal adwords account(Non-MCC) by passing the client 
customer id of main account then it doesn't work so instead I tried by 
passing the customer id of adwords account and then it worked :)

Sorry once again!

Thanks,
Ronak Shah 

On Monday, January 26, 2015 at 8:25:43 PM UTC+5:30, Danial Klimkin wrote:
>
> Hello Ronak,
>
>
> On what step do you encounter this error? You need to have both MCC and 
> end account credentials (2 sets) to be able to accomplish this.
>
>
> -Danial, AdWords API Team.
>
>
> On Sunday, January 25, 2015 at 8:46:34 PM UTC+3, MCC Test wrote:
>>
>> Hello,
>>
>> I am making a functionality to send the invite to normal adwords account 
>> to manage the account by an mcc account and also accept the invite onbehalf 
>> of invitation sent.I have a test developer token and when I try to link one 
>> test mcc account to other mcc test account then it works perfectly.Now 
>> finally I replaced the test developer token with active developer token and 
>> when I tried to link the normal adwords account (Non-Test) with live MCC 
>> account then the code gives an error like 
>> "ManagedCustomerServiceError.NOT_AUTHORIZED"
>>
>> Can anyone please look into this??
>>
>> Thanks,
>> Ronak Shah
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/b7679b27-a176-4a32-a49b-e0d8d9154279%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Get Placement URl from Remarketing Userlist Id

2015-01-31 Thread MCC Test
Hello,

I have been struggling to get the placement URL associated with remarketing 
userlist.What I want to achieve is when a user clicks on an ad displayed in 
a different website through rrmarketing, user is redirected to landing page 
, so I want to capture the URL of website from where the user clicked the 
ad.I have tried downloading the CLICK_PERFORMANCE_REPORT and I got the 
click id associated but I am getting this remarketing userlist id  
"boomuserlist::4922701".

How can I get the actual URL of website from where the user clicked the ad??

Any help would be appreciated!

Thanks,
Ronak

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/5439bf31-514d-4b0f-b9c2-ad259b0dbeb1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Get Placement URl from Remarketing Userlist Id

2015-02-03 Thread MCC Test
Hello Josh,

Thank you for your response.Yes I can get the data from 
URL_PERFORMANCE_REPORT but however I want to know if there is any way from 
where I could get the exact URL from where the ad got clicked based on 
google click Id or is there any other service used from where I can get 
this information??

Thanks,
Ronak

On Monday, February 2, 2015 at 8:16:44 PM UTC+5:30, Josh Radcliff (AdWords 
API Team) wrote:
>
> Hi Ronak,
>
> The CLICK_PERFORMANCE_REPORT is the only report that provides click 
> ID-level information, but it does not provide URL information.
>
> You can, however, get URL information at an *aggregated* level using the 
> URL_PERFORMANCE_REPORT 
> <https://developers.google.com/adwords/api/docs/appendix/reports#url>.
>
> Cheers,
> Josh, AdWords API Team
>
> On Sunday, February 1, 2015 at 1:36:05 AM UTC-5, MCC Test wrote:
>>
>> Hello,
>>
>> I have been struggling to get the placement URL associated with 
>> remarketing userlist.What I want to achieve is when a user clicks on an ad 
>> displayed in a different website through rrmarketing, user is redirected to 
>> landing page , so I want to capture the URL of website from where the user 
>> clicked the ad.I have tried downloading the CLICK_PERFORMANCE_REPORT and I 
>> got the click id associated but I am getting this remarketing userlist id  
>> "boomuserlist::4922701".
>>
>> How can I get the actual URL of website from where the user clicked the 
>> ad??
>>
>> Any help would be appreciated!
>>
>> Thanks,
>> Ronak
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/d0930520-87e4-48f7-8ef4-089608adaf02%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Adwords api Network Unreachable Error

2015-02-18 Thread MCC Test
Hello Folks,

I am working on adwords api and code is hosted on hostmonster shared 
hosting server.Now I am facing one issue like when I make calls to api 
sometimes I get the response properly and sometimes I get an error like 
this "Failed to connect to 2607:f8b0:4007:808::200d: Network is unreachable" 
not sure what's going wrong with this.

Can anyone please help me out to sort this issue??

Thanks,
Ronak

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/3636bfb1-f06e-47b6-9bf0-1604ac7d9a3d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Adwords api Network Unreachable Error

2015-02-19 Thread MCC Test
Hello,

Thank you for your response well I am still not able to solve this issue and 
got really stuck here.If possible can you please let me know what are the 
server requirements in order to make calls to AdWords api? Right now I am on 
shared hosting with PHP version 5.4, curl and soap both are enabled not sure 
what's going wrong on the server still getting Network unreachable.

You can also suggest me some good dedicated server I want to get this up 
working on live domain.

Thanks,
Ronak Shah

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/6cac70ca-a980-4e16-b39a-55c276baefed%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: I am getting this error message intermittently when i am running GetRelatedKeywords.php. Failed to get authToken. Reason....

2015-02-20 Thread MCC Test
Hello,

Recently I got same issue as "Failed to connect to 2607:f8b0:4007:808::200d: 
Network is unreachable" code is hosted on hostmonster shared hosting.

Please help me to solve this issue.

Thanks,
Ronak Shah

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/b8640012-9da7-471e-a9ac-77db2e933bae%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Adwords api Network Unreachable Error

2015-02-22 Thread MCC Test
Hello ,

Any updates?

Can anyone help me out to solve this issue??

Thanks,
Ronak Shah

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/123aba03-838c-4c68-a433-e97611511079%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Get Website URL where my ad is displayed

2015-03-04 Thread MCC Test
Hello,

I need to get the website URL where the ad was displayed and user clicked 
it.User clicks the ad and comes to destination landing page of the website 
and I want to know the name of website from where user clicked it.Is this 
possible to track via adwords api?

Thanks,
Ronak Shah

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/c1712246-1e0f-44b5-a897-996a8d4dafe9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Get Website URL where my ad is displayed

2015-03-04 Thread MCC Test
Hello Josh,

Thats is correct that I can get the website name from 
URL_PERFORMANCE_REPORT, but I want to know that information via google 
click id and attach that information with lead generated.Lets say for 
example user clicked the ad from any third party website and came to actual 
landing page, and I want to know that which lead came from which third 
party website from where lead actually clicked and came.Is this possible??

Thanks,
Ronak Shah



On Wednesday, March 4, 2015 at 11:13:07 PM UTC+5:30, Josh Radcliff (AdWords 
API Team) wrote:
>
> Hi Ronak,
>
> Yes, you can use the URL_PERFORMANCE_REPORT 
> <https://developers.google.com/adwords/api/docs/appendix/reports#url> to 
> get the URL where your ad was displayed.
>
> Thanks,
> Josh, AdWords API Team
>
> On Wednesday, March 4, 2015 at 12:30:22 PM UTC-5, MCC Test wrote:
>>
>> Hello,
>>
>> I need to get the website URL where the ad was displayed and user clicked 
>> it.User clicks the ad and comes to destination landing page of the website 
>> and I want to know the name of website from where user clicked it.Is this 
>> possible to track via adwords api?
>>
>> Thanks,
>> Ronak Shah
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/01779cf3-2aa3-45b4-94bc-56e1d1db270c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Get Website URL where my ad is displayed

2015-03-04 Thread MCC Test
Hello Josh,

Thanks for getting back to me I would really want to add value track 
parameters. But I have one confusion regarding how to set, let's say my ad is 
displayed on www.example.com and the landing page is www.mydomain.com user 
clicks an ad from example.com and comes to mydomain.com then how should I need 
to set value track parameters in destination URL.

Please help me.

Thanks,
Ronak Shah

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/56133e44-0750-4f8d-9e52-f197e5930a9e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Get Website URL where my ad is displayed

2015-03-05 Thread MCC Test

Hello Josh,

Any updates?

Thanks,
Ronak Shah

On Thursday, March 5, 2015 at 10:02:30 AM UTC+5:30, MCC Test wrote:
>
> Hello Josh, 
>
> Thanks for getting back to me I would really want to add value track 
> parameters. But I have one confusion regarding how to set, let's say my ad 
> is displayed on www.example.com and the landing page is www.mydomain.com 
> user clicks an ad from example.com and comes to mydomain.com then how 
> should I need to set value track parameters in destination URL. 
>
> Please help me. 
>
> Thanks, 
> Ronak Shah

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/d55a1de6-d184-448c-a0be-b19ebff301ca%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Get Website URL where my ad is displayed

2015-03-06 Thread MCC Test
Hello Josh,

Thanks for your response, so as per previous response I guess I need to set 
destination URL like this www.example.com?placement={placement}  for 
tracking website URL, and So will it be available in click performance 
report as well?

Let me know for the same.

Thanks,
Ronak Shah

On Friday, March 6, 2015 at 1:08:13 AM UTC+5:30, Josh Radcliff (AdWords API 
Team) wrote:
>
> Hi Ronak,
>
> Please take a look at the ValueTrack examples section in the Help Center 
> article from my previous post 
> <https://support.google.com/adwords/answer/2375447?hl=en#examples>. It 
> shows several examples of inserting ValueTrack parameters in your 
> destination URLs.
>
> Thanks,
> Josh, AdWords API Team
>
> On Thursday, March 5, 2015 at 12:37:45 PM UTC-5, MCC Test wrote:
>>
>>
>> Hello Josh,
>>
>> Any updates?
>>
>> Thanks,
>> Ronak Shah
>>
>> On Thursday, March 5, 2015 at 10:02:30 AM UTC+5:30, MCC Test wrote:
>>>
>>> Hello Josh, 
>>>
>>> Thanks for getting back to me I would really want to add value track 
>>> parameters. But I have one confusion regarding how to set, let's say my ad 
>>> is displayed on www.example.com and the landing page is www.mydomain.com 
>>> user clicks an ad from example.com and comes to mydomain.com then how 
>>> should I need to set value track parameters in destination URL. 
>>>
>>> Please help me. 
>>>
>>> Thanks, 
>>> Ronak Shah
>>
>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/70fde2f5-23b0-44c5-a77b-6acd04083ae6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Get Website URL where my ad is displayed

2015-03-09 Thread MCC Test
Hello Josh,

So you mean to say that if my ad was displayed on 
www.example.com/innerpage.html and user clicks on that ad come and goes to 
actual landing page then {placement} parameter would not give me the full 
URL(www.example.com/innerpage.html) of website where my ad was actually 
displayed.If not then what information will I get actually?

Please help!

Thanks,
Ronak Shah



On Friday, March 6, 2015 at 11:14:13 PM UTC+5:30, Josh Radcliff (AdWords 
API Team) wrote:
>
> Hi Ronak,
>
> Your URL looks correct to me. As to the Click Performance Report, that 
> report does not provide placement information at the click level - see the 
> list of available fields here 
> <https://developers.google.com/adwords/api/docs/appendix/reports#click>.
>
> Note that the {placement} parameter will give you the Placement criteria 
> that was used for the impressions, *not* the full URL of where your ad 
> served. From the Help Center article I mentioned:
>
> For a placement-targeted campaign, the {placement} parameter records the 
>> matching placement* targeting criteria* for the website where your ad 
>> appears (widgetreviews.com/homepage.html, for example). In other words, 
>> we'll record whatever placement you decided to target, instead of the 
>> full URL of the website where your ad appears.
>
>
> Cheers,
> Josh, AdWords API Team
>
> On Friday, March 6, 2015 at 10:56:48 AM UTC-5, MCC Test wrote:
>>
>> Hello Josh,
>>
>> Thanks for your response, so as per previous response I guess I need to 
>> set destination URL like this www.example.com?placement={placement} 
>> <http://www.example.com?placement=%7Bplacement%7D>  for tracking website 
>> URL, and So will it be available in click performance report as well?
>>
>> Let me know for the same.
>>
>> Thanks,
>> Ronak Shah
>>
>> On Friday, March 6, 2015 at 1:08:13 AM UTC+5:30, Josh Radcliff (AdWords 
>> API Team) wrote:
>>>
>>> Hi Ronak,
>>>
>>> Please take a look at the ValueTrack examples section in the Help 
>>> Center article from my previous post 
>>> <https://support.google.com/adwords/answer/2375447?hl=en#examples>. It 
>>> shows several examples of inserting ValueTrack parameters in your 
>>> destination URLs.
>>>
>>> Thanks,
>>> Josh, AdWords API Team
>>>
>>> On Thursday, March 5, 2015 at 12:37:45 PM UTC-5, MCC Test wrote:
>>>>
>>>>
>>>> Hello Josh,
>>>>
>>>> Any updates?
>>>>
>>>> Thanks,
>>>> Ronak Shah
>>>>
>>>> On Thursday, March 5, 2015 at 10:02:30 AM UTC+5:30, MCC Test wrote:
>>>>>
>>>>> Hello Josh, 
>>>>>
>>>>> Thanks for getting back to me I would really want to add value track 
>>>>> parameters. But I have one confusion regarding how to set, let's say my 
>>>>> ad 
>>>>> is displayed on www.example.com and the landing page is 
>>>>> www.mydomain.com user clicks an ad from example.com and comes to 
>>>>> mydomain.com then how should I need to set value track parameters in 
>>>>> destination URL. 
>>>>>
>>>>> Please help me. 
>>>>>
>>>>> Thanks, 
>>>>> Ronak Shah
>>>>
>>>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/2c663e0f-5846-4077-a69f-d18de9ee989a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Get Website URL where my ad is displayed

2015-03-10 Thread MCC Test
Hi Josh,

Let me tell you clearly what I need
tell them as I said above.

So basically we need to know the specific url behind each lead in the automatic 
display partners, manual display partners (where we select the partners 
manually in adwords) and for remarketing. Is it possible to get the specific 
url where our ad appeared to be included in each lead? Or is it only possible 
to get the website partner behind each lead? So instead of getting the 
information www.partnersite/sampleurl.html we would only get the url itself 
www.partnersite.com by using google click I'd information.

Thanks,
Ronak

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/7172d460-a162-4875-acb6-74369434ffab%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Remarkrting and PLA campaign create via adwords api

2015-04-28 Thread MCC Test
Hello Everyone,

I need to create the remarketing campaigns and PLA campaigns via adwords 
api.Can anyone help me which api service I need to call?

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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/5f6fd921-e4e7-4728-a851-3f79a651de25%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Remarkrting and PLA campaign create via adwords api

2015-04-30 Thread MCC Test
Hello Anash,

For PLA campaigns I could able to know but however I am concerned about 
creating Remarketing campaigns via api.I want to able to create remarketing 
campaigns targeting all audiences.Would it be possible to that? Which api 
service is used in for creating remarketing campaigns? I am using Adwords 
API PHP client library.

Thanks,
Ronak Shah


On Wednesday, April 29, 2015 at 1:08:16 AM UTC+5:30, Anash P. Oommen 
(AdWords API Team) wrote:
>
> Hi,
>
> All campaigns are created using CampaignService, though the list of 
> settings you have to use varies. You can find some Java examples for PLA 
> campaigns here: 
> https://github.com/googleads/googleads-java-lib/tree/master/examples/adwords_axis/src/main/java/adwords/axis/v201502/shoppingcampaigns
>
> I don't have an example for Remarketing campaigns, but 
> https://github.com/googleads/googleads-java-lib/blob/master/examples/adwords_axis/src/main/java/adwords/axis/v201502/basicoperations/AddCampaigns.java
>  
> is a good starting point. Remarketing campaigns would 
> have advertisingChannelType as DISPLAY.
>
> Cheers,
> Anash P. Oommen,
> AdWords API Advisor.
>
> On Tuesday, April 28, 2015 at 5:38:09 AM UTC-4, MCC Test wrote:
>>
>> Hello Everyone, 
>>
>> I need to create the remarketing campaigns and PLA campaigns via adwords 
>> api.Can anyone help me which api service I need to call? 
>>
>> 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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/e2c61f00-4f88-439c-9c15-49bf49617633%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Remarkrting and PLA campaign create via adwords api

2015-05-01 Thread MCC Test
Hello,

Any updates on this thread?

I am successfully able to create shopping campaigns however bit confused 
about creating remarketing campaign.I can see that by default "All 
visitors" is automatically created in Remarketing list.So I want to create 
a remarketing campaign targeting this "All visitors".However I tried 
creating one campaign and assign the CriterionUserList Id as userlist Id of 
"All Visitors" but I cam getting an error like [EntityNotFound.INVALID_ID @ 
operations[0].operand.criterion; trigger:'CriterionId{id=XX}']

Can anyone please help me out here?

Thanks,
Ronak Shah 

On Thursday, April 30, 2015 at 10:34:40 PM UTC+5:30, MCC Test wrote:
>
> Hello Anash,
>
> For PLA campaigns I could able to know but however I am concerned about 
> creating Remarketing campaigns via api.I want to able to create remarketing 
> campaigns targeting all audiences.Would it be possible to that? Which api 
> service is used in for creating remarketing campaigns? I am using Adwords 
> API PHP client library.
>
> Thanks,
> Ronak Shah
>
>
> On Wednesday, April 29, 2015 at 1:08:16 AM UTC+5:30, Anash P. Oommen 
> (AdWords API Team) wrote:
>>
>> Hi,
>>
>> All campaigns are created using CampaignService, though the list of 
>> settings you have to use varies. You can find some Java examples for PLA 
>> campaigns here: 
>> https://github.com/googleads/googleads-java-lib/tree/master/examples/adwords_axis/src/main/java/adwords/axis/v201502/shoppingcampaigns
>>
>> I don't have an example for Remarketing campaigns, but 
>> https://github.com/googleads/googleads-java-lib/blob/master/examples/adwords_axis/src/main/java/adwords/axis/v201502/basicoperations/AddCampaigns.java
>>  
>> is a good starting point. Remarketing campaigns would 
>> have advertisingChannelType as DISPLAY.
>>
>> Cheers,
>> Anash P. Oommen,
>> AdWords API Advisor.
>>
>> On Tuesday, April 28, 2015 at 5:38:09 AM UTC-4, MCC Test wrote:
>>>
>>> Hello Everyone, 
>>>
>>> I need to create the remarketing campaigns and PLA campaigns via adwords 
>>> api.Can anyone help me which api service I need to call? 
>>>
>>> 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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/603b4ebf-475c-49da-aeda-4c3d111a7481%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Remarkrting and PLA campaign create via adwords api

2015-06-01 Thread MCC Test
Hello Anash,

First of sorry I have been completely out of touch, Well I have justified 
the issue and solved from my side itself.What I did is I just created one 
Display Campaign and created one adgroup under that campaign.Then finally I 
assigned the "All Visitors" criterion user list ID to that adgroup via 
Adwords api and its done :)

However I have one problem that I need to create this "All Visitors" 
audience also via API. How can I add this via Adwords API ?

Thanks,
Ronak Shah 

On Saturday, May 2, 2015 at 12:43:34 AM UTC+5:30, Anash P. Oommen (AdWords 
API Team) wrote:
>
> Hi Ronak,
>
> The error means that the system could not find the ID you provided. Could 
> you check your ID once more? If that doesn't work, send me a SOAP request 
> and response XML by using the "Reply to Author" option, and I can take a 
> look.
>
> Cheers,
> Anash
>
> On Friday, May 1, 2015 at 8:03:03 AM UTC-4, MCC Test wrote:
>>
>> Hello,
>>
>> Any updates on this thread?
>>
>> I am successfully able to create shopping campaigns however bit confused 
>> about creating remarketing campaign.I can see that by default "All 
>> visitors" is automatically created in Remarketing list.So I want to create 
>> a remarketing campaign targeting this "All visitors".However I tried 
>> creating one campaign and assign the CriterionUserList Id as userlist Id of 
>> "All Visitors" but I cam getting an error like [EntityNotFound.INVALID_ID 
>> @ operations[0].operand.criterion; trigger:'CriterionId{id=XX}']
>>
>> Can anyone please help me out here?
>>
>> Thanks,
>> Ronak Shah 
>>
>> On Thursday, April 30, 2015 at 10:34:40 PM UTC+5:30, MCC Test wrote:
>>>
>>> Hello Anash,
>>>
>>> For PLA campaigns I could able to know but however I am concerned about 
>>> creating Remarketing campaigns via api.I want to able to create remarketing 
>>> campaigns targeting all audiences.Would it be possible to that? Which api 
>>> service is used in for creating remarketing campaigns? I am using Adwords 
>>> API PHP client library.
>>>
>>> Thanks,
>>> Ronak Shah
>>>
>>>
>>> On Wednesday, April 29, 2015 at 1:08:16 AM UTC+5:30, Anash P. Oommen 
>>> (AdWords API Team) wrote:
>>>>
>>>> Hi,
>>>>
>>>> All campaigns are created using CampaignService, though the list of 
>>>> settings you have to use varies. You can find some Java examples for PLA 
>>>> campaigns here: 
>>>> https://github.com/googleads/googleads-java-lib/tree/master/examples/adwords_axis/src/main/java/adwords/axis/v201502/shoppingcampaigns
>>>>
>>>> I don't have an example for Remarketing campaigns, but 
>>>> https://github.com/googleads/googleads-java-lib/blob/master/examples/adwords_axis/src/main/java/adwords/axis/v201502/basicoperations/AddCampaigns.java
>>>>  
>>>> is a good starting point. Remarketing campaigns would 
>>>> have advertisingChannelType as DISPLAY.
>>>>
>>>> Cheers,
>>>> Anash P. Oommen,
>>>> AdWords API Advisor.
>>>>
>>>> On Tuesday, April 28, 2015 at 5:38:09 AM UTC-4, MCC Test wrote:
>>>>>
>>>>> Hello Everyone, 
>>>>>
>>>>> I need to create the remarketing campaigns and PLA campaigns via 
>>>>> adwords api.Can anyone help me which api service I need to call? 
>>>>>
>>>>> 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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/3c6632e8-6f68-424a-9e17-055ae2eb589d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Add "All visitors" Audience Via Adwords API

2015-06-02 Thread MCC Test
Hello Adwords API Team,

I want to know that is it possible to add "All Visitors" audience via 
Adwords API, if its not set up for any accounts?

Thanks,
Ronak Shah

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/4d169f6f-e650-4181-97d6-bcffc972fba0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Add "All visitors" Audience Via Adwords API

2015-06-03 Thread MCC Test
Hello Danial,

Thank you for the response.Yes I agree that "All visitors" tag is 
automatically created from adwords.But however I am working on creating a 
remarkerting campaigns via adwords api and assign the "All visitors" tag to 
adgroups.So Consider a scenario that if someone has created a new fresh 
adwords account and he has not yet set up the remarketing tags from adwords 
UI and If I try to create the remarketing campaign via api it will not 
create because the user has not set up the remarketing tags.So it seems 
like until users don't set up the remarketing tag I could not create a 
remarketing campaign for  them.

I just created a new adwords account and when I call the 
"AdwordsUserListService" get() operation I get zero entries and so I has to 
login to adwords and set up the tag.So is there any way that if "All 
visitors" tag is not created I can create that via adwords API, is it 
possibe via API?


Thanks,
Ronak Shah





On Wednesday, June 3, 2015 at 9:07:54 PM UTC+5:30, Danial Klimkin wrote:
>
> Hi Ronak,
>
>
> The "All Visitors" list should automatically be created once you've put 
> tags on your site. See this thread for more details and screenshots:
>
>   
> https://www.en.adwords-community.com/t5/Advanced-Features/No-all-visitors-remarketing-list/td-p/434436
>
>
> -Danial, AdWords API Team.
>
>
> On Tuesday, June 2, 2015 at 8:51:05 PM UTC+2, MCC Test wrote:
>>
>> Hello Adwords API Team,
>>
>> I want to know that is it possible to add "All Visitors" audience via 
>> Adwords API, if its not set up for any accounts?
>>
>> Thanks,
>> Ronak Shah
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/376285e3-3544-4935-afe8-d2c37b4f96fb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Add "All visitors" Audience Via Adwords API

2015-06-04 Thread MCC Test
Hello Danial,

Thank you for your response, So I assume that "All Visitors" tag cannot be 
created by adwords api.User has to create from adwords.

Thanks,
Ronak Shah

On Thursday, June 4, 2015 at 12:17:05 AM UTC+5:30, Danial Klimkin wrote:
>
> Hello Ronak,
>
>
> This list is created by AdWords when the tags get actually served on the 
> target site. It can't be created until tags are in place.
>
> It doesn't make much sense to create campaign before tags were created -- 
> it will be an empty list and the campaign will never be served anyway.
>
>
> -Danial, AdWords API Team.
>
>
> On Wednesday, June 3, 2015 at 8:22:53 PM UTC+2, MCC Test wrote:
>>
>> Hello Danial,
>>
>> Thank you for the response.Yes I agree that "All visitors" tag is 
>> automatically created from adwords.But however I am working on creating a 
>> remarkerting campaigns via adwords api and assign the "All visitors" tag to 
>> adgroups.So Consider a scenario that if someone has created a new fresh 
>> adwords account and he has not yet set up the remarketing tags from adwords 
>> UI and If I try to create the remarketing campaign via api it will not 
>> create because the user has not set up the remarketing tags.So it seems 
>> like until users don't set up the remarketing tag I could not create a 
>> remarketing campaign for  them.
>>
>> I just created a new adwords account and when I call the 
>> "AdwordsUserListService" get() operation I get zero entries and so I has to 
>> login to adwords and set up the tag.So is there any way that if "All 
>> visitors" tag is not created I can create that via adwords API, is it 
>> possibe via API?
>>
>>
>> Thanks,
>> Ronak Shah
>>
>>
>>
>>
>>
>> On Wednesday, June 3, 2015 at 9:07:54 PM UTC+5:30, Danial Klimkin wrote:
>>>
>>> Hi Ronak,
>>>
>>>
>>> The "All Visitors" list should automatically be created once you've put 
>>> tags on your site. See this thread for more details and screenshots:
>>>
>>>   
>>> https://www.en.adwords-community.com/t5/Advanced-Features/No-all-visitors-remarketing-list/td-p/434436
>>>
>>>
>>> -Danial, AdWords API Team.
>>>
>>>
>>> On Tuesday, June 2, 2015 at 8:51:05 PM UTC+2, MCC Test wrote:
>>>>
>>>> Hello Adwords API Team,
>>>>
>>>> I want to know that is it possible to add "All Visitors" audience via 
>>>> Adwords API, if its not set up for any accounts?
>>>>
>>>> Thanks,
>>>> Ronak Shah
>>>>
>>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/3caacf12-e230-492a-9f89-dab779058441%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


CampaignService RequestError.UNKNOWN

2015-06-09 Thread MCC Test
Hello,

I am facing one issue from past couple of days, I am trying to upload the 
campaigns in one of the adwords account but does not allow me to do 
so.Everytime it gives me error like "RequestError.UNKNOWN @ 
operations[0].operand.networkSetting, RequestError.UNKNOWN @ 
operations[1].operand.networkSetting"

But at the same time when I try to upload the same campaigns in other 
adwords account in that it worked flawlessly.

What can be the issue over here??

Please help.

Thanks,
Ronak Shah

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/c140fe4a-4a4a-451d-84c1-b783f5a4e885%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: CampaignService RequestError.UNKNOWN

2015-06-09 Thread MCC Test
Hello Anthony,

Thank you for your response.I have just figured it out that error was due to 
the reason that I was trying to post campaigns in "Google grants" account.And 
google grants don't allow to target on search partners and display network 
that's why I got that error.However I would like to know is there an ability in 
api from where I can know that the account is Google grant account.I have 
looked into CustomerService but didn't able to find it any way from where I can 
know this.

Please help.

Thanks,
Ronak Shah

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/bc6b655e-4917-4527-a6b1-e7a743fac23d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Adwords API AdgroupExtensionSetting Service WRITE_ACCESS_DENIED Error

2015-07-13 Thread MCC Test
Hello All,

>From Past few days I am getting error like *WRITE_ACCESS_DENIED* while 
posting new sitelinks via adwords api.I am using 
*AdGroupExtensionSettingService 
*to create new sitelinks under adgroups.

"[Jul 14 2015 02:23:27.00 - ERROR] effectiveUser=xxx-xxx- 
service=AdGroupExtensionSettingService method=mutate operators={ADD: 4} 
operations=4 units= server=adwords.google.com isFault=true 
faultMessage=[EntityAccessDenied.WRITE_ACCESS_DENIED @ 
operations[0].operand.extensionSetting.extensions, 
EntityAccessDenied.WRITE_ACCESS_DENIED @ 
operations[1].operand.extensionSetting.extensions, 
EntityAccessDenied.WRITE_ACCESS_DENIED @ 
operations[2].operand.extensionSetting.extensions, 
EntityAccessDenied.WRITE_ACCESS_DENIED @ 
operations[3].operand.extensionSetting.extensions]"

Before few days it was all working good suddenly recently started getting 
error.

Please look into this.

Thanks,
Ronak Shah

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/744ab78f-0e48-40d0-9245-df19c2657ac4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Adwords API Radius Targeting.

2015-07-13 Thread MCC Test
Hello All,

I am working on implementing the functionality to implement radius 
targeting.However I have few questions.In many threads I have seen that for 
proximity targeting you need to get the geo point latutude and longitude of 
specifc locations from *GeoLocationService* where you want to 
target.However my concern is for locations like "Denver, CO,Colorado,United 
States"   which is a DMA Region how to get the latitude and longitude for 
such DMA regions because geolocation service asks for streetAddress, 
streetAddress2, cityName, provinceCode, provinceName, postalCode, countryCode 
so what will be the selector values for DMA Regions, I am bit confused here.

Please help.

Thanks,
Ronak Shah

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/15e0cec8-7f93-4bb3-949e-90f135caf65e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Adwords API AdgroupExtensionSetting Service WRITE_ACCESS_DENIED Error

2015-07-14 Thread MCC Test
Hello Josh,

Thank you very much for your response.Yes I have resolved error by making 
use of *sitelinkFinalUrls *. Also I assume that in textAd we also need to 
make use *finalUrls * for setting up the destination Url instead of *url.*

Thanks,
Ronak Shah 

On Wednesday, July 15, 2015 at 2:53:00 AM UTC+5:30, Josh Radcliff (AdWords 
API Team) wrote:
>
> Hi Ronak,
>
> I noticed in the SOAP request you sent to Anthony that you are setting the 
> *sitelinkUrl* field of your *SitelinkFeedItem*. As announced in a blog 
> post in May 
> ,
>  
> this field is now read-only, and you should be setting sitelinkFinalUrls 
> 
>  instead. 
> Please see the blog post and our guide on upgraded URLs 
>  for 
> more information.
>
> Thanks,
> Josh, AdWords API Team
>
> On Tuesday, July 14, 2015 at 10:13:31 AM UTC-4, Anthony Madrigal wrote:
>>
>> Hello Ronak,
>>
>> Could you please *Reply privately to author *your SOAP request and 
>> response where you are getting this error?
>>
>> Thanks,
>> Anthony
>> 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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/965dbcd4-7d88-45c7-9d7b-59f721bec1b0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Adwords API Radius Targeting.

2015-07-14 Thread MCC Test
Hello Anthony,

Thank you very much for your response.Yes I have seen the mentioned post 
but my question is still unanswered, how can I get the Geo Points for 
phrase "Denver, CO,Colorado,United States" I know that I need to use 
GeoLocationService to get geo points latitude and longitude but the main 
concern is from above phrase (Denver, CO,Colorado,United States) how would 
I able to identify whats the streetAddress, streetAddress2, cityName, 
provinceCode, provinceName, postalCode, countryCode.

What I am trying to achieve is I will get an input value like *Denver, 
CO,Colorado,United States *and I need to get Geo points of this input 
location and then do proximity targeting on that location.

Appreciate your help!

Thanks,
Ronak Shah



On Wednesday, July 15, 2015 at 2:35:49 AM UTC+5:30, Anthony Madrigal wrote:
>
> Hi Ronak,
>
> This recent post 
> 
>  should 
> help you get a better understanding of radius targeting. The Location 
> Targeting 
>  
> guide 
> is also a good reference to use. Some DMA Regions are also available 
> through the Geographical Targeting 
>  
> reference 
> page. For example, the ID for Denver, CO is 200751 with Target type DMA 
> region.
>
> Regards,
> Anthony
> 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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/b473dc44-da62-419a-9e0d-89745b65e038%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Adwords API Radius Targeting.

2015-07-16 Thread MCC Test
Hello Anthony,

Thanks or the response.

Yes I know I need to set the address object but my concern is for DMA 
Regions like "*Denver, CO,Colorado,United States"*
What will be the values of address object?  I mean what will be the values 
of streetAddress, streetAddress2, cityName, provinceCode, provinceName, 
postalCode, countryCode.

cityName = Denver
provinceCode = Colorado
countryCode = United States
what about "CO" where it wll go? My whole point is how can I predict the 
address object values based on *CanonicalName?*

Hope you understand what I am trying to ask!

Thanks,
Ronak Shah




On Thursday, July 16, 2015 at 12:24:13 AM UTC+5:30, Anthony Madrigal wrote:
>
> HI Ronak,
>
> You could create an Address 
> 
>  object 
> and fill in *null *for the values you don't know such as *streetAddress. 
> *Once 
> you set that up, you can use the *GeoLocationService *to grab the 
> coordinates 
> 
>  (GeoPoint). 
> Once you have the GeoPoints, you can use them to create a proximity target 
> 
> .
>
> Hope this helps!
>
> Regards,
> Anthony
> 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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/fb6ad27d-0cfc-429c-8626-f5fae2dba0ba%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Adding New Adwords Account in MCC Account Campaign not created by API

2015-08-08 Thread MCC Test
Hello All,

I am facing a very odd issue at the moment, I have an MCC account having 
tons of adwords accounts linked in it.Whenever I link any new account in 
the MCC account and I try to create the campaigns by adwords API in that 
newly linked adwords account, its not creating, I need to manually create a 
campaign from Adwords Editor and delete that campaign and again I create 
from API then it works.

Any one help me this is very annoying unless manually campaign not created 
the campaigns are not created by API??

Thanks,
Ronak Shah

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/6452ca69-34ba-4dce-88bd-5b94bc7c523b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Campaign Uploads Gives RATE_EXCEEDED Error

2015-08-31 Thread MCC Test
Hello All,

I am facing an issues in uploading the bulk campaigns via api.I have an 
adwords account but thats a google grant account, the problem when I am 
trying to upload bulk campaigns, adgroups, keywords and adtexts in that 
same account via adwords api I am getting an error like "RATE_EXCEEDED" but 
when I try to do same bulk uploads on other adwords account(non google 
grant account) then it works and gets successfully uploaded.

What can be the problem here? is there any limitation of campaign uploads 
in google grant account?

Thanks,
Ronak Shah

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/9fc766dd-a507-478b-8497-70fd2bf53b45%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Campaign Uploads Gives RATE_EXCEEDED Error

2015-09-05 Thread MCC Test
Hello Anthony,

I am not having any issues when I upload bulk campaigns in non-Google grant 
account,but the only problem is this error "RATE_EXCEED" comes only when I 
try to upload campaigns in Google grant account.

I can also provide you the SOAP Request and Response.Let me know if you 
need this

Thanks,
Ronak Shah

On Tuesday, September 1, 2015 at 6:41:22 PM UTC+5:30, Anthony Madrigal 
wrote:
>
> Hello Ronak,
>
> Is your Google grant account a Basic account and non-Google grant account 
> a Standard account? If it is, then that is why you are receiving the error 
> for only that account.
>
> If you are interested in having unlimited operations, you could apply for 
> Standard access  
> for your non-Google grant account.
>
> Please let me know if there are any other issues.
>
> Regards,
> Anthony
> 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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/05d4f696-14c7-4314-b106-304f3d6a06ce%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Ad Customizers Feed Keyword based dynamic URL

2015-12-30 Thread MCC Test
Hello All,

I am trying to set up the ad customizers with keyword targeting, basically 
I need to set the destination URL of Ads as per target keyword, but I am 
not able to find any way to feed dynamic URL with ad customizers.

Can anyone tell me is there any way to do so?

Thanks,
Ronak Shah

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/9fb21464-8f02-4d23-ac4e-2a2104482e53%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Ad Customizers Feed Keyword based dynamic URL

2015-12-30 Thread MCC Test
Hello Anthony,

Thank you for the response, I looked into tracking templates documentation but 
again I could only set tracking templates with custom parameter like this

$textAd->trackingUrlTemplate =
'http://tracker.example.com/' .
'&u={lpurl}';

Also documentation says value of lpurl needs to be same as final url.So again 
we get back to same point how to have dynamic destination url.

Let me tell you whole scenario I have 10,000 products and I don't want to 
create 10k ads for all instead I will create one dynamic feeding ad and one ad 
customizer which will feed dynamic values in text ad based based on target 
keyword and for each keyword landing page url is different.

Please suggest!!

Thanks,
Ronak Shah

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/6a54607f-6510-48e3-9bf1-717c31689f59%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Ad Customizers Feed Keyword based dynamic URL

2015-12-30 Thread MCC Test
Hello Anthony,

Also one more thing I see tracking URL templates is for third party 
tracking service whereas I don't have any third party tracking just 
redirect Users to actual landing page based on feed target keyword keyword.

Thanks,
Ronak

On Thursday, December 31, 2015 at 9:11:32 AM UTC+5:30, MCC Test wrote:
>
> Hello Anthony,
>
> Thank you for the response, I looked into tracking templates documentation 
> but again I could only set tracking templates with custom parameter like 
> this
>
> $textAd->trackingUrlTemplate =
> 'http://tracker.example.com/' .
> '&u={lpurl}';
>
> Also documentation says value of lpurl needs to be same as final url.So 
> again we get back to same point how to have dynamic destination url.
>
> Let me tell you whole scenario I have 10,000 products and I don't want to 
> create 10k ads for all instead I will create one dynamic feeding ad and one 
> ad customizer which will feed dynamic values in text ad based based on 
> target keyword and for each keyword landing page url is different.
>
> Please suggest!!
>
> Thanks,
> Ronak Shah
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/749afd36-e2ef-4a72-9b3a-ac548575b941%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Adwords API - Create Ad with feed dynamic URL

2015-12-30 Thread MCC Test
Hello ,

I am having a same exact situation, I have 10k products and don't want to 
create ads for each 10k products, So I used ad customizer but then one big 
issue I can't feed dynamic Lanfing Page URL, so that's a big issue over 
here.

Is there any solution or work around for this??

Thanks,
Ronak Shah

On Monday, October 5, 2015 at 6:52:45 PM UTC+5:30, Umesh Dengale wrote:
>
> Hello,
>
> You could refer to this 
>  page which 
> describes how to manages ads, adgroups and campaigns in your account. In 
> the AdWords, the limit of the number of active or paused ads per account is 
> 4 million.
>
> Regards,
> Umesh, AdWords API Team.
>

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

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


Re: Ad Customizers Feed Keyword based dynamic URL

2016-01-04 Thread MCC Test
Hello,

Any updates on this thread how can I achieve this functionality by API.I 
don't want to create 10k Ads but just need one dynamic Ad, which will feed 
dynamic values and landing Page URL should directly take to product page??

Please help!!

Thanks,
Ronak Shah 
 
On Thursday, December 31, 2015 at 10:18:19 AM UTC+5:30, MCC Test wrote:
>
> Hello Anthony,
>
> Also one more thing I see tracking URL templates is for third party 
> tracking service whereas I don't have any third party tracking just 
> redirect Users to actual landing page based on feed target keyword keyword.
>
> Thanks,
> Ronak
>
> On Thursday, December 31, 2015 at 9:11:32 AM UTC+5:30, MCC Test wrote:
>>
>> Hello Anthony,
>>
>> Thank you for the response, I looked into tracking templates 
>> documentation but again I could only set tracking templates with custom 
>> parameter like this
>>
>> $textAd->trackingUrlTemplate =
>> 'http://tracker.example.com/' .
>> '&u={lpurl}';
>>
>> Also documentation says value of lpurl needs to be same as final url.So 
>> again we get back to same point how to have dynamic destination url.
>>
>> Let me tell you whole scenario I have 10,000 products and I don't want to 
>> create 10k ads for all instead I will create one dynamic feeding ad and one 
>> ad customizer which will feed dynamic values in text ad based based on 
>> target keyword and for each keyword landing page url is different.
>>
>> Please suggest!!
>>
>> Thanks,
>> Ronak Shah
>>
>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/55f6b02a-1fbd-4d2b-b8a7-09450c087cf3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Adwords API - Create Ad with feed dynamic URL

2016-01-04 Thread MCC Test
Hello Maurício*,*

How come this solution can work for feeding dynamic Landing Page URL??

Let me explain you my situation here again I have a list of 10K Products 
listed in an excel sheet with product name, price, product landing page URL 
 and target keyword.So I tried creating the Ad customizer feeding dynamic 
values with target keyword but Final URL can't be feeded dynamically so how 
can we achieve this via API I don't want to create 10K Ads I just need to 
create one Ad which will feed dynamic values.

Appreciate Your help!!

Thanks,
Ronak Shah




On Monday, January 4, 2016 at 6:10:15 PM UTC+5:30, Maurício Bento wrote:
>
> Hi Team,
>
> The issue I had was that the logic I was running was fetching non-active 
> ad groups, so I didn't have the expected behavior.
>
> After changing the logic instead of foreachs inside each one and another 
> and using something like that:
> var agSelector = AdWordsApp.adGroups()
> .withCondition('CampaignStatus = ENABLED')
> .withCondition('AdGroupStatus = ENABLED')
> .withCondition('Status = ENABLED');
>
> I was able to obtain the result I wanted.
>
> Best regards,
>
>
>
> -- 
> *Maurício Bento Ghem*
> *RPBR - Soluções Web*
> *Cel:* +55 51 8146-8553
>
> 2015-12-31 2:55 GMT-02:00 MCC Test >:
>
>> Hello ,
>>
>> I am having a same exact situation, I have 10k products and don't want to 
>> create ads for each 10k products, So I used ad customizer but then one big 
>> issue I can't feed dynamic Lanfing Page URL, so that's a big issue over 
>> here.
>>
>> Is there any solution or work around for this??
>>
>> Thanks,
>> Ronak Shah
>>
>> On Monday, October 5, 2015 at 6:52:45 PM UTC+5:30, Umesh Dengale wrote:
>>>
>>> Hello,
>>>
>>> You could refer to this 
>>> <https://support.google.com/adwords/answer/1704396?hl=en> page which 
>>> describes how to manages ads, adgroups and campaigns in your account. In 
>>> the AdWords, the limit of the number of active or paused ads per account is 
>>> 4 million.
>>>
>>> Regards,
>>> Umesh, AdWords API Team.
>>>
>> -- 
>> -- 
>> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>> Also find us on our blog and Google+:
>> https://googleadsdeveloper.blogspot.com/
>> https://plus.google.com/+GoogleAdsDevelopers/posts
>> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>>  
>> You received this message because you are subscribed to the Google
>> Groups "AdWords API Forum" group.
>> To post to this group, send email to adwor...@googlegroups.com 
>> 
>> To unsubscribe from this group, send email to
>> adwords-api...@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 a topic in the 
>> Google Groups "AdWords API Forum" group.
>> To unsubscribe from this topic, visit 
>> https://groups.google.com/d/topic/adwords-api/Vmv6-rr1KYs/unsubscribe.
>> To unsubscribe from this group and all its topics, send an email to 
>> adwords-api...@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/463d3352-9fd0-4159-9008-790cab4fa827%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/adwords-api/463d3352-9fd0-4159-9008-790cab4fa827%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>>
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/f7424c4b-0942-4e07-8e81-d242731e320b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Ad Customizers Feed Keyword based dynamic URL

2016-01-04 Thread MCC Test
Hello Michael,

Thank you for your response.I followed the way exactly you said I set the 
tracking template like "http://www.example.com{=ProductFeed.parameter}"; and 
I set Final URL as "http://www.example.com"; the ads get created 
successfully but when I click that Ad on Adwords Editor It doesn't take me 
to the tracking template URL which I set for product, instead its directly 
taking me to Final URL.So I am not sure whether it will dynamically work 
when doing google search for that keyword.

Am I doing something wrong here???

Thanks,
Ronak Shah

On Monday, January 4, 2016 at 11:20:23 PM UTC+5:30, Michael Cloonan 
(AdWords API Team) wrote:
>
> Hello,
>
> The entire URL generated from the tracking template doesn't necessarily 
> have to match the final URL, but the URL domain has to match.
>
> So for example, if the final url is "www.example.com/landing-page", then 
> you could have the tracking template say "www.example.com/{some-parameter} 
> <http://www.example.com/%7Bsome-parameter%7D>", and fill in that 
> paremeter with different values to go to different landing pages depending 
> on the customizer. However, if you generated a URL with the tracking 
> template that came to "www.example2.com/landing-page", that would be 
> rejected, because the URL domain doesn't match.
>
> So you should only have to create one ad with a different final URL for 
> each different domain you plan on using, rather than one per ad.
>
> Regards,
> Mike, AdWords API Team
>
> On Monday, January 4, 2016 at 9:21:47 AM UTC-5, MCC Test wrote:
>>
>> Hello,
>>
>> Any updates on this thread how can I achieve this functionality by API.I 
>> don't want to create 10k Ads but just need one dynamic Ad, which will feed 
>> dynamic values and landing Page URL should directly take to product page??
>>
>> Please help!!
>>
>> Thanks,
>> Ronak Shah 
>>  
>> On Thursday, December 31, 2015 at 10:18:19 AM UTC+5:30, MCC Test wrote:
>>>
>>> Hello Anthony,
>>>
>>> Also one more thing I see tracking URL templates is for third party 
>>> tracking service whereas I don't have any third party tracking just 
>>> redirect Users to actual landing page based on feed target keyword keyword.
>>>
>>> Thanks,
>>> Ronak
>>>
>>> On Thursday, December 31, 2015 at 9:11:32 AM UTC+5:30, MCC Test wrote:
>>>>
>>>> Hello Anthony,
>>>>
>>>> Thank you for the response, I looked into tracking templates 
>>>> documentation but again I could only set tracking templates with custom 
>>>> parameter like this
>>>>
>>>> $textAd->trackingUrlTemplate =
>>>> 'http://tracker.example.com/' .
>>>> '&u={lpurl}';
>>>>
>>>> Also documentation says value of lpurl needs to be same as final url.So 
>>>> again we get back to same point how to have dynamic destination url.
>>>>
>>>> Let me tell you whole scenario I have 10,000 products and I don't want 
>>>> to create 10k ads for all instead I will create one dynamic feeding ad and 
>>>> one ad customizer which will feed dynamic values in text ad based based on 
>>>> target keyword and for each keyword landing page url is different.
>>>>
>>>> Please suggest!!
>>>>
>>>> Thanks,
>>>> Ronak Shah
>>>>
>>>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/8d486f2a-12fc-4290-9693-ba3cf581f918%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Adwords API - Create Ad with feed dynamic URL

2016-01-04 Thread MCC Test
Hello Umesh,

Thank you for your response. I do know very well that Ad customizer has no 
replacement for final url, so in this case do I need to create 10,000 ads 
instead of creating just one ad.Definitely I cannot send users to static final 
url, I need to land them to specific product page.Can we make use of tracking 
templates here, something like this 
"http://www.example.com/{=ProductFeed.urlpath}"; and setting final url as 
"http://www.example.com/";

As I guess when any ad is clicked first of all tracking template is called so 
will this work? I definitely do not want to create 10k ads so trying to find if 
it can be done by one dynamic ad.

Looking for best approach on this.

Thanks,
Ronak Shah

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/879939f0-c5aa-41fa-8925-588fefc63253%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Ad Customizers Feed Keyword based dynamic URL

2016-01-04 Thread MCC Test
Hello Michael,

I checked pulling the ads via API all info looks good but now the only 
thing is When I place the tracking Template with 
"http:///www.example.com/{=ProductFeed.urlpath}"; and when I click the Test 
button It says "Landing Page not found".

So does it means that I can't use Ad customizer in tracking template??

Thanks,
Ronak Shah 

On Tuesday, January 5, 2016 at 12:15:01 AM UTC+5:30, Michael Cloonan 
(AdWords API Team) wrote:
>
> Hello,
>
> I'm not familiar with AdWords Editor. You can check that the ad was made 
> correctly by fetching it via the API as well and looking at the final URL 
> and tracking template fields.
>
> Regards,
> Mike, AdWords API Team
>
> On Monday, January 4, 2016 at 1:22:32 PM UTC-5, MCC Test wrote:
>>
>> Hello Michael,
>>
>> Thank you for your response.I followed the way exactly you said I set the 
>> tracking template like "http://www.example.com{=ProductFeed.parameter}"; 
>> and I set Final URL as "http://www.example.com"; the ads get created 
>> successfully but when I click that Ad on Adwords Editor It doesn't take me 
>> to the tracking template URL which I set for product, instead its directly 
>> taking me to Final URL.So I am not sure whether it will dynamically work 
>> when doing google search for that keyword.
>>
>> Am I doing something wrong here???
>>
>> Thanks,
>> Ronak Shah
>>
>> On Monday, January 4, 2016 at 11:20:23 PM UTC+5:30, Michael Cloonan 
>> (AdWords API Team) wrote:
>>>
>>> Hello,
>>>
>>> The entire URL generated from the tracking template doesn't necessarily 
>>> have to match the final URL, but the URL domain has to match.
>>>
>>> So for example, if the final url is "www.example.com/landing-page", 
>>> then you could have the tracking template say "
>>> www.example.com/{some-parameter} 
>>> <http://www.example.com/%7Bsome-parameter%7D>", and fill in that 
>>> paremeter with different values to go to different landing pages depending 
>>> on the customizer. However, if you generated a URL with the tracking 
>>> template that came to "www.example2.com/landing-page", that would be 
>>> rejected, because the URL domain doesn't match.
>>>
>>> So you should only have to create one ad with a different final URL for 
>>> each different domain you plan on using, rather than one per ad.
>>>
>>> Regards,
>>> Mike, AdWords API Team
>>>
>>> On Monday, January 4, 2016 at 9:21:47 AM UTC-5, MCC Test wrote:
>>>>
>>>> Hello,
>>>>
>>>> Any updates on this thread how can I achieve this functionality by 
>>>> API.I don't want to create 10k Ads but just need one dynamic Ad, which 
>>>> will 
>>>> feed dynamic values and landing Page URL should directly take to product 
>>>> page??
>>>>
>>>> Please help!!
>>>>
>>>> Thanks,
>>>> Ronak Shah 
>>>>  
>>>> On Thursday, December 31, 2015 at 10:18:19 AM UTC+5:30, MCC Test wrote:
>>>>>
>>>>> Hello Anthony,
>>>>>
>>>>> Also one more thing I see tracking URL templates is for third party 
>>>>> tracking service whereas I don't have any third party tracking just 
>>>>> redirect Users to actual landing page based on feed target keyword 
>>>>> keyword.
>>>>>
>>>>> Thanks,
>>>>> Ronak
>>>>>
>>>>> On Thursday, December 31, 2015 at 9:11:32 AM UTC+5:30, MCC Test wrote:
>>>>>>
>>>>>> Hello Anthony,
>>>>>>
>>>>>> Thank you for the response, I looked into tracking templates 
>>>>>> documentation but again I could only set tracking templates with custom 
>>>>>> parameter like this
>>>>>>
>>>>>> $textAd->trackingUrlTemplate =
>>>>>> 'http://tracker.example.com/' .
>>>>>> '&u={lpurl}';
>>>>>>
>>>>>> Also documentation says value of lpurl needs to be same as final 
>>>>>> url.So again we get back to same point how to have dynamic destination 
>>>>>> url.
>>>>>>
>>>>>> Let me tell you whole scenario I have 10,000 products and I don't 
>>>>>> want to create 10k ads for all instead I will cr

Re: Ad Customizers Feed Keyword based dynamic URL

2016-01-05 Thread MCC Test
Hello Michael,

The URL example.com is just for mentioning here on post replies , whereas 
on actual code I am using live domain.I am still not sure if setting 
customizers in Tracking template would work or not.Looks like I need to 
give a try for one ad on adwords account and check if it works, otherwise 
looks like there is no other option left except creating 10,000 Ads which 
is I think a bad approach atleast for such case.

Thanks,
Ronak Shah

On Tuesday, January 5, 2016 at 8:17:33 PM UTC+5:30, Michael Cloonan 
(AdWords API Team) wrote:
>
> Hello,
>
> I'm not terribly familiar with the "Test button" functionality, but if 
> you're actually using example.com then that makes sense, since that URL 
> was just an example and doesn't actually exist. If you are in fact using 
> your own URL which should work and it's failing, that still may be normal, 
> however you may want to check with experts on our UI over at the AdWords 
> Community <https://www.en.advertisercommunity.com/#>. This forum is 
> specifically for help with the API.
>
> Regards,
> Mike, AdWords API Team
>
> On Monday, January 4, 2016 at 11:46:33 PM UTC-5, MCC Test wrote:
>>
>> Hello Michael,
>>
>> I checked pulling the ads via API all info looks good but now the only 
>> thing is When I place the tracking Template with "http:///
>> www.example.com/{=ProductFeed.urlpath} 
>> <http://www.example.com/%7B=ProductFeed.urlpath%7D>" and when I click 
>> the Test button It says "Landing Page not found".
>>
>> So does it means that I can't use Ad customizer in tracking template??
>>
>> Thanks,
>> Ronak Shah 
>>
>> On Tuesday, January 5, 2016 at 12:15:01 AM UTC+5:30, Michael Cloonan 
>> (AdWords API Team) wrote:
>>>
>>> Hello,
>>>
>>> I'm not familiar with AdWords Editor. You can check that the ad was made 
>>> correctly by fetching it via the API as well and looking at the final URL 
>>> and tracking template fields.
>>>
>>> Regards,
>>> Mike, AdWords API Team
>>>
>>> On Monday, January 4, 2016 at 1:22:32 PM UTC-5, MCC Test wrote:
>>>>
>>>> Hello Michael,
>>>>
>>>> Thank you for your response.I followed the way exactly you said I set 
>>>> the tracking template like 
>>>> "http://www.example.com{=ProductFeed.parameter}"; 
>>>> and I set Final URL as "http://www.example.com"; the ads get created 
>>>> successfully but when I click that Ad on Adwords Editor It doesn't take me 
>>>> to the tracking template URL which I set for product, instead its directly 
>>>> taking me to Final URL.So I am not sure whether it will dynamically work 
>>>> when doing google search for that keyword.
>>>>
>>>> Am I doing something wrong here???
>>>>
>>>> Thanks,
>>>> Ronak Shah
>>>>
>>>> On Monday, January 4, 2016 at 11:20:23 PM UTC+5:30, Michael Cloonan 
>>>> (AdWords API Team) wrote:
>>>>>
>>>>> Hello,
>>>>>
>>>>> The entire URL generated from the tracking template doesn't 
>>>>> necessarily have to match the final URL, but the URL domain has to match.
>>>>>
>>>>> So for example, if the final url is "www.example.com/landing-page", 
>>>>> then you could have the tracking template say "
>>>>> www.example.com/{some-parameter} 
>>>>> <http://www.example.com/%7Bsome-parameter%7D>", and fill in that 
>>>>> paremeter with different values to go to different landing pages 
>>>>> depending 
>>>>> on the customizer. However, if you generated a URL with the tracking 
>>>>> template that came to "www.example2.com/landing-page", that would be 
>>>>> rejected, because the URL domain doesn't match.
>>>>>
>>>>> So you should only have to create one ad with a different final URL 
>>>>> for each different domain you plan on using, rather than one per ad.
>>>>>
>>>>> Regards,
>>>>> Mike, AdWords API Team
>>>>>
>>>>> On Monday, January 4, 2016 at 9:21:47 AM UTC-5, MCC Test wrote:
>>>>>>
>>>>>> Hello,
>>>>>>
>>>>>> Any updates on this thread how can I achieve this functionality by 
>>>>>> API.I don't want to create 10k Ads but just need one dynamic Ad, w

Re: Ad Customizer Not Working

2016-01-07 Thread MCC Test
Hello Yin,

Yes the Feed Items are set up in Account level.I can also share you the 
code if you want.The Ads also did created succesfully.I am using the 
Adwords Script example 
https://developers.google.com/adwords/scripts/docs/examples/ad-customizers.But 
the only thing is When we search in google by that Target Keyword, then Ads 
not being displayed.Even the Campaign, Adgroup and Ads status are also 
Enabled.

Thanks,
Ronak Shah




On Friday, January 8, 2016 at 12:39:48 AM UTC+5:30, Yin Niu wrote:
>
> Hi Ronak, 
>
> Did you create CustomerFeed Items for the Ad customizer feed you setup in 
> the account level? Here is an example 
> 
>  for 
> setting up AdCustomizer. 
>
> Thanks,
> Yin, AdWords API Team. 
>

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

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


Conversion Tracking Service not Returning Imported Analytics Goals and Phone calls Conversion Events

2016-03-23 Thread MCC Test
Hello All,

I am trying to get the list of all conversion events via conversion tracker 
service , but the list is not complete when compared to adwords UI.I have 
imported analytics goals to Adwords and also I have phone call tracking but 
these two events are not returned via API.

Anyone Please look into this!

Thanks,
Ronak Shah


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/32f64a13-c73b-46ca-af7f-cfb793a9d72c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Conversion Tracking Service not Returning Imported Analytics Goals and Phone calls Conversion Events

2016-04-10 Thread MCC Test
Hello Anthony,

Any update on this thread??

I guess we had a conversation on private emails and you were able to 
reproduce the error.How long would it take to fix this issue?

Regards,
Ronak Shah

On Thursday, March 24, 2016 at 2:35:03 AM UTC+5:30, Anthony Madrigal wrote:
>
> Hello Ronak,
>
> According to this page 
> 
> :
>
>> Analytics goals and transactions created in Google Analytics profiles 
>> linked to this AdWords account are returned with no trackingCodeType. They 
>> will have a status of HIDDEN if they hadn't been imported into AdWords. The 
>> status of conversion trackers cannot be changed via the API at this time; 
>> they can only be imported using the AdWords user interface.
>
>
> This may be the reason you are not seeing your Analytics goals. If you are 
> sure you have it set up correctly, please send me the SOAP request and 
> response (*reply privately to author*) you used to get all conversion 
> events.
>
> Regards,
> Anthony
> 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/4554aefe-a7dd-4ddd-bff7-ea281bd2819c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Tracking Conversion Events on Product Group

2016-05-13 Thread MCC Test
Hello All,

I am looking for a way to get the Conversion Events Conversions for 
Different Product Group under PLA Campaigns.However from what I see in 
Adwords API Documentation PRODUCT_PARTITION_REPORT doesn't report the 
ConversionTrackerId or ConversionTypeName.Is there any way I can track it?

Thanks,
Ronak Shah

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/388d6213-1d59-4e98-8991-b35f8c63d96d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Tracking Conversion Events for Product Group

2016-05-13 Thread MCC Test
Hello Shwetha,

Thanks for your response, but again from Shopping Performance Report we 
cannot retrieve the Product Group.

Can you suggest me on this?

Thanks,
Ronak Shah

On Friday, May 13, 2016 at 8:50:45 PM UTC+5:30, Shwetha Vastrad (AdWords 
API Team) wrote:
>
> Hi Ronak,
>
> To get stats aggregated at the product level, you can use the Shopping 
> Performance Report 
> .
>  
> This report provides the ConversionTrackerId and ConversionTypeName for the 
> events recorded.
>
> 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/656f23dd-d0ac-40ae-9202-5f5874f72950%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Fatal Error: invalid_request

2016-08-31 Thread MCC Test
Hello Adwords API Team,

I am also experiencing the same Issue.I am using v201603 but suddenly from 
yesterday I am frequently getting error like 

vendor/googleads/googleads-php-lib/src/Google/Api/Ads/Common/Util/SimpleOAuth2Handler.php
 
: 119 : {
  "error" : "invalid_request"
}

I also tried upgrading to v201605 and v201607(latest version) but still 
facing same issue.

Can anyone please look into this its very critical issue?

Thanks,
Ronak Shah


On Wednesday, August 31, 2016 at 11:57:23 AM UTC+5:30, Sachin Kumar wrote:
>
> I am getting this error sice today morning. Earliear the app was working 
> fine. Now I am not knowing why this error is occurring.
>
>
> *Fatal error*: Uncaught exception 'OAuth2Exception' with message '{ 
> "error" : "invalid_request" }' in 
> /home/bergstromdev/public_html/Google/Api/Ads/Common/Util/SimpleOAuth2Handler.php:119
>  
> Stack trace: #0 
> /home/bergstromdev/public_html/Google/Api/Ads/Common/Util/SimpleOAuth2Handler.php(96):
>  
> SimpleOAuth2Handler->MakeRequest('https://account...', Array) #1 
> /home/bergstromdev/public_html/Google/Api/Ads/Common/Util/OAuth2Handler.php(116):
>  
> SimpleOAuth2Handler->RefreshAccessToken(Array) #2 
> /home/bergstromdev/public_html/Google/Api/Ads/Common/Lib/AdsSoapClient.php(452):
>  
> OAuth2Handler->GetOrRefreshAccessToken(Array) #3 
> /home/bergstromdev/public_html/Google/Api/Ads/Common/Lib/AdsSoapClient.php(199):
>  
> AdsSoapClient->GenerateHttpHeaders() #4 
> /home/bergstromdev/public_html/Google/Api/Ads/AdWords/v201603/CampaignService.php(8048):
>  
> AdsSoapClient->__soapCall('get', Array) #5 
> /home/bergstromdev/public_html/lib/Adwords.class.php(36): 
> CampaignService->get(Object(Selector)) #6 
> /home/bergstromdev/public_html/day_dev.php(81): Adwords->GetCampai in 
> */home/bergstromdev/public_html/Google/Api/Ads/Common/Util/SimpleOAuth2Handler.php*
>  
> on line 
>
>
>
>
> *119I am using php library of version v201603. Kindly let me know what is 
> wrong now with the app.Note:* If I refresh page multiple time them app 
> returning data but at first call it generates this above mentioned fatal 
> error. 
>
> Kindly reply asap because the site is stopped.
>
>
>
> Thanks & Regards
> Sachin Kumar
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/b20e1d34-35a3-49ce-b792-a924da8c8ed5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Test post

2018-12-10 Thread JR MCC test
This is a test. Please ignore.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
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/665cadb6-033d-43c8-9577-aa4be01228fe%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Test post #2

2018-12-13 Thread JR MCC test
This is a test post. Please ignore.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
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/36b27f39-3034-4feb-8d88-8f597e0b42a6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Test 1/2/2019

2019-01-02 Thread JR MCC test
This is a test

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
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/10fa27d4-52a1-4ddf-8ea6-94676976e31c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Test post #1

2019-05-16 Thread JR MCC test
Test post. Please ignore.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
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/3ff0a8bb-1469-4f69-a012-ef3a1531baeb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Test 2019-05-17 16:37

2019-05-17 Thread JR MCC test
Please ignore

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
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/b6326bcc-b22c-4134-b117-9a4630b53512%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Test 2019-05-17 16:49

2019-05-17 Thread JR MCC test
Test, please ignore

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
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/cb11a787-ca01-4839-b4ca-0809c0f2784d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.