About "Products" Section in Google Ads UI

2023-04-11 Thread 'Sravanthi Reddy' via Google Ads API and AdWords API Forum
Hi Team,
I wanted to know, which campaigns are being shown under "Active In" of a 
product in the "Products" Section in Google Ads UI.

The issue I am facing is : 
There is a product that is not present in any of the product groups of a 
campaign, but I am seeing that campaign under a  "Active In" of a product 
"Product" Section in Google Ads UI

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/cc25997b-882d-4c7e-a0c8-de9c032097d4n%40googlegroups.com.


Bidding Strategy : TROAS in Standard Shopping Campaign

2022-12-14 Thread 'Sravanthi Reddy' via Google Ads API and AdWords API Forum
Hi Team, 

I have a few queries regarding *TROAS bidding in standard shopping 
campaigns.*

   1. If we create a standard shopping campaign with TROAS Bidding, then 
   are we required to give the bids at the product group level?
 It gave me an *error while 
   creating a product group without a bid at the pg leve*l :
   
   { "errorCode": { "fieldError": "REQUIRED" }, "message": "The required 
   field was not present.", "location": { "fieldPathElements": [ { 
   "fieldName": "mutate_operations", "index": 168 }, { "fieldName": 
   "ad_group_criterion_operation" }, { "fieldName": "create" }, { "fieldName": 
   "cpc_bid_micros" } ] } }
   
 -> If it is a required field, how is it going to work with TROAS.?
   2.  Also, in the same case... when we created A TROAS Standard Shopping 
   Campaign, created an ad group without Cpc_bid_micros, But when I see the 
   report I can see *ad_group.cpc_bid_micros being set to some value*. How 
   do we get this value!? Is it from the campaign TROAS Value?
   


   



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/fc9b720a-b35f-4627-88db-cea6c016f6e8n%40googlegroups.com.


Getting INTERNAL_ERROR while adding Product groups

2022-10-17 Thread 'Sravanthi Reddy' via Google Ads API and AdWords API Forum
Hi team, while adding *product groups* to the ad group through *BATCH JOB* 
we are getting partial errors. 
i.e, Some of them succeeded but some failed with *INTERNAL_ERROR*... 

It is *frequently happening*, i.e I ran automation daily and this is the 
scenario in every run.
Could you help me in knowing what the possible reasons for these errors 
are!? 
and why is this happening!?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/567a1dac-e7ab-4e29-9b66-7bdff0cd0been%40googlegroups.com.


Mutate Operation is going into Partial Success

2022-02-23 Thread Sravanthi Reddy
Hi Team, 
  I have seen the issue, the when i am working shopping ad 
group operations. There are two case where i found this issue.
Lets suppose, 
1. There are alot of removal operations like > 10k and the total nulber of 
successful operations are 0/1 , the api is getting stucked , Its not 
making the changes in the account  and returning a null response (in 
download URL) without any error. But if i do them in BUNCHES like 5000 
operations per one mutate , then it is successful.
So, What is causing this issue? If there is any limitation on number of 
operations per mutate operation, What is the limit?? 

2. SECOND ONE is , There are many products groups under a particular ad 
group like around 10k, and if i consider  two such ad groups and tried to 
remove those two all product nodes and try to add a new all product nodes. 
Its Not REMOVING THOSE ALL PRODUCT NODES in SINGLE MUTATE OPERATION.. But 
if try to mutate separately like one ad group in ONE MUTATE OPERATION, it 
is removing and adding it successfully. 
So, What is causing this issue?? Is there any limitation ?? How can we 
tackle this..

Can you Please HELP with this issue

Thanks and Regards
Sravanthi Reddy
 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/fb905db5-6e6d-4ddc-a9b0-731c3150f934n%40googlegroups.com.


Test account

2014-04-28 Thread sravanthi
Hi,

We have created mcc test account to develop adwords api...But we have a 
doubt in test mcc account can we  link up original adwords account or we 
need to create test adword account... if we link up existing account to 
test mcc account and if we try to run add campaign program, will money 
deduced from account or not..


