Re: adwords api DATE TIME problem

2014-07-16 Thread Whatsome WithAll
HI There,

It seems that I am able to figure out this when I used the DateFormat as 
shown below:

*string conversionTime = DateTime.Now.ToString("MMdd HHmmss") + " 
Asia/Calcutta";*

But now I am getting another exception which is :

*Failed upload offline 
conversions.[OfflineConversionError.UNAUTHORIZED_USER @ 
operations[0].operand].*

I am using approved DeveloperToken with correct ClientID and ClientSecret. 
Moreover I can successfully refresh the AccessToken as well.

The only thing that is odd is that I am using "*gclid*" grabbed from other 
website for testing purpose.
It is : 
*CjgKEAjwuMmdBRDljdfi2_qQpxkSJADDCRwsmhh3BniAB2uCXp6Aw6xON2s7f_wUW8nRKGemWrgTnvD_BwE*

Does this "gclid" should also relate to my own MCC production account?

Thanks
Sam

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


[OfflineConversionError.UNAUTHORIZED_USER @ operations[0].operand].

2014-07-16 Thread Whatsome WithAll
Hi there,

I am trying to make my OfflineConversion to work using Google Adwords API 
v201402 in C# application.

For the sake of testing, I took one "gclid" copied from the web and trying 
to upload the conversion on my MCC account.

I am using approved developerToken as well. 
Also I have correctly setup ClientID, ClientSecret and able to get 
OAuthRefreshToken as well.

But I am getting the following error:

*Failed upload offline 
conversions.[OfflineConversionError.UNAUTHORIZED_USER @ 
operations[0].operand].*

What I am doing wrong here?
Is that necessary that "gclid" should be of that MCC account to which we 
are upload the offline conversion?
Please led me in the right direction if I am wrong.

Thanks 
Sam


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: adwords api DATE TIME problem

2014-07-16 Thread Whatsome WithAll


Hi

I'm using the adwords api to upload offline conversions. (v201402- C# .NET 
app)

I'm having trouble with the conversionTime value.

I keep getting this error whenever i try uploading any value: 

 

*InnerException = {"[DateError.INVALID_STRING_DATE_TIME @ 
operations[0].operand]"}*

I am using the following date format to upload the conversion.

string conversionTime = DateTime.Now.ToString("MMdd HHmmss 
Asia/Calcutta");

I also have tried with the following:

string conversionTime = DateTime.Now.ToString("mmdd hhmmss tz");

But nothing is working. Please help me as I am really stuck into this.

NOTE : The strange thing on the other hand is this although I am getting 
the above exception, my conversion gets uploaded on my Adwords 
Account...!


Thanks

Sam

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Offline Conversion Feed DateError.INVALID_FIELD_VALUES_IN_DATE_TIME

2014-07-15 Thread Whatsome WithAll


On Wednesday, March 19, 2014 10:33:34 PM UTC+5:30, Christopher Marshall 
wrote:
>
> We have had an upload of offline conversions working for a little over a 
> month using API V201309 and yesterday we started getting errors saying we 
> have an invalid date and time.
>
> snipped from the request:
>
> 
>
> ADD
>
> 
>
> 
> CPnNu5z-lb0CFSNk7AoduicA4A
>
> RTLead
>
> 20140315 222113
>
> 40.28
>
> 
>
> 
>
>
> and snipped from the response
>
> http://www.w3.org/2001/XMLSchema-instance"; xsi:type="DateError">
>
> operations[0].operand
>
> 
>
> 
> DateError.INVALID_FIELD_VALUES_IN_DATE_TIME
>
> DateError
>
> INVALID_FIELD_VALUES_IN_DATE_TIME
>
> 
>
>
> The documentation doesn't list valid formats and the field is a string 
> rather than xsd:dateTime.  What should be valid and what happened?
>
>
> thanks,
>
> Chris
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Authorization Method

2014-06-26 Thread Whatsome WithAll
@Marcos
Can you please your code to authorize and post data to Google Adwords API 
using ClientLogin?
I am a bit new to c# and .Net and dont know from where to start. 
It will be too much helpful to me.
Thanks and Regards
Tom

On Tuesday, January 22, 2013 11:19:52 PM UTC+5:30, Marcos Placona wrote:
>
> Hi, I've just got back to working on an integration with the Adwords API, 
> and realized it had to be upgraded (from v201109).
>
> This was previously a prototype application, that is now scheduled to come 
> to life, and what I've noticed is that there's been a big leap from v201109 
> to v201209 in terms of authentication.
>
> By reading Takeshi's reply here 
> , 
> it became clear that the entire concept of sandbox has now been phased out, 
> and we now work on the basis of having a test account.
>
> Initially on my prototype I was only using ClientLogin as 
> the AuthorizationMethod through a test account. However, with the new 
> authentication I've realized I will actually have to use our actual live 
> MCC account with a test account as described here 
> .
>
> All well and good, I've got the account created, and have requested 
> permission to use it as a test account. However using the live credentials 
> on:
>
> 
> 
> 
>
> Isn't an option... :-(
>
> I then thought about requesting an OAuth key pair in order to use them on 
> my application instead. All the documentation I found about getting one of 
> those seems a bit rough around the edges, so I'm not really sure how to get 
> one of those without actually making my application request it. Ideally, 
> I'd like to go somewhere, generate it, and then use it on my config file as 
> such. 
>
> 
> 
>  value="INSERT_YOUR_OAUTH_CONSUMER_SECRET_HERE" />
>
> Is that even possible? If so, where can I generate the OAuth keys?
>
> Thanks in advance,
>
> Marcos
>

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