Hi Gopi,

It sounds like for your use case, the user may be redirected to *more than 
one* final URL. In that case, you should include *all* of the final URLs in 
the finalUrls collection 
<https://developers.google.com/adwords/api/docs/reference/v201502/AdGroupAdService.Ad#finalUrls>.
 
In fact, this is precisely why the *finalUrls* field is a collection 
instead of a single value.

Regarding approvals, the approval process may mark an ad disapproved after 
some time, so you should periodically check your account for disapproved 
ads. You can do this either by retrieving the AdGroupAd.approvalStatus 
<https://developers.google.com/adwords/api/docs/reference/v201502/AdGroupAdService.AdGroupAd#approvalStatus>
 via AdGroupAdService 
<https://developers.google.com/adwords/api/docs/reference/v201502/AdGroupAdService>,
 
or by running an AD_PERFORMANCE_REPORT 
<https://developers.google.com/adwords/api/docs/appendix/reports/ad-performance-report>
 that 
includes the CreativeApprovalStatus field 
<https://developers.google.com/adwords/api/docs/appendix/reports/ad-performance-report#creativeapprovalstatus>.
 
I'd recommend the latter, since report requests are more lightweight.

Cheers,
Josh, AdWords API Team

On Friday, June 12, 2015 at 4:57:18 PM UTC-4, Gopi wrote:
>
> Hi All, 
>
>    My Ad currently looks like 
>
>    Display URL : website.com
>    Destination URL : http://tracker.redirect/?param1=type&param2=location
>    Landing Page:  local.website.com/index.do?param1=type&param2=location
>
>    Using Upgraded URL
>     Display URL: website.com
>     FInalUR: local.website.com/index.do
>     TrackingTemplate:http://tracker.redirect/?param1=type&param2=location
>
>   The user will land on local.website.com, but the based on the parameter 
> values passed my drop down or html text might be preselect or change 
> accordingly on the same page. Would that content change be considered as 
> Disapproved?
>
>    Please suggest, what content changes are allowed and what would Google 
> consider as content mismatch ?
>
>    Some of the Upgraded Ads shows up as approved and after 2 weeks they 
> are marked as Disapproved, how would we know if the upgraded Ad is Approved 
> or disapproved? Do we need to check their status regularly?
>
> Thanks
> Gopi
>
>
>     
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/0f7f01d5-510b-4cbc-b9b8-b3f9b668f119%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to