Thanks in Advance...

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

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Can we add an existing adwords account to test mcc account?

2014-04-28 Thread sravanthi

Hi,
can we link one adword account to more than one mcc account ( test mcc 
account and original mcc account).when we are training to link  existing  
adwords account to test account..It showing following error

 The following customer IDs had errors 
xxx-xxx-An error occurred. Please try again later.


Thanks in advance

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

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Can we add an existing adwords account to test mcc account?

2014-04-28 Thread sravanthi
 
Hi,
can we link one adword account to more than one mcc account ( test mcc 
account and original mcc account).when we are training to link  existing  
adwords account to test account..It showing following error

 The following customer IDs had errors 
xxx-xxx-The manager cannot create more client accounts.

An error occurred. Please try again later.


Thanks in advance
  

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

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


add campaign program

2014-04-24 Thread sravanthi
Hi,

we are trying to develope an adwords api  for our awdords account,we want 
to execute addcampaign program.. if u want to execute this program we need 
to give all the necessary fields to that program but we dont want to create 
new campaign because  already ads are runningFor testing purpose we 
want to execute this addcampaign program so Is there any test campaign ..so 
please help us..

Thanks in advance..

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

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Developer Token

2014-04-11 Thread sravanthi

Hi,

 I havnt found any developer token under My Account - AdWords API Center, 
but when i visit my adwords account Settingaccount access i found this
m...@xxx.com
Mar 21, 2014User interface and API  actions
 
this means alrdy my adwords acc linked with mcc acount right..but when i 
tired to login to MCC account under My Account - AdWords API Center i 
didnt found any developer token..I think if we apply for new developer 
token i may take 15 days is it right

So please help us what to do..
Thanks in advance

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

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


developer token

2014-04-11 Thread sravanthi

Hi,

 I havnt found any developer token under My Account - AdWords API Center, 
but when i visit my adwords account Settingaccount access i found this
m...@xxx.com
Mar 21, 2014User interface and API  actions
 
this means alrdy my adwords acc linked with mcc acount right then y it nt 
showing, when i tired to login to MCC account under My Account - AdWords 
API Center i didnt found any developer token..I think if we apply for new 
developer token i may take 15 days is it right

So please help us what to do..
Thanks in advance

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

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


developer token

2014-04-11 Thread sravanthi
Hi,

 I havnt found any developer token under My Account - AdWords API Center, 
but when i visit my adwords account Settingaccount access i found this
m...@xxx.com
Mar 21, 2014User interface and API  actions
 
this means alrdy my adwords acc linked with mcc acount right then y it nt 
showing, when i tired to login to MCC account under My Account - AdWords 
API Center i didnt found any developer token..I think if we apply for new 
developer token i may take 15 days is it right

So please help us what to do..
Thanks in advance 

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

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


redirect url registration

2014-04-07 Thread j Sravanthi
hi,
is it necessary to register our redirect url (i.e www.cardekho.com) in
order to get authorization code.

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

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


how do i know developer token,user agent and client customer id

2014-04-07 Thread sravanthi

hi,
Alreday we have approved project in adwords..now we are thinking to develop 
adword api for that do we require developer token,user agent  and client 
customer id,if yes then where i can find it.

Can we given any string as a user agent?

Can we given  customer id as client customer id which is show on mail id..
 
pleas help us its very urgent...i posted  few post but i dint get any reply 
so help me out 
 


Thanks in Advance.. 

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

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Doubts

2014-04-05 Thread j Sravanthi
Hi,
just i got idea about what is adwrods..i want to develop adwords api for
cardekho.com for registered project in adwords which is a web based
application.i refereed every thing and download java code example and tired
to execute the project even thou   my project is web based i selected
installed application and copied the redirect url into program and got
refreshement token copied into ad.properties after that i tried to execute
the get campaign program  then is showing there is an error in
adWordsSession.java  line num soso..when i tried to open the program,it as
opened .class file and telling that the line number doesnt exist..

So,please help me how to get authorization etc.


Thanks

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

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: client id and client secret id

