Skip to content

Instantly share code, notes, and snippets.

@Microtribute
Last active August 4, 2020 16:06
Show Gist options
  • Save Microtribute/d869e3b13b183dd4e49e1200917b31d7 to your computer and use it in GitHub Desktop.
Save Microtribute/d869e3b13b183dd4e49e1200917b31d7 to your computer and use it in GitHub Desktop.
Macros to attach to click urls by default

Click URL Macros

Macro

(click-id)={$CLICK_ID$}&(lat)={$LAT$}&(lon)={$LON$}&(idfa)={$IDFA_RAW_UPPER$}&(dpid)={$DPID_UPPER$}&(wpid)={$WPID_RAW_UPPER$}&(gaid)={$GAID_RAW_UPPER$}&(ip)={$IP_ADDRESS$}&(ua-enc)={$USER_AGENT_ENCODED$}&(creative-id)={$CRID$}&(line-id)={$LINE_ID$}&(campaign-id)={$CAMPAIGN_ID$}&(app-id)={$APP_ID$}&(app-name)={$APP_NAME$}&(app-bundle)={$APP_BUNDLE$}&(app-category)={$APP_CATEGORIES$}&(device-os)={$DEVICE_OS$}&(dnt)={$DNT$}

Examples

https://www.basaf.com/store/menu?utm_source=FSM&(click-id)={$CLICK_ID$}&(lat)={$LAT$}&(lon)={$LON$}&(idfa)={$IDFA_RAW_UPPER$}&(dpid)={$DPID_UPPER$}&(wpid)={$WPID_RAW_UPPER$}&(gaid)={$GAID_RAW_UPPER$}&(ip)={$IP_ADDRESS$}&(ua-enc)={$USER_AGENT_ENCODED$}&(creative-id)={$CRID$}&(line-id)={$LINE_ID$}&(campaign-id)={$CAMPAIGN_ID$}&(app-id)={$APP_ID$}&(app-name)={$APP_NAME$}&(app-bundle)={$APP_BUNDLE$}&(app-category)={$APP_CATEGORIES$}&(device-os)={$DEVICE_OS$}&(dnt)={$DNT$}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment