This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** | |
| * Apple News | |
| */ | |
| function puck_applenews_author_byline($post_id) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * Attribution Tracking | |
| * | |
| * Captures UTM parameters and click IDs from the URL and | |
| * forward them to onboarding flows for app signup attribution. | |
| * | |
| * https://www.twindo.com/?gclid=google&wbraid=google&gbraid=google&fbclid=facebook&ttclid=tiktok&sclid=snapchat&twclid=twitter&rdt_cid=reddit&msclkid=bing | |
| * https://www.twindo.com/?utm_source=test&utm_medium=cpc&utm_campaign=brand&utm_term=keyword&utm_content=adcopy | |
| * https://www.twindo.com/?utm_source=test&utm_medium=cpc&utm_campaign=brand&utm_term=keyword&utm_content=adcopy&gclid=google&wbraid=google&gbraid=google&fbclid=facebook&ttclid=tiktok&sclid=snapchat&twclid=twitter&rdt_cid=reddit&msclkid=bing | |
| */ |
OlderNewer