2014-04-03 Thread sravanthi
hi, thanks i have tried by selecting it as installed application and copied 
the redirect url intlo the AdvancedCreateCredentialFromScratch prgm console 
and tried to execute it showing following error 

log4j:WARN No appenders could be found for logger 
(org.apache.commons.configuration.PropertiesConfiguration).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for 
more info.
Exception in thread main ClientLogin or OAuth2 authentication must be 
used. caused by: []
at 
com.google.api.ads.adwords.lib.client.AdWordsSession$Builder.validate(AdWordsSession.java:442)
at 
com.google.api.ads.adwords.lib.client.AdWordsSession$Builder.build(AdWordsSession.java:422)
at 
adwords.axis.auth.AdvancedCreateCredentialFromScratch.createAdWordsSession(AdvancedCreateCredentialFromScratch.java:134)
at 
adwords.axis.auth.AdvancedCreateCredentialFromScratch.main(AdvancedCreateCredentialFromScratch.java:214)

is it mandatory to configure consent screen .

thanks in advance
On Friday, March 28, 2014 6:42:13 PM UTC+5:30, srav...@newtel.in wrote:

 hi,alrdy  v hav acount in adwords for our site but i'm not finding how to 
 get client id and client secrete id for existing project...can u please 
 help me out to know client id and client secrete id plz


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


About redirect url creation

2014-04-03 Thread sravanthi
hi,
please help me out,v are thinking to develop adwords api.already we have 
credentials and created project. now we r thinking to develop api  for this 
project for that we need client id and client secrete id and redirect 
url..when i logged into the account there is no redirect url so i started 
creating new client id there its asking me to mention redirect url so i 
gave my site url..went i tried to give http://www.cardekho.com in Redirect 
URIsl its giving http://www.cardekho.com/oauth2callback and took this 
client id,secret id and pasted into ads.properties and in 
AdvancedCreateCredentialFromScratch we pasted all required fields and tried 
to execute program from  console screen  copied  link and pasted in browser 
then it showed two options one is cancle and accept, clicked accept nxt it 
showed me following error
   
   - Requested page couldn't be found on CarDekho.comhttp://www.cardekho.com/
   - we havnt configured www.cardekho.com/oauth2callback url in our site,is 
   it mandatory to configure oauth2callback in our project or will 
   automatically taken by adword api and one more thing is it mandatory to 
   configure consent screen. 


Thanks in advance 

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

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: client id and client secret id

2014-04-02 Thread sravanthi
thnk,i did it,nw am having one more doubt 
 v tried to get client id and screte id..my prj is web based application i 
need  redirect url for that i created new client id in dat i mentioned 
redirect url http://www.xxx.com,then i copied that url into prgrm and tried 
to execute getrefreshment token program ..i copied the link and pasted into 
browser then i showed sum options clicked on accept then it navigated to 
other page and showing   following error

Requested page couldn't be found on xxx.com http://www.cardekho.com/

Possible causes for this inconvenience are:

   - The requested page might have been removed from the server.
   - The URL might be mis-typed by you.
   - Some maintenance process is going on the server.

Please try visiting the page again within few minutes.

We are sorry, the page you have requested was not found on our system
not able to get refreshment token 

On Friday, March 28, 2014 6:42:13 PM UTC+5:30, srav...@newtel.in wrote:

 hi,alrdy  v hav acount in adwords for our site but i'm not finding how to 
 get client id and client secrete id for existing project...can u please 
 help me out to know client id and client secrete id plz


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

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


how to know existing client id and secret id of a project in adword account

2014-03-29 Thread sravanthi
hi,
Alrdy my company  opened  adword account for a project...dey gave 
 credentials to us but v r not able to understand where we can find out 
 client id and secret id for existing project.. plz try to help us..
Thanks in Advance.

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

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


client id and client secret id

2014-03-28 Thread sravanthi
hi,alrdy  v hav acount in adwords for our site but i'm not finding how to 
get client id and client secrete id for existing project...can u please 
help me out to know client id and client secrete id plz

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