Re: URL clarification - url, finalUrls, finalMobileUrls, and finalUrls ...

2014-09-29 Thread Anash P. Oommen (AdWords API Team)
Hi,

Yes, upgraded URLs = all the final* urls and settings around it. By 
default, this works only for your test accounts. Once your account is 
whitelisted for the feature (through the signup form), your calls will 
start working against production accounts, and ads will function properly.

Cheers,
Anash

On Friday, September 26, 2014 9:23:07 PM UTC-4, BDCoder wrote:

 Anash,

 Yes -- makes perfect sense ... thank-you...

 Now -- a while back there was a form posted to signup to be white listed 
 so we could use the upgraded URLs (see form at: 
 https://services.google.com/fb/forms/upgradeurls/ )

 Does upgraded URL's mean the final* URL's??

 Or to put it another way, If I create ads with FinalUrl and 
 FinalMobileUrl, will those ads function property in a production 
 environment or are we restricted to the test environment until we we 
 receive an OK that we are white listed?

 Thanks again.


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/1c09c75f-fef8-408b-957d-a36a8df6aea7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: URL clarification - url, finalUrls, finalMobileUrls, and finalUrls ...

2014-09-29 Thread BDCoder
Hi Anash,

Signed up (twice) using the whitelist request form -- no reply any ETA on 
when we know if we are whitelisted -- I am stalled because I want to use 
the final URL's in production...

Thanks again.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/e1c2bc44-bee7-4ce4-88c3-1077269c4aae%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: URL clarification - url, finalUrls, finalMobileUrls, and finalUrls ...

2014-09-26 Thread BDCoder
Found this -- but am still looking for a full description of the fields I 
mentioned...

https://developers.google.com/adwords/api/docs/guides/upgraded-urls

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/55c5db25-19e0-4555-94d0-20de1f1d5d1d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: URL clarification - url, finalUrls, finalMobileUrls, and finalUrls ...

2014-09-26 Thread Anash P. Oommen (AdWords API Team)
Hi,

1. Yes, the user will be sent to the right version of the url depending on 
the detected device.
2. No, url needn't be set if you set finalUrl.

Url field will eventually go away, and will be replaced by the finalUrls 
fields
- FinalUrl is where you want your customer to land.
- FinalMobileUrls may be used if you have a separate landing page for 
mobile devices.
- trackingTemplate, if you want to set a tracker url for your site for 
analytics purposes
- customParameters, if you want to add custom parameters to your tracking 
url.

Today, users handle all these cases in the destination url itself - 
something like 
http://tracker.example.com/?myid=123continue={ifmobile:mysite.com/foo}{ifnotmobile:mobile.mysite.com/foo}.
 
With the new set of fields, you can set this like

finalUrl: mysite.com/foo
finalMobileUrl: mobile.mysite.com/foo
customParameters: {_myid: 123}
trackingTempate: http://tracker.example.com/?myid={_myid}continue={lpurl}

Does that make sense?

Cheers,
Anash P. Oommen,
AdWords API Advisor.

On Friday, September 26, 2014 1:53:09 PM UTC-4, BDCoder wrote:

 Found this -- but am still looking for a full description of the fields I 
 mentioned...

 https://developers.google.com/adwords/api/docs/guides/upgraded-urls



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/523a68a0-4b43-4303-97dd-bea1dffbde89%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: URL clarification - url, finalUrls, finalMobileUrls, and finalUrls ...

2014-09-26 Thread BDCoder
Anash,

Yes -- makes perfect sense ... thank-you...

Now -- a while back there was a form posted to signup to be white listed so 
we could use the upgraded URLs (see form at: 
https://services.google.com/fb/forms/upgradeurls/ )

Does upgraded URL's mean the final* URL's??

Or to put it another way, If I create ads with FinalUrl and FinalMobileUrl, 
will those ads function property in a production environment or are we 
restricted to the test environment until we we receive an OK that we are 
white listed?

Thanks again.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/2fa85f86-c9d2-44fd-853e-e57cdea2a88e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.