Yoshi, If you keep a local database of your object tree you can add your distinct parameters onto the destination_url at creation time and not rely on the dynamic params.
Pete On Aug 9, 9:52 am, yoshi <[email protected]> wrote: > Hi, > > I try to figure out how to integrate adwords within my own system to track > the conversion rate for keywords. > > *NOTE:* This means that I can't use adwords own conversion-tracking-system > since my conversions are calculated by a third-part system and are not in > real-time. > > As far as I know the only dynamic parameters I can use in the > destination_url are found here at ValueTrack Overview <http://is.gd/Cg9zYi>. > > Of all these parameters the most useful would be {keyword}, {creative} and > {matchtype}. With these variables I save a record that may look like this: > > *#Click* > keyword: 'iphone 4g' > creative: 8893609285 > match_type: broad > destination_url: 'example.com/landingpage?k=iphone+4g&c=8893609285&mt=b' > > But there is no way I can back-track this to adwords since creative is only > unique within it's AdGroup and I don't have the AdGroup as dynamic > parameter. > > What is best practice for this kind of case? One way would be to use some > kind of naming convention for the AdGroup names and also include that in the > destination_url but that sound like a lot of manual effort. > > How do you guys solve this problem? All ideas are appreciated since i'm > kinda stuck! > > Regards -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en
